-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Closed
Labels
buildingBuild system, or building Julia or its dependenciesBuild system, or building Julia or its dependencies
Description
Scheduled build x86_64-linux-gnusrcassert build is failing.
Error seemed to occur in 04922e7...6817691, I presume due to #57719.
Failed to precompile SparseArraysExt [c399192f-b7ce-5053-9844-b5b6ade3ad52] to "[buildroot]/usr/share/julia/compiled/v1.13/SparseArraysExt/jl_0sJsJ4" (ProcessExited(1)).
ERROR: LoadError: InitError: could not load library "[buildroot]/usr/bin/../lib/libssp.so.0"
[buildroot]/usr/bin/../lib/libssp.so.0: cannot open shared object file: No such file or directory
Stacktrace:
[1] #dlopen#3
@ ./libdl.jl:120 [inlined]
[2] dlopen(s::String, flags::UInt32)
@ Base.Libc.Libdl ./libdl.jl:119
[3] macro expansion
@ ./libdl.jl:425 [inlined]
[4] macro expansion
@ ./lock.jl:376 [inlined]
[5] dlopen(ll::Base.Libc.Libdl.LazyLibrary, flags::UInt32; kwargs::@Kwargs{})
@ Base.Libc.Libdl ./libdl.jl:416
[6] dlopen(ll::Base.Libc.Libdl.LazyLibrary, flags::UInt32)
@ Base.Libc.Libdl ./libdl.jl:413
[7] dlopen
@ ./libdl.jl:413 [inlined]
[8] eager_mode()
@ CompilerSupportLibraries_jll [buildroot]/usr/share/julia/stdlib/v1.13/CompilerSupportLibraries_jll/src/CompilerSupportLibraries_jll.jl:86
[9] eager_mode()
@ OpenBLAS_jll [buildroot]/usr/share/julia/stdlib/v1.13/OpenBLAS_jll/src/OpenBLAS_jll.jl:36
[10] eager_mode()
@ libblastrampoline_jll [buildroot]/usr/share/julia/stdlib/v1.13/libblastrampoline_jll/src/libblastrampoline_jll.jl:47
[11] __init__()
@ SuiteSparse_jll [buildroot]/usr/share/julia/stdlib/v1.13/SuiteSparse_jll/src/SuiteSparse_jll.jl:84
[12] run_module_init(mod::Module, i::Int64)
@ Base ./loading.jl:1428
[13] register_restored_modules(sv::Core.SimpleVector, pkg::Base.PkgId, path::String)
@ Base ./loading.jl:1416
[14] _include_from_serialized(pkg::Base.PkgId, path::String, ocachepath::String, depmods::Vector{Any}, ignore_native::Nothing; register::Bool)
@ Base ./loading.jl:1304
[15] _include_from_serialized (repeats 2 times)
@ ./loading.jl:1246 [inlined]
[16] _require_search_from_serialized(pkg::Base.PkgId, sourcepath::String, build_id::UInt128, stalecheck::Bool; reasons::Dict{String, Int64}, DEPOT_PATH::Vector{String})
@ Base ./loading.jl:2128
[17] __require_prelocked(pkg::Base.PkgId, env::String)
@ Base ./loading.jl:2640
[18] _require_prelocked(uuidkey::Base.PkgId, env::String)
@ Base ./loading.jl:2506
[19] macro expansion
@ ./loading.jl:2434 [inlined]
[20] macro expansion
@ ./lock.jl:376 [inlined]
[21] __require(into::Module, mod::Symbol)
@ Base ./loading.jl:2399
[22] require(into::Module, mod::Symbol)
@ Base ./loading.jl:2375
[23] top-level scope
@ [buildroot]/usr/share/julia/stdlib/v1.13/SparseArrays/src/solvers/LibSuiteSparse.jl:3
[24] include(mapexpr::Function, mod::Module, _path::String)
@ Base ./Base.jl:304
[25] top-level scope
@ [buildroot]/usr/share/julia/stdlib/v1.13/SparseArrays/src/SparseArrays.jl:79
[26] include(mod::Module, _path::String)
@ Base ./Base.jl:303
[27] 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:3019
[28] top-level scope
@ stdin:5
[29] eval(m::Module, e::Any)
@ Core ./boot.jl:489
[30] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)
@ Base ./loading.jl:2865
[31] include_string
@ ./loading.jl:2875 [inlined]
[32] exec_options(opts::Base.JLOptions)
@ Base ./client.jl:326
[33] _start()
@ Base ./client.jl:560
during initialization of module SuiteSparse_jll
in expression starting at [buildroot]/usr/share/julia/stdlib/v1.13/SparseArrays/src/solvers/LibSuiteSparse.jl:1
in expression starting at [buildroot]/usr/share/julia/stdlib/v1.13/SparseArrays/src/SparseArrays.jl:3
in expression starting at stdin:5
Metadata
Metadata
Assignees
Labels
buildingBuild system, or building Julia or its dependenciesBuild system, or building Julia or its dependencies