Package evaluation of Turtles on Julia 1.13.0-DEV.811 (41570e9800*) started at 2025-07-03T11:01:56.588 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 8.23s ################################################################################ # 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.95s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 13.74s ################################################################################ # Testing # Testing Turtles Status `/tmp/jl_N36P7T/Project.toml` [37f3a7ca] Turtles v0.1.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_N36P7T/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.2s compile procedures: 2.765057 seconds (1.55 M allocations: 82.412 MiB, 0.96% gc time, 99.82% compilation time) write to file: 0.000645 seconds (10 allocations: 528 bytes) C compiler: 0.129921 seconds (11.66 k allocations: 667.719 KiB, 63.32% compilation time) Test Summary: | Total Time generic | 0 11.7s ┌ 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.382227 seconds (88.55 k allocations: 4.713 MiB, 99.52% compilation time) write to file: 0.000389 seconds (10 allocations: 528 bytes) C compiler: 0.048540 seconds (82 allocations: 3.359 KiB) Test Summary: | Total Time pointers and references | 0 5.2s compile procedures: 2.276700 seconds (1.36 M allocations: 71.607 MiB, 1.30% gc time, 99.73% compilation time) write to file: 0.000355 seconds (10 allocations: 528 bytes) C compiler: 0.054337 seconds (83 allocations: 3.641 KiB) Test Summary: | Total Time struct | 0 8.5s compile procedures: 0.799853 seconds (260.82 k allocations: 13.406 MiB, 99.76% compilation time) write to file: 0.000456 seconds (10 allocations: 528 bytes) C compiler: 0.047031 seconds (82 allocations: 3.359 KiB) Test Summary: | Total Time unrolling | 0 3.8s compile procedures: 0.494887 seconds (89.06 k allocations: 4.612 MiB, 99.59% compilation time) write to file: 0.000334 seconds (10 allocations: 544 bytes) C compiler: 0.052125 seconds (82 allocations: 3.391 KiB) Test Summary: | Total Time gibonacci | 0 3.4s compile procedures: 0.698831 seconds (433.82 k allocations: 22.989 MiB, 99.60% compilation time) write to file: 0.000279 seconds (10 allocations: 528 bytes) C compiler: 0.045746 seconds (82 allocations: 3.359 KiB) Test Summary: | Total Time max3 | 0 2.7s compile procedures: 1.529380 seconds (678.97 k allocations: 35.572 MiB, 99.69% compilation time) write to file: 0.000352 seconds (10 allocations: 528 bytes) C compiler: 0.046933 seconds (82 allocations: 3.359 KiB) Test Summary: | Total Time ref passing | 0 8.5s compile procedures: 0.219684 seconds (81.25 k allocations: 4.243 MiB, 99.21% compilation time) write to file: 0.000318 seconds (10 allocations: 528 bytes) C compiler: 0.041299 seconds (82 allocations: 3.359 KiB) Test Summary: | Total Time defer | 0 3.7s compile procedures: 1.425116 seconds (707.87 k allocations: 37.433 MiB, 2.40% gc time, 99.45% compilation time) write to file: 0.000355 seconds (10 allocations: 528 bytes) C compiler: 0.046913 seconds (82 allocations: 3.359 KiB) Test Summary: | Total Time peg | 0 7.5s compile procedures: 0.029148 seconds (3.93 k allocations: 172.422 KiB, 97.09% compilation time) write to file: 0.000308 seconds (10 allocations: 528 bytes) C compiler: 0.049448 seconds (82 allocations: 3.359 KiB) Test Summary: | Total Time loop | 0 3.1s Testing Turtles tests passed Testing completed after 75.91s PkgEval succeeded after 107.94s