Package evaluation of SolverCore on Julia 1.11.4 (a71dd056e0*) started at 2025-04-08T08:25:01.703 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 8.26s ################################################################################ # Installation # Installing SolverCore... Resolving package versions... Updating `~/.julia/environments/v1.11/Project.toml` [ff4d7338] + SolverCore v0.3.8 Updating `~/.julia/environments/v1.11/Manifest.toml` [e2ba6199] + ExprTools v0.1.10 [9aa1b823] + FastClosures v0.3.2 [5c8ed15e] + LinearOperators v2.9.0 [a4795742] + NLPModels v0.21.3 [ae029012] + Requires v1.3.1 [ff4d7338] + SolverCore v0.3.8 [a759f4b9] + TimerOutputs v0.5.28 [56f22d72] + Artifacts v1.11.0 [8f399da3] + Libdl v1.11.0 [37e2e46d] + LinearAlgebra v1.11.0 [de0858da] + Printf v1.11.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v0.7.0 [9e88b42a] + Serialization v1.11.0 [2f01184e] + SparseArrays v1.11.0 [cf7118a7] + UUIDs v1.11.0 [4ec0a83e] + Unicode v1.11.0 [e66e0078] + CompilerSupportLibraries_jll v1.1.1+0 [4536629a] + OpenBLAS_jll v0.3.27+1 [bea87d4a] + SuiteSparse_jll v7.7.0+0 [8e850b90] + libblastrampoline_jll v5.11.0+0 Installation completed after 2.38s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 70.04s ################################################################################ # Testing # Testing SolverCore Status `/tmp/jl_GVrUsz/Project.toml` [54578032] ADNLPModels v0.8.12 [a4795742] NLPModels v0.21.3 [ff4d7338] SolverCore v0.3.8 [37e2e46d] LinearAlgebra v1.11.0 [56ddb016] Logging v1.11.0 [de0858da] Printf v1.11.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_GVrUsz/Manifest.toml` [54578032] ADNLPModels v0.8.12 [47edcb42] ADTypes v1.14.0 [d360d2e6] ChainRulesCore v1.25.1 [bbf7d656] CommonSubexpressions v0.3.1 [34da2185] Compat v4.16.0 [163ba53b] DiffResults v1.1.0 [b552c78f] DiffRules v1.15.1 [ffbed154] DocStringExtensions v0.9.4 [e2ba6199] ExprTools v0.1.10 [9aa1b823] FastClosures v0.3.2 [1a297f60] FillArrays v1.13.0 [f6369f11] ForwardDiff v1.0.1 [069b7b12] FunctionWrappers v1.1.3 [92d709cd] IrrationalConstants v0.2.4 [692b3bcd] JLLWrappers v1.7.0 [5c8ed15e] LinearOperators v2.9.0 [2ab3a3ac] LogExpFunctions v0.3.29 [1914dd2f] MacroTools v0.5.15 [a4795742] NLPModels v0.21.3 [77ba4419] NaNMath v1.1.3 ⌅ [aea7be01] PrecompileTools v1.2.1 [21216c6a] Preferences v1.4.3 [ae029012] Requires v1.3.1 [37e2e3b7] ReverseDiff v1.16.1 [ff4d7338] SolverCore v0.3.8 [9f842d2f] SparseConnectivityTracer v0.6.15 [0a514795] SparseMatrixColorings v0.4.16 [276daf66] SpecialFunctions v2.5.0 [90137ffa] StaticArrays v1.9.13 [1e83bf80] StaticArraysCore v1.4.3 [10745b16] Statistics v1.11.1 [a759f4b9] TimerOutputs v0.5.28 [efe28fd5] OpenSpecFun_jll v0.5.6+0 [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 v1.11.0 [ade2ca70] Dates v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [8f399da3] Libdl v1.11.0 [37e2e46d] LinearAlgebra v1.11.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [de0858da] Printf v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v0.7.0 [9e88b42a] Serialization v1.11.0 [2f01184e] SparseArrays v1.11.0 [fa267f1f] TOML v1.0.3 [8dfed614] Test v1.11.0 [cf7118a7] UUIDs v1.11.0 [4ec0a83e] Unicode v1.11.0 [e66e0078] CompilerSupportLibraries_jll v1.1.1+0 [4536629a] OpenBLAS_jll v0.3.27+1 [05823500] OpenLibm_jll v0.8.5+0 [bea87d4a] SuiteSparse_jll v7.7.0+0 [8e850b90] libblastrampoline_jll v5.11.0+0 Info Packages marked with ⌅ have new versions available but compatibility constraints restrict them from upgrading. Testing Running tests... Test Summary: | Pass Total Time Test allocations of solver specific | 1 1 23.4s [ Info: Testing logger [ Info: Testing dummy solver with logger ERROR: LoadError: solver assumes Hessian is dense Stacktrace: [1] error(s::String) @ Base ./error.jl:35 [2] solve!(solver::SolverCore.DummySolver{Vector{Float64}}, nlp::ADNLPModel{Float64, Vector{Float64}, Vector{Int64}}, stats::GenericExecutionStats{Float64, Vector{Float64}, Vector{Float64}, Any}; callback::SolverCore.var"#21#23", x0::Vector{Float64}, atol::Float64, rtol::Float64, max_eval::Int64, max_time::Float64, verbose::Bool) @ SolverCore ~/.julia/packages/SolverCore/vTpnV/src/dummy_solver.jl:67 [3] solve! @ ~/.julia/packages/SolverCore/vTpnV/src/dummy_solver.jl:39 [inlined] [4] #dummy_solver#18 @ ~/.julia/packages/SolverCore/vTpnV/src/dummy_solver.jl:36 [inlined] [5] dummy_solver @ ~/.julia/packages/SolverCore/vTpnV/src/dummy_solver.jl:29 [inlined] [6] (::var"#8#13"{Vector{ADNLPModel{Float64, Vector{Float64}, Vector{Int64}}}})() @ Main ~/.julia/packages/SolverCore/vTpnV/test/test_logging.jl:15 [7] with_logstate(f::var"#8#13"{Vector{ADNLPModel{Float64, Vector{Float64}, Vector{Int64}}}}, logstate::Base.CoreLogging.LogState) @ Base.CoreLogging ./logging/logging.jl:522 [8] with_logger @ ./logging/logging.jl:632 [inlined] [9] test_logging() @ Main ~/.julia/packages/SolverCore/vTpnV/test/test_logging.jl:13 [10] top-level scope @ ~/.julia/packages/SolverCore/vTpnV/test/test_logging.jl:20 [11] include(fname::String) @ Main ./sysimg.jl:38 [12] top-level scope @ ~/.julia/packages/SolverCore/vTpnV/test/runtests.jl:24 [13] include(fname::String) @ Main ./sysimg.jl:38 [14] top-level scope @ none:6 in expression starting at /home/pkgeval/.julia/packages/SolverCore/vTpnV/test/test_logging.jl:20 in expression starting at /home/pkgeval/.julia/packages/SolverCore/vTpnV/test/runtests.jl:24 Testing failed after 77.64s ERROR: LoadError: Package SolverCore errored during testing Stacktrace: [1] pkgerror(msg::String) @ Pkg.Types /opt/julia/share/julia/stdlib/v1.11/Pkg/src/Types.jl:68 [2] test(ctx::Pkg.Types.Context, pkgs::Vector{Pkg.Types.PackageSpec}; coverage::Bool, julia_args::Cmd, test_args::Cmd, test_fn::Nothing, force_latest_compatible_version::Bool, allow_earlier_backwards_compatible_versions::Bool, allow_reresolve::Bool) @ Pkg.Operations /opt/julia/share/julia/stdlib/v1.11/Pkg/src/Operations.jl:2124 [3] test @ /opt/julia/share/julia/stdlib/v1.11/Pkg/src/Operations.jl:2007 [inlined] [4] test(ctx::Pkg.Types.Context, pkgs::Vector{Pkg.Types.PackageSpec}; coverage::Bool, test_fn::Nothing, julia_args::Cmd, test_args::Cmd, force_latest_compatible_version::Bool, allow_earlier_backwards_compatible_versions::Bool, allow_reresolve::Bool, kwargs::@Kwargs{io::IOContext{IO}}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.11/Pkg/src/API.jl:481 [5] test(pkgs::Vector{Pkg.Types.PackageSpec}; io::IOContext{IO}, kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.11/Pkg/src/API.jl:159 [6] test @ /opt/julia/share/julia/stdlib/v1.11/Pkg/src/API.jl:147 [inlined] [7] #test#74 @ /opt/julia/share/julia/stdlib/v1.11/Pkg/src/API.jl:146 [inlined] [8] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:219 in expression starting at /PkgEval.jl/scripts/evaluate.jl:210 PkgEval failed after 170.3s: package tests unexpectedly errored