Package evaluation of Turtles on Julia 1.11.4 (a71dd056e0*) started at 2025-04-08T07:02:21.393 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 8.9s ################################################################################ # 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.08s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 12.56s ################################################################################ # Testing # Testing Turtles Status `/tmp/jl_GNrcLv/Project.toml` [37f3a7ca] Turtles v0.1.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_GNrcLv/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.6s compile procedures: 2.529162 seconds (1.25 M allocations: 64.439 MiB, 0.83% gc time, 99.77% compilation time) write to file: 0.000887 seconds (16 allocations: 792 bytes) C compiler: 0.140718 seconds (1.17 k allocations: 53.016 KiB, 67.20% compilation time) Test Summary: | Total Time generic | 0 11.4s ┌ 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.370667 seconds (81.79 k allocations: 4.275 MiB, 99.46% compilation time) write to file: 0.000381 seconds (16 allocations: 792 bytes) C compiler: 0.045180 seconds (96 allocations: 3.797 KiB) Test Summary: | Total Time pointers and references | 0 4.1s compile procedures: 2.186025 seconds (1.31 M allocations: 65.977 MiB, 0.68% gc time, 99.68% compilation time) write to file: 0.000364 seconds (16 allocations: 792 bytes) C compiler: 0.047263 seconds (96 allocations: 3.797 KiB) Test Summary: | Total Time struct | 0 7.2s compile procedures: 0.924873 seconds (158.29 k allocations: 7.635 MiB, 99.78% compilation time) write to file: 0.000343 seconds (16 allocations: 792 bytes) C compiler: 0.044643 seconds (96 allocations: 3.797 KiB) Test Summary: | Total Time unrolling | 0 3.0s compile procedures: 0.487241 seconds (31.88 k allocations: 1.427 MiB, 99.59% compilation time) write to file: 0.000297 seconds (16 allocations: 800 bytes) C compiler: 0.044032 seconds (96 allocations: 3.812 KiB) Test Summary: | Total Time gibonacci | 0 2.1s compile procedures: 0.609846 seconds (305.63 k allocations: 15.491 MiB, 99.58% compilation time) write to file: 0.000363 seconds (16 allocations: 792 bytes) C compiler: 0.040941 seconds (96 allocations: 3.797 KiB) Test Summary: | Total Time max3 | 0 2.3s compile procedures: 1.614982 seconds (661.36 k allocations: 33.452 MiB, 99.70% compilation time) write to file: 0.000441 seconds (16 allocations: 792 bytes) C compiler: 0.042958 seconds (96 allocations: 3.797 KiB) Test Summary: | Total Time ref passing | 0 7.9s compile procedures: 0.166407 seconds (40.80 k allocations: 1.982 MiB, 98.77% compilation time) write to file: 0.000381 seconds (16 allocations: 792 bytes) C compiler: 0.037780 seconds (96 allocations: 3.797 KiB) Test Summary: | Total Time defer | 0 3.1s compile procedures: 1.353640 seconds (582.89 k allocations: 29.551 MiB, 99.41% compilation time) write to file: 0.000340 seconds (16 allocations: 792 bytes) C compiler: 0.046007 seconds (96 allocations: 3.797 KiB) Test Summary: | Total Time peg | 0 6.7s compile procedures: 0.034398 seconds (3.31 k allocations: 136.492 KiB, 97.59% compilation time) write to file: 0.000391 seconds (16 allocations: 792 bytes) C compiler: 0.047063 seconds (96 allocations: 3.797 KiB) Test Summary: | Total Time loop | 0 2.0s Testing Turtles tests passed Testing completed after 67.25s PkgEval succeeded after 96.27s