I am using julia-1.10.0. I am using julia remotely on the Rocky 9 VM.
I am getting the following error in the pre-compilation of the DifferentialEquations.jl package:
PkgPrecompileError: The following 1 direct dependency failed to precompile:
BoundaryValueDiffEq [764a87c0-6b3e-53db-9096-fe964310641d]
Failed to precompile BoundaryValueDiffEq [764a87c0-6b3e-53db-9096-fe964310641d] to “/users/hails/santeg/.julia/compiled/v1.10/BoundaryValueDiffEq/jl_naC0YO”.
[98083] signal (11.1): Segmentation fault
in expression starting at /users/hails/santeg/.julia/packages/BoundaryValueDiffEq/spgaR/src/BoundaryValueDiffEq.jl:5
Full Error Message:
Precompiling DifferentialEquations
Info Given DifferentialEquations was explicitly requested, output will be shown live
[100823] signal (11.1): Segmentation fault
in expression starting at /users/hails/santeg/.julia/packages/BoundaryValueDiffEq/spgaR/src/BoundaryValueDiffEq.jl:50
ERROR: LoadError: Failed to precompile BoundaryValueDiffEq [764a87c0-6b3e-53db-9096-fe964310641d] to “/users/hails/santeg/.julia/compiled/v1.10/BoundaryValueDiffEq/jl_MbWQTp”.ueDiffEq → BoundaryValueDiffEqOrdinaryDiffEqExt
Stacktrace:
[1] error(s::String)
@ Base ./error.jl:35
[2] compilecache(pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool)
@ Base ./loading.jl:2462
[3] compilecache
@ Base ./loading.jl:2334 [inlined]
[4] (::Base.var"#968#969"{Base.PkgId})()
@ Base ./loading.jl:1968
[5] mkpidlock(f::Base.var"#968#969"{Base.PkgId}, at::String, pid::Int32; kwopts::@Kwargs{stale_age::Int64, wait::Bool})
@ FileWatching.Pidfile /opt/julia-1.10.0/share/julia/stdlib/v1.10/FileWatching/src/pidfile.jl:93
[6] #mkpidlock#6
@ FileWatching.Pidfile /opt/julia-1.10.0/share/julia/stdlib/v1.10/FileWatching/src/pidfile.jl:88 [inlined]
[7] trymkpidlock(::Function, ::Vararg{Any}; kwargs::@Kwargs{stale_age::Int64})
@ FileWatching.Pidfile /opt/julia-1.10.0/share/julia/stdlib/v1.10/FileWatching/src/pidfile.jl:111
[8] #invokelatest#2
@ Base ./essentials.jl:889 [inlined]
[9] invokelatest
@ Base ./essentials.jl:884 [inlined]
[10] maybe_cachefile_lock(f::Base.var"#968#969"{Base.PkgId}, pkg::Base.PkgId, srcpath::String; stale_age::Int64)
@ Base ./loading.jl:2977
[11] maybe_cachefile_lock
@ Base ./loading.jl:2974 [inlined]
[12] _require(pkg::Base.PkgId, env::String)
@ Base ./loading.jl:1964
[13] __require_prelocked(uuidkey::Base.PkgId, env::String)
@ Base ./loading.jl:1806
[14] #invoke_in_world#3
@ Base ./essentials.jl:921 [inlined]
[15] invoke_in_world
@ Base ./essentials.jl:918 [inlined]
[16] _require_prelocked(uuidkey::Base.PkgId, env::String)
@ Base ./loading.jl:1797
[17] macro expansion
@ Base ./loading.jl:1784 [inlined]
[18] macro expansion
@ Base ./lock.jl:267 [inlined]
[19] __require(into::Module, mod::Symbol)
@ Base ./loading.jl:1747
[20] #invoke_in_world#3
@ Base ./essentials.jl:921 [inlined]
[21] invoke_in_world
@ Base ./essentials.jl:918 [inlined]
[22] require(into::Module, mod::Symbol)
@ Base ./loading.jl:1740
[23] include
@ Base ./Base.jl:495 [inlined]
[24] 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:2216
[25] top-level scope
@ stdin:3
in expression starting at /users/hails/santeg/.julia/packages/DifferentialEquations/Tu7HS/src/DifferentialEquations.jl:1
in expression starting at stdin:3
✗ BoundaryValueDiffEq
✗ BoundaryValueDiffEq → BoundaryValueDiffEqOrdinaryDiffEqExt
✗ DifferentialEquations
0 dependencies successfully precompiled in 61 seconds. 276 already precompiled.
ERROR: The following 2 direct dependencies failed to precompile:
BoundaryValueDiffEq [764a87c0-6b3e-53db-9096-fe964310641d]
Failed to precompile BoundaryValueDiffEq [764a87c0-6b3e-53db-9096-fe964310641d] to “/users/hails/santeg/.julia/compiled/v1.10/BoundaryValueDiffEq/jl_snDuZ3”.
[100713] signal (11.1): Segmentation fault
in expression starting at /users/hails/santeg/.julia/packages/BoundaryValueDiffEq/spgaR/src/BoundaryValueDiffEq.jl:50
DifferentialEquations [0c46a032-eb83-5123-abaf-570d42b7fbaa]
Failed to precompile DifferentialEquations [0c46a032-eb83-5123-abaf-570d42b7fbaa] to “/users/hails/santeg/.julia/compiled/v1.10/DifferentialEquations/jl_wi9Uea”.
[100823] signal (11.1): Segmentation fault
in expression starting at /users/hails/santeg/.julia/packages/BoundaryValueDiffEq/spgaR/src/BoundaryValueDiffEq.jl:50
ERROR: LoadError: Failed to precompile BoundaryValueDiffEq [764a87c0-6b3e-53db-9096-fe964310641d] to “/users/hails/santeg/.julia/compiled/v1.10/BoundaryValueDiffEq/jl_MbWQTp”.
Stacktrace:
[1] error(s::String)
@ Base ./error.jl:35
[2] compilecache(pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool)
@ Base ./loading.jl:2462
[3] compilecache
@ Base ./loading.jl:2334 [inlined]
[4] (::Base.var"#968#969"{Base.PkgId})()
@ Base ./loading.jl:1968
[5] mkpidlock(f::Base.var"#968#969"{Base.PkgId}, at::String, pid::Int32; kwopts::@Kwargs{stale_age::Int64, wait::Bool})
@ FileWatching.Pidfile /opt/julia-1.10.0/share/julia/stdlib/v1.10/FileWatching/src/pidfile.jl:93
[6] #mkpidlock#6
@ FileWatching.Pidfile /opt/julia-1.10.0/share/julia/stdlib/v1.10/FileWatching/src/pidfile.jl:88 [inlined]
[7] trymkpidlock(::Function, ::Vararg{Any}; kwargs::@Kwargs{stale_age::Int64})
@ FileWatching.Pidfile /opt/julia-1.10.0/share/julia/stdlib/v1.10/FileWatching/src/pidfile.jl:111
[8] #invokelatest#2
@ Base ./essentials.jl:889 [inlined]
[9] invokelatest
@ Base ./essentials.jl:884 [inlined]
[10] maybe_cachefile_lock(f::Base.var"#968#969"{Base.PkgId}, pkg::Base.PkgId, srcpath::String; stale_age::Int64)
@ Base ./loading.jl:2977
[11] maybe_cachefile_lock
@ Base ./loading.jl:2974 [inlined]
[12] _require(pkg::Base.PkgId, env::String)
@ Base ./loading.jl:1964
[13] __require_prelocked(uuidkey::Base.PkgId, env::String)
@ Base ./loading.jl:1806
[14] #invoke_in_world#3
@ Base ./essentials.jl:921 [inlined]
[15] invoke_in_world
@ Base ./essentials.jl:918 [inlined]
[16] _require_prelocked(uuidkey::Base.PkgId, env::String)
@ Base ./loading.jl:1797
[17] macro expansion
@ Base ./loading.jl:1784 [inlined]
[18] macro expansion
@ Base ./lock.jl:267 [inlined]
[19] __require(into::Module, mod::Symbol)
@ Base ./loading.jl:1747
[20] #invoke_in_world#3
@ Base ./essentials.jl:921 [inlined]
[21] invoke_in_world
@ Base ./essentials.jl:918 [inlined]
[22] require(into::Module, mod::Symbol)
@ Base ./loading.jl:1740
[23] include
@ Base ./Base.jl:495 [inlined]
[24] 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:2216
[25] top-level scope
@ stdin:3
in expression starting at /users/hails/santeg/.julia/packages/DifferentialEquations/Tu7HS/src/DifferentialEquations.jl:1
in expression starting at stdin:3