Package evaluation of Turtles on Julia 1.12.0-rc2.1 (1fad90817e*) started at 2025-09-11T00:54:47.546 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 6.44s ################################################################################ # Installation # Installing Turtles... Resolving package versions... Updating `~/.julia/environments/v1.12/Project.toml` [37f3a7ca] + Turtles v0.1.0 Updating `~/.julia/environments/v1.12/Manifest.toml` [37f3a7ca] + Turtles v0.1.0 Installation completed after 0.63s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 12.33s ################################################################################ # Testing # Testing Turtles Status `/tmp/jl_vSUo8f/Project.toml` [37f3a7ca] Turtles v0.1.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_vSUo8f/Manifest.toml` [37f3a7ca] Turtles v0.1.0 [2a0f44e3] Base64 v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.12.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v0.7.0 [9e88b42a] Serialization v1.11.0 [f489334b] StyledStrings v1.11.0 [8dfed614] Test v1.11.0 Testing Running tests... ┌ Info: &m1 := 0; │ &m2 := 0; │ loop L1:{ │ r1 := (m2); │ r6 := r1 < 32; │ if (r6) { │ r2 := (m2); │ r3 := r2 + 1; │ &m2 = r3; │ r4 := (m1); │ r5 := r4 + r2; │ &m1 = r5 │ } else { │ return:L1 (break) │ }; │ continue │ }; └ (m1) Test Summary: | Total Time syntax | 0 7.7s compile procedures: 3.150510 seconds (1.45 M allocations: 81.956 MiB, 0.72% gc time, 99.83% compilation time) write to file: 0.002029 seconds (14 allocations: 720 bytes) C compiler: 0.159370 seconds (11.68 k allocations: 686.578 KiB, 70.53% compilation time) Test Summary: | Total Time generic | 0 12.8s ┌ Info: #include │ #include │ │ struct vec2 { int64_t x; int64_t y; }; │ void swapvec(struct vec2* const r19); └ void memory_copy(uint8_t* const r22, uint8_t* const r23, int64_t const r24); compile procedures: 0.410881 seconds (97.08 k allocations: 5.450 MiB, 99.58% compilation time) write to file: 0.000408 seconds (10 allocations: 528 bytes) C compiler: 0.050864 seconds (84 allocations: 3.422 KiB) Test Summary: | Total Time pointers and references | 0 5.3s compile procedures: 2.379286 seconds (1.62 M allocations: 87.794 MiB, 1.33% gc time, 99.77% compilation time) write to file: 0.000323 seconds (10 allocations: 528 bytes) C compiler: 0.040347 seconds (84 allocations: 3.422 KiB) Test Summary: | Total Time struct | 0 8.8s compile procedures: 0.645127 seconds (262.73 k allocations: 13.846 MiB, 99.77% compilation time) write to file: 0.000329 seconds (10 allocations: 528 bytes) C compiler: 0.037783 seconds (84 allocations: 3.422 KiB) Test Summary: | Total Time unrolling | 0 2.8s compile procedures: 0.350808 seconds (83.36 k allocations: 4.380 MiB, 99.55% compilation time) write to file: 0.019008 seconds (10 allocations: 544 bytes) C compiler: 0.043309 seconds (84 allocations: 3.453 KiB) Test Summary: | Total Time gibonacci | 0 2.3s compile procedures: 0.532327 seconds (440.19 k allocations: 24.048 MiB, 99.65% compilation time) write to file: 0.000297 seconds (10 allocations: 528 bytes) C compiler: 0.033267 seconds (84 allocations: 3.422 KiB) Test Summary: | Total Time max3 | 0 2.3s compile procedures: 1.159888 seconds (710.82 k allocations: 38.509 MiB, 99.71% compilation time) write to file: 0.000286 seconds (10 allocations: 528 bytes) C compiler: 0.035833 seconds (84 allocations: 3.422 KiB) Test Summary: | Total Time ref passing | 0 6.5s compile procedures: 0.162121 seconds (83.04 k allocations: 4.455 MiB, 99.15% compilation time) write to file: 0.000286 seconds (10 allocations: 528 bytes) C compiler: 0.032775 seconds (84 allocations: 3.422 KiB) Test Summary: | Total Time defer | 0 2.7s compile procedures: 1.061338 seconds (726.00 k allocations: 39.632 MiB, 99.39% compilation time) write to file: 0.000294 seconds (10 allocations: 528 bytes) C compiler: 0.036792 seconds (84 allocations: 3.422 KiB) Test Summary: | Total Time peg | 0 5.8s compile procedures: 0.021931 seconds (4.09 k allocations: 182.531 KiB, 97.29% compilation time) write to file: 0.000324 seconds (10 allocations: 528 bytes) C compiler: 0.037775 seconds (84 allocations: 3.422 KiB) Test Summary: | Total Time loop | 0 2.2s Testing Turtles tests passed Testing completed after 69.4s PkgEval succeeded after 96.3s