Package evaluation of Turtles on Julia 1.12.0-rc2.1 (084dab1917*) started at 2025-09-12T01:21:49.599 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 8.67s ################################################################################ # Installation # Installing Turtles... Resolving package versions... Updating `~/.julia/environments/v1.12/Project.toml` [37f3a7ca] + Turtles v0.1.0 Updating `~/.julia/environments/v1.12/Manifest.toml` [37f3a7ca] + Turtles v0.1.0 Installation completed after 0.83s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 13.85s ################################################################################ # Testing # Testing Turtles Status `/tmp/jl_VRWpWo/Project.toml` [37f3a7ca] Turtles v0.1.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_VRWpWo/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.6s compile procedures: 2.851150 seconds (1.45 M allocations: 81.951 MiB, 99.83% compilation time) write to file: 0.002213 seconds (14 allocations: 720 bytes) C compiler: 0.151034 seconds (11.68 k allocations: 686.672 KiB, 70.94% compilation time) Test Summary: | Total Time generic | 0 12.0s ┌ 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.415295 seconds (97.06 k allocations: 5.449 MiB, 99.53% compilation time) write to file: 0.000352 seconds (10 allocations: 528 bytes) C compiler: 0.047447 seconds (84 allocations: 3.422 KiB) Test Summary: | Total Time pointers and references | 0 5.2s compile procedures: 2.394137 seconds (1.62 M allocations: 87.779 MiB, 99.76% compilation time) write to file: 0.000326 seconds (10 allocations: 528 bytes) C compiler: 0.050598 seconds (84 allocations: 3.422 KiB) Test Summary: | Total Time struct | 0 8.4s compile procedures: 0.780770 seconds (262.70 k allocations: 13.842 MiB, 99.78% compilation time) write to file: 0.000414 seconds (10 allocations: 528 bytes) C compiler: 0.045170 seconds (84 allocations: 3.422 KiB) Test Summary: | Total Time unrolling | 0 3.4s compile procedures: 0.468090 seconds (83.36 k allocations: 4.380 MiB, 99.60% compilation time) write to file: 0.000431 seconds (10 allocations: 544 bytes) C compiler: 0.052335 seconds (84 allocations: 3.453 KiB) Test Summary: | Total Time gibonacci | 0 3.0s compile procedures: 0.719890 seconds (440.18 k allocations: 24.048 MiB, 99.64% compilation time) write to file: 0.000324 seconds (10 allocations: 528 bytes) C compiler: 0.043806 seconds (84 allocations: 3.422 KiB) Test Summary: | Total Time max3 | 0 3.4s compile procedures: 1.594633 seconds (710.80 k allocations: 38.491 MiB, 99.74% compilation time) write to file: 0.000317 seconds (10 allocations: 528 bytes) C compiler: 0.042114 seconds (84 allocations: 3.422 KiB) Test Summary: | Total Time ref passing | 0 8.9s compile procedures: 0.211041 seconds (83.03 k allocations: 4.454 MiB, 99.21% compilation time) write to file: 0.000271 seconds (10 allocations: 528 bytes) C compiler: 0.039129 seconds (84 allocations: 3.422 KiB) Test Summary: | Total Time defer | 0 3.4s compile procedures: 1.462482 seconds (725.98 k allocations: 39.629 MiB, 2.40% gc time, 99.48% compilation time) write to file: 0.000306 seconds (10 allocations: 528 bytes) C compiler: 0.047575 seconds (84 allocations: 3.422 KiB) Test Summary: | Total Time peg | 0 8.0s compile procedures: 0.030816 seconds (4.09 k allocations: 182.531 KiB, 97.31% compilation time) write to file: 0.000359 seconds (10 allocations: 528 bytes) C compiler: 0.050907 seconds (84 allocations: 3.422 KiB) Test Summary: | Total Time loop | 0 2.8s Testing Turtles tests passed Testing completed after 76.01s PkgEval succeeded after 108.73s