Package evaluation of InterferometricModels on Julia 1.13.0-DEV.783 (b4a6288a38*) started at 2025-06-26T19:08:08.108 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 8.0s ################################################################################ # Installation # Installing InterferometricModels... Resolving package versions... Updating `~/.julia/environments/v1.13/Project.toml` [b395d269] + InterferometricModels v0.1.27 Updating `~/.julia/environments/v1.13/Manifest.toml` [7d9f7c33] + Accessors v0.1.42 [33016aad] + AccessorsExtra v0.1.98 [a33af91c] + CompositionsBase v0.1.2 [187b0558] + ConstructionBase v1.6.0 [02685ad9] + DataPipes v0.3.18 [b395d269] + InterferometricModels v0.1.27 [8197267c] + IntervalSets v0.7.11 [3587e190] + InverseFunctions v0.1.17 [1914dd2f] + MacroTools v0.5.16 [aea7be01] + PrecompileTools v1.3.2 [21216c6a] + Preferences v1.4.3 [189a3867] + Reexport v1.2.2 [90137ffa] + StaticArrays v1.9.13 [1e83bf80] + StaticArraysCore v1.4.3 [4093c41a] + StructHelpers v1.3.1 [1986cc42] + Unitful v1.23.1 [6fb2a4bd] + UnitfulAngles v0.7.2 [6112ee07] + UnitfulAstro v1.2.2 [56f22d72] + Artifacts v1.11.0 [ade2ca70] + Dates v1.11.0 [8f399da3] + Libdl v1.11.0 [37e2e46d] + LinearAlgebra v1.12.0 [de0858da] + Printf v1.11.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v0.7.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.13.1+0 Installation completed after 3.33s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... ERROR: LoadError: The following 2 direct dependencies failed to precompile: ComradeBaseExt Failed to precompile ComradeBaseExt [44edcc7a-5687-54a8-9637-2f2b5d479d99] to "/home/pkgeval/.julia/compiled/v1.13/ComradeBaseExt/jl_zfqR7E" (ProcessExited(1)). ERROR: LoadError: UndefVarError: `X` not defined in `DimensionalData.Dimensions` Suggestion: define the const at top-level before running function that uses it (stricter Julia v1.12+ rule). Note: the binding state changed since the error occurred (was: 11, now: 0). Hint: a global variable of this name also exists in DimensionalData.Dimensions. - Also exported by DimensionalData (loaded but not imported in Main). Stacktrace: [1] #s91#96 @ ~/.julia/packages/DimensionalData/KlTtO/src/Lookups/utils.jl:78 [inlined] [2] var"#s91#96"(T::Any, ::Any, ::Any) @ DimensionalData.Dimensions.Lookups ./none:0 [3] (::Core.GeneratedFunctionStub)(::UInt64, ::Method, ::Any, ::Vararg{Any}) @ Base ./expr.jl:1811 [4] basetypeof @ ~/.julia/packages/DimensionalData/KlTtO/src/Lookups/utils.jl:73 [inlined] [5] _format(dim::DimensionalData.Dimensions.X{Vector{Symbol}}, axis::Base.OneTo{Int64}) @ DimensionalData.Dimensions ~/.julia/packages/DimensionalData/KlTtO/src/Dimensions/format.jl:58 [6] map @ ./tuple.jl:383 [inlined] [7] format(dims::Tuple{DimensionalData.Dimensions.X{Vector{Symbol}}, DimensionalData.Dimensions.Y{StepRangeLen{Float64, Base.TwicePrecision{Float64}, Base.TwicePrecision{Float64}, Int64}}}, axes::Tuple{Base.OneTo{Int64}, Base.OneTo{Int64}}) @ DimensionalData.Dimensions ~/.julia/packages/DimensionalData/KlTtO/src/Dimensions/format.jl:40 [8] format @ ~/.julia/packages/DimensionalData/KlTtO/src/Dimensions/format.jl:34 [inlined] [9] DimensionalData.DimArray(data::Matrix{Float64}, dims::Tuple{DimensionalData.Dimensions.X{Vector{Symbol}}, DimensionalData.Dimensions.Y{StepRangeLen{Float64, Base.TwicePrecision{Float64}, Base.TwicePrecision{Float64}, Int64}}}; refdims::Tuple{}, name::DimensionalData.NoName, metadata::DimensionalData.Dimensions.Lookups.NoMetadata) @ DimensionalData ~/.julia/packages/DimensionalData/KlTtO/src/array/array.jl:455 [10] DimArray @ ~/.julia/packages/DimensionalData/KlTtO/src/array/array.jl:452 [inlined] [11] zeros(::Type{Float64}, dims::Tuple{DimensionalData.Dimensions.X{Vector{Symbol}}, DimensionalData.Dimensions.Y{StepRangeLen{Float64, Base.TwicePrecision{Float64}, Base.TwicePrecision{Float64}, Int64}}}; kw::@Kwargs{}) @ DimensionalData ~/.julia/packages/DimensionalData/KlTtO/src/array/array.jl:706 [12] zeros @ ~/.julia/packages/DimensionalData/KlTtO/src/array/array.jl:704 [inlined] [13] zeros @ ~/.julia/packages/DimensionalData/KlTtO/src/array/array.jl:687 [inlined] [14] zeros(dim1::DimensionalData.Dimensions.X{Vector{Symbol}}, dims::DimensionalData.Dimensions.Y{StepRangeLen{Float64, Base.TwicePrecision{Float64}, Base.TwicePrecision{Float64}, Int64}}) @ DimensionalData ~/.julia/packages/DimensionalData/KlTtO/src/array/array.jl:686 [15] macro expansion @ ~/.julia/packages/DimensionalData/KlTtO/src/precompile.jl:7 [inlined] [16] macro expansion @ ~/.julia/packages/PrecompileTools/Z8SWe/src/workloads.jl:73 [inlined] [17] top-level scope @ ~/.julia/packages/DimensionalData/KlTtO/src/precompile.jl:85 [18] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:310 [19] top-level scope @ ~/.julia/packages/DimensionalData/KlTtO/src/DimensionalData.jl:120 [20] include(mod::Module, _path::String) @ Base ./Base.jl:309 [21] 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:3000 [22] top-level scope @ stdin:5 [23] eval(m::Module, e::Any) @ Core ./boot.jl:489 [24] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) @ Base ./loading.jl:2846 [25] include_string @ ./loading.jl:2856 [inlined] [26] exec_options(opts::Base.JLOptions) @ Base ./client.jl:322 [27] _start() @ Base ./client.jl:557 in expression starting at /home/pkgeval/.julia/packages/DimensionalData/KlTtO/src/precompile.jl:1 in expression starting at /home/pkgeval/.julia/packages/DimensionalData/KlTtO/src/DimensionalData.jl:1 in expression starting at stdin:5 ERROR: LoadError: Failed to precompile DimensionalData [0703355e-b756-11e9-17c0-8b28908087d0] to "/home/pkgeval/.julia/compiled/v1.13/DimensionalData/jl_sQ2goM" (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, reasons::Dict{String, Int64}, loadable_exts::Nothing) @ Base ./loading.jl:3287 [3] (::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId})() @ Base ./loading.jl:2652 [4] mkpidlock(f::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId}, 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 [5] #mkpidlock#7 @ /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:89 [inlined] [6] trymkpidlock(::Function, ::Vararg{Any}; kwargs::@Kwargs{stale_age::Int64}) @ FileWatching.Pidfile /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:115 [7] #invokelatest_gr#233 @ ./reflection.jl:1282 [inlined] [8] invokelatest_gr @ ./reflection.jl:1274 [inlined] [9] maybe_cachefile_lock(f::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId}, pkg::Base.PkgId, srcpath::String; stale_age::Int64) @ Base ./loading.jl:3858 [10] maybe_cachefile_lock @ ./loading.jl:3855 [inlined] [11] __require_prelocked(pkg::Base.PkgId, env::String) @ Base ./loading.jl:2638 [12] _require_prelocked(uuidkey::Base.PkgId, env::String) @ Base ./loading.jl:2466 [13] macro expansion @ ./loading.jl:2394 [inlined] [14] macro expansion @ ./lock.jl:376 [inlined] [15] __require(into::Module, mod::Symbol) @ Base ./loading.jl:2359 [16] require @ ./loading.jl:2335 [inlined] [17] eval_import_path @ ./module.jl:36 [inlined] [18] eval_import_path_all(at::Module, path::Expr, keyword::String) @ Base ./module.jl:60 [19] _eval_using(to::Module, path::Expr) @ Base ./module.jl:137 [20] top-level scope @ ~/.julia/packages/ComradeBase/fQVUc/src/ComradeBase.jl:5 [21] include(mod::Module, _path::String) @ Base ./Base.jl:309 [22] 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:3000 [23] top-level scope @ stdin:5 [24] eval(m::Module, e::Any) @ Core ./boot.jl:489 [25] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) @ Base ./loading.jl:2846 [26] include_string @ ./loading.jl:2856 [inlined] [27] exec_options(opts::Base.JLOptions) @ Base ./client.jl:322 [28] _start() @ Base ./client.jl:557 in expression starting at /home/pkgeval/.julia/packages/ComradeBase/fQVUc/src/ComradeBase.jl:1 in expression starting at stdin:5 ERROR: LoadError: Failed to precompile ComradeBase [6d8c423b-a35f-4ef1-850c-862fe21f82c4] to "/home/pkgeval/.julia/compiled/v1.13/ComradeBase/jl_ZDxPVm" (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, reasons::Dict{String, Int64}, loadable_exts::Nothing) @ Base ./loading.jl:3287 [3] (::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId})() @ Base ./loading.jl:2652 [4] mkpidlock(f::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId}, 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 [5] #mkpidlock#7 @ /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:89 [inlined] [6] trymkpidlock(::Function, ::Vararg{Any}; kwargs::@Kwargs{stale_age::Int64}) @ FileWatching.Pidfile /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:115 [7] #invokelatest_gr#233 @ ./reflection.jl:1282 [inlined] [8] invokelatest_gr @ ./reflection.jl:1274 [inlined] [9] maybe_cachefile_lock(f::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId}, pkg::Base.PkgId, srcpath::String; stale_age::Int64) @ Base ./loading.jl:3858 [10] maybe_cachefile_lock @ ./loading.jl:3855 [inlined] [11] __require_prelocked(pkg::Base.PkgId, env::String) @ Base ./loading.jl:2638 [12] _require_prelocked(uuidkey::Base.PkgId, env::String) @ Base ./loading.jl:2466 [13] macro expansion @ ./loading.jl:2394 [inlined] [14] macro expansion @ ./lock.jl:376 [inlined] [15] __require(into::Module, mod::Symbol) @ Base ./loading.jl:2359 [16] require @ ./loading.jl:2335 [inlined] [17] eval_import_path @ ./module.jl:36 [inlined] [18] _eval_import(imported::Bool, to::Module, from::Nothing, paths::Expr) @ Base ./module.jl:111 [19] top-level scope @ ~/.julia/packages/InterferometricModels/nbe9Z/ext/ComradeBaseExt.jl:3 [20] include(mod::Module, _path::String) @ Base ./Base.jl:309 [21] 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:3000 [22] top-level scope @ stdin:5 [23] eval(m::Module, e::Any) @ Core ./boot.jl:489 [24] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) @ Base ./loading.jl:2846 [25] include_string @ ./loading.jl:2856 [inlined] [26] exec_options(opts::Base.JLOptions) @ Base ./client.jl:322 [27] _start() @ Base ./client.jl:557 in expression starting at /home/pkgeval/.julia/packages/InterferometricModels/nbe9Z/ext/ComradeBaseExt.jl:1 in expression starting at stdin:5 VLBISkyModels Failed to precompile VLBISkyModels [d6343c73-7174-4e0f-bb64-562643efbeca] to "/home/pkgeval/.julia/compiled/v1.13/VLBISkyModels/jl_g6g7R9" (ProcessExited(1)). ERROR: LoadError: UndefVarError: `X` not defined in `DimensionalData.Dimensions` Suggestion: define the const at top-level before running function that uses it (stricter Julia v1.12+ rule). Note: the binding state changed since the error occurred (was: 11, now: 0). Hint: a global variable of this name also exists in DimensionalData.Dimensions. - Also exported by DimensionalData (loaded but not imported in Main). Stacktrace: [1] #s91#96 @ ~/.julia/packages/DimensionalData/KlTtO/src/Lookups/utils.jl:78 [inlined] [2] var"#s91#96"(T::Any, ::Any, ::Any) @ DimensionalData.Dimensions.Lookups ./none:0 [3] (::Core.GeneratedFunctionStub)(::UInt64, ::Method, ::Any, ::Vararg{Any}) @ Base ./expr.jl:1811 [4] basetypeof @ ~/.julia/packages/DimensionalData/KlTtO/src/Lookups/utils.jl:73 [inlined] [5] _format(dim::DimensionalData.Dimensions.X{Vector{Symbol}}, axis::Base.OneTo{Int64}) @ DimensionalData.Dimensions ~/.julia/packages/DimensionalData/KlTtO/src/Dimensions/format.jl:58 [6] map @ ./tuple.jl:383 [inlined] [7] format(dims::Tuple{DimensionalData.Dimensions.X{Vector{Symbol}}, DimensionalData.Dimensions.Y{StepRangeLen{Float64, Base.TwicePrecision{Float64}, Base.TwicePrecision{Float64}, Int64}}}, axes::Tuple{Base.OneTo{Int64}, Base.OneTo{Int64}}) @ DimensionalData.Dimensions ~/.julia/packages/DimensionalData/KlTtO/src/Dimensions/format.jl:40 [8] format @ ~/.julia/packages/DimensionalData/KlTtO/src/Dimensions/format.jl:34 [inlined] [9] DimensionalData.DimArray(data::Matrix{Float64}, dims::Tuple{DimensionalData.Dimensions.X{Vector{Symbol}}, DimensionalData.Dimensions.Y{StepRangeLen{Float64, Base.TwicePrecision{Float64}, Base.TwicePrecision{Float64}, Int64}}}; refdims::Tuple{}, name::DimensionalData.NoName, metadata::DimensionalData.Dimensions.Lookups.NoMetadata) @ DimensionalData ~/.julia/packages/DimensionalData/KlTtO/src/array/array.jl:455 [10] DimArray @ ~/.julia/packages/DimensionalData/KlTtO/src/array/array.jl:452 [inlined] [11] zeros(::Type{Float64}, dims::Tuple{DimensionalData.Dimensions.X{Vector{Symbol}}, DimensionalData.Dimensions.Y{StepRangeLen{Float64, Base.TwicePrecision{Float64}, Base.TwicePrecision{Float64}, Int64}}}; kw::@Kwargs{}) @ DimensionalData ~/.julia/packages/DimensionalData/KlTtO/src/array/array.jl:706 [12] zeros @ ~/.julia/packages/DimensionalData/KlTtO/src/array/array.jl:704 [inlined] [13] zeros @ ~/.julia/packages/DimensionalData/KlTtO/src/array/array.jl:687 [inlined] [14] zeros(dim1::DimensionalData.Dimensions.X{Vector{Symbol}}, dims::DimensionalData.Dimensions.Y{StepRangeLen{Float64, Base.TwicePrecision{Float64}, Base.TwicePrecision{Float64}, Int64}}) @ DimensionalData ~/.julia/packages/DimensionalData/KlTtO/src/array/array.jl:686 [15] macro expansion @ ~/.julia/packages/DimensionalData/KlTtO/src/precompile.jl:7 [inlined] [16] macro expansion @ ~/.julia/packages/PrecompileTools/Z8SWe/src/workloads.jl:73 [inlined] [17] top-level scope @ ~/.julia/packages/DimensionalData/KlTtO/src/precompile.jl:85 [18] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:310 [19] top-level scope @ ~/.julia/packages/DimensionalData/KlTtO/src/DimensionalData.jl:120 [20] include(mod::Module, _path::String) @ Base ./Base.jl:309 [21] 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:3000 [22] top-level scope @ stdin:5 [23] eval(m::Module, e::Any) @ Core ./boot.jl:489 [24] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) @ Base ./loading.jl:2846 [25] include_string @ ./loading.jl:2856 [inlined] [26] exec_options(opts::Base.JLOptions) @ Base ./client.jl:322 [27] _start() @ Base ./client.jl:557 in expression starting at /home/pkgeval/.julia/packages/DimensionalData/KlTtO/src/precompile.jl:1 in expression starting at /home/pkgeval/.julia/packages/DimensionalData/KlTtO/src/DimensionalData.jl:1 in expression starting at stdin:5 ERROR: LoadError: Failed to precompile DimensionalData [0703355e-b756-11e9-17c0-8b28908087d0] to "/home/pkgeval/.julia/compiled/v1.13/DimensionalData/jl_4B2YTA" (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, reasons::Dict{String, Int64}, loadable_exts::Nothing) @ Base ./loading.jl:3287 [3] (::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId})() @ Base ./loading.jl:2652 [4] mkpidlock(f::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId}, 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 [5] #mkpidlock#7 @ /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:89 [inlined] [6] trymkpidlock(::Function, ::Vararg{Any}; kwargs::@Kwargs{stale_age::Int64}) @ FileWatching.Pidfile /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:115 [7] #invokelatest_gr#233 @ ./reflection.jl:1282 [inlined] [8] invokelatest_gr @ ./reflection.jl:1274 [inlined] [9] maybe_cachefile_lock(f::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId}, pkg::Base.PkgId, srcpath::String; stale_age::Int64) @ Base ./loading.jl:3858 [10] maybe_cachefile_lock @ ./loading.jl:3855 [inlined] [11] __require_prelocked(pkg::Base.PkgId, env::String) @ Base ./loading.jl:2638 [12] _require_prelocked(uuidkey::Base.PkgId, env::String) @ Base ./loading.jl:2466 [13] macro expansion @ ./loading.jl:2394 [inlined] [14] macro expansion @ ./lock.jl:376 [inlined] [15] __require(into::Module, mod::Symbol) @ Base ./loading.jl:2359 [16] require @ ./loading.jl:2335 [inlined] [17] eval_import_path @ ./module.jl:36 [inlined] [18] eval_import_path_all(at::Module, path::Expr, keyword::String) @ Base ./module.jl:60 [19] _eval_using(to::Module, path::Expr) @ Base ./module.jl:137 [20] top-level scope @ ~/.julia/packages/ComradeBase/fQVUc/src/ComradeBase.jl:5 [21] include(mod::Module, _path::String) @ Base ./Base.jl:309 [22] 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:3000 [23] top-level scope @ stdin:5 [24] eval(m::Module, e::Any) @ Core ./boot.jl:489 [25] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) @ Base ./loading.jl:2846 [26] include_string @ ./loading.jl:2856 [inlined] [27] exec_options(opts::Base.JLOptions) @ Base ./client.jl:322 [28] _start() @ Base ./client.jl:557 in expression starting at /home/pkgeval/.julia/packages/ComradeBase/fQVUc/src/ComradeBase.jl:1 in expression starting at stdin:5 ERROR: LoadError: Failed to precompile ComradeBase [6d8c423b-a35f-4ef1-850c-862fe21f82c4] to "/home/pkgeval/.julia/compiled/v1.13/ComradeBase/jl_U2h79N" (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, reasons::Dict{String, Int64}, loadable_exts::Nothing) @ Base ./loading.jl:3287 [3] (::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId})() @ Base ./loading.jl:2652 [4] mkpidlock(f::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId}, 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 [5] #mkpidlock#7 @ /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:89 [inlined] [6] trymkpidlock(::Function, ::Vararg{Any}; kwargs::@Kwargs{stale_age::Int64}) @ FileWatching.Pidfile /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:115 [7] #invokelatest_gr#233 @ ./reflection.jl:1282 [inlined] [8] invokelatest_gr @ ./reflection.jl:1274 [inlined] [9] maybe_cachefile_lock(f::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId}, pkg::Base.PkgId, srcpath::String; stale_age::Int64) @ Base ./loading.jl:3858 [10] maybe_cachefile_lock @ ./loading.jl:3855 [inlined] [11] __require_prelocked(pkg::Base.PkgId, env::String) @ Base ./loading.jl:2638 [12] _require_prelocked(uuidkey::Base.PkgId, env::String) @ Base ./loading.jl:2466 [13] macro expansion @ ./loading.jl:2394 [inlined] [14] macro expansion @ ./lock.jl:376 [inlined] [15] __require(into::Module, mod::Symbol) @ Base ./loading.jl:2359 [16] require @ ./loading.jl:2335 [inlined] [17] eval_import_path @ ./module.jl:36 [inlined] [18] eval_import_path_all(at::Module, path::Expr, keyword::String) @ Base ./module.jl:60 [19] _eval_using(to::Module, path::Expr) @ Base ./module.jl:137 [20] top-level scope @ ~/.julia/packages/VLBISkyModels/Kne4j/src/VLBISkyModels.jl:28 [21] include(mod::Module, _path::String) @ Base ./Base.jl:309 [22] 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:3000 [23] top-level scope @ stdin:5 [24] eval(m::Module, e::Any) @ Core ./boot.jl:489 [25] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) @ Base ./loading.jl:2846 [26] include_string @ ./loading.jl:2856 [inlined] [27] exec_options(opts::Base.JLOptions) @ Base ./client.jl:322 [28] _start() @ Base ./client.jl:557 in expression starting at /home/pkgeval/.julia/packages/VLBISkyModels/Kne4j/src/VLBISkyModels.jl:1 in expression starting at stdin:5 in expression starting at /PkgEval.jl/scripts/precompile.jl:37 Precompilation failed after 304.44s ################################################################################ # Testing # Testing InterferometricModels Status `/tmp/jl_whK8Pe/Project.toml` [7d9f7c33] Accessors v0.1.42 [33016aad] AccessorsExtra v0.1.98 [4c88cf16] Aqua v0.8.13 [5224ae11] CompatHelperLocal v0.1.27 [b395d269] InterferometricModels v0.1.27 [8197267c] IntervalSets v0.7.11 [0987c9cc] MonteCarloMeasurements v1.4.7 [8ac6971d] RectiGrids v0.1.19 [90137ffa] StaticArrays v1.9.13 [f8b46487] TestItemRunner v1.1.0 [1c621080] TestItems v1.0.0 [b33f403f] Uncertain v0.1.10 [1986cc42] Unitful v1.23.1 [6fb2a4bd] UnitfulAngles v0.7.2 [6112ee07] UnitfulAstro v1.2.2 [d6343c73] VLBISkyModels v0.6.13 [37e2e46d] LinearAlgebra v1.12.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_whK8Pe/Manifest.toml` [621f4979] AbstractFFTs v1.5.0 [7f219486] AbstractNFFTs v0.8.2 [7d9f7c33] Accessors v0.1.42 [33016aad] AccessorsExtra v0.1.98 [79e6a3ab] Adapt v4.3.0 [66dad0bd] AliasTables v1.1.3 [4c88cf16] Aqua v0.8.13 [dce04be8] ArgCheck v2.5.0 [4fba245c] ArrayInterface v7.19.0 [94b1ba4f] AxisKeys v0.2.15 [198e06fe] BangBang v0.4.4 [9718e550] Baselet v0.1.1 [26cce99e] BasicInterpolators v0.7.1 [62783981] BitTwiddlingConvenienceFunctions v0.1.6 [3b1b4be9] CFITSIO v1.7.2 [2a0fbf3d] CPUSummary v0.2.6 [d360d2e6] ChainRulesCore v1.25.2 [bbf7d656] CommonSubexpressions v0.3.1 [f70d9fcc] CommonWorldInvalidations v1.0.0 [34da2185] Compat v4.16.0 [5224ae11] CompatHelperLocal v0.1.27 [a33af91c] CompositionsBase v0.1.2 [6d8c423b] ComradeBase v0.9.4 [187b0558] ConstructionBase v1.6.0 [6add18c4] ContextVariablesX v0.1.3 [adafc99b] CpuId v0.3.1 [9a962f9c] DataAPI v1.16.0 [02685ad9] DataPipes v0.3.18 [864edb3b] DataStructures v0.18.22 [e2d170a0] DataValueInterfaces v1.0.0 [244e2a9f] DefineSingletons v0.1.2 [8bb1440f] DelimitedFiles v1.9.1 [163ba53b] DiffResults v1.1.0 [b552c78f] DiffRules v1.15.1 [0703355e] DimensionalData v0.29.17 [31c24e10] Distributions v0.25.120 [ffbed154] DocStringExtensions v0.9.5 [f151be2c] EnzymeCore v0.8.12 [411431e0] Extents v0.1.6 [7a1cc6ca] FFTW v1.9.0 [525bcba6] FITSIO v0.17.5 [cc61a311] FLoops v0.2.2 [b9860ae5] FLoopsBase v0.1.1 [1a297f60] FillArrays v1.13.0 [f6369f11] ForwardDiff v1.0.1 [c145ed77] GenericSchur v0.5.5 [bb4c363b] GridInterpolations v1.3.0 [3e5b6fbb] HostCPUFeatures v0.1.17 [34004b35] HypergeometricFunctions v0.3.28 [615f187c] IfElse v0.1.1 [22cec73e] InitialValues v0.3.1 [85a1e053] Interfaces v0.3.2 [b395d269] InterferometricModels v0.1.27 [8197267c] IntervalSets v0.7.11 [3587e190] InverseFunctions v0.1.17 [41ab1584] InvertedIndices v1.3.1 [92d709cd] IrrationalConstants v0.2.4 [82899510] IteratorInterfaceExtensions v1.0.0 [692b3bcd] JLLWrappers v1.7.0 [b14d175d] JuliaVariables v0.2.4 [10f19ff3] LayoutPointers v0.1.17 [2ab3a3ac] LogExpFunctions v0.3.29 [d8e11817] MLStyle v0.4.17 [1914dd2f] MacroTools v0.5.16 [d125e4d3] ManualMemory v0.1.8 [c03570c3] Memoize v0.4.4 [128add7d] MicroCollections v0.2.0 [e1d29d7a] Missings v1.2.0 [0987c9cc] MonteCarloMeasurements v1.4.7 [efe261a4] NFFT v0.13.7 [77ba4419] NaNMath v1.1.3 [71a1bf82] NameResolution v0.1.5 [356022a1] NamedDims v1.2.2 [d9ec5142] NamedTupleTools v0.14.3 [6fe1bfb0] OffsetArrays v1.17.0 [bac558e1] OrderedCollections v1.8.1 [90014a1f] PDMats v0.11.35 [5432bcbf] PaddedViews v0.5.12 [d3c5d4cd] PolarizedTypes v0.1.2 [aea7be01] PrecompileTools v1.3.2 [21216c6a] Preferences v1.4.3 [8162dcfd] PrettyPrint v0.2.0 [43287f4e] PtrArrays v1.3.0 [1fd47b50] QuadGK v2.11.2 [3cdcf5f2] RecipesBase v1.3.4 [8ac6971d] RectiGrids v0.1.19 [189a3867] Reexport v1.2.2 [ae029012] Requires v1.3.1 [79098fc4] Rmath v0.8.0 [94e857df] SIMDTypes v0.1.0 [476501e8] SLEEFPirates v0.6.43 [efcf1570] Setfield v1.1.2 [a2af1166] SortingAlgorithms v1.2.1 [276daf66] SpecialFunctions v2.5.1 [171d559e] SplittablesBase v0.1.15 [aedffcd0] Static v1.2.0 [0d7ed370] StaticArrayInterface v1.8.0 [90137ffa] StaticArrays v1.9.13 [1e83bf80] StaticArraysCore v1.4.3 [10745b16] Statistics v1.11.1 [82ae8749] StatsAPI v1.7.1 [2913bbd2] StatsBase v0.34.5 [4c63d2b9] StatsFuns v1.5.0 [09ab397b] StructArrays v0.7.1 [4093c41a] StructHelpers v1.3.1 [3783bdb8] TableTraits v1.0.1 [bd369af6] Tables v1.12.1 [f8b46487] TestItemRunner v1.1.0 [1c621080] TestItems v1.0.0 [28d57a85] Transducers v0.4.84 [b33f403f] Uncertain v0.1.10 [1986cc42] Unitful v1.23.1 [6fb2a4bd] UnitfulAngles v0.7.2 [6112ee07] UnitfulAstro v1.2.2 [d6343c73] VLBISkyModels v0.6.13 [3d5dd08c] VectorizationBase v0.21.71 [6e34b625] Bzip2_jll v1.0.9+0 [b3e40c51] CFITSIO_jll v4.6.2+0 [f5851436] FFTW_jll v3.3.11+0 [1d5cc7b8] IntelOpenMP_jll v2025.0.4+0 [856f044c] MKL_jll v2025.0.1+1 [efe28fd5] OpenSpecFun_jll v0.5.6+0 [f50d1b31] Rmath_jll v0.5.1+0 [1317d2d5] oneTBB_jll v2022.0.0+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.12.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 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v0.7.0 [9e88b42a] Serialization v1.11.0 [6462fe0b] Sockets v1.11.0 [2f01184e] SparseArrays v1.12.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.14.1+1 [e37daf67] LibGit2_jll v1.9.1+0 [29816b5a] LibSSH2_jll v1.11.3+1 [14a3606d] MozillaCACerts_jll v2025.5.20 [4536629a] OpenBLAS_jll v0.3.29+0 [05823500] OpenLibm_jll v0.8.5+0 [458c3c95] OpenSSL_jll v3.5.0+0 [efcefdf7] PCRE2_jll v10.45.0+0 [bea87d4a] SuiteSparse_jll v7.10.1+0 [83775a58] Zlib_jll v1.3.1+2 [8e850b90] libblastrampoline_jll v5.13.1+0 [8e850ede] nghttp2_jll v1.65.0+0 [3f19e933] p7zip_jll v17.5.0+2 Testing Running tests... Precompiling packages... 5781.1 ms ✓ RectiGrids 1 dependency successfully precompiled in 6 seconds. 42 already precompiled. Precompiling packages... 6619.4 ms ✓ Accessors → AxisKeysExt 1 dependency successfully precompiled in 7 seconds. 50 already precompiled. ┌ Warning: `ustrip(A::AbstractArray{T}) where T <: Number` is deprecated, use `ustrip.(A)` instead. │ caller = ustrip at utils.jl:98 [inlined] └ @ Core ~/.julia/packages/Unitful/GMTL8/src/utils.jl:98 ┌ Warning: `ustrip(A::AbstractArray{T}) where T <: Number` is deprecated, use `ustrip.(A)` instead. │ caller = _eigen(M::StaticArraysCore.SMatrix{2, 2, Float64, 4}) at InterferometricModels.jl:32 └ @ Core ~/.julia/packages/InterferometricModels/nbe9Z/src/InterferometricModels.jl:32 ┌ Warning: `ustrip(A::AbstractArray{T}) where T <: Number` is deprecated, use `ustrip.(A)` instead. │ caller = _eigen(M::StaticArraysCore.SMatrix{2, 2, Unitful.Quantity{Float64, NoDims, Unitful.FreeUnits{(rad^2,), NoDims, nothing}}, 4}) at InterferometricModels.jl:32 └ @ Core ~/.julia/packages/InterferometricModels/nbe9Z/src/InterferometricModels.jl:32 Precompiling packages... 1617.0 ms ✓ HostCPUFeatures 10511.6 ms ✓ Distributions 17260.6 ms ✓ VectorizationBase 5595.3 ms ✓ SLEEFPirates 15215.1 ms ✓ MonteCarloMeasurements 5 dependencies successfully precompiled in 51 seconds. 70 already precompiled. 1 dependency had output during precompilation: ┌ VectorizationBase │ WARNING: Constructor for type "Int16" was extended in `VectorizationBase` without explicit qualification or import. │ NOTE: Assumed "Int16" refers to `Base.Int16`. This behavior is deprecated and may differ in future versions. │ NOTE: This behavior may have differed in Julia versions prior to 1.12. │ Hint: If you intended to create a new generic function of the same name, use `function Int16 end`. │ Hint: To silence the warning, qualify `Int16` as `Base.Int16` in the method signature or explicitly `import Base: Int16`. │ WARNING: Constructor for type "Int64" was extended in `VectorizationBase` without explicit qualification or import. │ NOTE: Assumed "Int64" refers to `Base.Int64`. This behavior is deprecated and may differ in future versions. │ NOTE: This behavior may have differed in Julia versions prior to 1.12. │ Hint: If you intended to create a new generic function of the same name, use `function Int64 end`. │ Hint: To silence the warning, qualify `Int64` as `Base.Int64` in the method signature or explicitly `import Base: Int64`. │ WARNING: Constructor for type "Int32" was extended in `VectorizationBase` without explicit qualification or import. │ NOTE: Assumed "Int32" refers to `Base.Int32`. This behavior is deprecated and may differ in future versions. │ NOTE: This behavior may have differed in Julia versions prior to 1.12. │ Hint: If you intended to create a new generic function of the same name, use `function Int32 end`. │ Hint: To silence the warning, qualify `Int32` as `Base.Int32` in the method signature or explicitly `import Base: Int32`. │ WARNING: Constructor for type "UInt8" was extended in `VectorizationBase` without explicit qualification or import. │ NOTE: Assumed "UInt8" refers to `Base.UInt8`. This behavior is deprecated and may differ in future versions. │ NOTE: This behavior may have differed in Julia versions prior to 1.12. │ Hint: If you intended to create a new generic function of the same name, use `function UInt8 end`. │ Hint: To silence the warning, qualify `UInt8` as `Base.UInt8` in the method signature or explicitly `import Base: UInt8`. │ WARNING: Constructor for type "UInt16" was extended in `VectorizationBase` without explicit qualification or import. │ NOTE: Assumed "UInt16" refers to `Base.UInt16`. This behavior is deprecated and may differ in future versions. │ NOTE: This behavior may have differed in Julia versions prior to 1.12. │ Hint: If you intended to create a new generic function of the same name, use `function UInt16 end`. │ Hint: To silence the warning, qualify `UInt16` as `Base.UInt16` in the method signature or explicitly `import Base: UInt16`. │ WARNING: Constructor for type "Float32" was extended in `VectorizationBase` without explicit qualification or import. │ NOTE: Assumed "Float32" refers to `Base.Float32`. This behavior is deprecated and may differ in future versions. │ NOTE: This behavior may have differed in Julia versions prior to 1.12. │ Hint: If you intended to create a new generic function of the same name, use `function Float32 end`. │ Hint: To silence the warning, qualify `Float32` as `Base.Float32` in the method signature or explicitly `import Base: Float32`. │ WARNING: Constructor for type "UInt64" was extended in `VectorizationBase` without explicit qualification or import. │ NOTE: Assumed "UInt64" refers to `Base.UInt64`. This behavior is deprecated and may differ in future versions. │ NOTE: This behavior may have differed in Julia versions prior to 1.12. │ Hint: If you intended to create a new generic function of the same name, use `function UInt64 end`. │ Hint: To silence the warning, qualify `UInt64` as `Base.UInt64` in the method signature or explicitly `import Base: UInt64`. │ WARNING: Constructor for type "Bool" was extended in `VectorizationBase` without explicit qualification or import. │ NOTE: Assumed "Bool" refers to `Base.Bool`. This behavior is deprecated and may differ in future versions. │ NOTE: This behavior may have differed in Julia versions prior to 1.12. │ Hint: If you intended to create a new generic function of the same name, use `function Bool end`. │ Hint: To silence the warning, qualify `Bool` as `Base.Bool` in the method signature or explicitly `import Base: Bool`. │ WARNING: Constructor for type "Int8" was extended in `VectorizationBase` without explicit qualification or import. │ NOTE: Assumed "Int8" refers to `Base.Int8`. This behavior is deprecated and may differ in future versions. │ NOTE: This behavior may have differed in Julia versions prior to 1.12. │ Hint: If you intended to create a new generic function of the same name, use `function Int8 end`. │ Hint: To silence the warning, qualify `Int8` as `Base.Int8` in the method signature or explicitly `import Base: Int8`. │ WARNING: Constructor for type "Float64" was extended in `VectorizationBase` without explicit qualification or import. │ NOTE: Assumed "Float64" refers to `Base.Float64`. This behavior is deprecated and may differ in future versions. │ NOTE: This behavior may have differed in Julia versions prior to 1.12. │ Hint: If you intended to create a new generic function of the same name, use `function Float64 end`. │ Hint: To silence the warning, qualify `Float64` as `Base.Float64` in the method signature or explicitly `import Base: Float64`. │ WARNING: Constructor for type "UInt32" was extended in `VectorizationBase` without explicit qualification or import. │ NOTE: Assumed "UInt32" refers to `Base.UInt32`. This behavior is deprecated and may differ in future versions. │ NOTE: This behavior may have differed in Julia versions prior to 1.12. │ Hint: If you intended to create a new generic function of the same name, use `function UInt32 end`. │ Hint: To silence the warning, qualify `UInt32` as `Base.UInt32` in the method signature or explicitly `import Base: UInt32`. │ WARNING: Constructor for type "Float16" was extended in `VectorizationBase` without explicit qualification or import. │ NOTE: Assumed "Float16" refers to `Base.Float16`. This behavior is deprecated and may differ in future versions. │ NOTE: This behavior may have differed in Julia versions prior to 1.12. │ Hint: If you intended to create a new generic function of the same name, use `function Float16 end`. │ Hint: To silence the warning, qualify `Float16` as `Base.Float16` in the method signature or explicitly `import Base: Float16`. └ Precompiling packages... 3265.9 ms ✓ AccessorsExtra → StatsBaseExt 5935.9 ms ✓ AxisKeys → StatsBaseExt 2 dependencies successfully precompiled in 10 seconds. 75 already precompiled. Precompiling packages... 1190.3 ms ✓ StatsFuns → StatsFunsInverseFunctionsExt 1 dependency successfully precompiled in 1 seconds. 20 already precompiled. Precompiling packages... 4148.2 ms ✓ AccessorsExtra → DistributionsExt 1 dependency successfully precompiled in 5 seconds. 63 already precompiled. Precompiling packages... 4001.0 ms ✓ Distributions → DistributionsTestExt 1 dependency successfully precompiled in 4 seconds. 49 already precompiled. Precompiling packages... 4335.1 ms ✓ Uncertain 7399.3 ms ✓ MonteCarloMeasurements → UnitfulExt 1165.1 ms ✓ Uncertain → PrintfExt 5930.0 ms ✓ Uncertain → MonteCarloMeasurementsExt 2254.2 ms ✓ Uncertain → UnitfulExt 5 dependencies successfully precompiled in 22 seconds. 100 already precompiled. Precompiling packages... 1154.7 ms ✓ Uncertain → IntervalSetsExt 1 dependency successfully precompiled in 1 seconds. 18 already precompiled. WARNING: llvmcall with integer pointers is deprecated. Use actual pointers instead, replacing i32 or i64 with i8* or ptr in visibility(Any, StaticArraysCore.StaticArray{Tuple{2}, T, 1} where T) at /home/pkgeval/.julia/packages/InterferometricModels/nbe9Z/src/models.jl Precompiling packages... 1853.5 ms ✓ GridInterpolations 1530.3 ms ✓ CFITSIO_jll 3978.5 ms ✓ PolarizedTypes ✗ DimensionalData 4133.2 ms ✓ SpecialFunctions → SpecialFunctionsChainRulesCoreExt 8951.6 ms ✓ ForwardDiff 32889.4 ms ✓ NFFT 1933.6 ms ✓ CFITSIO ✗ ComradeBase 3768.3 ms ✓ ForwardDiff → ForwardDiffStaticArraysExt 2211.1 ms ✓ FITSIO ✗ ComradeBase → ComradeBaseAdaptExt Info Given VLBISkyModels was explicitly requested, output will be shown live  ERROR: LoadError: UndefVarError: `X` not defined in `DimensionalData.Dimensions` Suggestion: define the const at top-level before running function that uses it (stricter Julia v1.12+ rule). Note: the binding state changed since the error occurred (was: 11, now: 0). Hint: a global variable of this name also exists in DimensionalData.Dimensions.  - Also exported by DimensionalData (loaded but not imported in Main). Stacktrace:  [1] #s91#96  @ ~/.julia/packages/DimensionalData/KlTtO/src/Lookups/utils.jl:78 [inlined]  [2] var"#s91#96"(T::Any, ::Any, ::Any)  @ DimensionalData.Dimensions.Lookups ./none:0  [3] (::Core.GeneratedFunctionStub)(::UInt64, ::Method, ::Any, ::Vararg{Any})  @ Base ./expr.jl:1811  [4] basetypeof  @ ~/.julia/packages/DimensionalData/KlTtO/src/Lookups/utils.jl:73 [inlined]  [5] _format(dim::DimensionalData.Dimensions.X{Vector{Symbol}}, axis::Base.OneTo{Int64})  @ DimensionalData.Dimensions ~/.julia/packages/DimensionalData/KlTtO/src/Dimensions/format.jl:58  [6] map  @ ./tuple.jl:383 [inlined]  [7] format(dims::Tuple{DimensionalData.Dimensions.X{Vector{Symbol}}, DimensionalData.Dimensions.Y{StepRangeLen{Float64, Base.TwicePrecision{Float64}, Base.TwicePrecision{Float64}, Int64}}}, axes::Tuple{Base.OneTo{Int64}, Base.OneTo{Int64}})  @ DimensionalData.Dimensions ~/.julia/packages/DimensionalData/KlTtO/src/Dimensions/format.jl:40  [8] format  @ ~/.julia/packages/DimensionalData/KlTtO/src/Dimensions/format.jl:34 [inlined]  [9] DimensionalData.DimArray(data::Matrix{Float64}, dims::Tuple{DimensionalData.Dimensions.X{Vector{Symbol}}, DimensionalData.Dimensions.Y{StepRangeLen{Float64, Base.TwicePrecision{Float64}, Base.TwicePrecision{Float64}, Int64}}}; refdims::Tuple{}, name::DimensionalData.NoName, metadata::DimensionalData.Dimensions.Lookups.NoMetadata)  @ DimensionalData ~/.julia/packages/DimensionalData/KlTtO/src/array/array.jl:455  [10] DimArray  @ ~/.julia/packages/DimensionalData/KlTtO/src/array/array.jl:452 [inlined]  [11] zeros(::Type{Float64}, dims::Tuple{DimensionalData.Dimensions.X{Vector{Symbol}}, DimensionalData.Dimensions.Y{StepRangeLen{Float64, Base.TwicePrecision{Float64}, Base.TwicePrecision{Float64}, Int64}}}; kw::@Kwargs{})  @ DimensionalData ~/.julia/packages/DimensionalData/KlTtO/src/array/array.jl:706  [12] zeros  @ ~/.julia/packages/DimensionalData/KlTtO/src/array/array.jl:704 [inlined]  [13] zeros  @ ~/.julia/packages/DimensionalData/KlTtO/src/array/array.jl:687 [inlined]  [14] zeros(dim1::DimensionalData.Dimensions.X{Vector{Symbol}}, dims::DimensionalData.Dimensions.Y{StepRangeLen{Float64, Base.TwicePrecision{Float64}, Base.TwicePrecision{Float64}, Int64}})  @ DimensionalData ~/.julia/packages/DimensionalData/KlTtO/src/array/array.jl:686  [15] macro expansion  @ ~/.julia/packages/DimensionalData/KlTtO/src/precompile.jl:7 [inlined]  [16] macro expansion  @ ~/.julia/packages/PrecompileTools/Z8SWe/src/workloads.jl:73 [inlined]  [17] top-level scope  @ ~/.julia/packages/DimensionalData/KlTtO/src/precompile.jl:85  [18] include(mapexpr::Function, mod::Module, _path::String)  @ Base ./Base.jl:310  [19] top-level scope  @ ~/.julia/packages/DimensionalData/KlTtO/src/DimensionalData.jl:120  [20] include(mod::Module, _path::String)  @ Base ./Base.jl:309  [21] 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:3000  [22] top-level scope  @ stdin:5  [23] eval(m::Module, e::Any)  @ Core ./boot.jl:489  [24] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:2846  [25] include_string  @ ./loading.jl:2856 [inlined]  [26] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:322  [27] _start()  @ Base ./client.jl:557 in expression starting at /home/pkgeval/.julia/packages/DimensionalData/KlTtO/src/precompile.jl:1 in expression starting at /home/pkgeval/.julia/packages/DimensionalData/KlTtO/src/DimensionalData.jl:1 in expression starting at stdin:5 ERROR: LoadError: Failed to precompile DimensionalData [0703355e-b756-11e9-17c0-8b28908087d0] to "/home/pkgeval/.julia/compiled/v1.13/DimensionalData/jl_rqiXCb" (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, reasons::Dict{String, Int64}, loadable_exts::Nothing)  @ Base ./loading.jl:3287  [3] (::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId})()  @ Base ./loading.jl:2652  [4] mkpidlock(f::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId}, 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  [5] #mkpidlock#7  @ /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:89 [inlined]  [6] trymkpidlock(::Function, ::Vararg{Any}; kwargs::@Kwargs{stale_age::Int64})  @ FileWatching.Pidfile /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:115  [7] #invokelatest_gr#233  @ ./reflection.jl:1282 [inlined]  [8] invokelatest_gr  @ ./reflection.jl:1274 [inlined]  [9] maybe_cachefile_lock(f::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId}, pkg::Base.PkgId, srcpath::String; stale_age::Int64)  @ Base ./loading.jl:3858  [10] maybe_cachefile_lock  @ ./loading.jl:3855 [inlined]  [11] __require_prelocked(pkg::Base.PkgId, env::String)  @ Base ./loading.jl:2638  [12] _require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base ./loading.jl:2466  [13] macro expansion  @ ./loading.jl:2394 [inlined]  [14] macro expansion  @ ./lock.jl:376 [inlined]  [15] __require(into::Module, mod::Symbol)  @ Base ./loading.jl:2359  [16] require  @ ./loading.jl:2335 [inlined]  [17] eval_import_path  @ ./module.jl:36 [inlined]  [18] eval_import_path_all(at::Module, path::Expr, keyword::String)  @ Base ./module.jl:60  [19] _eval_using(to::Module, path::Expr)  @ Base ./module.jl:137  [20] top-level scope  @ ~/.julia/packages/ComradeBase/fQVUc/src/ComradeBase.jl:5  [21] include(mod::Module, _path::String)  @ Base ./Base.jl:309  [22] 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:3000  [23] top-level scope  @ stdin:5  [24] eval(m::Module, e::Any)  @ Core ./boot.jl:489  [25] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:2846  [26] include_string  @ ./loading.jl:2856 [inlined]  [27] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:322  [28] _start()  @ Base ./client.jl:557 in expression starting at /home/pkgeval/.julia/packages/ComradeBase/fQVUc/src/ComradeBase.jl:1 in expression starting at stdin:5 ERROR: LoadError: Failed to precompile ComradeBase [6d8c423b-a35f-4ef1-850c-862fe21f82c4] to "/home/pkgeval/.julia/compiled/v1.13/ComradeBase/jl_KfrHKG" (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, reasons::Dict{String, Int64}, loadable_exts::Nothing)  @ Base ./loading.jl:3287  [3] (::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId})()  @ Base ./loading.jl:2652  [4] mkpidlock(f::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId}, 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  [5] #mkpidlock#7  @ /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:89 [inlined]  [6] trymkpidlock(::Function, ::Vararg{Any}; kwargs::@Kwargs{stale_age::Int64})  @ FileWatching.Pidfile /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:115  [7] #invokelatest_gr#233  @ ./reflection.jl:1282 [inlined]  [8] invokelatest_gr  @ ./reflection.jl:1274 [inlined]  [9] maybe_cachefile_lock(f::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId}, pkg::Base.PkgId, srcpath::String; stale_age::Int64)  @ Base ./loading.jl:3858  [10] maybe_cachefile_lock  @ ./loading.jl:3855 [inlined]  [11] __require_prelocked(pkg::Base.PkgId, env::String)  @ Base ./loading.jl:2638  [12] _require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base ./loading.jl:2466  [13] macro expansion  @ ./loading.jl:2394 [inlined]  [14] macro expansion  @ ./lock.jl:376 [inlined]  [15] __require(into::Module, mod::Symbol)  @ Base ./loading.jl:2359  [16] require  @ ./loading.jl:2335 [inlined]  [17] eval_import_path  @ ./module.jl:36 [inlined]  [18] eval_import_path_all(at::Module, path::Expr, keyword::String)  @ Base ./module.jl:60  [19] _eval_using(to::Module, path::Expr)  @ Base ./module.jl:137  [20] top-level scope  @ ~/.julia/packages/VLBISkyModels/Kne4j/src/VLBISkyModels.jl:28  [21] include(mod::Module, _path::String)  @ Base ./Base.jl:309  [22] 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:3000  [23] top-level scope  @ stdin:5  [24] eval(m::Module, e::Any)  @ Core ./boot.jl:489  [25] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:2846  [26] include_string  @ ./loading.jl:2856 [inlined]  [27] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:322  [28] _start()  @ Base ./client.jl:557 in expression starting at /home/pkgeval/.julia/packages/VLBISkyModels/Kne4j/src/VLBISkyModels.jl:1 in expression starting at stdin:5 ✗ VLBISkyModels 9 dependencies successfully precompiled in 203 seconds. 147 already precompiled. ERROR: LoadError: The following 1 direct dependency failed to precompile: VLBISkyModels Failed to precompile VLBISkyModels [d6343c73-7174-4e0f-bb64-562643efbeca] to "/home/pkgeval/.julia/compiled/v1.13/VLBISkyModels/jl_SrIdGf" (ProcessExited(1)). ERROR: LoadError: UndefVarError: `X` not defined in `DimensionalData.Dimensions` Suggestion: define the const at top-level before running function that uses it (stricter Julia v1.12+ rule). Note: the binding state changed since the error occurred (was: 11, now: 0). Hint: a global variable of this name also exists in DimensionalData.Dimensions. - Also exported by DimensionalData (loaded but not imported in Main). Stacktrace: [1] #s91#96 @ ~/.julia/packages/DimensionalData/KlTtO/src/Lookups/utils.jl:78 [inlined] [2] var"#s91#96"(T::Any, ::Any, ::Any) @ DimensionalData.Dimensions.Lookups ./none:0 [3] (::Core.GeneratedFunctionStub)(::UInt64, ::Method, ::Any, ::Vararg{Any}) @ Base ./expr.jl:1811 [4] basetypeof @ ~/.julia/packages/DimensionalData/KlTtO/src/Lookups/utils.jl:73 [inlined] [5] _format(dim::DimensionalData.Dimensions.X{Vector{Symbol}}, axis::Base.OneTo{Int64}) @ DimensionalData.Dimensions ~/.julia/packages/DimensionalData/KlTtO/src/Dimensions/format.jl:58 [6] map @ ./tuple.jl:383 [inlined] [7] format(dims::Tuple{DimensionalData.Dimensions.X{Vector{Symbol}}, DimensionalData.Dimensions.Y{StepRangeLen{Float64, Base.TwicePrecision{Float64}, Base.TwicePrecision{Float64}, Int64}}}, axes::Tuple{Base.OneTo{Int64}, Base.OneTo{Int64}}) @ DimensionalData.Dimensions ~/.julia/packages/DimensionalData/KlTtO/src/Dimensions/format.jl:40 [8] format @ ~/.julia/packages/DimensionalData/KlTtO/src/Dimensions/format.jl:34 [inlined] [9] DimensionalData.DimArray(data::Matrix{Float64}, dims::Tuple{DimensionalData.Dimensions.X{Vector{Symbol}}, DimensionalData.Dimensions.Y{StepRangeLen{Float64, Base.TwicePrecision{Float64}, Base.TwicePrecision{Float64}, Int64}}}; refdims::Tuple{}, name::DimensionalData.NoName, metadata::DimensionalData.Dimensions.Lookups.NoMetadata) @ DimensionalData ~/.julia/packages/DimensionalData/KlTtO/src/array/array.jl:455 [10] DimArray @ ~/.julia/packages/DimensionalData/KlTtO/src/array/array.jl:452 [inlined] [11] zeros(::Type{Float64}, dims::Tuple{DimensionalData.Dimensions.X{Vector{Symbol}}, DimensionalData.Dimensions.Y{StepRangeLen{Float64, Base.TwicePrecision{Float64}, Base.TwicePrecision{Float64}, Int64}}}; kw::@Kwargs{}) @ DimensionalData ~/.julia/packages/DimensionalData/KlTtO/src/array/array.jl:706 [12] zeros @ ~/.julia/packages/DimensionalData/KlTtO/src/array/array.jl:704 [inlined] [13] zeros @ ~/.julia/packages/DimensionalData/KlTtO/src/array/array.jl:687 [inlined] [14] zeros(dim1::DimensionalData.Dimensions.X{Vector{Symbol}}, dims::DimensionalData.Dimensions.Y{StepRangeLen{Float64, Base.TwicePrecision{Float64}, Base.TwicePrecision{Float64}, Int64}}) @ DimensionalData ~/.julia/packages/DimensionalData/KlTtO/src/array/array.jl:686 [15] macro expansion @ ~/.julia/packages/DimensionalData/KlTtO/src/precompile.jl:7 [inlined] [16] macro expansion @ ~/.julia/packages/PrecompileTools/Z8SWe/src/workloads.jl:73 [inlined] [17] top-level scope @ ~/.julia/packages/DimensionalData/KlTtO/src/precompile.jl:85 [18] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:310 [19] top-level scope @ ~/.julia/packages/DimensionalData/KlTtO/src/DimensionalData.jl:120 [20] include(mod::Module, _path::String) @ Base ./Base.jl:309 [21] 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:3000 [22] top-level scope @ stdin:5 [23] eval(m::Module, e::Any) @ Core ./boot.jl:489 [24] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) @ Base ./loading.jl:2846 [25] include_string @ ./loading.jl:2856 [inlined] [26] exec_options(opts::Base.JLOptions) @ Base ./client.jl:322 [27] _start() @ Base ./client.jl:557 in expression starting at /home/pkgeval/.julia/packages/DimensionalData/KlTtO/src/precompile.jl:1 in expression starting at /home/pkgeval/.julia/packages/DimensionalData/KlTtO/src/DimensionalData.jl:1 in expression starting at stdin:5 ERROR: LoadError: Failed to precompile DimensionalData [0703355e-b756-11e9-17c0-8b28908087d0] to "/home/pkgeval/.julia/compiled/v1.13/DimensionalData/jl_rqiXCb" (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, reasons::Dict{String, Int64}, loadable_exts::Nothing) @ Base ./loading.jl:3287 [3] (::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId})() @ Base ./loading.jl:2652 [4] mkpidlock(f::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId}, 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 [5] #mkpidlock#7 @ /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:89 [inlined] [6] trymkpidlock(::Function, ::Vararg{Any}; kwargs::@Kwargs{stale_age::Int64}) @ FileWatching.Pidfile /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:115 [7] #invokelatest_gr#233 @ ./reflection.jl:1282 [inlined] [8] invokelatest_gr @ ./reflection.jl:1274 [inlined] [9] maybe_cachefile_lock(f::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId}, pkg::Base.PkgId, srcpath::String; stale_age::Int64) @ Base ./loading.jl:3858 [10] maybe_cachefile_lock @ ./loading.jl:3855 [inlined] [11] __require_prelocked(pkg::Base.PkgId, env::String) @ Base ./loading.jl:2638 [12] _require_prelocked(uuidkey::Base.PkgId, env::String) @ Base ./loading.jl:2466 [13] macro expansion @ ./loading.jl:2394 [inlined] [14] macro expansion @ ./lock.jl:376 [inlined] [15] __require(into::Module, mod::Symbol) @ Base ./loading.jl:2359 [16] require @ ./loading.jl:2335 [inlined] [17] eval_import_path @ ./module.jl:36 [inlined] [18] eval_import_path_all(at::Module, path::Expr, keyword::String) @ Base ./module.jl:60 [19] _eval_using(to::Module, path::Expr) @ Base ./module.jl:137 [20] top-level scope @ ~/.julia/packages/ComradeBase/fQVUc/src/ComradeBase.jl:5 [21] include(mod::Module, _path::String) @ Base ./Base.jl:309 [22] 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:3000 [23] top-level scope @ stdin:5 [24] eval(m::Module, e::Any) @ Core ./boot.jl:489 [25] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) @ Base ./loading.jl:2846 [26] include_string @ ./loading.jl:2856 [inlined] [27] exec_options(opts::Base.JLOptions) @ Base ./client.jl:322 [28] _start() @ Base ./client.jl:557 in expression starting at /home/pkgeval/.julia/packages/ComradeBase/fQVUc/src/ComradeBase.jl:1 in expression starting at stdin:5 ERROR: LoadError: Failed to precompile ComradeBase [6d8c423b-a35f-4ef1-850c-862fe21f82c4] to "/home/pkgeval/.julia/compiled/v1.13/ComradeBase/jl_KfrHKG" (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, reasons::Dict{String, Int64}, loadable_exts::Nothing) @ Base ./loading.jl:3287 [3] (::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId})() @ Base ./loading.jl:2652 [4] mkpidlock(f::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId}, 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 [5] #mkpidlock#7 @ /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:89 [inlined] [6] trymkpidlock(::Function, ::Vararg{Any}; kwargs::@Kwargs{stale_age::Int64}) @ FileWatching.Pidfile /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:115 [7] #invokelatest_gr#233 @ ./reflection.jl:1282 [inlined] [8] invokelatest_gr @ ./reflection.jl:1274 [inlined] [9] maybe_cachefile_lock(f::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId}, pkg::Base.PkgId, srcpath::String; stale_age::Int64) @ Base ./loading.jl:3858 [10] maybe_cachefile_lock @ ./loading.jl:3855 [inlined] [11] __require_prelocked(pkg::Base.PkgId, env::String) @ Base ./loading.jl:2638 [12] _require_prelocked(uuidkey::Base.PkgId, env::String) @ Base ./loading.jl:2466 [13] macro expansion @ ./loading.jl:2394 [inlined] [14] macro expansion @ ./lock.jl:376 [inlined] [15] __require(into::Module, mod::Symbol) @ Base ./loading.jl:2359 [16] require @ ./loading.jl:2335 [inlined] [17] eval_import_path @ ./module.jl:36 [inlined] [18] eval_import_path_all(at::Module, path::Expr, keyword::String) @ Base ./module.jl:60 [19] _eval_using(to::Module, path::Expr) @ Base ./module.jl:137 [20] top-level scope @ ~/.julia/packages/VLBISkyModels/Kne4j/src/VLBISkyModels.jl:28 [21] include(mod::Module, _path::String) @ Base ./Base.jl:309 [22] 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:3000 [23] top-level scope @ stdin:5 [24] eval(m::Module, e::Any) @ Core ./boot.jl:489 [25] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) @ Base ./loading.jl:2846 [26] include_string @ ./loading.jl:2856 [inlined] [27] exec_options(opts::Base.JLOptions) @ Base ./client.jl:322 [28] _start() @ Base ./client.jl:557 in expression starting at /home/pkgeval/.julia/packages/VLBISkyModels/Kne4j/src/VLBISkyModels.jl:1 in expression starting at stdin: in expression starting at /home/pkgeval/.julia/packages/InterferometricModels/nbe9Z/test/runtests.jl:527 in expression starting at /home/pkgeval/.julia/packages/InterferometricModels/nbe9Z/test/runtests.jl:3 Testing failed after 510.41s ERROR: LoadError: Package InterferometricModels errored during testing Stacktrace: [1] pkgerror(msg::String) @ Pkg.Types /opt/julia/share/julia/stdlib/v1.13/Pkg/src/Types.jl:68 [2] test(ctx::Pkg.Types.Context, pkgs::Vector{PackageSpec}; coverage::Bool, julia_args::Cmd, test_args::Cmd, test_fn::Nothing, force_latest_compatible_version::Bool, allow_earlier_backwards_compatible_versions::Bool, allow_reresolve::Bool) @ Pkg.Operations /opt/julia/share/julia/stdlib/v1.13/Pkg/src/Operations.jl:2423 [3] test @ /opt/julia/share/julia/stdlib/v1.13/Pkg/src/Operations.jl:2278 [inlined] [4] test(ctx::Pkg.Types.Context, pkgs::Vector{PackageSpec}; coverage::Bool, test_fn::Nothing, julia_args::Cmd, test_args::Cmd, force_latest_compatible_version::Bool, allow_earlier_backwards_compatible_versions::Bool, allow_reresolve::Bool, kwargs::@Kwargs{io::IOContext{IO}}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:500 [5] test(pkgs::Vector{PackageSpec}; io::IOContext{IO}, kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:164 [6] test(pkgs::Vector{String}; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:152 [7] test @ /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:152 [inlined] [8] #test#81 @ /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:151 [inlined] [9] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:219 [10] include(mod::Module, _path::String) @ Base ./Base.jl:309 [11] exec_options(opts::Base.JLOptions) @ Base ./client.jl:324 [12] _start() @ Base ./client.jl:557 in expression starting at /PkgEval.jl/scripts/evaluate.jl:210 PkgEval failed after 843.19s: package fails to precompile