Package evaluation to load Adiff on Julia 1.14.0-DEV.1352 (749bc618c5*) started at 2025-12-09T19:09:20.453 ################################################################################ # Set-up # Set-up completed after 0.12s ################################################################################ # Installation # Installing Adiff... Resolving package versions... Updating `~/.julia/environments/v1.14/Project.toml` [27f7cb71] + Adiff v0.1.0 Updating `~/.julia/environments/v1.14/Manifest.toml` [27f7cb71] + Adiff v0.1.0 [56f22d72] + Artifacts v1.11.0 [8f399da3] + Libdl v1.11.0 [37e2e46d] + LinearAlgebra v1.13.0 [e66e0078] + CompilerSupportLibraries_jll v1.3.0+1 [4536629a] + OpenBLAS_jll v0.3.29+0 [8e850b90] + libblastrampoline_jll v5.15.0+0 Installation completed after 2.02s ################################################################################ # 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.47s ################################################################################ # Loading # Loading Adiff... WARNING: Constructor for type "Real" was extended in `Adiff` without explicit qualification or import.  NOTE: Assumed "Real" refers to `Base.Real`. This behavior is deprecated and may differ in future versions.  NOTE: This behavior may have differed in Julia versions prior to 1.12.  Hint: If you intended to create a new generic function of the same name, use `function Real end`.  Hint: To silence the warning, qualify `Real` as `Base.Real` in the method signature or explicitly `import Base: Real`. 1 dependency had output during precompilation: ┌ Adiff │ [Output was shown above] └ Loading completed after 2.78s PkgEval succeeded after 27.43s