Package evaluation to test Turtles on Julia 1.14.0-DEV.2302 (b8ba835509*) started at 2026-06-06T01:25:20.698 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 16.07s ################################################################################ # 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 1.46s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling project... 1.6 s ✓ Turtles 1 dependency successfully precompiled in 2 seconds. 8 already precompiled. Precompilation completed after 24.87s ################################################################################ # Testing # Testing Turtles Status `/tmp/jl_ecDgMz/Project.toml` [37f3a7ca] Turtles v0.1.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_ecDgMz/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.13.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 8.2s compile procedures: 2.859501 seconds (1.65 M allocations: 85.542 MiB, 0.95% gc time, 99.82% compilation time) write to file: 0.001858 seconds (8 allocations: 496 bytes) C compiler: 0.209277 seconds (13.59 k allocations: 778.016 KiB, 50.69% compilation time) Test Summary: | Total Time generic | 0 13.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.317366 seconds (93.45 k allocations: 4.640 MiB, 99.31% compilation time) write to file: 0.000331 seconds (8 allocations: 496 bytes) C compiler: 0.058272 seconds (86 allocations: 3.203 KiB) Test Summary: | Total Time pointers and references | 0 6.3s compile procedures: 2.370925 seconds (1.28 M allocations: 66.837 MiB, 2.49% gc time, 99.70% compilation time) write to file: 0.000373 seconds (8 allocations: 496 bytes) C compiler: 0.050816 seconds (86 allocations: 3.203 KiB) Test Summary: | Total Time struct | 0 10.0s compile procedures: 0.945231 seconds (326.65 k allocations: 16.296 MiB, 99.78% compilation time) write to file: 0.000289 seconds (8 allocations: 496 bytes) C compiler: 0.046310 seconds (86 allocations: 3.203 KiB) Test Summary: | Total Time unrolling | 0 5.0s compile procedures: 0.465994 seconds (86.14 k allocations: 4.573 MiB, 99.54% compilation time) write to file: 0.000351 seconds (8 allocations: 512 bytes) C compiler: 0.051963 seconds (86 allocations: 3.234 KiB) Test Summary: | Total Time gibonacci | 0 4.4s compile procedures: 0.784030 seconds (453.72 k allocations: 23.761 MiB, 99.64% compilation time) write to file: 0.000363 seconds (8 allocations: 496 bytes) C compiler: 0.045682 seconds (86 allocations: 3.203 KiB) Test Summary: | Total Time max3 | 0 3.9s compile procedures: 1.379705 seconds (571.84 k allocations: 28.850 MiB, 99.64% compilation time) write to file: 0.000378 seconds (8 allocations: 496 bytes) C compiler: 0.043576 seconds (86 allocations: 3.203 KiB) Test Summary: | Total Time ref passing | 0 10.4s compile procedures: 0.145155 seconds (45.59 k allocations: 2.198 MiB, 98.71% compilation time) write to file: 0.000298 seconds (8 allocations: 496 bytes) C compiler: 0.037849 seconds (86 allocations: 3.203 KiB) Test Summary: | Total Time defer | 0 4.2s compile procedures: 1.426882 seconds (654.18 k allocations: 34.263 MiB, 99.37% compilation time) write to file: 0.000400 seconds (8 allocations: 496 bytes) C compiler: 0.046835 seconds (86 allocations: 3.203 KiB) Test Summary: | Total Time peg | 0 9.0s compile procedures: 0.030293 seconds (3.48 k allocations: 155.500 KiB, 96.88% compilation time) write to file: 0.000375 seconds (8 allocations: 496 bytes) C compiler: 0.048199 seconds (86 allocations: 3.203 KiB) Test Summary: | Total Time loop | 0 4.4s Testing Turtles tests passed Testing completed after 99.85s PkgEval succeeded after 152.41s