Package evaluation to test Turtles on Julia 1.12.4 (422f456051*) started at 2026-01-28T22:51:01.887 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.12` Set-up completed after 7.71s ################################################################################ # 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 1.22s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling packages... 4587.1 ms ✓ Turtles 1 dependency successfully precompiled in 5 seconds. 8 already precompiled. Precompilation completed after 16.0s ################################################################################ # Testing # Testing Turtles Status `/tmp/jl_0jXHEA/Project.toml` [37f3a7ca] Turtles v0.1.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_0jXHEA/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 8.3s compile procedures: 3.286120 seconds (1.47 M allocations: 76.489 MiB, 6.93% gc time, 99.84% compilation time) write to file: 0.002265 seconds (14 allocations: 720 bytes) C compiler: 0.152688 seconds (11.91 k allocations: 656.594 KiB, 72.33% compilation time) Test Summary: | Total Time generic | 0 12.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.420018 seconds (98.24 k allocations: 5.198 MiB, 99.48% compilation time) write to file: 0.000366 seconds (10 allocations: 528 bytes) C compiler: 0.044448 seconds (88 allocations: 3.250 KiB) Test Summary: | Total Time pointers and references | 0 5.4s compile procedures: 2.500856 seconds (1.64 M allocations: 84.207 MiB, 99.74% compilation time) write to file: 0.000394 seconds (10 allocations: 528 bytes) C compiler: 0.049234 seconds (88 allocations: 3.250 KiB) Test Summary: | Total Time struct | 0 8.7s compile procedures: 0.869367 seconds (266.20 k allocations: 13.283 MiB, 99.76% compilation time) write to file: 0.000311 seconds (10 allocations: 528 bytes) C compiler: 0.051374 seconds (88 allocations: 3.250 KiB) Test Summary: | Total Time unrolling | 0 3.9s compile procedures: 0.504813 seconds (84.33 k allocations: 4.183 MiB, 5.15% gc time, 99.57% compilation time) write to file: 0.000499 seconds (10 allocations: 544 bytes) C compiler: 0.048268 seconds (88 allocations: 3.281 KiB) Test Summary: | Total Time gibonacci | 0 3.0s compile procedures: 0.684107 seconds (446.23 k allocations: 23.040 MiB, 4.24% gc time, 99.65% compilation time) write to file: 0.000510 seconds (10 allocations: 528 bytes) C compiler: 0.038833 seconds (88 allocations: 3.250 KiB) Test Summary: | Total Time max3 | 0 3.2s compile procedures: 1.624566 seconds (719.32 k allocations: 36.670 MiB, 99.71% compilation time) write to file: 0.000370 seconds (10 allocations: 528 bytes) C compiler: 0.042617 seconds (88 allocations: 3.250 KiB) Test Summary: | Total Time ref passing | 0 9.1s compile procedures: 0.220545 seconds (84.05 k allocations: 4.273 MiB, 99.06% compilation time) write to file: 0.000302 seconds (10 allocations: 528 bytes) C compiler: 0.035896 seconds (88 allocations: 3.250 KiB) Test Summary: | Total Time defer | 0 3.8s compile procedures: 1.356387 seconds (735.25 k allocations: 37.867 MiB, 99.43% compilation time) write to file: 0.000369 seconds (10 allocations: 528 bytes) C compiler: 0.041376 seconds (88 allocations: 3.250 KiB) Test Summary: | Total Time peg | 0 8.3s compile procedures: 0.031141 seconds (4.10 k allocations: 174.266 KiB, 97.47% compilation time) write to file: 0.000296 seconds (10 allocations: 528 bytes) C compiler: 0.043387 seconds (88 allocations: 3.250 KiB) Test Summary: | Total Time loop | 0 3.0s Testing Turtles tests passed Testing completed after 79.48s PkgEval succeeded after 113.99s