Package evaluation of Turtles on Julia 1.13.0-DEV.896 (efa4faf9a4*) started at 2025-07-25T10:20:17.128 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 9.85s ################################################################################ # 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 1.08s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 15.73s ################################################################################ # Testing # Testing Turtles Status `/tmp/jl_vE20Rc/Project.toml` [37f3a7ca] Turtles v0.1.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_vE20Rc/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.0s compile procedures: 2.685509 seconds (1.42 M allocations: 75.764 MiB, 0.53% gc time, 99.62% compilation time) write to file: 0.001224 seconds (18 allocations: 912 bytes) C compiler: 0.136263 seconds (11.04 k allocations: 669.156 KiB, 62.27% compilation time) Test Summary: | Total Time generic | 0 10.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.351015 seconds (106.80 k allocations: 5.796 MiB, 99.21% compilation time) write to file: 0.000356 seconds (10 allocations: 528 bytes) C compiler: 0.046607 seconds (85 allocations: 3.453 KiB) Test Summary: | Total Time pointers and references | 0 4.9s compile procedures: 2.261548 seconds (1.37 M allocations: 73.697 MiB, 0.83% gc time, 99.68% compilation time) write to file: 0.000351 seconds (10 allocations: 528 bytes) C compiler: 0.051000 seconds (85 allocations: 3.453 KiB) Test Summary: | Total Time struct | 0 8.0s compile procedures: 0.832648 seconds (401.38 k allocations: 21.486 MiB, 99.77% compilation time) write to file: 0.000306 seconds (10 allocations: 528 bytes) C compiler: 0.042949 seconds (85 allocations: 3.453 KiB) Test Summary: | Total Time unrolling | 0 3.2s compile procedures: 0.448832 seconds (162.03 k allocations: 8.794 MiB, 4.62% gc time, 99.51% compilation time) write to file: 0.000301 seconds (10 allocations: 544 bytes) C compiler: 0.048285 seconds (85 allocations: 3.484 KiB) Test Summary: | Total Time gibonacci | 0 2.9s compile procedures: 0.487258 seconds (394.51 k allocations: 21.424 MiB, 99.46% compilation time) write to file: 0.000355 seconds (10 allocations: 528 bytes) C compiler: 0.030395 seconds (85 allocations: 3.453 KiB) Test Summary: | Total Time max3 | 0 1.9s compile procedures: 1.538664 seconds (801.65 k allocations: 41.916 MiB, 1.45% gc time, 99.62% compilation time) write to file: 0.000332 seconds (10 allocations: 528 bytes) C compiler: 0.047290 seconds (85 allocations: 3.453 KiB) Test Summary: | Total Time ref passing | 0 6.6s compile procedures: 0.265057 seconds (159.55 k allocations: 8.531 MiB, 99.15% compilation time) write to file: 0.000403 seconds (10 allocations: 528 bytes) C compiler: 0.038401 seconds (85 allocations: 3.453 KiB) Test Summary: | Total Time defer | 0 3.4s compile procedures: 1.372299 seconds (793.24 k allocations: 42.222 MiB, 1.65% gc time, 99.35% compilation time) write to file: 0.000413 seconds (10 allocations: 528 bytes) C compiler: 0.047233 seconds (85 allocations: 3.453 KiB) Test Summary: | Total Time peg | 0 7.1s compile procedures: 0.028857 seconds (4.31 k allocations: 190.656 KiB, 96.82% compilation time) write to file: 0.000428 seconds (10 allocations: 528 bytes) C compiler: 0.047257 seconds (85 allocations: 3.453 KiB) Test Summary: | Total Time loop | 0 2.6s Testing Turtles tests passed Testing completed after 67.14s PkgEval succeeded after 101.53s