Package evaluation to load LinQuadOptInterface on Julia 1.14.0-DEV.2226 (797a5ef2b0*) started at 2026-05-24T03:08:29.245 ################################################################################ # Set-up # Set-up completed after 0.13s ################################################################################ # Installation # Installing LinQuadOptInterface... Resolving package versions... Installed DelimitedFiles ────── v1.9.1 Installed Statistics ────────── v1.11.1 Installed LinQuadOptInterface ─ v0.6.0 Installed Compat ────────────── v2.2.1 Installed MathOptInterface ──── v0.8.4 Updating `~/.julia/environments/v1.14/Project.toml` [f8899e07] + LinQuadOptInterface v0.6.0 Updating `~/.julia/environments/v1.14/Manifest.toml` ⌅ [34da2185] + Compat v2.2.1 [8bb1440f] + DelimitedFiles v1.9.1 [f8899e07] + LinQuadOptInterface v0.6.0 ⌅ [b8f27783] + MathOptInterface v0.8.4 [10745b16] + Statistics v1.11.1 [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 [b77e0a4c] + InteractiveUtils v1.11.0 [ac6e5ff7] + JuliaSyntaxHighlighting v1.13.0 [b27032c2] + LibCURL v1.0.0 [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.14.0 [de0858da] + Printf v1.11.0 [3fa0cd96] + REPL v1.11.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v1.13.0 [9e88b42a] + Serialization v1.11.0 [1a1011a3] + SharedArrays v1.11.0 [6462fe0b] + Sockets v1.11.0 [2f01184e] + SparseArrays v1.13.0 [f489334b] + StyledStrings v1.13.0 [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.5.1+0 [deac9b47] + LibCURL_jll v8.20.0+1 [e37daf67] + LibGit2_jll v1.9.3+0 [29816b5a] + LibSSH2_jll v1.11.101+0 [14a3606d] + MozillaCACerts_jll v2026.5.14 [4536629a] + OpenBLAS_jll v0.3.33+0 [458c3c95] + OpenSSL_jll v3.5.6+0 [efcefdf7] + PCRE2_jll v10.47.0+0 [bea87d4a] + SuiteSparse_jll v7.10.1+0 [83775a58] + Zlib_jll v1.3.2+0 [3161d3a3] + Zstd_jll v1.5.7+1 [8e850b90] + libblastrampoline_jll v5.15.0+0 [8e850ede] + nghttp2_jll v1.69.0+0 [3f19e933] + p7zip_jll v17.8.0+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 8.36s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Project No packages added to or removed from `~/.julia/environments/pkgeval/Project.toml` Manifest No packages added to or removed from `~/.julia/environments/pkgeval/Manifest.toml` Precompiling package dependencies... Precompiling project... 1.1 s ✓ Statistics 0.9 s ✓ DelimitedFiles 39.7 s ✓ Statistics → SparseArraysExt 186.6 s ✓ Compat ┌ Info: JuliaLowering threw given input: │ code = │ :(function matrix_to_vector_affine_terms(L::SparseMatrixCSC{T}, p::Vector, index_to_variable_map::Dict{Int, VI}) where T │ #= /home/pkgeval/.julia/packages/MathOptInterface/C3lip/src/Bridges/quadtosocbridge.jl:144 =# │ #= /home/pkgeval/.julia/packages/MathOptInterface/C3lip/src/Bridges/quadtosocbridge.jl:150 =# │ variable = map((i->begin │ #= /home/pkgeval/.julia/packages/MathOptInterface/C3lip/src/Bridges/quadtosocbridge.jl:150 =# │ index_to_variable_map[p[i]] │ end), 1:size(L, 1)) │ #= /home/pkgeval/.julia/packages/MathOptInterface/C3lip/src/Bridges/quadtosocbridge.jl:151 =# │ function term(i::Integer, j::Integer, v::T) │ #= /home/pkgeval/.julia/packages/MathOptInterface/C3lip/src/Bridges/quadtosocbridge.jl:151 =# │ #= /home/pkgeval/.julia/packages/MathOptInterface/C3lip/src/Bridges/quadtosocbridge.jl:152 =# │ return MOI.VectorAffineTerm(j, MOI.ScalarAffineTerm(v, variable[i])) │ end │ #= /home/pkgeval/.julia/packages/MathOptInterface/C3lip/src/Bridges/quadtosocbridge.jl:154 =# │ return map((ijv->begin │ #= /home/pkgeval/.julia/packages/MathOptInterface/C3lip/src/Bridges/quadtosocbridge.jl:154 =# │ term(ijv...) │ end), zip(findnz(L)...)) │ end) │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,macro_source,name_val,syntax_flags,meta,scope_layer,value,jl_source,is_toplevel_thunk,source,__macro_ctx__ │ [function] │ │ [where] │ │ [call] │ │ matrix_to_vector_affine_terms :: Identifier │ │ [::] │ │ L :: Identifier │ │ [curly] │ │ SparseMatrixCSC :: Identifier │ │ T :: Identifier │ │ [::] │ │ p :: Identifier │ │ Vector :: Identifier │ │ [::] │ │ index_to_variable_map :: Identifier │ │ [curly] │ │ Dict :: Identifier │ │ Int :: Identifier │ │ VI :: Identifier │ │ T :: Identifier │ │ [block] │ │ [=] │ │ variable :: Identifier │ │ [call] │ │ map :: Identifier │ │ [->] │ │ i :: Identifier │ │ [block] │ │ [ref] │ │ index_to_variable_map :: Identifier │ │ [ref] │ │ p :: Identifier │ │ i :: Identifier │ │ [call] │ │ : :: Identifier │ │ 1 :: Value │ │ [call] │ │ size :: Identifier │ │ L :: Identifier │ │ 1 :: Value │ │ [function] │ │ [call] │ │ term :: Identifier │ │ [::] │ │ i :: Identifier │ │ Integer :: Identifier │ │ [::] │ │ j :: Identifier │ │ Integer :: Identifier │ │ [::] │ │ v :: Identifier │ │ T :: Identifier │ │ [block] │ │ [return] │ │ [call] │ │ [.] │ │ MOI :: Identifier │ │ [inert] │ │ VectorAffineTerm :: Identifier │ │ j :: Identifier │ │ [call] │ │ [.] │ │ MOI :: Identifier │ │ [inert] │ │ ScalarAffineTerm :: Identifier │ │ v :: Identifier │ │ [ref] │ │ variable :: Identifier │ │ i :: Identifier │ │ [return] │ │ [call] │ │ map :: Identifier │ │ [->] │ │ ijv :: Identifier │ │ [block] │ │ [call] │ │ term :: Identifier │ │ [...] │ │ ijv :: Identifier │ │ [call] │ │ zip :: Identifier │ │ [...] │ │ [call] │ │ findnz :: Identifier │ │ L :: Identifier │ │ │ st1 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,macro_source,name_val,syntax_flags,meta,scope_layer,value,jl_source,is_toplevel_thunk,source │ [function] │ │ [where] │ │ [call] │ │ matrix_to_vector_affine_terms :: Identifier │ scope_layer=1 │ [::] │ │ L :: Identifier │ scope_layer=1 │ [curly] │ │ SparseMatrixCSC :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [::] │ │ p :: Identifier │ scope_layer=1 │ Vector :: Identifier │ scope_layer=1 │ [::] │ │ index_to_variable_map :: Identifier │ scope_layer=1 │ [curly] │ │ Dict :: Identifier │ scope_layer=1 │ Int :: Identifier │ scope_layer=1 │ VI :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [block] │ │ [=] │ │ variable :: Identifier │ scope_layer=1 │ [call] │ │ map :: Identifier │ scope_layer=1 │ [->] │ │ i :: Identifier │ scope_layer=1 │ [block] │ │ [ref] │ │ index_to_variable_map :: Identifier │ scope_layer=1 │ [ref] │ │ p :: Identifier │ scope_layer=1 │ i :: Identifier │ scope_layer=1 │ [call] │ │ : :: Identifier │ scope_layer=1 │ 1 :: Value │ │ [call] │ │ size :: Identifier │ scope_layer=1 │ L :: Identifier │ scope_layer=1 │ 1 :: Value │ │ [function] │ │ [call] │ │ term :: Identifier │ scope_layer=1 │ [::] │ │ i :: Identifier │ scope_layer=1 │ Integer :: Identifier │ scope_layer=1 │ [::] │ │ j :: Identifier │ scope_layer=1 │ Integer :: Identifier │ scope_layer=1 │ [::] │ │ v :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [block] │ │ [return] │ │ [call] │ │ [.] │ │ MOI :: Identifier │ scope_layer=1 │ [inert] │ │ VectorAffineTerm :: Identifier │ │ j :: Identifier │ scope_layer=1 │ [call] │ │ [.] │ │ MOI :: Identifier │ scope_layer=1 │ [inert] │ │ ScalarAffineTerm :: Identifier │ │ v :: Identifier │ scope_layer=1 │ [ref] │ │ variable :: Identifier │ scope_layer=1 │ i :: Identifier │ scope_layer=1 │ [return] │ │ [call] │ │ map :: Identifier │ scope_layer=1 │ [->] │ │ ijv :: Identifier │ scope_layer=1 │ [block] │ │ [call] │ │ term :: Identifier │ scope_layer=1 │ [...] │ │ ijv :: Identifier │ scope_layer=1 │ [call] │ │ zip :: Identifier │ scope_layer=1 │ [...] │ │ [call] │ │ findnz :: Identifier │ scope_layer=1 │ L :: Identifier │ scope_layer=1 │ │ file = "/home/pkgeval/.julia/packages/MathOptInterface/C3lip/src/Bridges/quadtosocbridge.jl" │ line = 144 └ mod = MathOptInterface.Bridges ERROR: LoadError: LoweringError: #= /home/pkgeval/.julia/packages/MathOptInterface/C3lip/src/Bridges/quadtosocbridge.jl:151 =# - Found unexpected binding of kind static_parameter Expression:  #₁₆/T Containing expressions:  (= #₆₀/T #₁₆/T)  (= #₃ (call core.svec (call core.svec #₃₉/#matrix_to_vector_affine_terms#term##0 #₂₆/Integer #₂₆/Integer #₁₆/T) (call core.svec) SourceLocation:/home/pkgeval/.julia/packages/MathOptInterface/C3lip/src/Bridges/quadtosocbridge.jl:151:0))  (= #₃ (call core.svec (call core.svec (function_type #₁₉/term) #₂₆/Integer #₂₆/Integer #₁₆/T) (call core.svec) SourceLocation:/home/pkgeval/.julia/packages/MathOptInterface/C3lip/src/Bridges/quadtosocbridge.jl:151:0))  Detailed provenance:  #₁₆/T  └─ T  └─ T  └─ @ /home/pkgeval/.julia/packages/MathOptInterface/C3lip/src/Bridges/quadtosocbridge.jl:151  Stacktrace:  [1] _renumber(ctx::Base.JuliaLowering.LinearIRContext{Dict{Symbol, Dict{Int64, Any}}}, ssa_rewrites::Dict{Int64, Int64}, slot_rewrites::Dict{Int64, Int64}, label_table::Dict{Int64, Int64}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:1067  [2] renumber_body(ctx::Base.JuliaLowering.LinearIRContext{Dict{Symbol, Dict{Int64, Any}}}, input_code::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}}, slot_rewrites::Dict{Int64, Int64})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:1132  [3] compile_lambda(outer_ctx::Base.JuliaLowering.LinearIRContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:1223  [4] linearize_ir(ctx::Base.JuliaLowering.ClosureConversionCtx{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:1253  [5] core_lowering_hook(code::Any, mod::Module, file::String, line::UInt64, world::UInt64, _warn::Bool)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/hooks.jl:33  [6] include(mapexpr::Function, mod::Module, _path::String)  @ Base ./Base.jl:327  [7] top-level scope  @ ~/.julia/packages/MathOptInterface/C3lip/src/Bridges/Bridges.jl:103  [8] include(mapexpr::Function, mod::Module, _path::String)  @ Base ./Base.jl:327  [9] top-level scope  @ ~/.julia/packages/MathOptInterface/C3lip/src/MathOptInterface.jl:124  [10] include(mod::Module, _path::String)  @ Base ./Base.jl:326  [11] include_package_for_output(pkg::Base.PkgId, input::String, syntax_version::VersionNumber, 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:3271  [12] top-level scope  @ stdin:5  [13] eval(m::Module, e::Any)  @ Core ./boot.jl:517  [14] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3113  [15] push!(a::Vector{SubString{String}}, item::String)  @ Base ./loading.jl:3123 [inlined]  [16] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:353  [17] _start()  @ Base ./client.jl:596 in expression starting at /home/pkgeval/.julia/packages/MathOptInterface/C3lip/src/Bridges/quadtosocbridge.jl:144 in expression starting at /home/pkgeval/.julia/packages/MathOptInterface/C3lip/src/Bridges/Bridges.jl:1 in expression starting at /home/pkgeval/.julia/packages/MathOptInterface/C3lip/src/MathOptInterface.jl:2 in expression starting at stdin:5 ✗ MathOptInterface ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("b8f27783-ece8-5eb3-8dc8-9495eed66fee"), "MathOptInterface") not available with flags CacheFlags(; use_pkgimages=false, debug_level=1, check_bounds=1, inline=true, opt_level=0) Stacktrace:  [1] error(s::String)  @ Base ./error.jl:56  [2] __require_prelocked(pkg::Base.PkgId, env::String)  @ Base ./loading.jl:2818  [3] _require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base ./loading.jl:2672  [4] macro expansion  @ ./loading.jl:2599 [inlined]  [5] string(::String, ::Union{Char, SubString{String}, String, Symbol}, ::Symbol, ::String)  @ Base ./lock.jl:376 [inlined]  [6] __require(into::Module, mod::Symbol)  @ Base ./loading.jl:2563  [7] require  @ ./loading.jl:2539 [inlined]  [8] eval_import_path(at::Module, from::Nothing, path::Expr, keyword::String)  @ Base ./module.jl:36 [inlined]  [9] eval_import_path_all(at::Module, path::Expr, keyword::String)  @ Base ./module.jl:60  [10] _eval_using(to::Module, path::Expr, flags::UInt8)  @ Base ./module.jl:137 [inlined]  [11] eval_using(to::Module, path::Expr)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/runtime.jl:207  [12] top-level scope  @ ~/.julia/packages/LinQuadOptInterface/ZMx9f/src/LinQuadOptInterface.jl:7  [13] include(mod::Module, _path::String)  @ Base ./Base.jl:326  [14] include_package_for_output(pkg::Base.PkgId, input::String, syntax_version::VersionNumber, 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:3271  [15] top-level scope  @ stdin:5  [16] eval(m::Module, e::Any)  @ Core ./boot.jl:517  [17] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3113  [18] push!(a::Vector{SubString{String}}, item::String)  @ Base ./loading.jl:3123 [inlined]  [19] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:353  [20] _start()  @ Base ./client.jl:596 in expression starting at /home/pkgeval/.julia/packages/LinQuadOptInterface/ZMx9f/src/LinQuadOptInterface.jl:2 in expression starting at stdin:5 ✗ LinQuadOptInterface 4 dependencies successfully precompiled in 561 seconds. 37 already precompiled. Precompilation completed after 578.87s ################################################################################ # Loading # Loading LinQuadOptInterface... ┌ Info: JuliaLowering threw given input: │ code = │ :(function matrix_to_vector_affine_terms(L::SparseMatrixCSC{T}, p::Vector, index_to_variable_map::Dict{Int, VI}) where T │ #= /home/pkgeval/.julia/packages/MathOptInterface/C3lip/src/Bridges/quadtosocbridge.jl:144 =# │ #= /home/pkgeval/.julia/packages/MathOptInterface/C3lip/src/Bridges/quadtosocbridge.jl:150 =# │ variable = map((i->begin │ #= /home/pkgeval/.julia/packages/MathOptInterface/C3lip/src/Bridges/quadtosocbridge.jl:150 =# │ index_to_variable_map[p[i]] │ end), 1:size(L, 1)) │ #= /home/pkgeval/.julia/packages/MathOptInterface/C3lip/src/Bridges/quadtosocbridge.jl:151 =# │ function term(i::Integer, j::Integer, v::T) │ #= /home/pkgeval/.julia/packages/MathOptInterface/C3lip/src/Bridges/quadtosocbridge.jl:151 =# │ #= /home/pkgeval/.julia/packages/MathOptInterface/C3lip/src/Bridges/quadtosocbridge.jl:152 =# │ return MOI.VectorAffineTerm(j, MOI.ScalarAffineTerm(v, variable[i])) │ end │ #= /home/pkgeval/.julia/packages/MathOptInterface/C3lip/src/Bridges/quadtosocbridge.jl:154 =# │ return map((ijv->begin │ #= /home/pkgeval/.julia/packages/MathOptInterface/C3lip/src/Bridges/quadtosocbridge.jl:154 =# │ term(ijv...) │ end), zip(findnz(L)...)) │ end) │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,macro_source,name_val,syntax_flags,meta,scope_layer,value,jl_source,is_toplevel_thunk,source,__macro_ctx__ │ [function] │ │ [where] │ │ [call] │ │ matrix_to_vector_affine_terms :: Identifier │ │ [::] │ │ L :: Identifier │ │ [curly] │ │ SparseMatrixCSC :: Identifier │ │ T :: Identifier │ │ [::] │ │ p :: Identifier │ │ Vector :: Identifier │ │ [::] │ │ index_to_variable_map :: Identifier │ │ [curly] │ │ Dict :: Identifier │ │ Int :: Identifier │ │ VI :: Identifier │ │ T :: Identifier │ │ [block] │ │ [=] │ │ variable :: Identifier │ │ [call] │ │ map :: Identifier │ │ [->] │ │ i :: Identifier │ │ [block] │ │ [ref] │ │ index_to_variable_map :: Identifier │ │ [ref] │ │ p :: Identifier │ │ i :: Identifier │ │ [call] │ │ : :: Identifier │ │ 1 :: Value │ │ [call] │ │ size :: Identifier │ │ L :: Identifier │ │ 1 :: Value │ │ [function] │ │ [call] │ │ term :: Identifier │ │ [::] │ │ i :: Identifier │ │ Integer :: Identifier │ │ [::] │ │ j :: Identifier │ │ Integer :: Identifier │ │ [::] │ │ v :: Identifier │ │ T :: Identifier │ │ [block] │ │ [return] │ │ [call] │ │ [.] │ │ MOI :: Identifier │ │ [inert] │ │ VectorAffineTerm :: Identifier │ │ j :: Identifier │ │ [call] │ │ [.] │ │ MOI :: Identifier │ │ [inert] │ │ ScalarAffineTerm :: Identifier │ │ v :: Identifier │ │ [ref] │ │ variable :: Identifier │ │ i :: Identifier │ │ [return] │ │ [call] │ │ map :: Identifier │ │ [->] │ │ ijv :: Identifier │ │ [block] │ │ [call] │ │ term :: Identifier │ │ [...] │ │ ijv :: Identifier │ │ [call] │ │ zip :: Identifier │ │ [...] │ │ [call] │ │ findnz :: Identifier │ │ L :: Identifier │ │ │ st1 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,macro_source,name_val,syntax_flags,meta,scope_layer,value,jl_source,is_toplevel_thunk,source │ [function] │ │ [where] │ │ [call] │ │ matrix_to_vector_affine_terms :: Identifier │ scope_layer=1 │ [::] │ │ L :: Identifier │ scope_layer=1 │ [curly] │ │ SparseMatrixCSC :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [::] │ │ p :: Identifier │ scope_layer=1 │ Vector :: Identifier │ scope_layer=1 │ [::] │ │ index_to_variable_map :: Identifier │ scope_layer=1 │ [curly] │ │ Dict :: Identifier │ scope_layer=1 │ Int :: Identifier │ scope_layer=1 │ VI :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [block] │ │ [=] │ │ variable :: Identifier │ scope_layer=1 │ [call] │ │ map :: Identifier │ scope_layer=1 │ [->] │ │ i :: Identifier │ scope_layer=1 │ [block] │ │ [ref] │ │ index_to_variable_map :: Identifier │ scope_layer=1 │ [ref] │ │ p :: Identifier │ scope_layer=1 │ i :: Identifier │ scope_layer=1 │ [call] │ │ : :: Identifier │ scope_layer=1 │ 1 :: Value │ │ [call] │ │ size :: Identifier │ scope_layer=1 │ L :: Identifier │ scope_layer=1 │ 1 :: Value │ │ [function] │ │ [call] │ │ term :: Identifier │ scope_layer=1 │ [::] │ │ i :: Identifier │ scope_layer=1 │ Integer :: Identifier │ scope_layer=1 │ [::] │ │ j :: Identifier │ scope_layer=1 │ Integer :: Identifier │ scope_layer=1 │ [::] │ │ v :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [block] │ │ [return] │ │ [call] │ │ [.] │ │ MOI :: Identifier │ scope_layer=1 │ [inert] │ │ VectorAffineTerm :: Identifier │ │ j :: Identifier │ scope_layer=1 │ [call] │ │ [.] │ │ MOI :: Identifier │ scope_layer=1 │ [inert] │ │ ScalarAffineTerm :: Identifier │ │ v :: Identifier │ scope_layer=1 │ [ref] │ │ variable :: Identifier │ scope_layer=1 │ i :: Identifier │ scope_layer=1 │ [return] │ │ [call] │ │ map :: Identifier │ scope_layer=1 │ [->] │ │ ijv :: Identifier │ scope_layer=1 │ [block] │ │ [call] │ │ term :: Identifier │ scope_layer=1 │ [...] │ │ ijv :: Identifier │ scope_layer=1 │ [call] │ │ zip :: Identifier │ scope_layer=1 │ [...] │ │ [call] │ │ findnz :: Identifier │ scope_layer=1 │ L :: Identifier │ scope_layer=1 │ │ file = "/home/pkgeval/.julia/packages/MathOptInterface/C3lip/src/Bridges/quadtosocbridge.jl" │ line = 144 └ mod = MathOptInterface.Bridges ERROR: LoadError: LoweringError: #= /home/pkgeval/.julia/packages/MathOptInterface/C3lip/src/Bridges/quadtosocbridge.jl:151 =# - Found unexpected binding of kind static_parameter Expression:  #₁₆/T Containing expressions:  (= #₆₀/T #₁₆/T)  (= #₃ (call core.svec (call core.svec #₃₉/#matrix_to_vector_affine_terms#term##0 #₂₆/Integer #₂₆/Integer #₁₆/T) (call core.svec) SourceLocation:/home/pkgeval/.julia/packages/MathOptInterface/C3lip/src/Bridges/quadtosocbridge.jl:151:0))  (= #₃ (call core.svec (call core.svec (function_type #₁₉/term) #₂₆/Integer #₂₆/Integer #₁₆/T) (call core.svec) SourceLocation:/home/pkgeval/.julia/packages/MathOptInterface/C3lip/src/Bridges/quadtosocbridge.jl:151:0))  Detailed provenance:  #₁₆/T  └─ T  └─ T  └─ @ /home/pkgeval/.julia/packages/MathOptInterface/C3lip/src/Bridges/quadtosocbridge.jl:151  Stacktrace:  [1] _renumber(ctx::Base.JuliaLowering.LinearIRContext{Dict{Symbol, Dict{Int64, Any}}}, ssa_rewrites::Dict{Int64, Int64}, slot_rewrites::Dict{Int64, Int64}, label_table::Dict{Int64, Int64}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:1067  [2] renumber_body(ctx::Base.JuliaLowering.LinearIRContext{Dict{Symbol, Dict{Int64, Any}}}, input_code::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}}, slot_rewrites::Dict{Int64, Int64})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:1132  [3] compile_lambda(outer_ctx::Base.JuliaLowering.LinearIRContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:1223  [4] linearize_ir(ctx::Base.JuliaLowering.ClosureConversionCtx{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:1253  [5] core_lowering_hook(code::Any, mod::Module, file::String, line::UInt64, world::UInt64, _warn::Bool)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/hooks.jl:33  [6] include(mapexpr::Function, mod::Module, _path::String)  @ Base ./Base.jl:327  [7] top-level scope  @ ~/.julia/packages/MathOptInterface/C3lip/src/Bridges/Bridges.jl:103  [8] include(mapexpr::Function, mod::Module, _path::String)  @ Base ./Base.jl:327  [9] top-level scope  @ ~/.julia/packages/MathOptInterface/C3lip/src/MathOptInterface.jl:124  [10] include(mod::Module, _path::String)  @ Base ./Base.jl:326  [11] include_package_for_output(pkg::Base.PkgId, input::String, syntax_version::VersionNumber, 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:3271  [12] top-level scope  @ stdin:5  [13] eval(m::Module, e::Any)  @ Core ./boot.jl:517  [14] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3113  [15] push!(a::Vector{SubString{String}}, item::String)  @ Base ./loading.jl:3123 [inlined]  [16] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:353  [17] _start()  @ Base ./client.jl:596 in expression starting at /home/pkgeval/.julia/packages/MathOptInterface/C3lip/src/Bridges/quadtosocbridge.jl:144 in expression starting at /home/pkgeval/.julia/packages/MathOptInterface/C3lip/src/Bridges/Bridges.jl:1 in expression starting at /home/pkgeval/.julia/packages/MathOptInterface/C3lip/src/MathOptInterface.jl:2 in expression starting at stdin:5 ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("b8f27783-ece8-5eb3-8dc8-9495eed66fee"), "MathOptInterface") not available with flags CacheFlags(; use_pkgimages=false, debug_level=1, check_bounds=1, inline=true, opt_level=0) Stacktrace:  [1] error(s::String)  @ Base ./error.jl:56  [2] __require_prelocked(pkg::Base.PkgId, env::String)  @ Base ./loading.jl:2818  [3] _require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base ./loading.jl:2672  [4] macro expansion  @ ./loading.jl:2599 [inlined]  [5] string(::String, ::Union{Char, SubString{String}, String, Symbol}, ::Symbol, ::String)  @ Base ./lock.jl:376 [inlined]  [6] __require(into::Module, mod::Symbol)  @ Base ./loading.jl:2563  [7] require  @ ./loading.jl:2539 [inlined]  [8] eval_import_path(at::Module, from::Nothing, path::Expr, keyword::String)  @ Base ./module.jl:36 [inlined]  [9] eval_import_path_all(at::Module, path::Expr, keyword::String)  @ Base ./module.jl:60  [10] _eval_using(to::Module, path::Expr, flags::UInt8)  @ Base ./module.jl:137 [inlined]  [11] eval_using(to::Module, path::Expr)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/runtime.jl:207  [12] top-level scope  @ ~/.julia/packages/LinQuadOptInterface/ZMx9f/src/LinQuadOptInterface.jl:7  [13] include(mod::Module, _path::String)  @ Base ./Base.jl:326  [14] include_package_for_output(pkg::Base.PkgId, input::String, syntax_version::VersionNumber, 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:3271  [15] top-level scope  @ stdin:5  [16] eval(m::Module, e::Any)  @ Core ./boot.jl:517  [17] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3113  [18] push!(a::Vector{SubString{String}}, item::String)  @ Base ./loading.jl:3123 [inlined]  [19] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:353  [20] _start()  @ Base ./client.jl:596 in expression starting at /home/pkgeval/.julia/packages/LinQuadOptInterface/ZMx9f/src/LinQuadOptInterface.jl:2 in expression starting at stdin:5 2 dependencies had output during precompilation: ┌ LinQuadOptInterface │ [Output was shown above] └ ┌ MathOptInterface │ ┌ Info: JuliaLowering threw given input: │ │ code = │ │ :(function matrix_to_vector_affine_terms(L::SparseMatrixCSC{T}, p::Vector, index_to_variable_map::Dict{Int, VI}) where T │ │ #= /home/pkgeval/.julia/packages/MathOptInterface/C3lip/src/Bridges/quadtosocbridge.jl:144 =# │ │ #= /home/pkgeval/.julia/packages/MathOptInterface/C3lip/src/Bridges/quadtosocbridge.jl:150 =# │ │ variable = map((i->begin │ │ #= /home/pkgeval/.julia/packages/MathOptInterface/C3lip/src/Bridges/quadtosocbridge.jl:150 =# │ │ index_to_variable_map[p[i]] │ │ end), 1:size(L, 1)) │ │ #= /home/pkgeval/.julia/packages/MathOptInterface/C3lip/src/Bridges/quadtosocbridge.jl:151 =# │ │ function term(i::Integer, j::Integer, v::T) │ │ #= /home/pkgeval/.julia/packages/MathOptInterface/C3lip/src/Bridges/quadtosocbridge.jl:151 =# │ │ #= /home/pkgeval/.julia/packages/MathOptInterface/C3lip/src/Bridges/quadtosocbridge.jl:152 =# │ │ return MOI.VectorAffineTerm(j, MOI.ScalarAffineTerm(v, variable[i])) │ │ end │ │ #= /home/pkgeval/.julia/packages/MathOptInterface/C3lip/src/Bridges/quadtosocbridge.jl:154 =# │ │ return map((ijv->begin │ │ #= /home/pkgeval/.julia/packages/MathOptInterface/C3lip/src/Bridges/quadtosocbridge.jl:154 =# │ │ term(ijv...) │ │ end), zip(findnz(L)...)) │ │ end) │ │ st0 = │ │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,macro_source,name_val,syntax_flags,meta,scope_layer,value,jl_source,is_toplevel_thunk,source,__macro_ctx__ │ │ [function] │ │ │ [where] │ │ │ [call] │ │ │ matrix_to_vector_affine_terms :: Identifier │ │ │ [::] │ │ │ L :: Identifier │ │ │ [curly] │ │ │ SparseMatrixCSC :: Identifier │ │ │ T :: Identifier │ │ │ [::] │ │ │ p :: Identifier │ │ │ Vector :: Identifier │ │ │ [::] │ │ │ index_to_variable_map :: Identifier │ │ │ [curly] │ │ │ Dict :: Identifier │ │ │ Int :: Identifier │ │ │ VI :: Identifier │ │ │ T :: Identifier │ │ │ [block] │ │ │ [=] │ │ │ variable :: Identifier │ │ │ [call] │ │ │ map :: Identifier │ │ │ [->] │ │ │ i :: Identifier │ │ │ [block] │ │ │ [ref] │ │ │ index_to_variable_map :: Identifier │ │ │ [ref] │ │ │ p :: Identifier │ │ │ i :: Identifier │ │ │ [call] │ │ │ : :: Identifier │ │ │ 1 :: Value │ │ │ [call] │ │ │ size :: Identifier │ │ │ L :: Identifier │ │ │ 1 :: Value │ │ │ [function] │ │ │ [call] │ │ │ term :: Identifier │ │ │ [::] │ │ │ i :: Identifier │ │ │ Integer :: Identifier │ │ │ [::] │ │ │ j :: Identifier │ │ │ Integer :: Identifier │ │ │ [::] │ │ │ v :: Identifier │ │ │ T :: Identifier │ │ │ [block] │ │ │ [return] │ │ │ [call] │ │ │ [.] │ │ │ MOI :: Identifier │ │ │ [inert] │ │ │ VectorAffineTerm :: Identifier │ │ │ j :: Identifier │ │ │ [call] │ │ │ [.] │ │ │ MOI :: Identifier │ │ │ [inert] │ │ │ ScalarAffineTerm :: Identifier │ │ │ v :: Identifier │ │ │ [ref] │ │ │ variable :: Identifier │ │ │ i :: Identifier │ │ │ [return] │ │ │ [call] │ │ │ map :: Identifier │ │ │ [->] │ │ │ ijv :: Identifier │ │ │ [block] │ │ │ [call] │ │ │ term :: Identifier │ │ │ [...] │ │ │ ijv :: Identifier │ │ │ [call] │ │ │ zip :: Identifier │ │ │ [...] │ │ │ [call] │ │ │ findnz :: Identifier │ │ │ L :: Identifier │ │ │ │ │ st1 = │ │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,macro_source,name_val,syntax_flags,meta,scope_layer,value,jl_source,is_toplevel_thunk,source │ │ [function] │ │ │ [where] │ │ │ [call] │ │ │ matrix_to_vector_affine_terms :: Identifier │ scope_layer=1 │ │ [::] │ │ │ L :: Identifier │ scope_layer=1 │ │ [curly] │ │ │ SparseMatrixCSC :: Identifier │ scope_layer=1 │ │ T :: Identifier │ scope_layer=1 │ │ [::] │ │ │ p :: Identifier │ scope_layer=1 │ │ Vector :: Identifier │ scope_layer=1 │ │ [::] │ │ │ index_to_variable_map :: Identifier │ scope_layer=1 │ │ [curly] │ │ │ Dict :: Identifier │ scope_layer=1 │ │ Int :: Identifier │ scope_layer=1 │ │ VI :: Identifier │ scope_layer=1 │ │ T :: Identifier │ scope_layer=1 │ │ [block] │ │ │ [=] │ │ │ variable :: Identifier │ scope_layer=1 │ │ [call] │ │ │ map :: Identifier │ scope_layer=1 │ │ [->] │ │ │ i :: Identifier │ scope_layer=1 │ │ [block] │ │ │ [ref] │ │ │ index_to_variable_map :: Identifier │ scope_layer=1 │ │ [ref] │ │ │ p :: Identifier │ scope_layer=1 │ │ i :: Identifier │ scope_layer=1 │ │ [call] │ │ │ : :: Identifier │ scope_layer=1 │ │ 1 :: Value │ │ │ [call] │ │ │ size :: Identifier │ scope_layer=1 │ │ L :: Identifier │ scope_layer=1 │ │ 1 :: Value │ │ │ [function] │ │ │ [call] │ │ │ term :: Identifier │ scope_layer=1 │ │ [::] │ │ │ i :: Identifier │ scope_layer=1 │ │ Integer :: Identifier │ scope_layer=1 │ │ [::] │ │ │ j :: Identifier │ scope_layer=1 │ │ Integer :: Identifier │ scope_layer=1 │ │ [::] │ │ │ v :: Identifier │ scope_layer=1 │ │ T :: Identifier │ scope_layer=1 │ │ [block] │ │ │ [return] │ │ │ [call] │ │ │ [.] │ │ │ MOI :: Identifier │ scope_layer=1 │ │ [inert] │ │ │ VectorAffineTerm :: Identifier │ │ │ j :: Identifier │ scope_layer=1 │ │ [call] │ │ │ [.] │ │ │ MOI :: Identifier │ scope_layer=1 │ │ [inert] │ │ │ ScalarAffineTerm :: Identifier │ │ │ v :: Identifier │ scope_layer=1 │ │ [ref] │ │ │ variable :: Identifier │ scope_layer=1 │ │ i :: Identifier │ scope_layer=1 │ │ [return] │ │ │ [call] │ │ │ map :: Identifier │ scope_layer=1 │ │ [->] │ │ │ ijv :: Identifier │ scope_layer=1 │ │ [block] │ │ │ [call] │ │ │ term :: Identifier │ scope_layer=1 │ │ [...] │ │ │ ijv :: Identifier │ scope_layer=1 │ │ [call] │ │ │ zip :: Identifier │ scope_layer=1 │ │ [...] │ │ │ [call] │ │ │ findnz :: Identifier │ scope_layer=1 │ │ L :: Identifier │ scope_layer=1 │ │ │ │ file = "/home/pkgeval/.julia/packages/MathOptInterface/C3lip/src/Bridges/quadtosocbridge.jl" │ │ line = 144 │ └ mod = MathOptInterface.Bridges │ ERROR: LoadError: LoweringError: │ #= /home/pkgeval/.julia/packages/MathOptInterface/C3lip/src/Bridges/quadtosocbridge.jl:151 =# - Found unexpected binding of kind static_parameter │ Expression: │ #₁₆/T │ Containing expressions: │ (= #₆₀/T #₁₆/T) │ (= #₃ (call core.svec (call core.svec #₃₉/#matrix_to_vector_affine_terms#term##0 #₂₆/Integer #₂₆/Integer #₁₆/T) (call core.svec) SourceLocation:/home/pkgeval/.julia/packages/MathOptInterface/C3lip/src/Bridges/quadtosocbridge.jl:151:0)) │ (= #₃ (call core.svec (call core.svec (function_type #₁₉/term) #₂₆/Integer #₂₆/Integer #₁₆/T) (call core.svec) SourceLocation:/home/pkgeval/.julia/packages/MathOptInterface/C3lip/src/Bridges/quadtosocbridge.jl:151:0)) │ │ Detailed provenance: │ #₁₆/T │ └─ T │ └─ T │ └─ @ /home/pkgeval/.julia/packages/MathOptInterface/C3lip/src/Bridges/quadtosocbridge.jl:151 │ │ Stacktrace: │ [1] _renumber(ctx::Base.JuliaLowering.LinearIRContext{Dict{Symbol, Dict{Int64, Any}}}, ssa_rewrites::Dict{Int64, Int64}, slot_rewrites::Dict{Int64, Int64}, label_table::Dict{Int64, Int64}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) │ @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:1067 │ [2] renumber_body(ctx::Base.JuliaLowering.LinearIRContext{Dict{Symbol, Dict{Int64, Any}}}, input_code::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}}, slot_rewrites::Dict{Int64, Int64}) │ @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:1132 │ [3] compile_lambda(outer_ctx::Base.JuliaLowering.LinearIRContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) │ @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:1223 │ [4] linearize_ir(ctx::Base.JuliaLowering.ClosureConversionCtx{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) │ @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:1253 │ [5] core_lowering_hook(code::Any, mod::Module, file::String, line::UInt64, world::UInt64, _warn::Bool) │ @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/hooks.jl:33 │ [6] include(mapexpr::Function, mod::Module, _path::String) │ @ Base ./Base.jl:327 │ [7] top-level scope │ @ ~/.julia/packages/MathOptInterface/C3lip/src/Bridges/Bridges.jl:103 │ [8] include(mapexpr::Function, mod::Module, _path::String) │ @ Base ./Base.jl:327 │ [9] top-level scope │ @ ~/.julia/packages/MathOptInterface/C3lip/src/MathOptInterface.jl:124 │ [10] include(mod::Module, _path::String) │ @ Base ./Base.jl:326 │ [11] include_package_for_output(pkg::Base.PkgId, input::String, syntax_version::VersionNumber, 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:3271 │ [12] top-level scope │ @ stdin:5 │ [13] eval(m::Module, e::Any) │ @ Core ./boot.jl:517 │ [14] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) │ @ Base ./loading.jl:3113 │ [15] push!(a::Vector{SubString{String}}, item::String) │ @ Base ./loading.jl:3123 [inlined] │ [16] exec_options(opts::Base.JLOptions) │ @ Base ./client.jl:353 │ [17] _start() │ @ Base ./client.jl:596 │ in expression starting at /home/pkgeval/.julia/packages/MathOptInterface/C3lip/src/Bridges/quadtosocbridge.jl:144 │ in expression starting at /home/pkgeval/.julia/packages/MathOptInterface/C3lip/src/Bridges/Bridges.jl:1 │ in expression starting at /home/pkgeval/.julia/packages/MathOptInterface/C3lip/src/MathOptInterface.jl:2 │ in expression starting at stdin:5 └ ERROR: The following 2 packages failed to precompile: LinQuadOptInterface Failed to precompile LinQuadOptInterface [f8899e07-120b-5979-ab1d-7b97bb9e1a48] to "/home/pkgeval/.julia/compiled/v1.14/LinQuadOptInterface/jl_hBZEBx" (ProcessExited(1)). MathOptInterface Failed to precompile MathOptInterface [b8f27783-ece8-5eb3-8dc8-9495eed66fee] to "/home/pkgeval/.julia/compiled/v1.14/MathOptInterface/jl_KEKsND" (ProcessExited(1)). Loading failed after 339.94s ERROR: LoadError: failed process: Process(`/opt/julia/bin/julia -C native -J/opt/julia/lib/julia/sys.so -g1 --check-bounds=yes --inline=yes --check-bounds=yes --pkgimages=existing -e 'using LinQuadOptInterface'`, ProcessExited(1)) [1] Stacktrace: [1] spawn_opts_inherit() @ Base ./process.jl:612 [inlined] [2] run(::Cmd; wait::Bool) @ Base ./process.jl:525 [3] run(::Cmd) @ Base ./process.jl:522 [4] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:197 [5] include(mod::Module, _path::String) @ Base ./Base.jl:326 [6] exec_options(opts::Base.JLOptions) @ Base ./client.jl:355 [7] _start() @ Base ./client.jl:596 in expression starting at /PkgEval.jl/scripts/evaluate.jl:188 PkgEval failed after 948.03s: package fails to precompile