Package evaluation of OptimalBids on Julia 1.13.0-DEV.1244 (c841b5fe7d*) started at 2025-10-02T21:58:21.569 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 9.67s ################################################################################ # Installation # Installing OptimalBids... Resolving package versions... Updating `~/.julia/environments/v1.13/Project.toml` [54ed2464] + OptimalBids v1.3.3 Updating `~/.julia/environments/v1.13/Manifest.toml` [47edcb42] + ADTypes v1.18.0 [79e6a3ab] + Adapt v4.4.0 [4fba245c] + ArrayInterface v7.20.0 [6e4b80f9] + BenchmarkTools v1.6.0 ⌅ [d360d2e6] + ChainRulesCore v1.25.2 [523fee87] + CodecBzip2 v0.8.5 [944b1d66] + CodecZlib v0.7.8 [bbf7d656] + CommonSubexpressions v0.3.1 [34da2185] + Compat v4.18.1 [187b0558] + ConstructionBase v1.6.0 [864edb3b] + DataStructures v0.19.1 [163ba53b] + DiffResults v1.1.0 [b552c78f] + DiffRules v1.15.1 [a0c0ee7d] + DifferentiationInterface v0.7.8 [b4f34e82] + Distances v0.10.12 [ffbed154] + DocStringExtensions v0.9.5 [6a86dc24] + FiniteDiff v2.28.1 [f6369f11] + ForwardDiff v1.2.1 [2030c09a] + InfrastructureModels v0.7.8 [92d709cd] + IrrationalConstants v0.2.4 [692b3bcd] + JLLWrappers v1.7.1 [682c06a0] + JSON v0.21.4 [0f8b85d8] + JSON3 v1.14.3 [4076af6c] + JuMP v1.29.1 [d3d80556] + LineSearches v7.4.0 [2ab3a3ac] + LogExpFunctions v0.3.29 [1914dd2f] + MacroTools v0.5.16 [b8f27783] + MathOptInterface v1.45.0 [f28f55f0] + Memento v1.4.1 [d8a4904e] + MutableArithmetics v1.6.6 [d41bc354] + NLSolversBase v7.10.0 [2774e3e8] + NLsolve v4.5.1 [77ba4419] + NaNMath v1.1.3 [54ed2464] + OptimalBids v1.3.3 [bac558e1] + OrderedCollections v1.8.1 [d96e819e] + Parameters v0.12.3 [69de0a69] + Parsers v2.8.3 [c36e90e8] + PowerModels v0.21.5 [aea7be01] + PrecompileTools v1.3.3 [21216c6a] + Preferences v1.5.0 [189a3867] + Reexport v1.2.2 [ae029012] + Requires v1.3.1 [efcf1570] + Setfield v1.1.2 [276daf66] + SpecialFunctions v2.5.1 [1e83bf80] + StaticArraysCore v1.4.3 [10745b16] + Statistics v1.11.1 [82ae8749] + StatsAPI v1.7.1 [856f2bd8] + StructTypes v1.11.0 [3bb67fe8] + TranscodingStreams v0.11.3 [3a884ed6] + UnPack v1.0.2 [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 [8ba89e20] + Distributed v1.11.0 [9fa8497b] + Future v1.11.0 [b77e0a4c] + InteractiveUtils v1.11.0 [ac6e5ff7] + JuliaSyntaxHighlighting v1.12.0 [8f399da3] + Libdl v1.11.0 [37e2e46d] + LinearAlgebra v1.13.0 [56ddb016] + Logging v1.11.0 [d6f4376e] + Markdown v1.11.0 [a63ad114] + Mmap v1.11.0 [de0858da] + Printf v1.11.0 [9abbd945] + Profile v1.11.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v0.7.0 [9e88b42a] + Serialization v1.11.0 [6462fe0b] + Sockets v1.11.0 [2f01184e] + SparseArrays v1.13.0 [f489334b] + StyledStrings 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.3.0+1 [4536629a] + OpenBLAS_jll v0.3.29+0 [05823500] + OpenLibm_jll v0.8.7+0 [bea87d4a] + SuiteSparse_jll v7.10.1+0 [83775a58] + Zlib_jll v1.3.1+2 [8e850b90] + libblastrampoline_jll v5.13.1+0 Info Packages marked with ⌅ have new versions available but compatibility constraints restrict them from upgrading. To see why use `status --outdated -m` Installation completed after 6.02s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... ┌ Warning: Could not use exact versions of packages in manifest, re-resolving └ @ TestEnv ~/.julia/packages/TestEnv/nGMfF/src/julia-1.11/activate_set.jl:76 Precompiling package dependencies... ERROR: LoadError: The following 3 direct dependencies failed to precompile: Nonconvex Failed to precompile Nonconvex [01bcebdf-4d21-426d-b5c4-6132c1619978] to "/home/pkgeval/.julia/compiled/v1.13/Nonconvex/jl_N6RlaL" (ProcessExited(1)). ERROR: LoadError: UndefVarError: `ForwardDiff` not defined in `PreallocationTools` Suggestion: check for spelling errors or missing imports. Hint: ForwardDiff is loaded but not imported in the active module Main. Stacktrace: [1] eval_import_path_all(at::Module, path::Expr, keyword::String) @ Base ./module.jl:62 [2] _eval_using(to::Module, path::Expr) @ Base ./module.jl:137 [3] top-level scope @ ~/.julia/packages/Symbolics/qKoME/ext/SymbolicsPreallocationToolsExt.jl:5 [4] include(mod::Module, _path::String) @ Base ./Base.jl:309 [5] include_package_for_output(pkg::Base.PkgId, input::String, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::String) @ Base ./loading.jl:3072 [6] top-level scope @ stdin:5 [7] eval(m::Module, e::Any) @ Core ./boot.jl:489 [8] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) @ Base ./loading.jl:2918 [9] include_string @ ./loading.jl:2928 [inlined] [10] exec_options(opts::Base.JLOptions) @ Base ./client.jl:342 [11] _start() @ Base ./client.jl:577 in expression starting at /home/pkgeval/.julia/packages/Symbolics/qKoME/ext/SymbolicsPreallocationToolsExt.jl:1 in expression starting at stdin:5 ERROR: LoadError: Failed to precompile SymbolicsPreallocationToolsExt [cf6f9317-8bac-542e-bce0-9dbc7ae7d397] to "/home/pkgeval/.julia/compiled/v1.13/SymbolicsPreallocationToolsExt/jl_UOiqZQ" (ProcessExited(1)). Stacktrace: [1] error(s::String) @ Base ./error.jl:44 [2] compilecache(pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool; flags::Cmd, cacheflags::Base.CacheFlags, loadable_exts::Vector{Base.PkgId}) @ Base ./loading.jl:3357 [3] kwcall(::@NamedTuple{loadable_exts::Vector{Base.PkgId}}, ::typeof(Base.compilecache), pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool) @ Base ./loading.jl:3237 [4] (::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId, String, Dict{String, Int64}})() @ Base ./loading.jl:2698 [5] mkpidlock(f::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId, String, Dict{String, Int64}}, at::String, pid::Int32; kwopts::@Kwargs{stale_age::Int64, wait::Bool}) @ FileWatching.Pidfile /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:94 [6] #mkpidlock#7 @ /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:89 [inlined] [7] trymkpidlock(::Function, ::Vararg{Any}; kwargs::@Kwargs{stale_age::Int64}) @ FileWatching.Pidfile /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:115 [8] #invokelatest_gr#234 @ ./reflection.jl:1335 [inlined] [9] invokelatest_gr @ ./reflection.jl:1327 [inlined] [10] maybe_cachefile_lock(f::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId, String, Dict{String, Int64}}, pkg::Base.PkgId, srcpath::String; stale_age::Int64) @ Base ./loading.jl:3928 [11] maybe_cachefile_lock @ ./loading.jl:3925 [inlined] [12] __require_prelocked(pkg::Base.PkgId, env::Nothing) @ Base ./loading.jl:2673 [13] _require_prelocked(uuidkey::Base.PkgId, env::Nothing) @ Base ./loading.jl:2511 [14] _require_prelocked @ ./loading.jl:2505 [inlined] [15] run_extension_callbacks(extid::Base.ExtensionId) @ Base ./loading.jl:1577 [16] run_extension_callbacks(pkgid::Base.PkgId) @ Base ./loading.jl:1614 [17] run_package_callbacks(modkey::Base.PkgId) @ Base ./loading.jl:1430 [18] _require_prelocked(uuidkey::Base.PkgId, env::String) @ Base ./loading.jl:2519 [19] macro expansion @ ./loading.jl:2439 [inlined] [20] macro expansion @ ./lock.jl:376 [inlined] [21] __require(into::Module, mod::Symbol) @ Base ./loading.jl:2403 [22] require @ ./loading.jl:2379 [inlined] [23] eval_import_path @ ./module.jl:36 [inlined] [24] eval_import_path_all(at::Module, path::Expr, keyword::String) @ Base ./module.jl:60 [25] _eval_import(::Bool, ::Module, ::Expr, ::Expr, ::Vararg{Expr}) @ Base ./module.jl:101 [26] top-level scope @ ~/.julia/packages/NonconvexUtils/i3gzf/src/NonconvexUtils.jl:18 [27] include(mod::Module, _path::String) @ Base ./Base.jl:309 [28] include_package_for_output(pkg::Base.PkgId, input::String, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::String) @ Base ./loading.jl:3072 [29] top-level scope @ stdin:5 [30] eval(m::Module, e::Any) @ Core ./boot.jl:489 [31] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) @ Base ./loading.jl:2918 [32] include_string @ ./loading.jl:2928 [inlined] [33] exec_options(opts::Base.JLOptions) @ Base ./client.jl:342 [34] _start() @ Base ./client.jl:577 in expression starting at /home/pkgeval/.julia/packages/NonconvexUtils/i3gzf/src/NonconvexUtils.jl:1 in expression starting at stdin:5 ERROR: LoadError: Failed to precompile NonconvexUtils [c48e48a2-1f5e-44ff-8799-c8e168d11d1b] to "/home/pkgeval/.julia/compiled/v1.13/NonconvexUtils/jl_CGl9f2" (ProcessExited(1)). Stacktrace: [1] error(s::String) @ Base ./error.jl:44 [2] compilecache(pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool; flags::Cmd, cacheflags::Base.CacheFlags, loadable_exts::Nothing) @ Base ./loading.jl:3357 [3] kwcall(::@NamedTuple{loadable_exts::Nothing}, ::typeof(Base.compilecache), pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool) @ Base ./loading.jl:3237 [4] (::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId, String, Dict{String, Int64}})() @ Base ./loading.jl:2698 [5] mkpidlock(f::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId, String, Dict{String, Int64}}, at::String, pid::Int32; kwopts::@Kwargs{stale_age::Int64, wait::Bool}) @ FileWatching.Pidfile /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:94 [6] #mkpidlock#7 @ /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:89 [inlined] [7] trymkpidlock(::Function, ::Vararg{Any}; kwargs::@Kwargs{stale_age::Int64}) @ FileWatching.Pidfile /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:115 [8] #invokelatest_gr#234 @ ./reflection.jl:1335 [inlined] [9] invokelatest_gr @ ./reflection.jl:1327 [inlined] [10] maybe_cachefile_lock(f::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId, String, Dict{String, Int64}}, pkg::Base.PkgId, srcpath::String; stale_age::Int64) @ Base ./loading.jl:3928 [11] maybe_cachefile_lock @ ./loading.jl:3925 [inlined] [12] __require_prelocked(pkg::Base.PkgId, env::String) @ Base ./loading.jl:2673 [13] _require_prelocked(uuidkey::Base.PkgId, env::String) @ Base ./loading.jl:2511 [14] macro expansion @ ./loading.jl:2439 [inlined] [15] macro expansion @ ./lock.jl:376 [inlined] [16] __require(into::Module, mod::Symbol) @ Base ./loading.jl:2403 [17] require @ ./loading.jl:2379 [inlined] [18] eval_import_path @ ./module.jl:36 [inlined] [19] eval_import_path_all(at::Module, path::Expr, keyword::String) @ Base ./module.jl:60 [20] _eval_using(to::Module, path::Expr) @ Base ./module.jl:137 [21] top-level scope @ ~/.julia/packages/Nonconvex/RdytM/src/Nonconvex.jl:5 [22] include(mod::Module, _path::String) @ Base ./Base.jl:309 [23] include_package_for_output(pkg::Base.PkgId, input::String, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::Nothing) @ Base ./loading.jl:3072 [24] top-level scope @ stdin:5 [25] eval(m::Module, e::Any) @ Core ./boot.jl:489 [26] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) @ Base ./loading.jl:2918 [27] include_string @ ./loading.jl:2928 [inlined] [28] exec_options(opts::Base.JLOptions) @ Base ./client.jl:342 [29] _start() @ Base ./client.jl:577 in expression starting at /home/pkgeval/.julia/packages/Nonconvex/RdytM/src/Nonconvex.jl:1 in expression starting at stdin:5 NonconvexBayesian Failed to precompile NonconvexBayesian [fb352abc-de7b-48de-9ebd-665b54b5d9b3] to "/home/pkgeval/.julia/compiled/v1.13/NonconvexBayesian/jl_7h7nFM" (ProcessExited(1)). ERROR: LoadError: UndefVarError: `ForwardDiff` not defined in `PreallocationTools` Suggestion: check for spelling errors or missing imports. Hint: ForwardDiff is loaded but not imported in the active module Main. Stacktrace: [1] eval_import_path_all(at::Module, path::Expr, keyword::String) @ Base ./module.jl:62 [2] _eval_using(to::Module, path::Expr) @ Base ./module.jl:137 [3] top-level scope @ ~/.julia/packages/Symbolics/qKoME/ext/SymbolicsPreallocationToolsExt.jl:5 [4] include(mod::Module, _path::String) @ Base ./Base.jl:309 [5] include_package_for_output(pkg::Base.PkgId, input::String, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::String) @ Base ./loading.jl:3072 [6] top-level scope @ stdin:5 [7] eval(m::Module, e::Any) @ Core ./boot.jl:489 [8] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) @ Base ./loading.jl:2918 [9] include_string @ ./loading.jl:2928 [inlined] [10] exec_options(opts::Base.JLOptions) @ Base ./client.jl:342 [11] _start() @ Base ./client.jl:577 in expression starting at /home/pkgeval/.julia/packages/Symbolics/qKoME/ext/SymbolicsPreallocationToolsExt.jl:1 in expression starting at stdin:5 ERROR: LoadError: Failed to precompile SymbolicsPreallocationToolsExt [cf6f9317-8bac-542e-bce0-9dbc7ae7d397] to "/home/pkgeval/.julia/compiled/v1.13/SymbolicsPreallocationToolsExt/jl_nt8ueL" (ProcessExited(1)). Stacktrace: [1] error(s::String) @ Base ./error.jl:44 [2] compilecache(pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool; flags::Cmd, cacheflags::Base.CacheFlags, loadable_exts::Vector{Base.PkgId}) @ Base ./loading.jl:3357 [3] kwcall(::@NamedTuple{loadable_exts::Vector{Base.PkgId}}, ::typeof(Base.compilecache), pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool) @ Base ./loading.jl:3237 [4] (::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId, String, Dict{String, Int64}})() @ Base ./loading.jl:2698 [5] mkpidlock(f::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId, String, Dict{String, Int64}}, at::String, pid::Int32; kwopts::@Kwargs{stale_age::Int64, wait::Bool}) @ FileWatching.Pidfile /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:94 [6] #mkpidlock#7 @ /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:89 [inlined] [7] trymkpidlock(::Function, ::Vararg{Any}; kwargs::@Kwargs{stale_age::Int64}) @ FileWatching.Pidfile /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:115 [8] #invokelatest_gr#234 @ ./reflection.jl:1335 [inlined] [9] invokelatest_gr @ ./reflection.jl:1327 [inlined] [10] maybe_cachefile_lock(f::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId, String, Dict{String, Int64}}, pkg::Base.PkgId, srcpath::String; stale_age::Int64) @ Base ./loading.jl:3928 [11] maybe_cachefile_lock @ ./loading.jl:3925 [inlined] [12] __require_prelocked(pkg::Base.PkgId, env::Nothing) @ Base ./loading.jl:2673 [13] _require_prelocked(uuidkey::Base.PkgId, env::Nothing) @ Base ./loading.jl:2511 [14] _require_prelocked @ ./loading.jl:2505 [inlined] [15] run_extension_callbacks(extid::Base.ExtensionId) @ Base ./loading.jl:1577 [16] run_extension_callbacks(pkgid::Base.PkgId) @ Base ./loading.jl:1614 [17] run_package_callbacks(modkey::Base.PkgId) @ Base ./loading.jl:1430 [18] _require_prelocked(uuidkey::Base.PkgId, env::String) @ Base ./loading.jl:2519 [19] macro expansion @ ./loading.jl:2439 [inlined] [20] macro expansion @ ./lock.jl:376 [inlined] [21] __require(into::Module, mod::Symbol) @ Base ./loading.jl:2403 [22] require @ ./loading.jl:2379 [inlined] [23] eval_import_path @ ./module.jl:36 [inlined] [24] eval_import_path_all(at::Module, path::Expr, keyword::String) @ Base ./module.jl:60 [25] _eval_import(::Bool, ::Module, ::Expr, ::Expr, ::Vararg{Expr}) @ Base ./module.jl:101 [26] top-level scope @ ~/.julia/packages/NonconvexUtils/i3gzf/src/NonconvexUtils.jl:18 [27] include(mod::Module, _path::String) @ Base ./Base.jl:309 [28] include_package_for_output(pkg::Base.PkgId, input::String, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::String) @ Base ./loading.jl:3072 [29] top-level scope @ stdin:5 [30] eval(m::Module, e::Any) @ Core ./boot.jl:489 [31] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) @ Base ./loading.jl:2918 [32] include_string @ ./loading.jl:2928 [inlined] [33] exec_options(opts::Base.JLOptions) @ Base ./client.jl:342 [34] _start() @ Base ./client.jl:577 in expression starting at /home/pkgeval/.julia/packages/NonconvexUtils/i3gzf/src/NonconvexUtils.jl:1 in expression starting at stdin:5 ERROR: LoadError: Failed to precompile NonconvexUtils [c48e48a2-1f5e-44ff-8799-c8e168d11d1b] to "/home/pkgeval/.julia/compiled/v1.13/NonconvexUtils/jl_tM04uF" (ProcessExited(1)). Stacktrace: [1] error(s::String) @ Base ./error.jl:44 [2] compilecache(pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool; flags::Cmd, cacheflags::Base.CacheFlags, loadable_exts::Nothing) @ Base ./loading.jl:3357 [3] kwcall(::@NamedTuple{loadable_exts::Nothing}, ::typeof(Base.compilecache), pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool) @ Base ./loading.jl:3237 [4] (::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId, String, Dict{String, Int64}})() @ Base ./loading.jl:2698 [5] mkpidlock(f::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId, String, Dict{String, Int64}}, at::String, pid::Int32; kwopts::@Kwargs{stale_age::Int64, wait::Bool}) @ FileWatching.Pidfile /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:94 [6] #mkpidlock#7 @ /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:89 [inlined] [7] trymkpidlock(::Function, ::Vararg{Any}; kwargs::@Kwargs{stale_age::Int64}) @ FileWatching.Pidfile /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:115 [8] #invokelatest_gr#234 @ ./reflection.jl:1335 [inlined] [9] invokelatest_gr @ ./reflection.jl:1327 [inlined] [10] maybe_cachefile_lock(f::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId, String, Dict{String, Int64}}, pkg::Base.PkgId, srcpath::String; stale_age::Int64) @ Base ./loading.jl:3928 [11] maybe_cachefile_lock @ ./loading.jl:3925 [inlined] [12] __require_prelocked(pkg::Base.PkgId, env::String) @ Base ./loading.jl:2673 [13] _require_prelocked(uuidkey::Base.PkgId, env::String) @ Base ./loading.jl:2511 [14] macro expansion @ ./loading.jl:2439 [inlined] [15] macro expansion @ ./lock.jl:376 [inlined] [16] __require(into::Module, mod::Symbol) @ Base ./loading.jl:2403 [17] require @ ./loading.jl:2379 [inlined] [18] eval_import_path @ ./module.jl:36 [inlined] [19] eval_import_path_all(at::Module, path::Expr, keyword::String) @ Base ./module.jl:60 [20] _eval_using(to::Module, path::Expr) @ Base ./module.jl:137 [21] top-level scope @ ~/.julia/packages/NonconvexIpopt/yAEgT/src/NonconvexIpopt.jl:5 [22] include(mod::Module, _path::String) @ Base ./Base.jl:309 [23] include_package_for_output(pkg::Base.PkgId, input::String, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::String) @ Base ./loading.jl:3072 [24] top-level scope @ stdin:5 [25] eval(m::Module, e::Any) @ Core ./boot.jl:489 [26] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) @ Base ./loading.jl:2918 [27] include_string @ ./loading.jl:2928 [inlined] [28] exec_options(opts::Base.JLOptions) @ Base ./client.jl:342 [29] _start() @ Base ./client.jl:577 in expression starting at /home/pkgeval/.julia/packages/NonconvexIpopt/yAEgT/src/NonconvexIpopt.jl:1 in expression starting at stdin:5 ERROR: LoadError: Failed to precompile NonconvexIpopt [bf347577-a06d-49ad-a669-8c0e005493b8] to "/home/pkgeval/.julia/compiled/v1.13/NonconvexIpopt/jl_7VPEIw" (ProcessExited(1)). Stacktrace: [1] error(s::String) @ Base ./error.jl:44 [2] compilecache(pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool; flags::Cmd, cacheflags::Base.CacheFlags, loadable_exts::Nothing) @ Base ./loading.jl:3357 [3] kwcall(::@NamedTuple{loadable_exts::Nothing}, ::typeof(Base.compilecache), pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool) @ Base ./loading.jl:3237 [4] (::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId, String, Dict{String, Int64}})() @ Base ./loading.jl:2698 [5] mkpidlock(f::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId, String, Dict{String, Int64}}, at::String, pid::Int32; kwopts::@Kwargs{stale_age::Int64, wait::Bool}) @ FileWatching.Pidfile /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:94 [6] #mkpidlock#7 @ /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:89 [inlined] [7] trymkpidlock(::Function, ::Vararg{Any}; kwargs::@Kwargs{stale_age::Int64}) @ FileWatching.Pidfile /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:115 [8] #invokelatest_gr#234 @ ./reflection.jl:1335 [inlined] [9] invokelatest_gr @ ./reflection.jl:1327 [inlined] [10] maybe_cachefile_lock(f::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId, String, Dict{String, Int64}}, pkg::Base.PkgId, srcpath::String; stale_age::Int64) @ Base ./loading.jl:3928 [11] maybe_cachefile_lock @ ./loading.jl:3925 [inlined] [12] __require_prelocked(pkg::Base.PkgId, env::String) @ Base ./loading.jl:2673 [13] _require_prelocked(uuidkey::Base.PkgId, env::String) @ Base ./loading.jl:2511 [14] macro expansion @ ./loading.jl:2439 [inlined] [15] macro expansion @ ./lock.jl:376 [inlined] [16] __require(into::Module, mod::Symbol) @ Base ./loading.jl:2403 [17] require @ ./loading.jl:2379 [inlined] [18] eval_import_path @ ./module.jl:36 [inlined] [19] eval_import_path_all(at::Module, path::Expr, keyword::String) @ Base ./module.jl:60 [20] _eval_using(to::Module, path::Expr) @ Base ./module.jl:137 [21] top-level scope @ ~/.julia/packages/NonconvexBayesian/Y9mjt/src/NonconvexBayesian.jl:12 [22] include(mod::Module, _path::String) @ Base ./Base.jl:309 [23] include_package_for_output(pkg::Base.PkgId, input::String, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::Nothing) @ Base ./loading.jl:3072 [24] top-level scope @ stdin:5 [25] eval(m::Module, e::Any) @ Core ./boot.jl:489 [26] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) @ Base ./loading.jl:2918 [27] include_string @ ./loading.jl:2928 [inlined] [28] exec_options(opts::Base.JLOptions) @ Base ./client.jl:342 [29] _start() @ Base ./client.jl:577 in expression starting at /home/pkgeval/.julia/packages/NonconvexBayesian/Y9mjt/src/NonconvexBayesian.jl:1 in expression starting at stdin:5 NonconvexIpopt Failed to precompile NonconvexIpopt [bf347577-a06d-49ad-a669-8c0e005493b8] to "/home/pkgeval/.julia/compiled/v1.13/NonconvexIpopt/jl_xJkJJs" (ProcessExited(1)). ERROR: LoadError: UndefVarError: `ForwardDiff` not defined in `PreallocationTools` Suggestion: check for spelling errors or missing imports. Hint: ForwardDiff is loaded but not imported in the active module Main. Stacktrace: [1] eval_import_path_all(at::Module, path::Expr, keyword::String) @ Base ./module.jl:62 [2] _eval_using(to::Module, path::Expr) @ Base ./module.jl:137 [3] top-level scope @ ~/.julia/packages/Symbolics/qKoME/ext/SymbolicsPreallocationToolsExt.jl:5 [4] include(mod::Module, _path::String) @ Base ./Base.jl:309 [5] include_package_for_output(pkg::Base.PkgId, input::String, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::String) @ Base ./loading.jl:3072 [6] top-level scope @ stdin:5 [7] eval(m::Module, e::Any) @ Core ./boot.jl:489 [8] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) @ Base ./loading.jl:2918 [9] include_string @ ./loading.jl:2928 [inlined] [10] exec_options(opts::Base.JLOptions) @ Base ./client.jl:342 [11] _start() @ Base ./client.jl:577 in expression starting at /home/pkgeval/.julia/packages/Symbolics/qKoME/ext/SymbolicsPreallocationToolsExt.jl:1 in expression starting at stdin:5 ERROR: LoadError: Failed to precompile SymbolicsPreallocationToolsExt [cf6f9317-8bac-542e-bce0-9dbc7ae7d397] to "/home/pkgeval/.julia/compiled/v1.13/SymbolicsPreallocationToolsExt/jl_YAGr66" (ProcessExited(1)). Stacktrace: [1] error(s::String) @ Base ./error.jl:44 [2] compilecache(pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool; flags::Cmd, cacheflags::Base.CacheFlags, loadable_exts::Vector{Base.PkgId}) @ Base ./loading.jl:3357 [3] kwcall(::@NamedTuple{loadable_exts::Vector{Base.PkgId}}, ::typeof(Base.compilecache), pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool) @ Base ./loading.jl:3237 [4] (::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId, String, Dict{String, Int64}})() @ Base ./loading.jl:2698 [5] mkpidlock(f::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId, String, Dict{String, Int64}}, at::String, pid::Int32; kwopts::@Kwargs{stale_age::Int64, wait::Bool}) @ FileWatching.Pidfile /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:94 [6] #mkpidlock#7 @ /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:89 [inlined] [7] trymkpidlock(::Function, ::Vararg{Any}; kwargs::@Kwargs{stale_age::Int64}) @ FileWatching.Pidfile /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:115 [8] #invokelatest_gr#234 @ ./reflection.jl:1335 [inlined] [9] invokelatest_gr @ ./reflection.jl:1327 [inlined] [10] maybe_cachefile_lock(f::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId, String, Dict{String, Int64}}, pkg::Base.PkgId, srcpath::String; stale_age::Int64) @ Base ./loading.jl:3928 [11] maybe_cachefile_lock @ ./loading.jl:3925 [inlined] [12] __require_prelocked(pkg::Base.PkgId, env::Nothing) @ Base ./loading.jl:2673 [13] _require_prelocked(uuidkey::Base.PkgId, env::Nothing) @ Base ./loading.jl:2511 [14] _require_prelocked @ ./loading.jl:2505 [inlined] [15] run_extension_callbacks(extid::Base.ExtensionId) @ Base ./loading.jl:1577 [16] run_extension_callbacks(pkgid::Base.PkgId) @ Base ./loading.jl:1614 [17] run_package_callbacks(modkey::Base.PkgId) @ Base ./loading.jl:1430 [18] _require_prelocked(uuidkey::Base.PkgId, env::String) @ Base ./loading.jl:2519 [19] macro expansion @ ./loading.jl:2439 [inlined] [20] macro expansion @ ./lock.jl:376 [inlined] [21] __require(into::Module, mod::Symbol) @ Base ./loading.jl:2403 [22] require @ ./loading.jl:2379 [inlined] [23] eval_import_path @ ./module.jl:36 [inlined] [24] eval_import_path_all(at::Module, path::Expr, keyword::String) @ Base ./module.jl:60 [25] _eval_import(::Bool, ::Module, ::Expr, ::Expr, ::Vararg{Expr}) @ Base ./module.jl:101 [26] top-level scope @ ~/.julia/packages/NonconvexUtils/i3gzf/src/NonconvexUtils.jl:18 [27] include(mod::Module, _path::String) @ Base ./Base.jl:309 [28] include_package_for_output(pkg::Base.PkgId, input::String, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::String) @ Base ./loading.jl:3072 [29] top-level scope @ stdin:5 [30] eval(m::Module, e::Any) @ Core ./boot.jl:489 [31] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) @ Base ./loading.jl:2918 [32] include_string @ ./loading.jl:2928 [inlined] [33] exec_options(opts::Base.JLOptions) @ Base ./client.jl:342 [34] _start() @ Base ./client.jl:577 in expression starting at /home/pkgeval/.julia/packages/NonconvexUtils/i3gzf/src/NonconvexUtils.jl:1 in expression starting at stdin:5 ERROR: LoadError: Failed to precompile NonconvexUtils [c48e48a2-1f5e-44ff-8799-c8e168d11d1b] to "/home/pkgeval/.julia/compiled/v1.13/NonconvexUtils/jl_egAL9y" (ProcessExited(1)). Stacktrace: [1] error(s::String) @ Base ./error.jl:44 [2] compilecache(pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool; flags::Cmd, cacheflags::Base.CacheFlags, loadable_exts::Nothing) @ Base ./loading.jl:3357 [3] kwcall(::@NamedTuple{loadable_exts::Nothing}, ::typeof(Base.compilecache), pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool) @ Base ./loading.jl:3237 [4] (::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId, String, Dict{String, Int64}})() @ Base ./loading.jl:2698 [5] mkpidlock(f::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId, String, Dict{String, Int64}}, at::String, pid::Int32; kwopts::@Kwargs{stale_age::Int64, wait::Bool}) @ FileWatching.Pidfile /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:94 [6] #mkpidlock#7 @ /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:89 [inlined] [7] trymkpidlock(::Function, ::Vararg{Any}; kwargs::@Kwargs{stale_age::Int64}) @ FileWatching.Pidfile /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:115 [8] #invokelatest_gr#234 @ ./reflection.jl:1335 [inlined] [9] invokelatest_gr @ ./reflection.jl:1327 [inlined] [10] maybe_cachefile_lock(f::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId, String, Dict{String, Int64}}, pkg::Base.PkgId, srcpath::String; stale_age::Int64) @ Base ./loading.jl:3928 [11] maybe_cachefile_lock @ ./loading.jl:3925 [inlined] [12] __require_prelocked(pkg::Base.PkgId, env::String) @ Base ./loading.jl:2673 [13] _require_prelocked(uuidkey::Base.PkgId, env::String) @ Base ./loading.jl:2511 [14] macro expansion @ ./loading.jl:2439 [inlined] [15] macro expansion @ ./lock.jl:376 [inlined] [16] __require(into::Module, mod::Symbol) @ Base ./loading.jl:2403 [17] require @ ./loading.jl:2379 [inlined] [18] eval_import_path @ ./module.jl:36 [inlined] [19] eval_import_path_all(at::Module, path::Expr, keyword::String) @ Base ./module.jl:60 [20] _eval_using(to::Module, path::Expr) @ Base ./module.jl:137 [21] top-level scope @ ~/.julia/packages/NonconvexIpopt/yAEgT/src/NonconvexIpopt.jl:5 [22] include(mod::Module, _path::String) @ Base ./Base.jl:309 [23] include_package_for_output(pkg::Base.PkgId, input::String, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::Nothing) @ Base ./loading.jl:3072 [24] top-level scope @ stdin:5 [25] eval(m::Module, e::Any) @ Core ./boot.jl:489 [26] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) @ Base ./loading.jl:2918 [27] include_string @ ./loading.jl:2928 [inlined] [28] exec_options(opts::Base.JLOptions) @ Base ./client.jl:342 [29] _start() @ Base ./client.jl:577 in expression starting at /home/pkgeval/.julia/packages/NonconvexIpopt/yAEgT/src/NonconvexIpopt.jl:1 in expression starting at stdin:5 in expression starting at /PkgEval.jl/scripts/precompile.jl:37 Precompilation failed after 2456.77s ################################################################################ # Testing # Testing OptimalBids Test Could not use exact versions of packages in manifest, re-resolving. Note: if you do not check your manifest file into source control, then you can probably ignore this message. However, if you do check your manifest file into source control, then you probably want to pass the `allow_reresolve = false` kwarg when calling the `Pkg.test` function. Updating `/tmp/jl_4CyEMB/Project.toml` [cdddcdb0] + ChainRulesTestUtils v1.13.0 [87dc4568] + HiGHS v1.19.0 [01bcebdf] + Nonconvex v2.1.3 [fb352abc] + NonconvexBayesian v0.1.5 [bf347577] + NonconvexIpopt v0.4.3 [54ed2464] + OptimalBids v1.3.3 [f43a241f] ~ Downloads ⇒ v1.7.0 Updating `/tmp/jl_4CyEMB/Manifest.toml` ⌅ [c29ec348] + AbstractDifferentiation v0.4.4 [621f4979] + AbstractFFTs v1.5.0 [99985d1d] + AbstractGPs v0.5.24 [1520ce14] + AbstractTrees v0.4.5 [7d9f7c33] + Accessors v0.1.42 [66dad0bd] + AliasTables v1.1.3 [ec485272] + ArnoldiMethod v0.4.0 [a9b6321e] + Atomix v1.1.2 ⌅ [e2ed5e7c] + Bijections v0.1.10 [fa961155] + CEnum v0.5.0 [96374032] + CRlibm v1.0.2 [082447d4] + ChainRules v1.72.6 [cdddcdb0] + ChainRulesTestUtils v1.13.0 [861a8166] + Combinatorics v1.0.3 [38540f10] + CommonSolve v0.2.4 [f70d9fcc] + CommonWorldInvalidations v1.0.0 [b152e2b5] + CompositeTypes v0.1.4 [a33af91c] + CompositionsBase v0.1.2 ⌅ [187b0558] ↓ ConstructionBase v1.6.0 ⇒ v1.5.6 [9a962f9c] + DataAPI v1.16.0 ⌅ [864edb3b] ↓ DataStructures v0.19.1 ⇒ v0.18.22 [e2d170a0] + DataValueInterfaces v1.0.0 [8bb1440f] + DelimitedFiles v1.9.1 [c78775a3] + DifferentiableFlatten v0.1.1 [31c24e10] + Distributions v0.25.120 [5b8099bc] + DomainSets v0.7.16 ⌅ [7c1d4256] + DynamicPolynomials v0.5.7 [4e289a0a] + EnumX v1.0.5 [90fa49ef] + ErrorfreeArithmetic v0.5.2 [e2ba6199] + ExprTools v0.1.10 [55351af7] + ExproniconLite v0.10.14 [9aa1b823] + FastClosures v0.3.2 [fa42c844] + FastRounding v0.3.1 [1a297f60] + FillArrays v1.14.0 [26cc04aa] + FiniteDifferences v0.12.33 [1fa38f19] + Format v1.3.7 ⌅ [f6369f11] ↓ ForwardDiff v1.2.1 ⇒ v0.10.39 [069b7b12] + FunctionWrappers v1.1.3 [77dc65aa] + FunctionWrappersWrappers v0.1.3 [d9f16b24] + Functors v0.5.2 [0c68f7d7] + GPUArrays v11.2.5 [46192b85] + GPUArraysCore v0.2.0 [86223c79] + Graphs v1.13.1 [076d061b] + HashArrayMappedTries v0.2.0 [87dc4568] + HiGHS v1.19.0 [34004b35] + HypergeometricFunctions v0.3.28 [7869d1d1] + IRTools v0.4.15 [615f187c] + IfElse v0.1.1 [d25df0c9] + Inflate v0.1.5 ⌅ [d1acc4aa] + IntervalArithmetic v0.20.9 [8197267c] + IntervalSets v0.7.11 [3587e190] + InverseFunctions v0.1.17 [b6b21f68] + Ipopt v1.11.0 [42fd0dbc] + IterativeSolvers v0.9.4 [82899510] + IteratorInterfaceExtensions v1.0.0 [ae98c720] + Jieko v0.2.1 [63c18a36] + KernelAbstractions v0.9.38 [ec8451be] + KernelFunctions v0.10.65 [929cbde3] + LLVM v9.4.2 [b964fa9f] + LaTeXStrings v1.4.0 [2ee39098] + LabelledArrays v1.16.1 ⌅ [984bce1d] + LambertW v0.4.6 [23fbe1c1] + Latexify v0.16.10 [7a12625a] + LinearMaps v3.11.4 [5c8ed15e] + LinearOperators v2.11.0 [8c4f8055] + MathOptIIS v0.1.1 [e1d29d7a] + Missings v1.2.0 [2e0e35c7] + Moshi v0.3.7 ⌃ [102ac46a] + MultivariatePolynomials v0.5.9 [a4795742] + NLPModels v0.21.5 [d9ec5142] + NamedTupleTools v0.14.3 [01bcebdf] + Nonconvex v2.1.3 [fb352abc] + NonconvexBayesian v0.1.5 [035190e5] + NonconvexCore v1.4.3 [bf347577] + NonconvexIpopt v0.4.3 [c48e48a2] + NonconvexUtils v0.4.3 [54ed2464] + OptimalBids v1.3.3 [90014a1f] + PDMats v0.11.35 [65ce6f38] + PackageExtensionCompat v1.0.2 [d236fae5] + PreallocationTools v0.4.34 [43287f4e] + PtrArrays v1.3.0 [1fd47b50] + QuadGK v2.11.2 [c1ae055f] + RealDot v0.1.0 [3cdcf5f2] + RecipesBase v1.3.4 ⌃ [731186ca] + RecursiveArrayTools v3.36.0 [708f8203] + Richardson v1.4.2 [79098fc4] + Rmath v0.8.0 [5eaf0fd0] + RoundingEmulator v0.2.1 [7e49a35a] + RuntimeGeneratedFunctions v0.5.15 ⌃ [0bca4576] + SciMLBase v2.87.0 ⌅ [c0aeaf25] + SciMLOperators v0.3.13 [431bcebd] + SciMLPublic v1.0.0 [53ae85a6] + SciMLStructures v1.7.0 [7e506255] + ScopedValues v1.5.0 [3cc68bcd] + SetRounding v0.2.1 [699a6c99] + SimpleTraits v0.9.5 [ed01d8cd] + Sobol v1.5.0 [ff4d7338] + SolverCore v0.3.8 [a2af1166] + SortingAlgorithms v1.2.2 ⌃ [47a9eef4] + SparseDiffTools v2.23.1 [dc90abb0] + SparseInverseSubset v0.1.2 [aedffcd0] + Static v1.3.0 [0d7ed370] + StaticArrayInterface v1.8.0 [90137ffa] + StaticArrays v1.9.15 [2913bbd2] + StatsBase v0.34.6 [4c63d2b9] + StatsFuns v1.5.0 [09ab397b] + StructArrays v0.7.1 [fd094767] + Suppressor v0.2.8 [2efcf032] + SymbolicIndexingInterface v0.3.45 ⌃ [19f23fe9] + SymbolicLimits v0.2.1 ⌅ [d1185830] + SymbolicUtils v2.1.3 ⌅ [0c5d862f] + Symbolics v5.36.0 [3783bdb8] + TableTraits v1.0.1 [bd369af6] + Tables v1.12.1 [62fd8b95] + TensorCore v0.1.1 ⌅ [8ea1fca8] + TermInterface v0.4.1 [a759f4b9] + TimerOutputs v0.5.29 [a7c27f48] + Unityper v0.1.6 [013be700] + UnsafeAtomics v0.3.0 [19fa3120] + VertexSafeGraphs v0.2.0 ⌅ [e88e6eb3] + Zygote v0.6.77 [700de1a5] + ZygoteRules v0.2.7 [ae81ac8f] + ASL_jll v0.1.3+0 [4e9b3aee] + CRlibm_jll v1.0.1+0 [61579ee1] + Ghostscript_jll v9.55.1+0 [8fd58aa0] + HiGHS_jll v1.11.0+1 [e33a78d0] + Hwloc_jll v2.12.2+0 [9cc047cb] + Ipopt_jll v300.1400.1900+0 [aacddb02] + JpegTurbo_jll v3.1.3+0 [dad2f222] + LLVMExtra_jll v0.0.37+2 [94ce4f54] + Libiconv_jll v1.18.0+0 [d00139f3] + METIS_jll v5.1.3+0 [d7ed1dd3] + MUMPS_seq_jll v500.800.100+0 [656ef2d0] + OpenBLAS32_jll v0.3.29+0 [f50d1b31] + Rmath_jll v0.5.1+0 ⌅ [319450e9] + SPRAL_jll v2025.5.20+0 ⌅ [02c8fc9c] + XML2_jll v2.13.9+0 [a65dc6b1] + Xorg_libpciaccess_jll v0.18.1+0 [0dad84c5] + ArgTools v1.1.2 [f43a241f] ~ Downloads ⇒ v1.7.0 [7b1f6079] + FileWatching v1.11.0 [4af54fe1] + LazyArtifacts v1.11.0 [b27032c2] + LibCURL v0.6.4 [76f85450] + LibGit2 v1.11.0 [ca575930] + NetworkOptions v1.3.0 [44cfe95a] + Pkg v1.13.0 [1a1011a3] + SharedArrays v1.11.0 [4607b0f0] + SuiteSparse [a4e569a6] + Tar v1.10.0 [deac9b47] + LibCURL_jll v8.16.0+0 [e37daf67] + LibGit2_jll v1.9.1+0 [29816b5a] + LibSSH2_jll v1.11.3+1 [14a3606d] + MozillaCACerts_jll v2025.9.9 [458c3c95] + OpenSSL_jll v3.5.4+0 [efcefdf7] + PCRE2_jll v10.46.0+0 [3161d3a3] + Zstd_jll v1.5.7+1 [8e850ede] + nghttp2_jll v1.67.1+0 [3f19e933] + p7zip_jll v17.6.0+0 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` Test Successfully re-resolved Status `/tmp/jl_4CyEMB/Project.toml` ⌅ [d360d2e6] ChainRulesCore v1.25.2 [cdddcdb0] ChainRulesTestUtils v1.13.0 [87dc4568] HiGHS v1.19.0 [4076af6c] JuMP v1.29.1 [01bcebdf] Nonconvex v2.1.3 [fb352abc] NonconvexBayesian v0.1.5 [bf347577] NonconvexIpopt v0.4.3 [54ed2464] OptimalBids v1.3.3 [c36e90e8] PowerModels v0.21.5 [189a3867] Reexport v1.2.2 [f43a241f] Downloads v1.7.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_4CyEMB/Manifest.toml` [47edcb42] ADTypes v1.18.0 ⌅ [c29ec348] AbstractDifferentiation v0.4.4 [621f4979] AbstractFFTs v1.5.0 [99985d1d] AbstractGPs v0.5.24 [1520ce14] AbstractTrees v0.4.5 [7d9f7c33] Accessors v0.1.42 [79e6a3ab] Adapt v4.4.0 [66dad0bd] AliasTables v1.1.3 [ec485272] ArnoldiMethod v0.4.0 [4fba245c] ArrayInterface v7.20.0 [a9b6321e] Atomix v1.1.2 [6e4b80f9] BenchmarkTools v1.6.0 ⌅ [e2ed5e7c] Bijections v0.1.10 [fa961155] CEnum v0.5.0 [96374032] CRlibm v1.0.2 [082447d4] ChainRules v1.72.6 ⌅ [d360d2e6] ChainRulesCore v1.25.2 [cdddcdb0] ChainRulesTestUtils v1.13.0 [523fee87] CodecBzip2 v0.8.5 [944b1d66] CodecZlib v0.7.8 [861a8166] Combinatorics v1.0.3 [38540f10] CommonSolve v0.2.4 [bbf7d656] CommonSubexpressions v0.3.1 [f70d9fcc] CommonWorldInvalidations v1.0.0 [34da2185] Compat v4.18.1 [b152e2b5] CompositeTypes v0.1.4 [a33af91c] CompositionsBase v0.1.2 ⌅ [187b0558] ConstructionBase v1.5.6 [9a962f9c] DataAPI v1.16.0 ⌅ [864edb3b] DataStructures v0.18.22 [e2d170a0] DataValueInterfaces v1.0.0 [8bb1440f] DelimitedFiles v1.9.1 [163ba53b] DiffResults v1.1.0 [b552c78f] DiffRules v1.15.1 [c78775a3] DifferentiableFlatten v0.1.1 [a0c0ee7d] DifferentiationInterface v0.7.8 [b4f34e82] Distances v0.10.12 [31c24e10] Distributions v0.25.120 [ffbed154] DocStringExtensions v0.9.5 [5b8099bc] DomainSets v0.7.16 ⌅ [7c1d4256] DynamicPolynomials v0.5.7 [4e289a0a] EnumX v1.0.5 [90fa49ef] ErrorfreeArithmetic v0.5.2 [e2ba6199] ExprTools v0.1.10 [55351af7] ExproniconLite v0.10.14 [9aa1b823] FastClosures v0.3.2 [fa42c844] FastRounding v0.3.1 [1a297f60] FillArrays v1.14.0 [6a86dc24] FiniteDiff v2.28.1 [26cc04aa] FiniteDifferences v0.12.33 [1fa38f19] Format v1.3.7 ⌅ [f6369f11] ForwardDiff v0.10.39 [069b7b12] FunctionWrappers v1.1.3 [77dc65aa] FunctionWrappersWrappers v0.1.3 [d9f16b24] Functors v0.5.2 [0c68f7d7] GPUArrays v11.2.5 [46192b85] GPUArraysCore v0.2.0 [86223c79] Graphs v1.13.1 [076d061b] HashArrayMappedTries v0.2.0 [87dc4568] HiGHS v1.19.0 [34004b35] HypergeometricFunctions v0.3.28 [7869d1d1] IRTools v0.4.15 [615f187c] IfElse v0.1.1 [d25df0c9] Inflate v0.1.5 [2030c09a] InfrastructureModels v0.7.8 ⌅ [d1acc4aa] IntervalArithmetic v0.20.9 [8197267c] IntervalSets v0.7.11 [3587e190] InverseFunctions v0.1.17 [b6b21f68] Ipopt v1.11.0 [92d709cd] IrrationalConstants v0.2.4 [42fd0dbc] IterativeSolvers v0.9.4 [82899510] IteratorInterfaceExtensions v1.0.0 [692b3bcd] JLLWrappers v1.7.1 [682c06a0] JSON v0.21.4 [0f8b85d8] JSON3 v1.14.3 [ae98c720] Jieko v0.2.1 [4076af6c] JuMP v1.29.1 [63c18a36] KernelAbstractions v0.9.38 [ec8451be] KernelFunctions v0.10.65 [929cbde3] LLVM v9.4.2 [b964fa9f] LaTeXStrings v1.4.0 [2ee39098] LabelledArrays v1.16.1 ⌅ [984bce1d] LambertW v0.4.6 [23fbe1c1] Latexify v0.16.10 [d3d80556] LineSearches v7.4.0 [7a12625a] LinearMaps v3.11.4 [5c8ed15e] LinearOperators v2.11.0 [2ab3a3ac] LogExpFunctions v0.3.29 [1914dd2f] MacroTools v0.5.16 [8c4f8055] MathOptIIS v0.1.1 [b8f27783] MathOptInterface v1.45.0 [f28f55f0] Memento v1.4.1 [e1d29d7a] Missings v1.2.0 [2e0e35c7] Moshi v0.3.7 ⌃ [102ac46a] MultivariatePolynomials v0.5.9 [d8a4904e] MutableArithmetics v1.6.6 [a4795742] NLPModels v0.21.5 [d41bc354] NLSolversBase v7.10.0 [2774e3e8] NLsolve v4.5.1 [77ba4419] NaNMath v1.1.3 [d9ec5142] NamedTupleTools v0.14.3 [01bcebdf] Nonconvex v2.1.3 [fb352abc] NonconvexBayesian v0.1.5 [035190e5] NonconvexCore v1.4.3 [bf347577] NonconvexIpopt v0.4.3 [c48e48a2] NonconvexUtils v0.4.3 [54ed2464] OptimalBids v1.3.3 [bac558e1] OrderedCollections v1.8.1 [90014a1f] PDMats v0.11.35 [65ce6f38] PackageExtensionCompat v1.0.2 [d96e819e] Parameters v0.12.3 [69de0a69] Parsers v2.8.3 [c36e90e8] PowerModels v0.21.5 [d236fae5] PreallocationTools v0.4.34 [aea7be01] PrecompileTools v1.3.3 [21216c6a] Preferences v1.5.0 [43287f4e] PtrArrays v1.3.0 [1fd47b50] QuadGK v2.11.2 [c1ae055f] RealDot v0.1.0 [3cdcf5f2] RecipesBase v1.3.4 ⌃ [731186ca] RecursiveArrayTools v3.36.0 [189a3867] Reexport v1.2.2 [ae029012] Requires v1.3.1 [708f8203] Richardson v1.4.2 [79098fc4] Rmath v0.8.0 [5eaf0fd0] RoundingEmulator v0.2.1 [7e49a35a] RuntimeGeneratedFunctions v0.5.15 ⌃ [0bca4576] SciMLBase v2.87.0 ⌅ [c0aeaf25] SciMLOperators v0.3.13 [431bcebd] SciMLPublic v1.0.0 [53ae85a6] SciMLStructures v1.7.0 [7e506255] ScopedValues v1.5.0 [3cc68bcd] SetRounding v0.2.1 [efcf1570] Setfield v1.1.2 [699a6c99] SimpleTraits v0.9.5 [ed01d8cd] Sobol v1.5.0 [ff4d7338] SolverCore v0.3.8 [a2af1166] SortingAlgorithms v1.2.2 ⌃ [47a9eef4] SparseDiffTools v2.23.1 [dc90abb0] SparseInverseSubset v0.1.2 [276daf66] SpecialFunctions v2.5.1 [aedffcd0] Static v1.3.0 [0d7ed370] StaticArrayInterface v1.8.0 [90137ffa] StaticArrays v1.9.15 [1e83bf80] StaticArraysCore v1.4.3 [10745b16] Statistics v1.11.1 [82ae8749] StatsAPI v1.7.1 [2913bbd2] StatsBase v0.34.6 [4c63d2b9] StatsFuns v1.5.0 [09ab397b] StructArrays v0.7.1 [856f2bd8] StructTypes v1.11.0 [fd094767] Suppressor v0.2.8 [2efcf032] SymbolicIndexingInterface v0.3.45 ⌃ [19f23fe9] SymbolicLimits v0.2.1 ⌅ [d1185830] SymbolicUtils v2.1.3 ⌅ [0c5d862f] Symbolics v5.36.0 [3783bdb8] TableTraits v1.0.1 [bd369af6] Tables v1.12.1 [62fd8b95] TensorCore v0.1.1 ⌅ [8ea1fca8] TermInterface v0.4.1 [a759f4b9] TimerOutputs v0.5.29 [3bb67fe8] TranscodingStreams v0.11.3 [3a884ed6] UnPack v1.0.2 [a7c27f48] Unityper v0.1.6 [013be700] UnsafeAtomics v0.3.0 [19fa3120] VertexSafeGraphs v0.2.0 ⌅ [e88e6eb3] Zygote v0.6.77 [700de1a5] ZygoteRules v0.2.7 [ae81ac8f] ASL_jll v0.1.3+0 [6e34b625] Bzip2_jll v1.0.9+0 [4e9b3aee] CRlibm_jll v1.0.1+0 [61579ee1] Ghostscript_jll v9.55.1+0 [8fd58aa0] HiGHS_jll v1.11.0+1 [e33a78d0] Hwloc_jll v2.12.2+0 [9cc047cb] Ipopt_jll v300.1400.1900+0 [aacddb02] JpegTurbo_jll v3.1.3+0 [dad2f222] LLVMExtra_jll v0.0.37+2 [94ce4f54] Libiconv_jll v1.18.0+0 [d00139f3] METIS_jll v5.1.3+0 [d7ed1dd3] MUMPS_seq_jll v500.800.100+0 [656ef2d0] OpenBLAS32_jll v0.3.29+0 [efe28fd5] OpenSpecFun_jll v0.5.6+0 [f50d1b31] Rmath_jll v0.5.1+0 ⌅ [319450e9] SPRAL_jll v2025.5.20+0 ⌅ [02c8fc9c] XML2_jll v2.13.9+0 [a65dc6b1] Xorg_libpciaccess_jll v0.18.1+0 [0dad84c5] ArgTools v1.1.2 [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 v1.11.0 [ade2ca70] Dates v1.11.0 [8ba89e20] Distributed v1.11.0 [f43a241f] Downloads v1.7.0 [7b1f6079] FileWatching v1.11.0 [9fa8497b] Future v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.12.0 [4af54fe1] LazyArtifacts v1.11.0 [b27032c2] LibCURL v0.6.4 [76f85450] LibGit2 v1.11.0 [8f399da3] Libdl v1.11.0 [37e2e46d] LinearAlgebra v1.13.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [a63ad114] Mmap v1.11.0 [ca575930] NetworkOptions v1.3.0 [44cfe95a] Pkg v1.13.0 [de0858da] Printf v1.11.0 [9abbd945] Profile v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v0.7.0 [9e88b42a] Serialization v1.11.0 [1a1011a3] SharedArrays v1.11.0 [6462fe0b] Sockets v1.11.0 [2f01184e] SparseArrays v1.13.0 [f489334b] StyledStrings v1.11.0 [4607b0f0] SuiteSparse [fa267f1f] TOML v1.0.3 [a4e569a6] Tar v1.10.0 [8dfed614] Test v1.11.0 [cf7118a7] UUIDs v1.11.0 [4ec0a83e] Unicode v1.11.0 [e66e0078] CompilerSupportLibraries_jll v1.3.0+1 [deac9b47] LibCURL_jll v8.16.0+0 [e37daf67] LibGit2_jll v1.9.1+0 [29816b5a] LibSSH2_jll v1.11.3+1 [14a3606d] MozillaCACerts_jll v2025.9.9 [4536629a] OpenBLAS_jll v0.3.29+0 [05823500] OpenLibm_jll v0.8.7+0 [458c3c95] OpenSSL_jll v3.5.4+0 [efcefdf7] PCRE2_jll v10.46.0+0 [bea87d4a] SuiteSparse_jll v7.10.1+0 [83775a58] Zlib_jll v1.3.1+2 [3161d3a3] Zstd_jll v1.5.7+1 [8e850b90] libblastrampoline_jll v5.13.1+0 [8e850ede] nghttp2_jll v1.67.1+0 [3f19e933] p7zip_jll v17.6.0+0 Info Packages marked with ⌃ and ⌅ have new versions available. Those with ⌃ may be upgradable, but those with ⌅ are restricted by compatibility constraints from upgrading. Testing Running tests... WARNING: Method definition var"@test_throws"(LineNumberNode, Module, Any, Any, Any) in module Test at /source/usr/share/julia/stdlib/v1.13/Test/src/Test.jl:874 overwritten in module TestUtils at /home/pkgeval/.julia/packages/Memento/xnHxE/src/memento_test.jl:119. ERROR: Method overwriting is not permitted during Module precompilation. Use `__precompile__(false)` to opt-out of precompilation. ====================================================================================== Information request received. A stacktrace will print followed by a 1.0 second profile. --trace-compile is enabled during profile collection. ====================================================================================== cmd: /opt/julia/bin/julia 979 running 0 of 1 signal (10): User defined signal 1 epoll_pwait at /lib/x86_64-linux-gnu/libc.so.6 (unknown line) uv__io_poll at /workspace/srcdir/libuv/src/unix/linux.c:1404 uv_run at /workspace/srcdir/libuv/src/unix/core.c:430 ijl_task_get_next at /source/src/scheduler.c:457 wait at ./task.jl:1217 wait_forever at ./task.jl:1139 jfptr_wait_forever_30982.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4116 [inlined] ijl_apply_generic at /source/src/gf.c:4313 jl_apply at /source/src/julia.h:2271 [inlined] start_task at /source/src/task.c:1281 unknown function (ip: (nil)) at (unknown file) ============================================================== Profile collected. A report will print at the next yield point. Disabling --trace-compile ============================================================== ====================================================================================== Information request received. A stacktrace will print followed by a 1.0 second profile. --trace-compile is enabled during profile collection. ====================================================================================== cmd: /opt/julia/bin/julia 1 running 0 of 1 signal (10): User defined signal 1 epoll_pwait at /lib/x86_64-linux-gnu/libc.so.6 (unknown line) uv__io_poll at /workspace/srcdir/libuv/src/unix/linux.c:1404 uv_run at /workspace/srcdir/libuv/src/unix/core.c:430 ijl_task_get_next at /source/src/scheduler.c:457 wait at ./task.jl:1217 wait_forever at ./task.jl:1139 jfptr_wait_forever_30982.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4116 [inlined] ijl_apply_generic at /source/src/gf.c:4313 jl_apply at /source/src/julia.h:2271 [inlined] start_task at /source/src/task.c:1281 unknown function (ip: (nil)) at (unknown file) ============================================================== Profile collected. A report will print at the next yield point. Disabling --trace-compile ============================================================== ┌ Warning: There were no samples collected in one or more groups. │ This may be due to idle threads, or you may need to run your │ program longer (perhaps by running it multiple times), │ or adjust the delay between samples with `Profile.init()`. └ @ Profile /opt/julia/share/julia/stdlib/v1.13/Profile/src/Profile.jl:1362 Overhead ╎ [+additional indent] Count File:Line Function ========================================================= Thread 1 (default) Task 0x000077560c9faef0 Total snapshots: 388. Utilization: 0% ╎388 @Base/task.jl:1139 wait_forever() 387╎ 388 @Base/task.jl:1217 wait() ┌ Warning: There were no samples collected in one or more groups. │ This may be due to idle threads, or you may need to run your │ program longer (perhaps by running it multiple times), │ or adjust the delay between samples with `Profile.init()`. └ @ Profile /opt/julia/share/julia/stdlib/v1.13/Profile/src/Profile.jl:1362 Overhead ╎ [+additional indent] Count File:Line Function ========================================================= Thread 1 (default) Task 0x000079c3d3c1d4b0 Total snapshots: 366. Utilization: 0% ╎366 @Base/task.jl:1139 wait_forever() 365╎ 366 @Base/task.jl:1217 wait() [979] signal 15: Terminated in expression starting at /home/pkgeval/.julia/packages/OptimalBids/c77n6/src/PowerModelsMarkets/PowerModelsMarkets.jl:8 epoll_pwait at /lib/x86_64-linux-gnu/libc.so.6 (unknown line) uv__io_poll at /workspace/srcdir/libuv/src/unix/linux.c:1404 uv_run at /workspace/srcdir/libuv/src/unix/core.c:430 ijl_task_get_next at /source/src/scheduler.c:457 wait at ./task.jl:1217 wait_forever at ./task.jl:1139 jfptr_wait_forever_30982.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4116 [inlined] ijl_apply_generic at /source/src/gf.c:4313 jl_apply at /source/src/julia.h:2271 [inlined] start_task at /source/src/task.c:1281 unknown function (ip: (nil)) at (unknown file) Allocations: 23050917 (Pool: 23050555; Big: 362); GC: 33 [1107] signal 15: Terminated in expression starting at /home/pkgeval/.julia/packages/PowerModels/VCmhH/src/PowerModels.jl:3 epoll_pwait at /lib/x86_64-linux-gnu/libc.so.6 (unknown line) [1111] signal 15: Terminated in expression starting at none:0 uv__io_poll at /workspace/srcdir/libuv/src/unix/linux.c:1404 uv_run at /workspace/srcdir/libuv/src/unix/core.c:430 ijl_task_get_next at /source/src/scheduler.c:457 jl_read_reloclist at /source/src/staticdata.c:2132 jl_restore_system_image_from_stream_ at /source/src/staticdata.c:3894 jl_restore_system_image_from_stream at /source/src/staticdata.c:4411 [inlined] ijl_restore_system_image at /source/src/staticdata.c:4450 _finish_jl_init_ at /source/src/init.c:588 ijl_init_ at /source/src/init.c:787 jl_repl_entrypoint at /source/src/jlapi.c:1131 main at /source/cli/loader_exe.c:58 unknown function (ip: 0x74a9f34cb249) at /lib/x86_64-linux-gnu/libc.so.6 __libc_start_main at /lib/x86_64-linux-gnu/libc.so.6 (unknown line) unknown function (ip: 0x4010b8) at /workspace/srcdir/glibc-2.17/csu/../sysdeps/x86_64/start.S unknown function (ip: (nil)) at (unknown file) Allocations: 0 (Pool: 0; Big: 0); GC: 0 [1111] signal 11 (1): Segmentation fault in expression starting at none:0 jl_smallintset_lookup at /source/src/smallintset.c:123 jl_get_module_binding at /source/src/module.c:1528 jl_get_global_value at /source/src/module.c:1583 ijl_atexit_hook at /source/src/init.c:255 jl_exit_thread0_cb at /source/src/signals-unix.c:564 Allocations: 0 (Pool: 0; Big: 0); GC: 0 [1111] signal 11 (1): Segmentation fault in expression starting at none:0 jl_smallintset_lookup at /source/src/smallintset.c:123 jl_get_module_binding at /source/src/module.c:1528 jl_get_global_value at /source/src/module.c:1583 ijl_atexit_hook at /source/src/init.c:255 jl_exit_thread0_cb at /source/src/signals-unix.c:564 Allocations: 0 (Pool: 0; Big: 0); GC: 0 PkgEval terminated after 2750.42s: test duration exceeded the time limit