Package evaluation to load Capnp on Julia 1.14.0-DEV.1352 (749bc618c5*) started at 2025-12-09T18:56:13.632 ################################################################################ # Set-up # Set-up completed after 0.12s ################################################################################ # Installation # Installing Capnp... Resolving package versions... Updating `~/.julia/environments/v1.14/Project.toml` [4a176cb5] + Capnp v0.1.2 Updating `~/.julia/environments/v1.14/Manifest.toml` [4a176cb5] + Capnp v0.1.2 Installation completed after 1.62s ################################################################################ # 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.87s ################################################################################ # Loading # Loading Capnp... WARNING: Detected access to binding `Generator.capnp` in a world prior to its definition world.  Julia 1.12 has introduced more strict world age semantics for global bindings.  !!! This code may malfunction under Revise.  !!! This code will error in future versions of Julia. Hint: Add an appropriate `invokelatest` around the access to this binding. To make this warning an error, and hence obtain a stack trace, use `julia --depwarn=error`. WARNING: Detected access to binding `capnp.schema` in a world prior to its definition world.  Julia 1.12 has introduced more strict world age semantics for global bindings.  !!! This code may malfunction under Revise.  !!! This code will error in future versions of Julia. Hint: Add an appropriate `invokelatest` around the access to this binding. To make this warning an error, and hence obtain a stack trace, use `julia --depwarn=error`. 1 dependency had output during precompilation: ┌ Capnp │ [Output was shown above] └ Loading completed after 4.12s PkgEval succeeded after 28.4s