Package evaluation of Turtles on Julia 1.13.0-DEV.449 (8d6b63c3a6*) started at 2025-04-28T22:45:25.271 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 7.56s ################################################################################ # Installation # Installing Turtles... Resolving package versions... Updating `~/.julia/environments/v1.13/Project.toml` [37f3a7ca] + Turtles v0.1.0 Updating `~/.julia/environments/v1.13/Manifest.toml` [37f3a7ca] + Turtles v0.1.0 Installation completed after 0.79s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 13.3s ################################################################################ # Testing # Testing Turtles Status `/tmp/jl_Mt1nMo/Project.toml` [37f3a7ca] Turtles v0.1.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_Mt1nMo/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 6.9s compile procedures: 2.683352 seconds (1.38 M allocations: 73.272 MiB, 1.12% gc time, 99.83% compilation time) write to file: 0.000659 seconds (10 allocations: 528 bytes) C compiler: 0.139326 seconds (11.10 k allocations: 638.688 KiB, 60.23% compilation time) Test Summary: | Total Time generic | 0 11.1s ┌ 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.644759 seconds (89.25 k allocations: 4.772 MiB, 37.86% gc time, 99.69% compilation time) write to file: 0.000328 seconds (10 allocations: 528 bytes) C compiler: 0.046636 seconds (82 allocations: 3.359 KiB) Test Summary: | Total Time pointers and references | 0 4.2s compile procedures: 2.002449 seconds (1.38 M allocations: 71.657 MiB, 99.72% compilation time) write to file: 0.000305 seconds (10 allocations: 528 bytes) C compiler: 0.049825 seconds (83 allocations: 3.641 KiB) Test Summary: | Total Time struct | 0 6.7s compile procedures: 0.808435 seconds (242.52 k allocations: 12.235 MiB, 99.74% compilation time) write to file: 0.000328 seconds (10 allocations: 528 bytes) C compiler: 0.043992 seconds (82 allocations: 3.359 KiB) Test Summary: | Total Time unrolling | 0 2.7s compile procedures: 0.395233 seconds (74.19 k allocations: 3.733 MiB, 99.55% compilation time) write to file: 0.000311 seconds (10 allocations: 544 bytes) C compiler: 0.043894 seconds (82 allocations: 3.391 KiB) Test Summary: | Total Time gibonacci | 0 1.8s compile procedures: 0.500148 seconds (350.55 k allocations: 18.237 MiB, 99.48% compilation time) write to file: 0.000284 seconds (10 allocations: 528 bytes) C compiler: 0.042648 seconds (82 allocations: 3.359 KiB) Test Summary: | Total Time max3 | 0 2.4s compile procedures: 1.486377 seconds (631.00 k allocations: 32.957 MiB, 99.74% compilation time) write to file: 0.000294 seconds (10 allocations: 528 bytes) C compiler: 0.040632 seconds (82 allocations: 3.359 KiB) Test Summary: | Total Time ref passing | 0 7.7s compile procedures: 0.142733 seconds (45.56 k allocations: 2.282 MiB, 98.87% compilation time) write to file: 0.000328 seconds (10 allocations: 528 bytes) C compiler: 0.037927 seconds (82 allocations: 3.359 KiB) Test Summary: | Total Time defer | 0 2.7s compile procedures: 1.204151 seconds (579.48 k allocations: 30.406 MiB, 99.38% compilation time) write to file: 0.000347 seconds (10 allocations: 528 bytes) C compiler: 0.043721 seconds (82 allocations: 3.359 KiB) Test Summary: | Total Time peg | 0 6.3s compile procedures: 0.027802 seconds (3.87 k allocations: 165.562 KiB, 97.26% compilation time) write to file: 0.000444 seconds (10 allocations: 528 bytes) C compiler: 0.046995 seconds (82 allocations: 3.359 KiB) Test Summary: | Total Time loop | 0 1.9s Testing Turtles tests passed Testing completed after 64.59s PkgEval succeeded after 96.16s