Since two days something is broken:
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...
✗ NonlinearSolveSpectralMethods
✗ NonlinearSolveSpectralMethods → NonlinearSolveSpectralMethodsForwardDiffExt
✗ NonlinearSolveQuasiNewton
✗ NonlinearSolveFirstOrder
✗ NonlinearSolveQuasiNewton → NonlinearSolveQuasiNewtonForwardDiffExt
✗ NonlinearSolve
✗ NonlinearSolve → NonlinearSolveNLsolveExt
✗ NonlinearSolve → NonlinearSolveSundialsExt
✗ VortexStepMethod
✗ ModelingToolkit
✗ OrdinaryDiffEqNonlinearSolve
✗ OrdinaryDiffEqSDIRK
✗ ModelingToolkit → MTKChainRulesCoreExt
✗ OrdinaryDiffEqBDF
✗ KiteModels
372 dependencies successfully precompiled in 147 seconds. 22 already precompiled.
2 dependencies had output during precompilation:
┌ LinearSolve
│ Downloading artifact: MKL
└
┌ MKL_jll
│ Downloading artifact: IntelOpenMP
└
The following 9 direct dependencies failed to precompile:
KiteModels
Failed to precompile KiteModels [b94af626-7959-4878-9336-2adc27959007] to "/tmp/testdepot/compiled/v1.11/KiteModels/jl_HD6GJp".
ERROR: LoadError: TaskFailedException
nested task error: MethodError: no method matching init(::SciMLBase.NonlinearProblem{Float64, false, Float64, SciMLBase.NonlinearFunction{false, SciMLBase.NoSpecialize, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Nothing, Any, Any, Any}, Base.Pairs{Symbol, Union{}, Tuple{}, @NamedTuple{}}, SciMLBase.StandardNonlinearProblem}, ::NonlinearSolveFirstOrder.GeneralizedFirstOrderAlgorithm{Missing, Missing, NonlinearSolveBase.NewtonDescent{Nothing}, Nothing, Nothing, Nothing, Val{false}}; abstol::Float64, verbose::Bool)
The function `init` exists, but no method is defined for this combination of argument types.
Closest candidates are:
init(::SciMLBase.AbstractJumpProblem, ::Any...; kwargs...)
@ DiffEqBase /tmp/testdepot/packages/DiffEqBase/p82Yh/src/solve.jl:54
init(::SciMLBase.AbstractDEProblem, ::Any...; sensealg, u0, p, kwargs...)
@ DiffEqBase /tmp/testdepot/packages/DiffEqBase/p82Yh/src/solve.jl:41
init(::SciMLBase.LinearProblem, ::Any...; kwargs...)
@ LinearSolve /tmp/testdepot/packages/LinearSolve/n9KK1/src/common.jl:111
You can nicely see when things start to fail here:
Last working run: Install KiteModels#main · OpenSourceAWE/AWEMeta.jl@fd7d444 · GitHub
First broken run:
The only difference I found so far is the version of SciMLOperators. Version 1.7.2 fails.
Update:
Adding this line solves the problem:
SciMLBase = "<2.115"
But this indicates a problem somewhere.