Package evaluation to test Turtles on Julia 1.14.0-DEV.1808 (1cd77b505e*) started at 2026-02-26T12:07:12.943 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 11.41s ################################################################################ # Installation # Installing Turtles... Resolving package versions... Updating `~/.julia/environments/v1.14/Project.toml` [37f3a7ca] + Turtles v0.1.0 Updating `~/.julia/environments/v1.14/Manifest.toml` [37f3a7ca] + Turtles v0.1.0 Installation completed after 0.96s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling packages... 1563.0 ms ✓ Turtles 1 dependency successfully precompiled in 2 seconds. 8 already precompiled. Precompilation completed after 16.64s ################################################################################ # Testing # Testing Turtles Status `/tmp/jl_SVgIah/Project.toml` [37f3a7ca] Turtles v0.1.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_SVgIah/Manifest.toml` [37f3a7ca] Turtles v0.1.0 [2a0f44e3] Base64 v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.13.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v1.0.0 [9e88b42a] Serialization v1.11.0 [f489334b] StyledStrings v1.13.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 5.9s compile procedures: 2.320888 seconds (1.21 M allocations: 67.384 MiB, 99.81% compilation time) write to file: 0.001612 seconds (14 allocations: 720 bytes) C compiler: 0.109269 seconds (8.70 k allocations: 560.547 KiB, 68.07% compilation time) Test Summary: | Total Time generic | 0 9.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.300039 seconds (74.23 k allocations: 4.129 MiB, 99.34% compilation time) write to file: 0.000279 seconds (10 allocations: 528 bytes) C compiler: 0.035893 seconds (86 allocations: 3.203 KiB) Test Summary: | Total Time pointers and references | 0 4.2s compile procedures: 1.843537 seconds (1.13 M allocations: 62.976 MiB, 1.37% gc time, 99.67% compilation time) write to file: 0.000323 seconds (10 allocations: 528 bytes) C compiler: 0.039714 seconds (86 allocations: 3.203 KiB) Test Summary: | Total Time struct | 0 6.9s compile procedures: 0.689088 seconds (218.72 k allocations: 11.724 MiB, 99.71% compilation time) write to file: 0.000311 seconds (10 allocations: 528 bytes) C compiler: 0.037130 seconds (86 allocations: 3.203 KiB) Test Summary: | Total Time unrolling | 0 3.3s compile procedures: 0.339281 seconds (68.72 k allocations: 3.870 MiB, 99.45% compilation time) write to file: 0.000334 seconds (10 allocations: 544 bytes) C compiler: 0.037293 seconds (86 allocations: 3.234 KiB) Test Summary: | Total Time gibonacci | 0 2.7s compile procedures: 0.567334 seconds (358.60 k allocations: 19.986 MiB, 99.57% compilation time) write to file: 0.000349 seconds (10 allocations: 528 bytes) C compiler: 0.033552 seconds (86 allocations: 3.203 KiB) Test Summary: | Total Time max3 | 0 2.3s compile procedures: 1.239243 seconds (595.36 k allocations: 32.371 MiB, 99.67% compilation time) write to file: 0.000347 seconds (10 allocations: 528 bytes) C compiler: 0.033898 seconds (86 allocations: 3.203 KiB) Test Summary: | Total Time ref passing | 0 6.9s compile procedures: 0.180556 seconds (69.06 k allocations: 3.753 MiB, 99.11% compilation time) write to file: 0.000331 seconds (10 allocations: 528 bytes) C compiler: 0.030120 seconds (86 allocations: 3.203 KiB) Test Summary: | Total Time defer | 0 3.0s compile procedures: 1.188032 seconds (590.20 k allocations: 32.821 MiB, 2.89% gc time, 99.37% compilation time) write to file: 0.000330 seconds (10 allocations: 528 bytes) C compiler: 0.036172 seconds (86 allocations: 3.203 KiB) Test Summary: | Total Time peg | 0 6.3s compile procedures: 0.030545 seconds (3.56 k allocations: 154.531 KiB, 97.27% compilation time) write to file: 0.000434 seconds (10 allocations: 528 bytes) C compiler: 0.042009 seconds (86 allocations: 3.203 KiB) Test Summary: | Total Time loop | 0 2.6s Testing Turtles tests passed Testing completed after 66.21s PkgEval succeeded after 103.62s