Package evaluation to test Pukeko on Julia 1.14.0-DEV.1372 (893635dc59*) started at 2025-12-16T12:21:59.500 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 9.21s ################################################################################ # Installation # Installing Pukeko... Resolving package versions... 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.8s ################################################################################ # 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 12.4s ################################################################################ # Testing # Testing Pukeko Status `/tmp/jl_1U4SXH/Project.toml` [8cf91db1] Pukeko v0.3.0 [de0858da] Printf v1.11.0 Status `/tmp/jl_1U4SXH/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.35 seconds) 1 test function(s) ran successfully in module TestThrowsTests (0.03 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 (6.54 seconds) Testing Pukeko tests passed Testing completed after 15.16s PkgEval succeeded after 47.27s