Package evaluation to test CONOPT on Julia 1.14.0-DEV.2705 (2f35a920f0*) started at 2026-07-19T12:40:22.035 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 15.51s ################################################################################ # Installation # Installing CONOPT... Resolving package versions... Updating `~/.julia/environments/v1.14/Project.toml` [d9ad0738] + CONOPT v0.1.0 Updating `~/.julia/environments/v1.14/Manifest.toml` [fa961155] + CEnum v0.5.0 [d9ad0738] + CONOPT v0.1.0 [aea7be01] + PrecompileTools v1.3.4 [21216c6a] + Preferences v1.5.2 [ade2ca70] + Dates v1.11.0 [de0858da] + Printf v1.11.0 [fa267f1f] + TOML v1.0.3 [4ec0a83e] + Unicode v1.11.0 Installation completed after 4.33s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling project... 2.9 s ✓ CONOPT 9.1 s ✓ CONOPT → ConoptMathOptInterfaceExt 2 dependencies successfully precompiled in 15 seconds. 44 already precompiled. Precompilation completed after 42.59s ################################################################################ # Testing # Testing CONOPT Status `/tmp/jl_vLMyFl/Project.toml` [fa961155] CEnum v0.5.0 [d9ad0738] CONOPT v0.1.0 [b8f27783] MathOptInterface v1.51.2 [aea7be01] PrecompileTools v1.3.4 [21216c6a] Preferences v1.5.2 [8dfed614] Test v1.11.0 Status `/tmp/jl_vLMyFl/Manifest.toml` [fa961155] CEnum v0.5.0 [d9ad0738] CONOPT v0.1.0 [523fee87] CodecBzip2 v0.8.5 [944b1d66] CodecZlib v0.7.8 [bbf7d656] CommonSubexpressions v0.3.1 [163ba53b] DiffResults v1.1.0 [b552c78f] DiffRules v1.16.0 [ffbed154] DocStringExtensions v0.9.5 [f6369f11] ForwardDiff v1.4.1 [92d709cd] IrrationalConstants v0.2.6 [692b3bcd] JLLWrappers v1.8.0 [682c06a0] JSON v1.6.1 [2ab3a3ac] LogExpFunctions v1.0.1 [1914dd2f] MacroTools v0.5.16 [b8f27783] MathOptInterface v1.51.2 [d8a4904e] MutableArithmetics v1.8.0 [77ba4419] NaNMath v1.1.4 ⌅ [bac558e1] OrderedCollections v1.8.2 [69de0a69] Parsers v2.8.6 [aea7be01] PrecompileTools v1.3.4 [21216c6a] Preferences v1.5.2 [276daf66] SpecialFunctions v2.8.0 [1e83bf80] StaticArraysCore v1.4.4 [ec057cc2] StructUtils v2.8.2 [3bb67fe8] TranscodingStreams v0.11.3 [6e34b625] Bzip2_jll v1.0.9+0 [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 [ac6e5ff7] JuliaSyntaxHighlighting v1.13.0 [8f399da3] Libdl v1.11.0 [37e2e46d] LinearAlgebra v1.14.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [de0858da] Printf v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v1.13.0 [9e88b42a] Serialization v1.11.0 [2f01184e] SparseArrays v1.13.0 [f489334b] StyledStrings v1.13.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.5.5+2 [4536629a] OpenBLAS_jll v0.3.33+0 [05823500] OpenLibm_jll v0.8.7+0 [bea87d4a] SuiteSparse_jll v7.10.1+0 [83775a58] Zlib_jll v1.3.2+0 [8e850b90] libblastrampoline_jll v5.15.0+0 Info Packages marked with ⌅ have new versions available but compatibility constraints restrict them from upgrading. Testing Running tests... ┌ Warning: CONOPT library not found! │ Please set the path to the CONOPT shared library using: │ `CONOPT.set_library_path("/path/to/libconopt.so")` │ or set the CONOPT_LIB environment variable. │ and then restart Julia. └ @ CONOPT ~/.julia/packages/CONOPT/Q1ZZM/src/CONOPT.jl:62 test_IsValid: Error During Test at /home/pkgeval/.julia/packages/CONOPT/Q1ZZM/test/MOI_wrapper.jl:17 Got exception outside of a @test could not load library "conopt" conopt.so: cannot open shared object file: No such file or directory Stacktrace: [1] COI_Create(cntvect::Base.RefValue{Ptr{Nothing}}) @ CONOPT.LibConopt ~/.julia/packages/CONOPT/Q1ZZM/src/libconopt.jl:102 [inlined] [2] CONOPT.ConoptModel() @ CONOPT ~/.julia/packages/CONOPT/Q1ZZM/src/C_wrapper.jl:216 [3] ConoptMathOptInterfaceExt.Optimizer() @ ConoptMathOptInterfaceExt ~/.julia/packages/CONOPT/Q1ZZM/ext/ConoptMathOptInterfaceExt/MOI_wrapper.jl:42 [4] test_IsValid() @ Main.TestConopt ~/.julia/packages/CONOPT/Q1ZZM/test/MOI_wrapper.jl:329 [5] macro expansion @ ~/.julia/packages/CONOPT/Q1ZZM/test/MOI_wrapper.jl:18 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [7] runtests() @ Main.TestConopt ~/.julia/packages/CONOPT/Q1ZZM/test/MOI_wrapper.jl:18 [8] top-level scope @ ~/.julia/packages/CONOPT/Q1ZZM/test/MOI_wrapper.jl:443 [9] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [10] top-level scope @ ~/.julia/packages/CONOPT/Q1ZZM/test/runtests.jl:4 [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [12] macro expansion @ ~/.julia/packages/CONOPT/Q1ZZM/test/runtests.jl:4 [inlined] [13] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [14] top-level scope @ none:6 [15] eval(m::Module, e::Any) @ Core boot.jl:545 [16] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [17] _start() @ Base client.jl:596 test_License_Attributes: Error During Test at /home/pkgeval/.julia/packages/CONOPT/Q1ZZM/test/MOI_wrapper.jl:17 Got exception outside of a @test could not load library "conopt" conopt.so: cannot open shared object file: No such file or directory Stacktrace: [1] COI_Create(cntvect::Base.RefValue{Ptr{Nothing}}) @ CONOPT.LibConopt ~/.julia/packages/CONOPT/Q1ZZM/src/libconopt.jl:102 [inlined] [2] CONOPT.ConoptModel() @ CONOPT ~/.julia/packages/CONOPT/Q1ZZM/src/C_wrapper.jl:216 [3] ConoptMathOptInterfaceExt.Optimizer() @ ConoptMathOptInterfaceExt ~/.julia/packages/CONOPT/Q1ZZM/ext/ConoptMathOptInterfaceExt/MOI_wrapper.jl:42 [4] test_License_Attributes() @ Main.TestConopt ~/.julia/packages/CONOPT/Q1ZZM/test/MOI_wrapper.jl:365 [5] macro expansion @ ~/.julia/packages/CONOPT/Q1ZZM/test/MOI_wrapper.jl:18 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [7] runtests() @ Main.TestConopt ~/.julia/packages/CONOPT/Q1ZZM/test/MOI_wrapper.jl:18 [8] top-level scope @ ~/.julia/packages/CONOPT/Q1ZZM/test/MOI_wrapper.jl:443 [9] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [10] top-level scope @ ~/.julia/packages/CONOPT/Q1ZZM/test/runtests.jl:4 [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [12] macro expansion @ ~/.julia/packages/CONOPT/Q1ZZM/test/runtests.jl:4 [inlined] [13] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [14] top-level scope @ none:6 [15] eval(m::Module, e::Any) @ Core boot.jl:545 [16] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [17] _start() @ Base client.jl:596 test_License_Environment_Fallback: Error During Test at /home/pkgeval/.julia/packages/CONOPT/Q1ZZM/test/MOI_wrapper.jl:17 Got exception outside of a @test could not load library "conopt" conopt.so: cannot open shared object file: No such file or directory Stacktrace: [1] COI_Create(cntvect::Base.RefValue{Ptr{Nothing}}) @ CONOPT.LibConopt ~/.julia/packages/CONOPT/Q1ZZM/src/libconopt.jl:102 [inlined] [2] CONOPT.ConoptModel() @ CONOPT ~/.julia/packages/CONOPT/Q1ZZM/src/C_wrapper.jl:216 [3] ConoptMathOptInterfaceExt.Optimizer() @ ConoptMathOptInterfaceExt ~/.julia/packages/CONOPT/Q1ZZM/ext/ConoptMathOptInterfaceExt/MOI_wrapper.jl:42 [4] test_License_Environment_Fallback() @ Main.TestConopt ~/.julia/packages/CONOPT/Q1ZZM/test/MOI_wrapper.jl:394 [5] macro expansion @ ~/.julia/packages/CONOPT/Q1ZZM/test/MOI_wrapper.jl:18 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [7] runtests() @ Main.TestConopt ~/.julia/packages/CONOPT/Q1ZZM/test/MOI_wrapper.jl:18 [8] top-level scope @ ~/.julia/packages/CONOPT/Q1ZZM/test/MOI_wrapper.jl:443 [9] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [10] top-level scope @ ~/.julia/packages/CONOPT/Q1ZZM/test/runtests.jl:4 [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [12] macro expansion @ ~/.julia/packages/CONOPT/Q1ZZM/test/runtests.jl:4 [inlined] [13] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [14] top-level scope @ none:6 [15] eval(m::Module, e::Any) @ Core boot.jl:545 [16] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [17] _start() @ Base client.jl:596 test_Name_and_Silent: Error During Test at /home/pkgeval/.julia/packages/CONOPT/Q1ZZM/test/MOI_wrapper.jl:17 Got exception outside of a @test could not load library "conopt" conopt.so: cannot open shared object file: No such file or directory Stacktrace: [1] COI_Create(cntvect::Base.RefValue{Ptr{Nothing}}) @ CONOPT.LibConopt ~/.julia/packages/CONOPT/Q1ZZM/src/libconopt.jl:102 [inlined] [2] CONOPT.ConoptModel() @ CONOPT ~/.julia/packages/CONOPT/Q1ZZM/src/C_wrapper.jl:216 [3] ConoptMathOptInterfaceExt.Optimizer() @ ConoptMathOptInterfaceExt ~/.julia/packages/CONOPT/Q1ZZM/ext/ConoptMathOptInterfaceExt/MOI_wrapper.jl:42 [4] test_Name_and_Silent() @ Main.TestConopt ~/.julia/packages/CONOPT/Q1ZZM/test/MOI_wrapper.jl:73 [5] macro expansion @ ~/.julia/packages/CONOPT/Q1ZZM/test/MOI_wrapper.jl:18 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [7] runtests() @ Main.TestConopt ~/.julia/packages/CONOPT/Q1ZZM/test/MOI_wrapper.jl:18 [8] top-level scope @ ~/.julia/packages/CONOPT/Q1ZZM/test/MOI_wrapper.jl:443 [9] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [10] top-level scope @ ~/.julia/packages/CONOPT/Q1ZZM/test/runtests.jl:4 [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [12] macro expansion @ ~/.julia/packages/CONOPT/Q1ZZM/test/runtests.jl:4 [inlined] [13] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [14] top-level scope @ none:6 [15] eval(m::Module, e::Any) @ Core boot.jl:545 [16] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [17] _start() @ Base client.jl:596 test_NumberOfThreads: Error During Test at /home/pkgeval/.julia/packages/CONOPT/Q1ZZM/test/MOI_wrapper.jl:17 Got exception outside of a @test could not load library "conopt" conopt.so: cannot open shared object file: No such file or directory Stacktrace: [1] COI_Create(cntvect::Base.RefValue{Ptr{Nothing}}) @ CONOPT.LibConopt ~/.julia/packages/CONOPT/Q1ZZM/src/libconopt.jl:102 [inlined] [2] CONOPT.ConoptModel() @ CONOPT ~/.julia/packages/CONOPT/Q1ZZM/src/C_wrapper.jl:216 [3] ConoptMathOptInterfaceExt.Optimizer() @ ConoptMathOptInterfaceExt ~/.julia/packages/CONOPT/Q1ZZM/ext/ConoptMathOptInterfaceExt/MOI_wrapper.jl:42 [4] test_NumberOfThreads() @ Main.TestConopt ~/.julia/packages/CONOPT/Q1ZZM/test/MOI_wrapper.jl:111 [5] macro expansion @ ~/.julia/packages/CONOPT/Q1ZZM/test/MOI_wrapper.jl:18 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [7] runtests() @ Main.TestConopt ~/.julia/packages/CONOPT/Q1ZZM/test/MOI_wrapper.jl:18 [8] top-level scope @ ~/.julia/packages/CONOPT/Q1ZZM/test/MOI_wrapper.jl:443 [9] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [10] top-level scope @ ~/.julia/packages/CONOPT/Q1ZZM/test/runtests.jl:4 [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [12] macro expansion @ ~/.julia/packages/CONOPT/Q1ZZM/test/runtests.jl:4 [inlined] [13] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [14] top-level scope @ none:6 [15] eval(m::Module, e::Any) @ Core boot.jl:545 [16] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [17] _start() @ Base client.jl:596 test_Objective_Sense_Mappings: Error During Test at /home/pkgeval/.julia/packages/CONOPT/Q1ZZM/test/MOI_wrapper.jl:17 Got exception outside of a @test could not load library "conopt" conopt.so: cannot open shared object file: No such file or directory Stacktrace: [1] COI_Create(cntvect::Base.RefValue{Ptr{Nothing}}) @ CONOPT.LibConopt ~/.julia/packages/CONOPT/Q1ZZM/src/libconopt.jl:102 [inlined] [2] CONOPT.ConoptModel() @ CONOPT ~/.julia/packages/CONOPT/Q1ZZM/src/C_wrapper.jl:216 [3] ConoptMathOptInterfaceExt.Optimizer() @ ConoptMathOptInterfaceExt ~/.julia/packages/CONOPT/Q1ZZM/ext/ConoptMathOptInterfaceExt/MOI_wrapper.jl:42 [4] test_Objective_Sense_Mappings() @ Main.TestConopt ~/.julia/packages/CONOPT/Q1ZZM/test/MOI_wrapper.jl:203 [5] macro expansion @ ~/.julia/packages/CONOPT/Q1ZZM/test/MOI_wrapper.jl:18 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [7] runtests() @ Main.TestConopt ~/.julia/packages/CONOPT/Q1ZZM/test/MOI_wrapper.jl:18 [8] top-level scope @ ~/.julia/packages/CONOPT/Q1ZZM/test/MOI_wrapper.jl:443 [9] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [10] top-level scope @ ~/.julia/packages/CONOPT/Q1ZZM/test/runtests.jl:4 [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [12] macro expansion @ ~/.julia/packages/CONOPT/Q1ZZM/test/runtests.jl:4 [inlined] [13] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [14] top-level scope @ none:6 [15] eval(m::Module, e::Any) @ Core boot.jl:545 [16] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [17] _start() @ Base client.jl:596 test_Option_Callback_Logic: Error During Test at /home/pkgeval/.julia/packages/CONOPT/Q1ZZM/test/MOI_wrapper.jl:17 Got exception outside of a @test could not load library "conopt" conopt.so: cannot open shared object file: No such file or directory Stacktrace: [1] COI_Create(cntvect::Base.RefValue{Ptr{Nothing}}) @ CONOPT.LibConopt ~/.julia/packages/CONOPT/Q1ZZM/src/libconopt.jl:102 [inlined] [2] CONOPT.ConoptModel() @ CONOPT ~/.julia/packages/CONOPT/Q1ZZM/src/C_wrapper.jl:216 [3] ConoptMathOptInterfaceExt.Optimizer() @ ConoptMathOptInterfaceExt ~/.julia/packages/CONOPT/Q1ZZM/ext/ConoptMathOptInterfaceExt/MOI_wrapper.jl:42 [4] test_Option_Callback_Logic() @ Main.TestConopt ~/.julia/packages/CONOPT/Q1ZZM/test/MOI_wrapper.jl:218 [5] macro expansion @ ~/.julia/packages/CONOPT/Q1ZZM/test/MOI_wrapper.jl:18 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [7] runtests() @ Main.TestConopt ~/.julia/packages/CONOPT/Q1ZZM/test/MOI_wrapper.jl:18 [8] top-level scope @ ~/.julia/packages/CONOPT/Q1ZZM/test/MOI_wrapper.jl:443 [9] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [10] top-level scope @ ~/.julia/packages/CONOPT/Q1ZZM/test/runtests.jl:4 [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [12] macro expansion @ ~/.julia/packages/CONOPT/Q1ZZM/test/runtests.jl:4 [inlined] [13] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [14] top-level scope @ none:6 [15] eval(m::Module, e::Any) @ Core boot.jl:545 [16] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [17] _start() @ Base client.jl:596 test_Option_Persistence: Error During Test at /home/pkgeval/.julia/packages/CONOPT/Q1ZZM/test/MOI_wrapper.jl:17 Got exception outside of a @test could not load library "conopt" conopt.so: cannot open shared object file: No such file or directory Stacktrace: [1] COI_Create(cntvect::Base.RefValue{Ptr{Nothing}}) @ CONOPT.LibConopt ~/.julia/packages/CONOPT/Q1ZZM/src/libconopt.jl:102 [inlined] [2] CONOPT.ConoptModel() @ CONOPT ~/.julia/packages/CONOPT/Q1ZZM/src/C_wrapper.jl:216 [3] ConoptMathOptInterfaceExt.Optimizer() @ ConoptMathOptInterfaceExt ~/.julia/packages/CONOPT/Q1ZZM/ext/ConoptMathOptInterfaceExt/MOI_wrapper.jl:42 [4] test_Option_Persistence() @ Main.TestConopt ~/.julia/packages/CONOPT/Q1ZZM/test/MOI_wrapper.jl:273 [5] macro expansion @ ~/.julia/packages/CONOPT/Q1ZZM/test/MOI_wrapper.jl:18 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [7] runtests() @ Main.TestConopt ~/.julia/packages/CONOPT/Q1ZZM/test/MOI_wrapper.jl:18 [8] top-level scope @ ~/.julia/packages/CONOPT/Q1ZZM/test/MOI_wrapper.jl:443 [9] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [10] top-level scope @ ~/.julia/packages/CONOPT/Q1ZZM/test/runtests.jl:4 [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [12] macro expansion @ ~/.julia/packages/CONOPT/Q1ZZM/test/runtests.jl:4 [inlined] [13] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [14] top-level scope @ none:6 [15] eval(m::Module, e::Any) @ Core boot.jl:545 [16] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [17] _start() @ Base client.jl:596 test_RawOptimizerAttribute: Error During Test at /home/pkgeval/.julia/packages/CONOPT/Q1ZZM/test/MOI_wrapper.jl:17 Got exception outside of a @test could not load library "conopt" conopt.so: cannot open shared object file: No such file or directory Stacktrace: [1] COI_Create(cntvect::Base.RefValue{Ptr{Nothing}}) @ CONOPT.LibConopt ~/.julia/packages/CONOPT/Q1ZZM/src/libconopt.jl:102 [inlined] [2] CONOPT.ConoptModel() @ CONOPT ~/.julia/packages/CONOPT/Q1ZZM/src/C_wrapper.jl:216 [3] ConoptMathOptInterfaceExt.Optimizer() @ ConoptMathOptInterfaceExt ~/.julia/packages/CONOPT/Q1ZZM/ext/ConoptMathOptInterfaceExt/MOI_wrapper.jl:42 [4] test_RawOptimizerAttribute() @ Main.TestConopt ~/.julia/packages/CONOPT/Q1ZZM/test/MOI_wrapper.jl:128 [5] macro expansion @ ~/.julia/packages/CONOPT/Q1ZZM/test/MOI_wrapper.jl:18 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [7] runtests() @ Main.TestConopt ~/.julia/packages/CONOPT/Q1ZZM/test/MOI_wrapper.jl:18 [8] top-level scope @ ~/.julia/packages/CONOPT/Q1ZZM/test/MOI_wrapper.jl:443 [9] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [10] top-level scope @ ~/.julia/packages/CONOPT/Q1ZZM/test/runtests.jl:4 [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [12] macro expansion @ ~/.julia/packages/CONOPT/Q1ZZM/test/runtests.jl:4 [inlined] [13] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [14] top-level scope @ none:6 [15] eval(m::Module, e::Any) @ Core boot.jl:545 [16] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [17] _start() @ Base client.jl:596 test_ResultCount_and_Bounds: Error During Test at /home/pkgeval/.julia/packages/CONOPT/Q1ZZM/test/MOI_wrapper.jl:17 Got exception outside of a @test could not load library "conopt" conopt.so: cannot open shared object file: No such file or directory Stacktrace: [1] COI_Create(cntvect::Base.RefValue{Ptr{Nothing}}) @ CONOPT.LibConopt ~/.julia/packages/CONOPT/Q1ZZM/src/libconopt.jl:102 [inlined] [2] CONOPT.ConoptModel() @ CONOPT ~/.julia/packages/CONOPT/Q1ZZM/src/C_wrapper.jl:216 [3] ConoptMathOptInterfaceExt.Optimizer() @ ConoptMathOptInterfaceExt ~/.julia/packages/CONOPT/Q1ZZM/ext/ConoptMathOptInterfaceExt/MOI_wrapper.jl:42 [4] test_ResultCount_and_Bounds() @ Main.TestConopt ~/.julia/packages/CONOPT/Q1ZZM/test/MOI_wrapper.jl:307 [5] macro expansion @ ~/.julia/packages/CONOPT/Q1ZZM/test/MOI_wrapper.jl:18 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [7] runtests() @ Main.TestConopt ~/.julia/packages/CONOPT/Q1ZZM/test/MOI_wrapper.jl:18 [8] top-level scope @ ~/.julia/packages/CONOPT/Q1ZZM/test/MOI_wrapper.jl:443 [9] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [10] top-level scope @ ~/.julia/packages/CONOPT/Q1ZZM/test/runtests.jl:4 [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [12] macro expansion @ ~/.julia/packages/CONOPT/Q1ZZM/test/runtests.jl:4 [inlined] [13] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [14] top-level scope @ none:6 [15] eval(m::Module, e::Any) @ Core boot.jl:545 [16] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [17] _start() @ Base client.jl:596 test_SolverName: Error During Test at /home/pkgeval/.julia/packages/CONOPT/Q1ZZM/test/MOI_wrapper.jl:68 Test threw exception Expression: MOI.get(CONOPT.Optimizer(), MOI.SolverName()) == "CONOPT" could not load library "conopt" conopt.so: cannot open shared object file: No such file or directory Stacktrace: [1] COI_Create(cntvect::Base.RefValue{Ptr{Nothing}}) @ CONOPT.LibConopt ~/.julia/packages/CONOPT/Q1ZZM/src/libconopt.jl:102 [inlined] [2] CONOPT.ConoptModel() @ CONOPT ~/.julia/packages/CONOPT/Q1ZZM/src/C_wrapper.jl:216 [3] ConoptMathOptInterfaceExt.Optimizer() @ ConoptMathOptInterfaceExt ~/.julia/packages/CONOPT/Q1ZZM/ext/ConoptMathOptInterfaceExt/MOI_wrapper.jl:42 [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:781 [inlined] [5] test_SolverName() @ Main.TestConopt ~/.julia/packages/CONOPT/Q1ZZM/test/MOI_wrapper.jl:68 test_SolverVersion: Error During Test at /home/pkgeval/.julia/packages/CONOPT/Q1ZZM/test/MOI_wrapper.jl:17 Got exception outside of a @test could not load library "conopt" conopt.so: cannot open shared object file: No such file or directory Stacktrace: [1] COI_Create(cntvect::Base.RefValue{Ptr{Nothing}}) @ CONOPT.LibConopt ~/.julia/packages/CONOPT/Q1ZZM/src/libconopt.jl:102 [inlined] [2] CONOPT.ConoptModel() @ CONOPT ~/.julia/packages/CONOPT/Q1ZZM/src/C_wrapper.jl:216 [3] ConoptMathOptInterfaceExt.Optimizer() @ ConoptMathOptInterfaceExt ~/.julia/packages/CONOPT/Q1ZZM/ext/ConoptMathOptInterfaceExt/MOI_wrapper.jl:42 [4] test_SolverVersion() @ Main.TestConopt ~/.julia/packages/CONOPT/Q1ZZM/test/MOI_wrapper.jl:352 [5] macro expansion @ ~/.julia/packages/CONOPT/Q1ZZM/test/MOI_wrapper.jl:18 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [7] runtests() @ Main.TestConopt ~/.julia/packages/CONOPT/Q1ZZM/test/MOI_wrapper.jl:18 [8] top-level scope @ ~/.julia/packages/CONOPT/Q1ZZM/test/MOI_wrapper.jl:443 [9] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [10] top-level scope @ ~/.julia/packages/CONOPT/Q1ZZM/test/runtests.jl:4 [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [12] macro expansion @ ~/.julia/packages/CONOPT/Q1ZZM/test/runtests.jl:4 [inlined] [13] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [14] top-level scope @ none:6 [15] eval(m::Module, e::Any) @ Core boot.jl:545 [16] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [17] _start() @ Base client.jl:596 test_Status_Mappings: Error During Test at /home/pkgeval/.julia/packages/CONOPT/Q1ZZM/test/MOI_wrapper.jl:17 Got exception outside of a @test could not load library "conopt" conopt.so: cannot open shared object file: No such file or directory Stacktrace: [1] COI_Create(cntvect::Base.RefValue{Ptr{Nothing}}) @ CONOPT.LibConopt ~/.julia/packages/CONOPT/Q1ZZM/src/libconopt.jl:102 [inlined] [2] CONOPT.ConoptModel() @ CONOPT ~/.julia/packages/CONOPT/Q1ZZM/src/C_wrapper.jl:216 [3] ConoptMathOptInterfaceExt.Optimizer() @ ConoptMathOptInterfaceExt ~/.julia/packages/CONOPT/Q1ZZM/ext/ConoptMathOptInterfaceExt/MOI_wrapper.jl:42 [4] test_Status_Mappings() @ Main.TestConopt ~/.julia/packages/CONOPT/Q1ZZM/test/MOI_wrapper.jl:169 [5] macro expansion @ ~/.julia/packages/CONOPT/Q1ZZM/test/MOI_wrapper.jl:18 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [7] runtests() @ Main.TestConopt ~/.julia/packages/CONOPT/Q1ZZM/test/MOI_wrapper.jl:18 [8] top-level scope @ ~/.julia/packages/CONOPT/Q1ZZM/test/MOI_wrapper.jl:443 [9] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [10] top-level scope @ ~/.julia/packages/CONOPT/Q1ZZM/test/runtests.jl:4 [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [12] macro expansion @ ~/.julia/packages/CONOPT/Q1ZZM/test/runtests.jl:4 [inlined] [13] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [14] top-level scope @ none:6 [15] eval(m::Module, e::Any) @ Core boot.jl:545 [16] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [17] _start() @ Base client.jl:596 test_TimeLimitSec: Error During Test at /home/pkgeval/.julia/packages/CONOPT/Q1ZZM/test/MOI_wrapper.jl:17 Got exception outside of a @test could not load library "conopt" conopt.so: cannot open shared object file: No such file or directory Stacktrace: [1] COI_Create(cntvect::Base.RefValue{Ptr{Nothing}}) @ CONOPT.LibConopt ~/.julia/packages/CONOPT/Q1ZZM/src/libconopt.jl:102 [inlined] [2] CONOPT.ConoptModel() @ CONOPT ~/.julia/packages/CONOPT/Q1ZZM/src/C_wrapper.jl:216 [3] ConoptMathOptInterfaceExt.Optimizer() @ ConoptMathOptInterfaceExt ~/.julia/packages/CONOPT/Q1ZZM/ext/ConoptMathOptInterfaceExt/MOI_wrapper.jl:42 [4] test_TimeLimitSec() @ Main.TestConopt ~/.julia/packages/CONOPT/Q1ZZM/test/MOI_wrapper.jl:94 [5] macro expansion @ ~/.julia/packages/CONOPT/Q1ZZM/test/MOI_wrapper.jl:18 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [7] runtests() @ Main.TestConopt ~/.julia/packages/CONOPT/Q1ZZM/test/MOI_wrapper.jl:18 [8] top-level scope @ ~/.julia/packages/CONOPT/Q1ZZM/test/MOI_wrapper.jl:443 [9] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [10] top-level scope @ ~/.julia/packages/CONOPT/Q1ZZM/test/runtests.jl:4 [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [12] macro expansion @ ~/.julia/packages/CONOPT/Q1ZZM/test/runtests.jl:4 [inlined] [13] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [14] top-level scope @ none:6 [15] eval(m::Module, e::Any) @ Core boot.jl:545 [16] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [17] _start() @ Base client.jl:596 test_Unsupported_Limits: Error During Test at /home/pkgeval/.julia/packages/CONOPT/Q1ZZM/test/MOI_wrapper.jl:17 Got exception outside of a @test could not load library "conopt" conopt.so: cannot open shared object file: No such file or directory Stacktrace: [1] COI_Create(cntvect::Base.RefValue{Ptr{Nothing}}) @ CONOPT.LibConopt ~/.julia/packages/CONOPT/Q1ZZM/src/libconopt.jl:102 [inlined] [2] CONOPT.ConoptModel() @ CONOPT ~/.julia/packages/CONOPT/Q1ZZM/src/C_wrapper.jl:216 [3] ConoptMathOptInterfaceExt.Optimizer() @ ConoptMathOptInterfaceExt ~/.julia/packages/CONOPT/Q1ZZM/ext/ConoptMathOptInterfaceExt/MOI_wrapper.jl:42 [4] test_Unsupported_Limits() @ Main.TestConopt ~/.julia/packages/CONOPT/Q1ZZM/test/MOI_wrapper.jl:157 [5] macro expansion @ ~/.julia/packages/CONOPT/Q1ZZM/test/MOI_wrapper.jl:18 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [7] runtests() @ Main.TestConopt ~/.julia/packages/CONOPT/Q1ZZM/test/MOI_wrapper.jl:18 [8] top-level scope @ ~/.julia/packages/CONOPT/Q1ZZM/test/MOI_wrapper.jl:443 [9] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [10] top-level scope @ ~/.julia/packages/CONOPT/Q1ZZM/test/runtests.jl:4 [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [12] macro expansion @ ~/.julia/packages/CONOPT/Q1ZZM/test/runtests.jl:4 [inlined] [13] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [14] top-level scope @ none:6 [15] eval(m::Module, e::Any) @ Core boot.jl:545 [16] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [17] _start() @ Base client.jl:596 test_VariablePrimalStart: Error During Test at /home/pkgeval/.julia/packages/CONOPT/Q1ZZM/test/MOI_wrapper.jl:17 Got exception outside of a @test could not load library "conopt" conopt.so: cannot open shared object file: No such file or directory Stacktrace: [1] COI_Create(cntvect::Base.RefValue{Ptr{Nothing}}) @ CONOPT.LibConopt ~/.julia/packages/CONOPT/Q1ZZM/src/libconopt.jl:102 [inlined] [2] CONOPT.ConoptModel() @ CONOPT ~/.julia/packages/CONOPT/Q1ZZM/src/C_wrapper.jl:216 [3] ConoptMathOptInterfaceExt.Optimizer() @ ConoptMathOptInterfaceExt ~/.julia/packages/CONOPT/Q1ZZM/ext/ConoptMathOptInterfaceExt/MOI_wrapper.jl:42 [4] test_VariablePrimalStart() @ Main.TestConopt ~/.julia/packages/CONOPT/Q1ZZM/test/MOI_wrapper.jl:284 [5] macro expansion @ ~/.julia/packages/CONOPT/Q1ZZM/test/MOI_wrapper.jl:18 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [7] runtests() @ Main.TestConopt ~/.julia/packages/CONOPT/Q1ZZM/test/MOI_wrapper.jl:18 [8] top-level scope @ ~/.julia/packages/CONOPT/Q1ZZM/test/MOI_wrapper.jl:443 [9] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [10] top-level scope @ ~/.julia/packages/CONOPT/Q1ZZM/test/runtests.jl:4 [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [12] macro expansion @ ~/.julia/packages/CONOPT/Q1ZZM/test/runtests.jl:4 [inlined] [13] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [14] top-level scope @ none:6 [15] eval(m::Module, e::Any) @ Core boot.jl:545 [16] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [17] _start() @ Base client.jl:596 test_runtests: Error During Test at /home/pkgeval/.julia/packages/CONOPT/Q1ZZM/test/MOI_wrapper.jl:17 Got exception outside of a @test could not load library "conopt" conopt.so: cannot open shared object file: No such file or directory Stacktrace: [1] COI_Create(cntvect::Base.RefValue{Ptr{Nothing}}) @ CONOPT.LibConopt ~/.julia/packages/CONOPT/Q1ZZM/src/libconopt.jl:102 [inlined] [2] CONOPT.ConoptModel() @ CONOPT ~/.julia/packages/CONOPT/Q1ZZM/src/C_wrapper.jl:216 [3] ConoptMathOptInterfaceExt.Optimizer() @ ConoptMathOptInterfaceExt ~/.julia/packages/CONOPT/Q1ZZM/ext/ConoptMathOptInterfaceExt/MOI_wrapper.jl:42 [4] _instantiate_and_check(optimizer_constructor::Any) @ MathOptInterface ~/.julia/packages/MathOptInterface/CnW3S/src/instantiate.jl:96 [5] instantiate(optimizer_constructor::Any; with_bridge_type::Core.TypeEgal{Float64}, with_cache_type::Core.TypeEgal{Float64}) @ MathOptInterface ~/.julia/packages/MathOptInterface/CnW3S/src/instantiate.jl:177 [6] test_runtests() @ Main.TestConopt ~/.julia/packages/CONOPT/Q1ZZM/test/MOI_wrapper.jl:33 [7] macro expansion @ ~/.julia/packages/CONOPT/Q1ZZM/test/MOI_wrapper.jl:18 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [9] runtests() @ Main.TestConopt ~/.julia/packages/CONOPT/Q1ZZM/test/MOI_wrapper.jl:18 [10] top-level scope @ ~/.julia/packages/CONOPT/Q1ZZM/test/MOI_wrapper.jl:443 [11] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [12] top-level scope @ ~/.julia/packages/CONOPT/Q1ZZM/test/runtests.jl:4 [13] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [14] macro expansion @ ~/.julia/packages/CONOPT/Q1ZZM/test/runtests.jl:4 [inlined] [15] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [16] top-level scope @ none:6 [17] eval(m::Module, e::Any) @ Core boot.jl:545 [18] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [19] _start() @ Base client.jl:596 Test Summary: | Error Total Time MOI | 17 17 24.7s test_IsValid | 1 1 7.1s test_License_Attributes | 1 1 0.3s test_License_Environment_Fallback | 1 1 0.3s test_Name_and_Silent | 1 1 0.2s test_NumberOfThreads | 1 1 0.1s test_Objective_Sense_Mappings | 1 1 0.1s test_Option_Callback_Logic | 1 1 0.5s test_Option_Persistence | 1 1 0.2s test_RawOptimizerAttribute | 1 1 1.8s test_ResultCount_and_Bounds | 1 1 0.7s test_SolverName | 1 1 0.4s test_SolverVersion | 1 1 0.1s test_Status_Mappings | 1 1 0.3s test_TimeLimitSec | 1 1 0.1s test_Unsupported_Limits | 1 1 0.2s test_VariablePrimalStart | 1 1 0.1s test_runtests | 1 1 1.0s RNG of the outermost testset: Random.Xoshiro(0xa4f393c687a69216, 0x8236758727dc4c78, 0x98230579764b1580, 0x1c73412560cf9cda, 0xeb6cd7c0f4602cf4) ERROR: LoadError: Some tests did not pass: 0 passed, 0 failed, 17 errored, 0 broken. in expression starting at /home/pkgeval/.julia/packages/CONOPT/Q1ZZM/test/runtests.jl:3 Testing failed after 45.14s ERROR: LoadError: Package CONOPT errored during testing Stacktrace: [1] pkgerror(msg::String) @ Pkg.Types /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Types.jl:68 [2] test(ctx::Pkg.Types.Context, pkgs::Vector{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.14/Pkg/src/Operations.jl:3247 [3] test(ctx::Pkg.Types.Context, pkgs::Vector{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.14/Pkg/src/API.jl:587 [4] test(pkgs::Vector{PackageSpec}; io::IOContext{IO}, kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:172 [5] test(pkgs::Vector{String}; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:160 [6] test(pkg::String; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:159 [inlined] [7] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:223 [8] include(mod::Module, _path::String) @ Base Base.jl:325 [9] exec_options(opts::Base.JLOptions) @ Base client.jl:355 [10] _start() @ Base client.jl:596 in expression starting at /PkgEval.jl/scripts/evaluate.jl:214 PkgEval failed after 152.81s: package requires a missing binary dependency