Package evaluation to test Turtles on Julia 1.11.7 (58327cce5e*) started at 2025-10-28T14:44:21.724 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 8.5s ################################################################################ # Installation # Installing Turtles... Resolving package versions... Updating `~/.julia/environments/v1.11/Project.toml` [37f3a7ca] + Turtles v0.1.0 Updating `~/.julia/environments/v1.11/Manifest.toml` [37f3a7ca] + Turtles v0.1.0 Installation completed after 1.26s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 12.52s ################################################################################ # Testing # Testing Turtles Status `/tmp/jl_xakhNf/Project.toml` [37f3a7ca] Turtles v0.1.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_xakhNf/Manifest.toml` [37f3a7ca] Turtles v0.1.0 [2a0f44e3] Base64 v1.11.0 [b77e0a4c] InteractiveUtils v1.11.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 [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.9s compile procedures: 2.501629 seconds (1.25 M allocations: 64.771 MiB, 0.55% gc time, 99.78% compilation time) write to file: 0.002381 seconds (16 allocations: 792 bytes) C compiler: 0.139903 seconds (1.17 k allocations: 53.016 KiB, 65.32% compilation time) Test Summary: | Total Time generic | 0 11.3s ┌ 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.363022 seconds (81.97 k allocations: 4.293 MiB, 99.44% compilation time) write to file: 0.000377 seconds (16 allocations: 792 bytes) C compiler: 0.046316 seconds (96 allocations: 3.797 KiB) Test Summary: | Total Time pointers and references | 0 3.8s compile procedures: 2.155510 seconds (1.31 M allocations: 66.263 MiB, 0.80% gc time, 99.72% compilation time) write to file: 0.000358 seconds (16 allocations: 792 bytes) C compiler: 0.046989 seconds (96 allocations: 3.797 KiB) Test Summary: | Total Time struct | 0 7.2s compile procedures: 0.892756 seconds (158.81 k allocations: 7.683 MiB, 99.78% compilation time) write to file: 0.000325 seconds (16 allocations: 792 bytes) C compiler: 0.045030 seconds (96 allocations: 3.797 KiB) Test Summary: | Total Time unrolling | 0 2.8s compile procedures: 0.515354 seconds (31.97 k allocations: 1.434 MiB, 99.54% compilation time) write to file: 0.000338 seconds (16 allocations: 800 bytes) C compiler: 0.047272 seconds (96 allocations: 3.812 KiB) Test Summary: | Total Time gibonacci | 0 2.1s compile procedures: 0.582916 seconds (306.56 k allocations: 15.575 MiB, 99.55% compilation time) write to file: 0.000367 seconds (16 allocations: 792 bytes) C compiler: 0.041133 seconds (96 allocations: 3.797 KiB) Test Summary: | Total Time max3 | 0 2.2s compile procedures: 1.546249 seconds (663.11 k allocations: 33.598 MiB, 99.69% compilation time) write to file: 0.000601 seconds (16 allocations: 792 bytes) C compiler: 0.041577 seconds (96 allocations: 3.797 KiB) Test Summary: | Total Time ref passing | 0 7.5s compile procedures: 0.148411 seconds (40.95 k allocations: 1.991 MiB, 98.98% compilation time) write to file: 0.000351 seconds (16 allocations: 792 bytes) C compiler: 0.034258 seconds (96 allocations: 3.797 KiB) Test Summary: | Total Time defer | 0 2.5s compile procedures: 1.301007 seconds (584.46 k allocations: 29.694 MiB, 99.42% compilation time) write to file: 0.000334 seconds (16 allocations: 792 bytes) C compiler: 0.045335 seconds (96 allocations: 3.797 KiB) Test Summary: | Total Time peg | 0 6.5s compile procedures: 0.031507 seconds (3.32 k allocations: 137.242 KiB, 96.08% compilation time) write to file: 0.000476 seconds (16 allocations: 792 bytes) C compiler: 0.045346 seconds (96 allocations: 3.797 KiB) Test Summary: | Total Time loop | 0 2.0s Testing Turtles tests passed Testing completed after 64.76s PkgEval succeeded after 93.25s