Package evaluation to test Turtles on Julia 1.14.0-DEV.1404 (db0ee4186e*) started at 2025-12-23T12:08:45.060 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 8.11s ################################################################################ # 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 0.75s ################################################################################ # Precompilation # ERROR: LoadError: MethodError: no method matching setindex!(::Base.ScopedValues.ScopedValue{IO}, ::Nothing) The function `setindex!` exists, but no method is defined for this combination of argument types. Stacktrace: [1] top-level scope @ /PkgEval.jl/scripts/precompile.jl:10 [2] include(mod::Module, _path::String) @ Base ./Base.jl:309 [3] exec_options(opts::Base.JLOptions) @ Base ./client.jl:344 [4] _start() @ Base ./client.jl:577 in expression starting at /PkgEval.jl/scripts/precompile.jl:6 caused by: MethodError: no method matching setindex!(::Base.ScopedValues.ScopedValue{IO}, ::Base.DevNull) The function `setindex!` exists, but no method is defined for this combination of argument types. Stacktrace: [1] top-level scope @ /PkgEval.jl/scripts/precompile.jl:7 [2] include(mod::Module, _path::String) @ Base ./Base.jl:309 [3] exec_options(opts::Base.JLOptions) @ Base ./client.jl:344 [4] _start() @ Base ./client.jl:577 Precompilation failed after 11.97s ################################################################################ # Testing # Testing Turtles Status `/tmp/jl_a5ZWBT/Project.toml` [37f3a7ca] Turtles v0.1.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_a5ZWBT/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.0.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.0s compile procedures: 2.203276 seconds (1.38 M allocations: 70.711 MiB, 99.76% compilation time) write to file: 0.001941 seconds (14 allocations: 720 bytes) C compiler: 0.091613 seconds (10.77 k allocations: 600.594 KiB, 56.16% compilation time) Test Summary: | Total Time generic | 0 9.1s ┌ 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.299191 seconds (83.71 k allocations: 4.277 MiB, 99.16% compilation time) write to file: 0.000367 seconds (10 allocations: 528 bytes) C compiler: 0.042800 seconds (86 allocations: 3.203 KiB) Test Summary: | Total Time pointers and references | 0 4.0s compile procedures: 1.827861 seconds (1.30 M allocations: 65.993 MiB, 99.69% compilation time) write to file: 0.000321 seconds (10 allocations: 528 bytes) C compiler: 0.047580 seconds (86 allocations: 3.203 KiB) Test Summary: | Total Time struct | 0 6.7s compile procedures: 0.707290 seconds (247.74 k allocations: 12.217 MiB, 99.71% compilation time) write to file: 0.000343 seconds (10 allocations: 528 bytes) C compiler: 0.045113 seconds (86 allocations: 3.203 KiB) Test Summary: | Total Time unrolling | 0 3.5s compile procedures: 0.354506 seconds (82.35 k allocations: 4.134 MiB, 99.44% compilation time) write to file: 0.000365 seconds (10 allocations: 544 bytes) C compiler: 0.050387 seconds (86 allocations: 3.234 KiB) Test Summary: | Total Time gibonacci | 0 3.0s compile procedures: 0.541243 seconds (413.50 k allocations: 21.008 MiB, 99.50% compilation time) write to file: 0.000312 seconds (10 allocations: 528 bytes) C compiler: 0.042369 seconds (86 allocations: 3.203 KiB) Test Summary: | Total Time max3 | 0 2.4s compile procedures: 1.361322 seconds (670.46 k allocations: 33.685 MiB, 99.68% compilation time) write to file: 0.000361 seconds (10 allocations: 528 bytes) C compiler: 0.044764 seconds (86 allocations: 3.203 KiB) Test Summary: | Total Time ref passing | 0 6.9s compile procedures: 0.200554 seconds (78.40 k allocations: 3.917 MiB, 99.16% compilation time) write to file: 0.000355 seconds (10 allocations: 528 bytes) C compiler: 0.039520 seconds (86 allocations: 3.203 KiB) Test Summary: | Total Time defer | 0 3.2s compile procedures: 1.250961 seconds (678.82 k allocations: 34.451 MiB, 99.41% compilation time) write to file: 0.000384 seconds (10 allocations: 528 bytes) C compiler: 0.046996 seconds (87 allocations: 3.484 KiB) Test Summary: | Total Time peg | 0 6.8s compile procedures: 0.027683 seconds (3.67 k allocations: 155.000 KiB, 97.14% compilation time) write to file: 0.000446 seconds (10 allocations: 528 bytes) C compiler: 0.048233 seconds (86 allocations: 3.203 KiB) Test Summary: | Total Time loop | 0 2.9s Testing Turtles tests passed Testing completed after 66.69s PkgEval succeeded after 96.34s