Package evaluation of Turtles on Julia 1.12.0-rc1.2 (995ff9db19*) started at 2025-07-14T10:15:02.474 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 8.96s ################################################################################ # 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.87s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 13.63s ################################################################################ # Testing # Testing Turtles Status `/tmp/jl_BPbRcT/Project.toml` [37f3a7ca] Turtles v0.1.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_BPbRcT/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.9s compile procedures: 3.102006 seconds (1.47 M allocations: 81.532 MiB, 1.79% gc time, 99.76% compilation time) write to file: 0.000688 seconds (14 allocations: 720 bytes) C compiler: 0.152352 seconds (11.69 k allocations: 686.656 KiB, 71.59% compilation time) Test Summary: | Total Time generic | 0 12.4s ┌ 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.419842 seconds (97.03 k allocations: 5.445 MiB, 99.55% compilation time) write to file: 0.000390 seconds (10 allocations: 528 bytes) C compiler: 0.045218 seconds (84 allocations: 3.422 KiB) Test Summary: | Total Time pointers and references | 0 5.1s compile procedures: 2.807894 seconds (1.63 M allocations: 88.357 MiB, 8.09% gc time, 99.80% compilation time) write to file: 0.000337 seconds (10 allocations: 528 bytes) C compiler: 0.052335 seconds (84 allocations: 3.422 KiB) Test Summary: | Total Time struct | 0 9.1s compile procedures: 0.900263 seconds (264.14 k allocations: 13.910 MiB, 99.80% compilation time) write to file: 0.000350 seconds (10 allocations: 528 bytes) C compiler: 0.045902 seconds (84 allocations: 3.422 KiB) Test Summary: | Total Time unrolling | 0 4.0s compile procedures: 0.490048 seconds (83.34 k allocations: 4.377 MiB, 99.60% compilation time) write to file: 0.000368 seconds (10 allocations: 544 bytes) C compiler: 0.048923 seconds (84 allocations: 3.453 KiB) Test Summary: | Total Time gibonacci | 0 3.1s compile procedures: 0.765711 seconds (441.45 k allocations: 24.107 MiB, 3.85% gc time, 99.71% compilation time) write to file: 0.000385 seconds (10 allocations: 528 bytes) C compiler: 0.041444 seconds (84 allocations: 3.422 KiB) Test Summary: | Total Time max3 | 0 3.3s compile procedures: 1.657982 seconds (721.25 k allocations: 39.211 MiB, 99.75% compilation time) write to file: 0.000367 seconds (10 allocations: 528 bytes) C compiler: 0.042713 seconds (84 allocations: 3.422 KiB) Test Summary: | Total Time ref passing | 0 9.3s compile procedures: 0.203270 seconds (83.00 k allocations: 4.453 MiB, 99.24% compilation time) write to file: 0.000278 seconds (10 allocations: 528 bytes) C compiler: 0.033769 seconds (84 allocations: 3.422 KiB) Test Summary: | Total Time defer | 0 3.7s compile procedures: 1.493127 seconds (731.61 k allocations: 39.969 MiB, 99.51% compilation time) write to file: 0.000331 seconds (10 allocations: 528 bytes) C compiler: 0.047826 seconds (84 allocations: 3.422 KiB) Test Summary: | Total Time peg | 0 7.6s compile procedures: 0.030040 seconds (4.09 k allocations: 182.469 KiB, 97.04% compilation time) write to file: 0.000378 seconds (10 allocations: 528 bytes) C compiler: 0.046453 seconds (84 allocations: 3.422 KiB) Test Summary: | Total Time loop | 0 3.0s Testing Turtles tests passed Testing completed after 79.36s PkgEval succeeded after 112.1s