Package evaluation to test SolverCore on Julia 1.10.10 (c8be17dcfd*) started at 2026-02-02T13:51:46.936 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.10` Set-up completed after 5.11s ################################################################################ # Installation # Installing SolverCore... Resolving package versions... Updating `~/.julia/environments/v1.10/Project.toml` [ff4d7338] + SolverCore v0.3.9 Updating `~/.julia/environments/v1.10/Manifest.toml` [ff4d7338] + SolverCore v0.3.9 [de0858da] + Printf [4ec0a83e] + Unicode Installation completed after 8.2s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling packages... 1589.1 ms ✓ SolverCore 2612.8 ms ✓ LinearOperators 2479.8 ms ✓ NLPModels 1174.3 ms ✓ SolverCore → SolverCoreNLPModelsExt 2340.3 ms ✓ NLPModelsModifiers 6698.3 ms ✓ NLPModelsTest 6 dependencies successfully precompiled in 18 seconds. 7 already precompiled. Precompilation completed after 30.93s ################################################################################ # Testing # Testing SolverCore Status `/tmp/jl_DLkRaJ/Project.toml` [a4795742] NLPModels v0.21.7 [7998695d] NLPModelsTest v0.10.6 [ff4d7338] SolverCore v0.3.9 [37e2e46d] LinearAlgebra [56ddb016] Logging [8dfed614] Test Status `/tmp/jl_DLkRaJ/Manifest.toml` [e2ba6199] ExprTools v0.1.10 [9aa1b823] FastClosures v0.3.2 [5c8ed15e] LinearOperators v2.11.0 [a4795742] NLPModels v0.21.7 [e01155f1] NLPModelsModifiers v0.7.3 [7998695d] NLPModelsTest v0.10.6 [ae029012] Requires v1.3.1 [ff4d7338] SolverCore v0.3.9 [a759f4b9] TimerOutputs v0.5.29 [56f22d72] Artifacts [2a0f44e3] Base64 [b77e0a4c] InteractiveUtils [8f399da3] Libdl [37e2e46d] LinearAlgebra [56ddb016] Logging [d6f4376e] Markdown [de0858da] Printf [9a3f8284] Random [ea8e919c] SHA v0.7.0 [9e88b42a] Serialization [2f01184e] SparseArrays v1.10.0 [8dfed614] Test [cf7118a7] UUIDs [4ec0a83e] Unicode [e66e0078] CompilerSupportLibraries_jll v1.1.1+0 [4536629a] OpenBLAS_jll v0.3.23+5 [bea87d4a] SuiteSparse_jll v7.2.1+1 [8e850b90] libblastrampoline_jll v5.11.0+0 Testing Running tests... Test Summary: | Pass Total Time Allocs | 1 1 13.4s [ Info: iter f c dual t x [ Info: 0 -2.0e+01 6.0e+02 4.5e-01 0.0e+00 c [ Info: 1 -2.1e+01 5.2e+02 5.3e-01 2.7e+00 d [ Info: 2 -1.3e+01 1.7e+02 1.3e-01 2.7e+00 d [ Info: 3 -6.9e+00 4.7e+01 1.7e-01 2.7e+00 d Test Summary: | Pass Total Time Callback | 1 1 21.2s [ Info: Testing logger [ Info: Testing dummy solver with logger [ Info: iter f c dual t x [ Info: 0 -2.0e+01 6.0e+02 4.5e-01 0.0e+00 c [ Info: 1 -2.1e+01 5.2e+02 5.3e-01 3.8e-04 d [ Info: 2 -1.3e+01 1.7e+02 1.3e-01 5.2e-04 d [ Info: 3 -6.9e+00 4.7e+01 1.7e-01 6.6e-04 d [ Info: 4 -3.6e+00 1.2e+01 1.0e-01 7.9e-04 d [ Info: 5 -2.0e+00 3.0e+00 1.1e-01 9.3e-04 d [ Info: 6 -1.3e+00 6.1e-01 4.7e-02 1.2e-03 d [ Info: 7 -1.0e+00 6.2e-02 1.4e-02 1.6e-03 d [ Info: 8 -1.0e+00 1.1e-03 2.7e-04 1.7e-03 d [ Info: 9 -1.0e+00 3.7e-07 2.0e-07 1.8e-03 d [ Info: 10 -1.0e+00 7.6e-14 3.9e-15 1.8e-03 d Test Summary: |Time Logging | None 3.2s Test Summary: | Pass Total Time Restart | 3 3 0.1s STATUSES: :acceptable => solved to within acceptable tolerances :exception => unhandled exception :first_order => first-order stationary :infeasible => problem may be infeasible :max_eval => maximum number of function evaluations :max_iter => maximum iteration :max_time => maximum elapsed time :neg_pred => negative predicted reduction :not_desc => not a descent direction :small_residual => small residual :small_step => step too small :stalled => stalled :unbounded => objective function may be unbounded from below :unknown => unknown :user => user-requested stop "Execution stats: first-order stationary"Generic Execution stats status: first-order stationary objective value: 1.0 primal feasibility: 0.0 dual feasibility: 1.0e-12 solution: [1.0 1.0] multipliers: [0.0] iterations: 10 elapsed time: Inf solver specific: empty_vec: ∅ dot: 25 axpy: 20 ray: [-1.0 -0.5 -0.3333333333333333 -0.25 ⋯ -0.01] matvec: 10 Generic Execution stats status: first-order stationary objective value: 1.0 primal feasibility: 0.0 dual feasibility: 1.0e-12 solution: [1.0 1.0] multipliers: [0.0] iterations: 10 elapsed time: Inf solver specific: empty_vec: ∅ dot: 25 axpy: 20 ray: [-1.0 -0.5 -0.3333333333333333 -0.25 ⋯ -0.01] matvec: 10 Stats: Error During Test at /home/pkgeval/.julia/packages/SolverCore/OJiUz/test/runtests.jl:23 Got exception outside of a @test LoadError: SystemError: opening file "teststats.out": Permission denied Stacktrace: [1] systemerror(p::String, errno::Int32; extrainfo::Nothing) @ Base ./error.jl:176 [2] systemerror @ ./error.jl:175 [inlined] [3] open(fname::String; lock::Bool, read::Nothing, write::Nothing, create::Nothing, truncate::Bool, append::Nothing) @ Base ./iostream.jl:293 [4] open @ ./iostream.jl:275 [inlined] [5] open(fname::String, mode::String; lock::Bool) @ Base ./iostream.jl:356 [6] open(fname::String, mode::String) @ Base ./iostream.jl:355 [7] open(::var"#11#17", ::String, ::Vararg{String}; kwargs::@Kwargs{}) @ Base ./io.jl:394 [8] open @ ./io.jl:393 [inlined] [9] test_stats() @ Main ~/.julia/packages/SolverCore/OJiUz/test/test-stats.jl:20 [10] top-level scope @ ~/.julia/packages/SolverCore/OJiUz/test/test-stats.jl:158 [11] include @ ./client.jl:487 [inlined] [12] macro expansion @ ~/.julia/packages/SolverCore/OJiUz/test/runtests.jl:24 [inlined] [13] macro expansion @ /opt/julia/share/julia/stdlib/v1.10/Test/src/Test.jl:1582 [inlined] [14] top-level scope @ ~/.julia/packages/SolverCore/OJiUz/test/runtests.jl:24 [15] include(fname::String) @ Base.MainInclude ./client.jl:487 [16] top-level scope @ none:6 in expression starting at /home/pkgeval/.julia/packages/SolverCore/OJiUz/test/test-stats.jl:158 Test Summary: | Error Total Time Stats | 1 1 16.9s ERROR: LoadError: Some tests did not pass: 0 passed, 0 failed, 1 errored, 0 broken. in expression starting at /home/pkgeval/.julia/packages/SolverCore/OJiUz/test/runtests.jl:17 Testing failed after 64.56s 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:223 in expression starting at /PkgEval.jl/scripts/evaluate.jl:214 PkgEval failed after 116.13s: package tests unexpectedly errored