Package evaluation of Turtles on Julia 1.13.0-DEV.790 (77b90b9e62*) started at 2025-06-30T23:04:06.411 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 8.42s ################################################################################ # 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.87s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 13.92s ################################################################################ # Testing # Testing Turtles Status `/tmp/jl_UktGjx/Project.toml` [37f3a7ca] Turtles v0.1.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_UktGjx/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 7.3s compile procedures: 3.014289 seconds (1.55 M allocations: 82.371 MiB, 99.84% compilation time) write to file: 0.000790 seconds (10 allocations: 528 bytes) C compiler: 0.126964 seconds (11.66 k allocations: 667.609 KiB, 64.02% compilation time) Test Summary: | Total Time generic | 0 12.2s ┌ 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.397931 seconds (88.55 k allocations: 4.705 MiB, 99.55% compilation time) write to file: 0.000318 seconds (10 allocations: 528 bytes) C compiler: 0.044676 seconds (83 allocations: 3.641 KiB) Test Summary: | Total Time pointers and references | 0 5.3s compile procedures: 2.354651 seconds (1.36 M allocations: 71.541 MiB, 1.20% gc time, 99.74% compilation time) write to file: 0.000304 seconds (10 allocations: 528 bytes) C compiler: 0.050027 seconds (82 allocations: 3.359 KiB) Test Summary: | Total Time struct | 0 8.7s compile procedures: 0.960400 seconds (260.85 k allocations: 13.405 MiB, 2.98% gc time, 99.80% compilation time) write to file: 0.000398 seconds (10 allocations: 528 bytes) C compiler: 0.044496 seconds (82 allocations: 3.359 KiB) Test Summary: | Total Time unrolling | 0 4.1s compile procedures: 0.490993 seconds (89.06 k allocations: 4.608 MiB, 99.57% compilation time) write to file: 0.000402 seconds (10 allocations: 544 bytes) C compiler: 0.047566 seconds (82 allocations: 3.391 KiB) Test Summary: | Total Time gibonacci | 0 3.4s compile procedures: 0.686452 seconds (433.89 k allocations: 22.966 MiB, 99.63% compilation time) write to file: 0.000316 seconds (10 allocations: 528 bytes) C compiler: 0.041264 seconds (82 allocations: 3.359 KiB) Test Summary: | Total Time max3 | 0 2.7s compile procedures: 1.534463 seconds (679.07 k allocations: 35.529 MiB, 2.21% gc time, 99.72% compilation time) write to file: 0.000358 seconds (10 allocations: 528 bytes) C compiler: 0.042027 seconds (82 allocations: 3.359 KiB) Test Summary: | Total Time ref passing | 0 8.3s compile procedures: 0.201839 seconds (81.28 k allocations: 4.243 MiB, 99.13% compilation time) write to file: 0.000370 seconds (10 allocations: 528 bytes) C compiler: 0.041458 seconds (82 allocations: 3.359 KiB) Test Summary: | Total Time defer | 0 3.7s compile procedures: 1.309883 seconds (707.63 k allocations: 37.392 MiB, 99.41% compilation time) write to file: 0.000302 seconds (10 allocations: 528 bytes) C compiler: 0.042351 seconds (82 allocations: 3.359 KiB) Test Summary: | Total Time peg | 0 7.2s compile procedures: 0.028015 seconds (3.93 k allocations: 171.984 KiB, 96.72% compilation time) write to file: 0.000320 seconds (10 allocations: 528 bytes) C compiler: 0.042059 seconds (82 allocations: 3.359 KiB) Test Summary: | Total Time loop | 0 3.0s Testing Turtles tests passed Testing completed after 76.79s PkgEval succeeded after 109.19s