Package evaluation of Turtles on Julia 1.11.5 (32ac370b68*) started at 2025-06-29T04:46:22.824 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 8.69s ################################################################################ # 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.05s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 12.6s ################################################################################ # Testing # Testing Turtles Status `/tmp/jl_3LSgcC/Project.toml` [37f3a7ca] Turtles v0.1.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_3LSgcC/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 9.5s compile procedures: 2.645042 seconds (1.25 M allocations: 64.771 MiB, 1.12% gc time, 99.77% compilation time) write to file: 0.000780 seconds (16 allocations: 792 bytes) C compiler: 0.139504 seconds (1.17 k allocations: 53.016 KiB, 68.24% compilation time) Test Summary: | Total Time generic | 0 11.6s ┌ 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.375689 seconds (81.97 k allocations: 4.293 MiB, 99.47% compilation time) write to file: 0.000391 seconds (16 allocations: 792 bytes) C compiler: 0.045450 seconds (96 allocations: 3.797 KiB) Test Summary: | Total Time pointers and references | 0 4.0s compile procedures: 2.486671 seconds (1.31 M allocations: 66.331 MiB, 0.64% gc time, 99.72% compilation time) write to file: 0.000379 seconds (16 allocations: 792 bytes) C compiler: 0.047645 seconds (96 allocations: 3.797 KiB) Test Summary: | Total Time struct | 0 8.0s compile procedures: 0.922267 seconds (158.83 k allocations: 7.693 MiB, 99.65% compilation time) write to file: 0.000420 seconds (16 allocations: 792 bytes) C compiler: 0.043369 seconds (96 allocations: 3.797 KiB) Test Summary: | Total Time unrolling | 0 2.9s compile procedures: 0.517538 seconds (31.97 k allocations: 1.434 MiB, 99.58% compilation time) write to file: 0.000376 seconds (16 allocations: 800 bytes) C compiler: 0.048418 seconds (96 allocations: 3.812 KiB) Test Summary: | Total Time gibonacci | 0 2.1s compile procedures: 0.580034 seconds (306.57 k allocations: 15.579 MiB, 99.54% compilation time) write to file: 0.000285 seconds (16 allocations: 792 bytes) C compiler: 0.041546 seconds (96 allocations: 3.797 KiB) Test Summary: | Total Time max3 | 0 2.2s compile procedures: 1.635004 seconds (663.13 k allocations: 33.604 MiB, 99.58% compilation time) write to file: 0.000300 seconds (16 allocations: 792 bytes) C compiler: 0.041846 seconds (96 allocations: 3.797 KiB) Test Summary: | Total Time ref passing | 0 7.6s compile procedures: 0.159042 seconds (40.95 k allocations: 1.992 MiB, 98.72% compilation time) write to file: 0.000379 seconds (16 allocations: 792 bytes) C compiler: 0.037789 seconds (96 allocations: 3.797 KiB) Test Summary: | Total Time defer | 0 3.0s compile procedures: 1.350040 seconds (584.46 k allocations: 29.697 MiB, 2.13% gc time, 99.38% compilation time) write to file: 0.000461 seconds (16 allocations: 792 bytes) C compiler: 0.044751 seconds (96 allocations: 3.797 KiB) Test Summary: | Total Time peg | 0 6.6s compile procedures: 0.032409 seconds (3.32 k allocations: 137.242 KiB, 97.49% compilation time) write to file: 0.000379 seconds (16 allocations: 792 bytes) C compiler: 0.047212 seconds (96 allocations: 3.797 KiB) Test Summary: | Total Time loop | 0 2.0s Testing Turtles tests passed Testing completed after 66.76s PkgEval succeeded after 96.63s