Package evaluation to test Pukeko on Julia 1.14.0-DEV.1384 (b34261b5d0*) started at 2025-12-18T12:22:54.737 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... ┌ Warning: could not download https://pkg.julialang.org/registries │ exception = RequestError: Could not resolve host: pkg.julialang.org while requesting https://pkg.julialang.org/registries └ @ Pkg.Registry /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Registry/Registry.jl:121 ┌ Warning: could not download https://pkg.julialang.org/registries │ exception = RequestError: Could not resolve host: pkg.julialang.org while requesting https://pkg.julialang.org/registries └ @ Pkg.Registry /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Registry/Registry.jl:121 Activating project at `~/.julia/environments/v1.14` Set-up completed after 9.44s ################################################################################ # Installation # Installing Pukeko... Resolving package versions... ┌ Warning: could not download https://pkg.julialang.org/registries │ exception = RequestError: Could not resolve host: pkg.julialang.org while requesting https://pkg.julialang.org/registries └ @ Pkg.Registry /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Registry/Registry.jl:121 Updating `~/.julia/environments/v1.14/Project.toml` [8cf91db1] + Pukeko v0.3.0 Updating `~/.julia/environments/v1.14/Manifest.toml` [8cf91db1] + Pukeko v0.3.0 [de0858da] + Printf v1.11.0 [4ec0a83e] + Unicode v1.11.0 Installation completed after 0.86s ################################################################################ # 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 13.74s ################################################################################ # Testing # Testing Pukeko Status `/tmp/jl_3XQbPv/Project.toml` [8cf91db1] Pukeko v0.3.0 [de0858da] Printf v1.11.0 Status `/tmp/jl_3XQbPv/Manifest.toml` [8cf91db1] Pukeko v0.3.0 [de0858da] Printf v1.11.0 [4ec0a83e] Unicode v1.11.0 Testing Running tests... 7 test function(s) ran successfully in module PukekoTests (0.33 seconds) 1 test function(s) ran successfully in module TestThrowsTests (0.04 seconds) Message about failing test should appear next Test failures occurred in module FailSlowTests Functions with failed tests: test_fail: runtests.jl:79 Expression did not evaluate to `true`: 1 != 2 0 test function(s) ran successfully in module Empty (0.00 seconds) 0 test function(s) ran successfully in module OnlyCallFunctions (0.00 seconds) 28 test function(s) ran successfully in module BaseInt (7.00 seconds) Testing Pukeko tests passed Testing completed after 17.06s PkgEval succeeded after 63.07s