Package evaluation of Turtles on Julia 1.13.0-DEV.464 (abc56fde89*) started at 2025-05-01T12:57:24.986 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... ┌ Warning: could not download https://pkg.julialang.org/registries │ exception = RequestError: HTTP/2 301 (Connection timed out after 30005 milliseconds) while requesting https://pkg.julialang.org/registries └ @ Pkg.Registry /opt/julia/share/julia/stdlib/v1.13/Pkg/src/Registry/Registry.jl:77 Set-up completed after 5.61s ################################################################################ # 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.53s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 7.49s ################################################################################ # Testing # Testing Turtles Status `/tmp/jl_Do1HGD/Project.toml` [37f3a7ca] Turtles v0.1.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_Do1HGD/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 3.8s compile procedures: 1.518553 seconds (1.38 M allocations: 73.220 MiB, 0.87% gc time, 99.81% compilation time) write to file: 0.000735 seconds (10 allocations: 528 bytes) C compiler: 0.072549 seconds (11.10 k allocations: 638.969 KiB, 64.30% compilation time) Test Summary: | Total Time generic | 0 6.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.204597 seconds (89.25 k allocations: 4.772 MiB, 99.52% compilation time) write to file: 0.000231 seconds (10 allocations: 528 bytes) C compiler: 0.028070 seconds (82 allocations: 3.359 KiB) Test Summary: | Total Time pointers and references | 0 2.2s compile procedures: 1.147452 seconds (1.38 M allocations: 71.711 MiB, 2.74% gc time, 99.70% compilation time) write to file: 0.000253 seconds (10 allocations: 528 bytes) C compiler: 0.030256 seconds (82 allocations: 3.359 KiB) Test Summary: | Total Time struct | 0 3.8s compile procedures: 0.480711 seconds (246.77 k allocations: 12.505 MiB, 99.76% compilation time) write to file: 0.000248 seconds (10 allocations: 528 bytes) C compiler: 0.026593 seconds (82 allocations: 3.359 KiB) Test Summary: | Total Time unrolling | 0 1.5s compile procedures: 0.247660 seconds (78.52 k allocations: 4.008 MiB, 99.54% compilation time) write to file: 0.000273 seconds (10 allocations: 544 bytes) C compiler: 0.028040 seconds (82 allocations: 3.391 KiB) Test Summary: | Total Time gibonacci | 0 1.0s compile procedures: 0.312893 seconds (350.54 k allocations: 18.225 MiB, 5.51% gc time, 99.55% compilation time) write to file: 0.000218 seconds (10 allocations: 528 bytes) C compiler: 0.024768 seconds (82 allocations: 3.359 KiB) Test Summary: | Total Time max3 | 0 1.4s compile procedures: 1.202892 seconds (631.00 k allocations: 32.973 MiB, 99.62% compilation time) write to file: 0.000350 seconds (10 allocations: 528 bytes) C compiler: 0.035556 seconds (82 allocations: 3.359 KiB) Test Summary: | Total Time ref passing | 0 5.9s compile procedures: 0.109721 seconds (45.56 k allocations: 2.284 MiB, 98.78% compilation time) write to file: 0.000243 seconds (10 allocations: 528 bytes) C compiler: 0.029400 seconds (82 allocations: 3.359 KiB) Test Summary: | Total Time defer | 0 2.1s compile procedures: 0.935898 seconds (579.48 k allocations: 30.404 MiB, 99.38% compilation time) write to file: 0.000338 seconds (10 allocations: 528 bytes) C compiler: 0.037598 seconds (82 allocations: 3.359 KiB) Test Summary: | Total Time peg | 0 4.9s compile procedures: 0.021414 seconds (3.87 k allocations: 165.562 KiB, 97.00% compilation time) write to file: 0.000343 seconds (10 allocations: 528 bytes) C compiler: 0.039143 seconds (82 allocations: 3.359 KiB) Test Summary: | Total Time loop | 0 1.6s Testing Turtles tests passed Testing completed after 40.3s PkgEval succeeded after 183.7s