Package evaluation to load XDiag on Julia 1.14.0-DEV.29 (7d6ae45e5a*) started at 2025-11-05T07:19:44.368 ################################################################################ # Set-up # Set-up completed after 0.12s ################################################################################ # Installation # Installing XDiag... Resolving package versions... Installed JLLWrappers ────────── v1.7.1 Installed libcxxwrap_julia_jll ─ v0.14.5+0 Installed XDiag_jll ──────────── v0.4.0+0 Installed LLVMOpenMP_jll ─────── v18.1.8+0 Installed Preferences ────────── v1.5.0 Installed CxxWrap ────────────── v0.17.3 Installed MacroTools ─────────── v0.5.16 Installed XDiag ──────────────── v0.4.0 Installing 2 artifacts Installed artifact LLVMOpenMP 661.6 KiB Installed artifact libcxxwrap_julia 8.5 MiB Updating `~/.julia/environments/v1.14/Project.toml` [3edaab83] + XDiag v0.4.0 Updating `~/.julia/environments/v1.14/Manifest.toml` [1f15a43c] + CxxWrap v0.17.3 [692b3bcd] + JLLWrappers v1.7.1 [1914dd2f] + MacroTools v0.5.16 [21216c6a] + Preferences v1.5.0 [3edaab83] + XDiag v0.4.0 [1d63c593] + LLVMOpenMP_jll v18.1.8+0 [05e47fe5] + XDiag_jll v0.4.0+0 [3eaa8342] + libcxxwrap_julia_jll v0.14.5+0 [56f22d72] + Artifacts v1.11.0 [ade2ca70] + Dates v1.11.0 [8f399da3] + Libdl v1.11.0 [37e2e46d] + LinearAlgebra v1.13.0 [de0858da] + Printf v1.11.0 [fa267f1f] + TOML v1.0.3 [4ec0a83e] + Unicode v1.11.0 [e66e0078] + CompilerSupportLibraries_jll v1.3.0+1 [4536629a] + OpenBLAS_jll v0.3.29+0 [8e850b90] + libblastrampoline_jll v5.15.0+0 Installation completed after 6.09s ################################################################################ # 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 packages... 4222.1 ms ✓ MacroTools 1100.7 ms ✓ Preferences 1153.3 ms ✓ JLLWrappers 1377.5 ms ✓ LLVMOpenMP_jll 1436.4 ms ✓ libcxxwrap_julia_jll 116110.7 ms ✓ CxxWrap 1138.8 ms ✓ XDiag_jll ERROR: LoadError: UndefVarError: `get_libxdiagjl_path` not defined in `XDiag_jll` Suggestion: check for spelling errors or missing imports. Stacktrace:  [1] getproperty(x::Module, f::Symbol)  @ Base ./Base_compiler.jl:50  [2] top-level scope  @ ~/.julia/packages/XDiag/DcSj0/src/XDiag.jl:19  [3] include(mod::Module, _path::String)  @ Base ./Base.jl:309  [4] 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:3148  [5] top-level scope  @ stdin:5  [6] eval(m::Module, e::Any)  @ Core ./boot.jl:489  [7] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:2994  [8] include_string  @ ./loading.jl:3004 [inlined]  [9] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:342  [10] _start()  @ Base ./client.jl:577 in expression starting at /home/pkgeval/.julia/packages/XDiag/DcSj0/src/XDiag.jl:5 in expression starting at stdin:5 Precompilation completed after 145.11s ################################################################################ # Loading # Loading XDiag... ERROR: LoadError: UndefVarError: `get_libxdiagjl_path` not defined in `XDiag_jll` Suggestion: check for spelling errors or missing imports. Stacktrace:  [1] getproperty(x::Module, f::Symbol)  @ Base ./Base_compiler.jl:50  [2] top-level scope  @ ~/.julia/packages/XDiag/DcSj0/src/XDiag.jl:19  [3] include(mod::Module, _path::String)  @ Base ./Base.jl:309  [4] 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:3148  [5] top-level scope  @ stdin:5  [6] eval(m::Module, e::Any)  @ Core ./boot.jl:489  [7] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:2994  [8] include_string  @ ./loading.jl:3004 [inlined]  [9] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:342  [10] _start()  @ Base ./client.jl:577 in expression starting at /home/pkgeval/.julia/packages/XDiag/DcSj0/src/XDiag.jl:5 in expression starting at stdin:5 1 dependency had output during precompilation: ┌ XDiag │ [Output was shown above] └ ERROR: The following 1 package failed to precompile: XDiag Failed to precompile XDiag [3edaab83-692e-476a-bab5-541af84d25fc] to "/home/pkgeval/.julia/compiled/v1.14/XDiag/jl_BV5u7S" (ProcessExited(1)). Loading failed after 13.2s ERROR: LoadError: failed process: Process(`/opt/julia/bin/julia -C native -J/opt/julia/lib/julia/sys.so -g1 --check-bounds=yes --inline=yes --pkgimages=existing -e 'using XDiag'`, ProcessExited(1)) [1] Stacktrace: [1] pipeline_error @ ./process.jl:611 [inlined] [2] run(::Cmd; wait::Bool) @ Base ./process.jl:526 [3] run(::Cmd) @ Base ./process.jl:523 [4] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:193 [5] include(mod::Module, _path::String) @ Base ./Base.jl:309 [6] exec_options(opts::Base.JLOptions) @ Base ./client.jl:344 [7] _start() @ Base ./client.jl:577 in expression starting at /PkgEval.jl/scripts/evaluate.jl:184 PkgEval failed after 180.26s: package fails to precompile