Closed
Description
Describe the bug π
Julia 1.11.5, made the daily pkg> update
Error & Stacktrace
The output is
Updating `C:\Users\...\.julia\environments\v1.11\Project.toml`
β [429524aa] β Optim v1.12.0 β v1.11.0
Updating `C:\Users\...\.julia\environments\v1.11\Manifest.toml`
β [7227322d] β BoundaryValueDiffEqAscher v1.6.0 β v1.4.0
β [85d9eb09] β BoundaryValueDiffEqFIRK v1.7.0 β v1.5.0
β [1a22d4ce] β BoundaryValueDiffEqMIRK v1.7.0 β v1.5.0
β [9255f1d6] β BoundaryValueDiffEqMIRKN v1.6.0 β v1.4.0
β [ed55bfe0] β BoundaryValueDiffEqShooting v1.7.0 β v1.5.0
β [bcd4f6db] β DelayDiffEq v5.53.1 β v5.52.0
β [2b5f629d] β DiffEqBase v6.175.0 β v6.174.0
[a0c0ee7d] β DifferentiationInterface v0.6.54 β v0.7.0
β [d41bc354] β NLSolversBase v7.9.1 β v7.8.3
β [be0214bd] β NonlinearSolveBase v1.12.0 β v1.8.0
β [9a2c21bd] β NonlinearSolveQuasiNewton v1.6.0 β v1.5.0
β [429524aa] β Optim v1.12.0 β v1.11.0
[bca83a33] β OptimizationBase v2.7.0 β v2.8.0
β [6ad6398a] β OrdinaryDiffEqBDF v1.5.1 β v1.3.0
β [4302a76b] β OrdinaryDiffEqDifferentiation v1.9.1 β v1.4.0
β [5960d6e9] β OrdinaryDiffEqFIRK v1.12.0 β v1.9.0
β [127b3ac7] β OrdinaryDiffEqNonlinearSolve v1.10.0 β v1.5.0
β [43230ef6] β OrdinaryDiffEqRosenbrock v1.10.1 β v1.8.0
[65ce6f38] + PackageExtensionCompat v1.0.2
β [0bca4576] β SciMLBase v2.96.0 β v2.87.0
β [19f34311] β SciMLJacobianOperators v0.1.6 β v0.1.5
β
[c0aeaf25] β SciMLOperators v0.4.0 β v0.3.13
[47a9eef4] + SparseDiffTools v2.26.0
β [789caeaf] β StochasticDiffEq v6.80.0 β v6.79.0
[19fa3120] + VertexSafeGraphs v0.2.0
Info Packages marked with β and β
have new versions available. Those with β may be upgradable, but those with β
are restricted by compatibility constraints from upgrading. To see why use `status --outdated -m`
Precompiling project...
β BoundaryValueDiffEqAscher
β BoundaryValueDiffEqFIRK
β BoundaryValueDiffEqMIRK
β BoundaryValueDiffEqMIRKN
β BoundaryValueDiffEqShooting
β BoundaryValueDiffEq
β DifferentialEquations
106 dependencies successfully precompiled in 291 seconds. 481 already precompiled.
7 dependencies errored.
For a report of the errors see `julia> err`. To retry use `pkg> precompile`
The output of pkg> precompile is
Precompiling project...
β BoundaryValueDiffEqAscher
β BoundaryValueDiffEqFIRK
β BoundaryValueDiffEqMIRK
β BoundaryValueDiffEqMIRKN
β BoundaryValueDiffEqShooting
β BoundaryValueDiffEq
β DifferentialEquations
0 dependencies successfully precompiled in 32 seconds. 587 already precompiled.
ERROR: The following 1 direct dependency failed to precompile:
DifferentialEquations
Failed to precompile DifferentialEquations [0c46a032-eb83-5123-abaf-570d42b7fbaa] to "C:\\Users\\...\\.julia\\compiled\\v1.11\\DifferentialEquations\\jl_48A5.tmp".
WARNING: could not import BoundaryValueDiffEqCore.BoundaryValueDiffEqAlgorithm into BoundaryValueDiffEqAscher
WARNING: could not import BoundaryValueDiffEqCore.__sparse_jacobian_cache into BoundaryValueDiffEqAscher
ERROR: LoadError: UndefVarError: `BoundaryValueDiffEqAlgorithm` not defined in `BoundaryValueDiffEqAscher`
Stacktrace:
[1] top-level scope
@ C:\Users\...\.julia\packages\BoundaryValueDiffEqAscher\bxAAP\src\algorithms.jl:1
[2] include(mod::Module, _path::String)
@ Base .\Base.jl:557
[3] include(x::String)
@ BoundaryValueDiffEqAscher C:\Users\...\.julia\packages\BoundaryValueDiffEqAscher\bxAAP\src\BoundaryValueDiffEqAscher.jl:1
[4] top-level scope
@ C:\Users\...\.julia\packages\BoundaryValueDiffEqAscher\bxAAP\src\BoundaryValueDiffEqAscher.jl:29
[5] include
@ .\Base.jl:557 [inlined]
[6] include_package_for_output(pkg::Base.PkgId, input::String, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::String)
@ Base .\loading.jl:2881
[7] top-level scope
@ stdin:6
in expression starting at C:\Users\...\.julia\packages\BoundaryValueDiffEqAscher\bxAAP\src\algorithms.jl:1
in expression starting at C:\Users\...\.julia\packages\BoundaryValueDiffEqAscher\bxAAP\src\BoundaryValueDiffEqAscher.jl:1
in expression starting at stdin:6
ERROR: LoadError: Failed to precompile BoundaryValueDiffEqAscher [7227322d-7511-4e07-9247-ad6ff830280e] to "C:\\Users\\...\\.julia\\compiled\\v1.11\\BoundaryValueDiffEqAscher\\jl_5E04.tmp".
Stacktrace:
[1] error(s::String)
@ Base .\error.jl:35
[2] compilecache(pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool; flags::Cmd, cacheflags::Base.CacheFlags, reasons::Dict{String, Int64}, loadable_exts::Nothing)
@ Base .\loading.jl:3174
[3] (::Base.var"#1110#1111"{Base.PkgId})()
@ Base .\loading.jl:2579
[4] mkpidlock(f::Base.var"#1110#1111"{Base.PkgId}, at::String, pid::Int32; kwopts::@Kwargs{stale_age::Int64, wait::Bool})
@ FileWatching.Pidfile C:\Users\...\AppData\Local\Programs\Julia-1.11.5\share\julia\stdlib\v1.11\FileWatching\src\pidfile.jl:95
[5] #mkpidlock#6
@ C:\Users\...\AppData\Local\Programs\Julia-1.11.5\share\julia\stdlib\v1.11\FileWatching\src\pidfile.jl:90 [inlined]
[6] trymkpidlock(::Function, ::Vararg{Any}; kwargs::@Kwargs{stale_age::Int64})
@ FileWatching.Pidfile C:\Users\...\AppData\Local\Programs\Julia-1.11.5\share\julia\stdlib\v1.11\FileWatching\src\pidfile.jl:116
[7] #invokelatest#2
@ .\essentials.jl:1057 [inlined]
[8] invokelatest
@ .\essentials.jl:1052 [inlined]
[9] maybe_cachefile_lock(f::Base.var"#1110#1111"{Base.PkgId}, pkg::Base.PkgId, srcpath::String; stale_age::Int64)
@ Base .\loading.jl:3698
[10] maybe_cachefile_lock
@ .\loading.jl:3695 [inlined]
[11] _require(pkg::Base.PkgId, env::String)
@ Base .\loading.jl:2565
[12] __require_prelocked(uuidkey::Base.PkgId, env::String)
@ Base .\loading.jl:2388
[13] #invoke_in_world#3
@ .\essentials.jl:1089 [inlined]
[14] invoke_in_world
@ .\essentials.jl:1086 [inlined]
[15] _require_prelocked(uuidkey::Base.PkgId, env::String)
@ Base .\loading.jl:2375
[16] macro expansion
@ .\loading.jl:2314 [inlined]
[17] macro expansion
@ .\lock.jl:273 [inlined]
[18] __require(into::Module, mod::Symbol)
@ Base .\loading.jl:2271
[19] #invoke_in_world#3
@ .\essentials.jl:1089 [inlined]
[20] invoke_in_world
@ .\essentials.jl:1086 [inlined]
[21] require(into::Module, mod::Symbol)
@ Base .\loading.jl:2260
[22] include
@ .\Base.jl:557 [inlined]
[23] include_package_for_output(pkg::Base.PkgId, input::String, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::String)
@ Base .\loading.jl:2881
[24] top-level scope
@ stdin:6
in expression starting at C:\Users\...\.julia\packages\BoundaryValueDiffEq\6TAlC\src\BoundaryValueDiffEq.jl:1
in expression starting at stdin:6
ERROR: LoadError: Failed to precompile BoundaryValueDiffEq [764a87c0-6b3e-53db-9096-fe964310641d] to "C:\\Users\\...\\.julia\\compiled\\v1.11\\BoundaryValueDiffEq\\jl_5CCB.tmp".
Stacktrace:
[1] error(s::String)
@ Base .\error.jl:35
[2] compilecache(pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool; flags::Cmd, cacheflags::Base.CacheFlags, reasons::Dict{String, Int64}, loadable_exts::Nothing)
@ Base .\loading.jl:3174
[3] (::Base.var"#1110#1111"{Base.PkgId})()
@ Base .\loading.jl:2579
[4] mkpidlock(f::Base.var"#1110#1111"{Base.PkgId}, at::String, pid::Int32; kwopts::@Kwargs{stale_age::Int64, wait::Bool})
@ FileWatching.Pidfile C:\Users\...\AppData\Local\Programs\Julia-1.11.5\share\julia\stdlib\v1.11\FileWatching\src\pidfile.jl:95
[5] #mkpidlock#6
@ C:\Users\...\AppData\Local\Programs\Julia-1.11.5\share\julia\stdlib\v1.11\FileWatching\src\pidfile.jl:90 [inlined]
[6] trymkpidlock(::Function, ::Vararg{Any}; kwargs::@Kwargs{stale_age::Int64})
@ FileWatching.Pidfile C:\Users\...\AppData\Local\Programs\Julia-1.11.5\share\julia\stdlib\v1.11\FileWatching\src\pidfile.jl:116
[7] #invokelatest#2
@ .\essentials.jl:1057 [inlined]
[8] invokelatest
@ .\essentials.jl:1052 [inlined]
[9] maybe_cachefile_lock(f::Base.var"#1110#1111"{Base.PkgId}, pkg::Base.PkgId, srcpath::String; stale_age::Int64)
@ Base .\loading.jl:3698
[10] maybe_cachefile_lock
@ .\loading.jl:3695 [inlined]
[11] _require(pkg::Base.PkgId, env::String)
@ Base .\loading.jl:2565
[12] __require_prelocked(uuidkey::Base.PkgId, env::String)
@ Base .\loading.jl:2388
[13] #invoke_in_world#3
@ .\essentials.jl:1089 [inlined]
[14] invoke_in_world
@ .\essentials.jl:1086 [inlined]
[15] _require_prelocked(uuidkey::Base.PkgId, env::String)
@ Base .\loading.jl:2375
[16] macro expansion
@ .\loading.jl:2314 [inlined]
[17] macro expansion
@ .\lock.jl:273 [inlined]
[18] __require(into::Module, mod::Symbol)
@ Base .\loading.jl:2271
[19] #invoke_in_world#3
@ .\essentials.jl:1089 [inlined]
[20] invoke_in_world
@ .\essentials.jl:1086 [inlined]
[21] require(into::Module, mod::Symbol)
@ Base .\loading.jl:2260
[22] include
@ .\Base.jl:557 [inlined]
[23] include_package_for_output(pkg::Base.PkgId, input::String, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::Nothing)
@ Base .\loading.jl:2881
[24] top-level scope
@ stdin:6
in expression starting at C:\Users\...\.julia\packages\DifferentialEquations\eQbP8\src\DifferentialEquations.jl:1
in expression starting at stdin: