Package evaluation to test Turtles on Julia 1.14.0-DEV.2590 (cfde0ec785*) started at 2026-07-03T12:48:34.091 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 14.86s ################################################################################ # Installation # Installing Turtles... Resolving package versions... Updating `~/.julia/environments/v1.14/Project.toml` [37f3a7ca] + Turtles v0.1.0 Updating `~/.julia/environments/v1.14/Manifest.toml` [37f3a7ca] + Turtles v0.1.0 Installation completed after 1.19s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling project... 1.4 s ✓ Turtles 1 dependency successfully precompiled in 1 seconds. 8 already precompiled. Precompilation completed after 23.37s ################################################################################ # Testing # Testing Turtles Status `/tmp/jl_zVWtrW/Project.toml` [37f3a7ca] Turtles v0.1.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_zVWtrW/Manifest.toml` [37f3a7ca] Turtles v0.1.0 [2a0f44e3] Base64 v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.13.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v1.13.0 [9e88b42a] Serialization v1.11.0 [f489334b] StyledStrings v1.13.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 6.7s compile procedures: 2.425952 seconds (1.13 M allocations: 65.173 MiB, 99.74% compilation time) write to file: 0.001563 seconds (8 allocations: 496 bytes) C compiler: 0.175790 seconds (6.97 k allocations: 504.250 KiB, 41.59% compilation time) Test Summary: | Total Time generic | 0 11.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.296606 seconds (72.17 k allocations: 3.810 MiB, 99.38% compilation time) write to file: 0.001058 seconds (8 allocations: 496 bytes) C compiler: 0.044143 seconds (86 allocations: 3.203 KiB) Test Summary: | Total Time pointers and references | 0 4.9s compile procedures: 2.032909 seconds (912.16 k allocations: 52.012 MiB, 99.72% compilation time) write to file: 0.000277 seconds (8 allocations: 496 bytes) C compiler: 0.051105 seconds (86 allocations: 3.203 KiB) Test Summary: | Total Time struct | 0 8.3s compile procedures: 0.880048 seconds (217.03 k allocations: 12.027 MiB, 99.81% compilation time) write to file: 0.000382 seconds (8 allocations: 496 bytes) C compiler: 0.043455 seconds (86 allocations: 3.203 KiB) Test Summary: | Total Time unrolling | 0 4.3s compile procedures: 0.390486 seconds (57.07 k allocations: 3.412 MiB, 99.55% compilation time) write to file: 0.000267 seconds (8 allocations: 512 bytes) C compiler: 0.044133 seconds (86 allocations: 3.234 KiB) Test Summary: | Total Time gibonacci | 0 3.4s compile procedures: 0.673024 seconds (322.44 k allocations: 18.583 MiB, 99.64% compilation time) write to file: 0.000334 seconds (8 allocations: 496 bytes) C compiler: 0.040393 seconds (86 allocations: 3.203 KiB) Test Summary: | Total Time max3 | 0 2.9s compile procedures: 1.287636 seconds (413.17 k allocations: 22.640 MiB, 3.01% gc time, 99.64% compilation time) write to file: 0.000363 seconds (8 allocations: 496 bytes) C compiler: 0.041857 seconds (86 allocations: 3.203 KiB) Test Summary: | Total Time ref passing | 0 8.1s compile procedures: 0.124432 seconds (36.82 k allocations: 1.857 MiB, 98.72% compilation time) write to file: 0.004520 seconds (8 allocations: 496 bytes) C compiler: 0.034223 seconds (86 allocations: 3.203 KiB) Test Summary: | Total Time defer | 0 3.4s compile procedures: 1.261004 seconds (483.85 k allocations: 27.514 MiB, 3.08% gc time, 99.43% compilation time) write to file: 0.000330 seconds (8 allocations: 496 bytes) C compiler: 0.058464 seconds (86 allocations: 3.203 KiB) Test Summary: | Total Time peg | 0 7.2s compile procedures: 0.028109 seconds (3.05 k allocations: 138.594 KiB, 97.20% compilation time) write to file: 0.000365 seconds (8 allocations: 496 bytes) C compiler: 0.047697 seconds (86 allocations: 3.203 KiB) Test Summary: | Total Time loop | 0 3.3s Testing Turtles tests passed Testing completed after 80.93s PkgEval succeeded after 130.8s