Package evaluation of SolverCore on Julia 1.10.8 (92f03a4775*) started at 2025-02-25T05:06:02.193 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 5.31s ################################################################################ # Installation # Installing SolverCore... Resolving package versions... Updating `~/.julia/environments/v1.10/Project.toml` [ff4d7338] + SolverCore v0.3.8 Updating `~/.julia/environments/v1.10/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.0 [ff4d7338] + SolverCore v0.3.8 [a759f4b9] + TimerOutputs v0.5.27 [56f22d72] + Artifacts [8f399da3] + Libdl [37e2e46d] + LinearAlgebra [de0858da] + Printf [9a3f8284] + Random [ea8e919c] + SHA v0.7.0 [9e88b42a] + Serialization [2f01184e] + SparseArrays v1.10.0 [cf7118a7] + UUIDs [4ec0a83e] + Unicode [e66e0078] + CompilerSupportLibraries_jll v1.1.1+0 [4536629a] + OpenBLAS_jll v0.3.23+4 [bea87d4a] + SuiteSparse_jll v7.2.1+1 [8e850b90] + libblastrampoline_jll v5.11.0+0 Installation completed after 5.63s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 12.63s ################################################################################ # Testing # Testing SolverCore Status `/tmp/jl_FSaNBE/Project.toml` [54578032] ADNLPModels v0.8.11 [a4795742] NLPModels v0.21.3 [ff4d7338] SolverCore v0.3.8 [37e2e46d] LinearAlgebra [56ddb016] Logging [de0858da] Printf [8dfed614] Test Status `/tmp/jl_FSaNBE/Manifest.toml` [54578032] ADNLPModels v0.8.11 [47edcb42] ADTypes v1.13.0 [d360d2e6] ChainRulesCore v1.25.1 [bbf7d656] CommonSubexpressions v0.3.1 [34da2185] Compat v4.16.0 [864edb3b] DataStructures v0.18.20 [163ba53b] DiffResults v1.1.0 [b552c78f] DiffRules v1.15.1 [ffbed154] DocStringExtensions v0.9.3 [e2ba6199] ExprTools v0.1.10 [9aa1b823] FastClosures v0.3.2 [1a297f60] FillArrays v1.13.0 [f6369f11] ForwardDiff v0.10.38 [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.2 [bac558e1] OrderedCollections v1.8.0 [aea7be01] PrecompileTools v1.2.1 [21216c6a] Preferences v1.4.3 [ae029012] Requires v1.3.0 [37e2e3b7] ReverseDiff v1.15.3 [ff4d7338] SolverCore v0.3.8 [9f842d2f] SparseConnectivityTracer v0.6.13 [0a514795] SparseMatrixColorings v0.4.13 [276daf66] SpecialFunctions v2.5.0 [90137ffa] StaticArrays v1.9.12 [1e83bf80] StaticArraysCore v1.4.3 [a759f4b9] TimerOutputs v0.5.27 [efe28fd5] OpenSpecFun_jll v0.5.6+0 [56f22d72] Artifacts [2a0f44e3] Base64 [ade2ca70] Dates [b77e0a4c] InteractiveUtils [76f85450] LibGit2 [8f399da3] Libdl [37e2e46d] LinearAlgebra [56ddb016] Logging [d6f4376e] Markdown [ca575930] NetworkOptions v1.2.0 [de0858da] Printf [9a3f8284] Random [ea8e919c] SHA v0.7.0 [9e88b42a] Serialization [2f01184e] SparseArrays v1.10.0 [10745b16] Statistics v1.10.0 [fa267f1f] TOML v1.0.3 [8dfed614] Test [cf7118a7] UUIDs [4ec0a83e] Unicode [e66e0078] CompilerSupportLibraries_jll v1.1.1+0 [e37daf67] LibGit2_jll v1.6.4+0 [29816b5a] LibSSH2_jll v1.11.0+1 [c8ffd9c3] MbedTLS_jll v2.28.2+1 [4536629a] OpenBLAS_jll v0.3.23+4 [05823500] OpenLibm_jll v0.8.1+4 [bea87d4a] SuiteSparse_jll v7.2.1+1 [8e850b90] libblastrampoline_jll v5.11.0+0 Testing Running tests... Test Summary: | Pass Total Time Test allocations of solver specific | 1 1 18.2s [ 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::Function, logstate::Any) @ Base.CoreLogging ./logging.jl:515 [8] with_logger @ ./logging.jl:627 [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) @ Base.MainInclude ./client.jl:494 [12] top-level scope @ ~/.julia/packages/SolverCore/vTpnV/test/runtests.jl:24 [13] include(fname::String) @ Base.MainInclude ./client.jl:494 [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 101.61s ERROR: LoadError: Package SolverCore errored during testing Stacktrace: [1] pkgerror(msg::String) @ Pkg.Types /opt/julia/share/julia/stdlib/v1.10/Pkg/src/Types.jl:70 [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.10/Pkg/src/Operations.jl:2034 [3] test @ /opt/julia/share/julia/stdlib/v1.10/Pkg/src/Operations.jl:1915 [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::Base.PipeEndpoint}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.10/Pkg/src/API.jl:444 [5] test(pkgs::Vector{Pkg.Types.PackageSpec}; io::Base.PipeEndpoint, kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.10/Pkg/src/API.jl:159 [6] test @ /opt/julia/share/julia/stdlib/v1.10/Pkg/src/API.jl:147 [inlined] [7] #test#74 @ /opt/julia/share/julia/stdlib/v1.10/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 131.54s: package tests unexpectedly errored