Package evaluation to test PhyloModels on Julia 1.14.0-DEV.2226 (797a5ef2b0*) started at 2026-05-24T00:18:46.107 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 17.03s ################################################################################ # Installation # Installing PhyloModels... Resolving package versions... Installed OrderedCollections ── v1.8.1 Installed RecipesBase ───────── v1.3.4 Installed DataAPI ───────────── v1.16.0 Installed StatsBase ─────────── v0.33.21 Installed PhyloTrees ────────── v0.11.1 Installed Compat ────────────── v4.18.1 Installed DataStructures ────── v0.18.22 Installed Statistics ────────── v1.11.1 Installed StatsAPI ──────────── v1.8.0 Installed GeneticBitArrays ──── v0.3.2 Installed PrecompileTools ───── v1.3.4 Installed StaticArraysCore ──── v1.4.4 Installed IrrationalConstants ─ v0.2.6 Installed PhyloModels ───────── v0.3.4 Installed BioSymbols ────────── v5.2.0 Installed SubstitutionModels ── v0.5.0 Installed StaticArrays ──────── v1.9.18 Installed LogExpFunctions ───── v0.3.29 Installed Missings ──────────── v1.2.0 Installed DocStringExtensions ─ v0.9.5 Installed Preferences ───────── v1.5.2 Installed SortingAlgorithms ─── v1.2.2 Updating `~/.julia/environments/v1.14/Project.toml` [6465ae08] + PhyloModels v0.3.4 Updating `~/.julia/environments/v1.14/Manifest.toml` [3c28c6f8] + BioSymbols v5.2.0 [34da2185] + Compat v4.18.1 [9a962f9c] + DataAPI v1.16.0 ⌅ [864edb3b] + DataStructures v0.18.22 [ffbed154] + DocStringExtensions v0.9.5 [5d6f8c34] + GeneticBitArrays v0.3.2 [92d709cd] + IrrationalConstants v0.2.6 [2ab3a3ac] + LogExpFunctions v0.3.29 [e1d29d7a] + Missings v1.2.0 [bac558e1] + OrderedCollections v1.8.1 [6465ae08] + PhyloModels v0.3.4 [4c47b132] + PhyloTrees v0.11.1 [aea7be01] + PrecompileTools v1.3.4 [21216c6a] + Preferences v1.5.2 [3cdcf5f2] + RecipesBase v1.3.4 [a2af1166] + SortingAlgorithms v1.2.2 [90137ffa] + StaticArrays v1.9.18 [1e83bf80] + StaticArraysCore v1.4.4 [10745b16] + Statistics v1.11.1 [82ae8749] + StatsAPI v1.8.0 ⌅ [2913bbd2] + StatsBase v0.33.21 [8365b1bb] + SubstitutionModels v0.5.0 [56f22d72] + Artifacts v1.11.0 [2a0f44e3] + Base64 v1.11.0 [ade2ca70] + Dates v1.11.0 [b77e0a4c] + InteractiveUtils v1.11.0 [ac6e5ff7] + JuliaSyntaxHighlighting v1.13.0 [8f399da3] + Libdl v1.11.0 [37e2e46d] + LinearAlgebra v1.13.0 [d6f4376e] + Markdown v1.11.0 [de0858da] + Printf v1.11.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v1.13.0 [9e88b42a] + Serialization v1.11.0 [2f01184e] + SparseArrays v1.13.0 [f489334b] + StyledStrings v1.13.0 [fa267f1f] + TOML v1.0.3 [cf7118a7] + UUIDs v1.11.0 [4ec0a83e] + Unicode v1.11.0 [e66e0078] + CompilerSupportLibraries_jll v1.5.1+0 [4536629a] + OpenBLAS_jll v0.3.33+0 [bea87d4a] + SuiteSparse_jll v7.10.1+0 [8e850b90] + libblastrampoline_jll v5.15.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 2.21s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling project... 5.2 s ✓ TestEnv 1 dependency successfully precompiled in 5 seconds. 27 already precompiled. Precompiling package dependencies... Precompiling project... 0.9 s ✓ StaticArraysCore 0.6 s ✓ StatsAPI 1.1 s ✓ DocStringExtensions 148.7 s ✓ OrderedCollections 0.9 s ✓ DataAPI 0.9 s ✓ Statistics 2.1 s ✓ IrrationalConstants 2.2 s ✓ Preferences 1.2 s ✓ Compat 63.1 s ✓ Missings 40.0 s ✓ Statistics → SparseArraysExt 1.8 s ✓ LogExpFunctions 2.5 s ✓ PrecompileTools 0.8 s ✓ Compat → CompatLinearAlgebraExt 4.1 s ✓ RecipesBase 303.4 s ✓ StaticArrays 111.4 s ✓ BioSymbols 300.3 s ✓ DataStructures ERROR: LoadError: UndefVarError: `changeheight!` not defined in `PhyloTrees` Suggestion: check for spelling errors or missing imports. Stacktrace:  [1] top-level scope  @ ~/.julia/packages/PhyloTrees/6N2OD/src/construction.jl:1  [2] include(mapexpr::Function, mod::Module, _path::String)  @ Base ./Base.jl:327  [3] top-level scope  @ ~/.julia/packages/PhyloTrees/6N2OD/src/PhyloTrees.jl:66  [4] include(mod::Module, _path::String)  @ Base ./Base.jl:326  [5] 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  [6] top-level scope  @ stdin:5  [7] eval(m::Module, e::Any)  @ Core ./boot.jl:517  [8] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3113  [9] push!(a::Vector{SubString{String}}, item::String)  @ Base ./loading.jl:3123 [inlined]  [10] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:353  [11] _start()  @ Base ./client.jl:596 in expression starting at /home/pkgeval/.julia/packages/PhyloTrees/6N2OD/src/construction.jl:1 in expression starting at /home/pkgeval/.julia/packages/PhyloTrees/6N2OD/src/PhyloTrees.jl:1 in expression starting at stdin:5 ✗ PhyloTrees 34.5 s ✓ StaticArrays → StaticArraysStatisticsExt ERROR: LoadError: TypeError: in typeassert, expected SubstitutionModels.F81, got a value of type typeof(mod) Stacktrace:  [1] top-level scope  @ ~/.julia/packages/SubstitutionModels/GIGot/src/nucleic_acid/f81/abstract.jl:3  [2] include(mapexpr::Function, mod::Module, _path::String)  @ Base ./Base.jl:327  [3] top-level scope  @ ~/.julia/packages/SubstitutionModels/GIGot/src/SubstitutionModels.jl:14  [4] include(mod::Module, _path::String)  @ Base ./Base.jl:326  [5] 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  [6] top-level scope  @ stdin:5  [7] eval(m::Module, e::Any)  @ Core ./boot.jl:517  [8] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3113  [9] push!(a::Vector{SubString{String}}, item::String)  @ Base ./loading.jl:3123 [inlined]  [10] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:353  [11] _start()  @ Base ./client.jl:596 in expression starting at /home/pkgeval/.julia/packages/SubstitutionModels/GIGot/src/nucleic_acid/f81/abstract.jl:3 in expression starting at /home/pkgeval/.julia/packages/SubstitutionModels/GIGot/src/SubstitutionModels.jl:1 in expression starting at stdin:5 ✗ SubstitutionModels 39.0 s ✓ SortingAlgorithms 202.8 s ✓ StatsBase ┌ Info: JuliaLowering threw given input: │ code = │ :(const _lookup(::Type{DNASeq}) = begin │ #= /home/pkgeval/.julia/packages/GeneticBitArrays/bDSbM/src/GeneticBitArrays.jl:74 =# │ _dnacharlookup │ 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__ │ [const] │ │ [=] │ │ [call] │ │ _lookup :: Identifier │ │ [::] │ │ [curly] │ │ Type :: Identifier │ │ DNASeq :: Identifier │ │ [block] │ │ _dnacharlookup :: 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 │ [const] │ │ [=] │ │ [call] │ │ _lookup :: Identifier │ scope_layer=1 │ [::] │ │ [curly] │ │ Type :: Identifier │ scope_layer=1 │ DNASeq :: Identifier │ scope_layer=1 │ [block] │ │ _dnacharlookup :: Identifier │ scope_layer=1 │ │ file = "/home/pkgeval/.julia/packages/GeneticBitArrays/bDSbM/src/GeneticBitArrays.jl" │ line = 74 └ mod = GeneticBitArrays ERROR: LoadError: internal lowering bug: #= /home/pkgeval/.julia/packages/GeneticBitArrays/bDSbM/src/GeneticBitArrays.jl:74 =# - `jl_assert(numchildren(ex) == 2, _)`: `::` must be written `value::type` outside function argument lists Expression:  (:: (curly Type DNASeq)) Containing expressions:  (const (function (call _lookup (:: (curly Type DNASeq))) (block _dnacharlookup)))  Detailed provenance:  (:: (curly Type DNASeq))  └─ (:: (curly Type DNASeq))  └─ (:: (curly Type DNASeq))  └─ @ /home/pkgeval/.julia/packages/GeneticBitArrays/bDSbM/src/GeneticBitArrays.jl:74  Stacktrace:  [1] Base.JuliaSyntax.SyntaxList(::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaSyntax /source/usr/share/julia/JuliaLowering/src/ast.jl:23 [inlined]  [2] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, docs::Nothing)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4182  [3] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4152  [4] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, exs::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4447  [5] _push_nodeid!(graph::Base.JuliaSyntax.SyntaxGraph{Dict{Symbol, Dict{Int64, Any}}}, ids::Vector{Int64}, val::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/ast.jl:355 [inlined]  [6] expand_call(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:1941  [7] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, docs::Nothing)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4156  [8] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4152  [9] expand_assignment(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, is_const::Bool)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:1275  [10] expand_const_decl(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:2253  [11] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, docs::Nothing)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4295  [12] Dict{Int64, Int64}()  @ Base /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4152 [inlined]  [13] expand_forms_2(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4469  [14] 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:30  [15] include(mod::Module, _path::String)  @ Base ./Base.jl:326  [16] 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  [17] top-level scope  @ stdin:5  [18] eval(m::Module, e::Any)  @ Core ./boot.jl:517  [19] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3113  [20] push!(a::Vector{SubString{String}}, item::String)  @ Base ./loading.jl:3123 [inlined]  [21] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:353  [22] _start()  @ Base ./client.jl:596 in expression starting at /home/pkgeval/.julia/packages/GeneticBitArrays/bDSbM/src/GeneticBitArrays.jl:1 in expression starting at stdin:5 ✗ GeneticBitArrays ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("4c47b132-0681-5a5d-b498-3afcf53fd314"), "PhyloTrees") 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/PhyloModels/IkE7p/src/PhyloModels.jl:3  [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/PhyloModels/IkE7p/src/PhyloModels.jl:1 in expression starting at stdin:5 ✗ PhyloModels 21 dependencies successfully precompiled in 1436 seconds. 15 already precompiled. Precompilation completed after 1461.62s ################################################################################ # Testing # Testing PhyloModels Status `/tmp/jl_P16FHO/Project.toml` [5d6f8c34] GeneticBitArrays v0.3.2 [6465ae08] PhyloModels v0.3.4 [4c47b132] PhyloTrees v0.11.1 [8365b1bb] SubstitutionModels v0.5.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_P16FHO/Manifest.toml` [3c28c6f8] BioSymbols v5.2.0 [34da2185] Compat v4.18.1 [9a962f9c] DataAPI v1.16.0 ⌅ [864edb3b] DataStructures v0.18.22 [ffbed154] DocStringExtensions v0.9.5 [5d6f8c34] GeneticBitArrays v0.3.2 [92d709cd] IrrationalConstants v0.2.6 [2ab3a3ac] LogExpFunctions v0.3.29 [e1d29d7a] Missings v1.2.0 [bac558e1] OrderedCollections v1.8.1 [6465ae08] PhyloModels v0.3.4 [4c47b132] PhyloTrees v0.11.1 [aea7be01] PrecompileTools v1.3.4 [21216c6a] Preferences v1.5.2 [3cdcf5f2] RecipesBase v1.3.4 [a2af1166] SortingAlgorithms v1.2.2 [90137ffa] StaticArrays v1.9.18 [1e83bf80] StaticArraysCore v1.4.4 [10745b16] Statistics v1.11.1 [82ae8749] StatsAPI v1.8.0 ⌅ [2913bbd2] StatsBase v0.33.21 [8365b1bb] SubstitutionModels v0.5.0 [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 v1.11.0 [ade2ca70] Dates v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.13.0 [8f399da3] Libdl v1.11.0 [37e2e46d] LinearAlgebra v1.13.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [de0858da] Printf v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v1.13.0 [9e88b42a] Serialization v1.11.0 [2f01184e] SparseArrays v1.13.0 [f489334b] StyledStrings v1.13.0 [fa267f1f] TOML v1.0.3 [8dfed614] Test v1.11.0 [cf7118a7] UUIDs v1.11.0 [4ec0a83e] Unicode v1.11.0 [e66e0078] CompilerSupportLibraries_jll v1.5.1+0 [4536629a] OpenBLAS_jll v0.3.33+0 [bea87d4a] SuiteSparse_jll v7.10.1+0 [8e850b90] libblastrampoline_jll v5.15.0+0 Info Packages marked with ⌅ have new versions available but compatibility constraints restrict them from upgrading. Testing Running tests... ERROR: LoadError: UndefVarError: `changeheight!` not defined in `PhyloTrees` Suggestion: check for spelling errors or missing imports. Stacktrace:  [1] top-level scope  @ ~/.julia/packages/PhyloTrees/6N2OD/src/construction.jl:1  [2] include(mapexpr::Function, mod::Module, _path::String)  @ Base ./Base.jl:327  [3] top-level scope  @ ~/.julia/packages/PhyloTrees/6N2OD/src/PhyloTrees.jl:66  [4] include(mod::Module, _path::String)  @ Base ./Base.jl:326  [5] 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  [6] top-level scope  @ stdin:5  [7] eval(m::Module, e::Any)  @ Core ./boot.jl:517  [8] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3113  [9] push!(a::Vector{SubString{String}}, item::String)  @ Base ./loading.jl:3123 [inlined]  [10] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:353  [11] _start()  @ Base ./client.jl:596 in expression starting at /home/pkgeval/.julia/packages/PhyloTrees/6N2OD/src/construction.jl:1 in expression starting at /home/pkgeval/.julia/packages/PhyloTrees/6N2OD/src/PhyloTrees.jl:1 in expression starting at stdin:5 ERROR: LoadError: TypeError: in typeassert, expected SubstitutionModels.F81, got a value of type typeof(mod) Stacktrace:  [1] top-level scope  @ ~/.julia/packages/SubstitutionModels/GIGot/src/nucleic_acid/f81/abstract.jl:3  [2] include(mapexpr::Function, mod::Module, _path::String)  @ Base ./Base.jl:327  [3] top-level scope  @ ~/.julia/packages/SubstitutionModels/GIGot/src/SubstitutionModels.jl:14  [4] include(mod::Module, _path::String)  @ Base ./Base.jl:326  [5] 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  [6] top-level scope  @ stdin:5  [7] eval(m::Module, e::Any)  @ Core ./boot.jl:517  [8] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3113  [9] push!(a::Vector{SubString{String}}, item::String)  @ Base ./loading.jl:3123 [inlined]  [10] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:353  [11] _start()  @ Base ./client.jl:596 in expression starting at /home/pkgeval/.julia/packages/SubstitutionModels/GIGot/src/nucleic_acid/f81/abstract.jl:3 in expression starting at /home/pkgeval/.julia/packages/SubstitutionModels/GIGot/src/SubstitutionModels.jl:1 in expression starting at stdin:5 ┌ Info: JuliaLowering threw given input: │ code = │ :(const _lookup(::Type{DNASeq}) = begin │ #= /home/pkgeval/.julia/packages/GeneticBitArrays/bDSbM/src/GeneticBitArrays.jl:74 =# │ _dnacharlookup │ 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__ │ [const] │ │ [=] │ │ [call] │ │ _lookup :: Identifier │ │ [::] │ │ [curly] │ │ Type :: Identifier │ │ DNASeq :: Identifier │ │ [block] │ │ _dnacharlookup :: 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 │ [const] │ │ [=] │ │ [call] │ │ _lookup :: Identifier │ scope_layer=1 │ [::] │ │ [curly] │ │ Type :: Identifier │ scope_layer=1 │ DNASeq :: Identifier │ scope_layer=1 │ [block] │ │ _dnacharlookup :: Identifier │ scope_layer=1 │ │ file = "/home/pkgeval/.julia/packages/GeneticBitArrays/bDSbM/src/GeneticBitArrays.jl" │ line = 74 └ mod = GeneticBitArrays ERROR: LoadError: internal lowering bug: #= /home/pkgeval/.julia/packages/GeneticBitArrays/bDSbM/src/GeneticBitArrays.jl:74 =# - `jl_assert(numchildren(ex) == 2, _)`: `::` must be written `value::type` outside function argument lists Expression:  (:: (curly Type DNASeq)) Containing expressions:  (const (function (call _lookup (:: (curly Type DNASeq))) (block _dnacharlookup)))  Detailed provenance:  (:: (curly Type DNASeq))  └─ (:: (curly Type DNASeq))  └─ (:: (curly Type DNASeq))  └─ @ /home/pkgeval/.julia/packages/GeneticBitArrays/bDSbM/src/GeneticBitArrays.jl:74  Stacktrace:  [1] Base.JuliaSyntax.SyntaxList(::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaSyntax /source/usr/share/julia/JuliaLowering/src/ast.jl:23 [inlined]  [2] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, docs::Nothing)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4182  [3] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4152  [4] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, exs::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4447  [5] _push_nodeid!(graph::Base.JuliaSyntax.SyntaxGraph{Dict{Symbol, Dict{Int64, Any}}}, ids::Vector{Int64}, val::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/ast.jl:355 [inlined]  [6] expand_call(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:1941  [7] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, docs::Nothing)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4156  [8] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4152  [9] expand_assignment(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, is_const::Bool)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:1275  [10] expand_const_decl(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:2253  [11] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, docs::Nothing)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4295  [12] Dict{Int64, Int64}()  @ Base /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4152 [inlined]  [13] expand_forms_2(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4469  [14] 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:30  [15] include(mod::Module, _path::String)  @ Base ./Base.jl:326  [16] 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  [17] top-level scope  @ stdin:5  [18] eval(m::Module, e::Any)  @ Core ./boot.jl:517  [19] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3113  [20] push!(a::Vector{SubString{String}}, item::String)  @ Base ./loading.jl:3123 [inlined]  [21] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:353  [22] _start()  @ Base ./client.jl:596 in expression starting at /home/pkgeval/.julia/packages/GeneticBitArrays/bDSbM/src/GeneticBitArrays.jl:1 in expression starting at stdin:5 ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("4c47b132-0681-5a5d-b498-3afcf53fd314"), "PhyloTrees") 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/PhyloModels/IkE7p/src/PhyloModels.jl:3  [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/PhyloModels/IkE7p/src/PhyloModels.jl:1 in expression starting at stdin:5 4 dependencies had output during precompilation: ┌ PhyloModels │ [Output was shown above] └ ┌ SubstitutionModels │ ERROR: LoadError: TypeError: in typeassert, expected SubstitutionModels.F81, got a value of type typeof(mod) │ Stacktrace: │ [1] top-level scope │ @ ~/.julia/packages/SubstitutionModels/GIGot/src/nucleic_acid/f81/abstract.jl:3 │ [2] include(mapexpr::Function, mod::Module, _path::String) │ @ Base ./Base.jl:327 │ [3] top-level scope │ @ ~/.julia/packages/SubstitutionModels/GIGot/src/SubstitutionModels.jl:14 │ [4] include(mod::Module, _path::String) │ @ Base ./Base.jl:326 │ [5] 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 │ [6] top-level scope │ @ stdin:5 │ [7] eval(m::Module, e::Any) │ @ Core ./boot.jl:517 │ [8] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) │ @ Base ./loading.jl:3113 │ [9] push!(a::Vector{SubString{String}}, item::String) │ @ Base ./loading.jl:3123 [inlined] │ [10] exec_options(opts::Base.JLOptions) │ @ Base ./client.jl:353 │ [11] _start() │ @ Base ./client.jl:596 │ in expression starting at /home/pkgeval/.julia/packages/SubstitutionModels/GIGot/src/nucleic_acid/f81/abstract.jl:3 │ in expression starting at /home/pkgeval/.julia/packages/SubstitutionModels/GIGot/src/SubstitutionModels.jl:1 │ in expression starting at stdin:5 └ ┌ GeneticBitArrays │ ┌ Info: JuliaLowering threw given input: │ │ code = │ │ :(const _lookup(::Type{DNASeq}) = begin │ │ #= /home/pkgeval/.julia/packages/GeneticBitArrays/bDSbM/src/GeneticBitArrays.jl:74 =# │ │ _dnacharlookup │ │ 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__ │ │ [const] │ │ │ [=] │ │ │ [call] │ │ │ _lookup :: Identifier │ │ │ [::] │ │ │ [curly] │ │ │ Type :: Identifier │ │ │ DNASeq :: Identifier │ │ │ [block] │ │ │ _dnacharlookup :: 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 │ │ [const] │ │ │ [=] │ │ │ [call] │ │ │ _lookup :: Identifier │ scope_layer=1 │ │ [::] │ │ │ [curly] │ │ │ Type :: Identifier │ scope_layer=1 │ │ DNASeq :: Identifier │ scope_layer=1 │ │ [block] │ │ │ _dnacharlookup :: Identifier │ scope_layer=1 │ │ │ │ file = "/home/pkgeval/.julia/packages/GeneticBitArrays/bDSbM/src/GeneticBitArrays.jl" │ │ line = 74 │ └ mod = GeneticBitArrays │ ERROR: LoadError: internal lowering bug: │ #= /home/pkgeval/.julia/packages/GeneticBitArrays/bDSbM/src/GeneticBitArrays.jl:74 =# - `jl_assert(numchildren(ex) == 2, _)`: `::` must be written `value::type` outside function argument lists │ Expression: │ (:: (curly Type DNASeq)) │ Containing expressions: │ (const (function (call _lookup (:: (curly Type DNASeq))) (block _dnacharlookup))) │ │ Detailed provenance: │ (:: (curly Type DNASeq)) │ └─ (:: (curly Type DNASeq)) │ └─ (:: (curly Type DNASeq)) │ └─ @ /home/pkgeval/.julia/packages/GeneticBitArrays/bDSbM/src/GeneticBitArrays.jl:74 │ │ Stacktrace: │ [1] Base.JuliaSyntax.SyntaxList(::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) │ @ Base.JuliaSyntax /source/usr/share/julia/JuliaLowering/src/ast.jl:23 [inlined] │ [2] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, docs::Nothing) │ @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4182 │ [3] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) │ @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4152 │ [4] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, exs::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}}) │ @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4447 │ [5] _push_nodeid!(graph::Base.JuliaSyntax.SyntaxGraph{Dict{Symbol, Dict{Int64, Any}}}, ids::Vector{Int64}, val::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) │ @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/ast.jl:355 [inlined] │ [6] expand_call(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) │ @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:1941 │ [7] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, docs::Nothing) │ @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4156 │ [8] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) │ @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4152 │ [9] expand_assignment(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, is_const::Bool) │ @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:1275 │ [10] expand_const_decl(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) │ @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:2253 │ [11] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, docs::Nothing) │ @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4295 │ [12] Dict{Int64, Int64}() │ @ Base /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4152 [inlined] │ [13] expand_forms_2(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) │ @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4469 │ [14] 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:30 │ [15] include(mod::Module, _path::String) │ @ Base ./Base.jl:326 │ [16] 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 │ [17] top-level scope │ @ stdin:5 │ [18] eval(m::Module, e::Any) │ @ Core ./boot.jl:517 │ [19] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) │ @ Base ./loading.jl:3113 │ [20] push!(a::Vector{SubString{String}}, item::String) │ @ Base ./loading.jl:3123 [inlined] │ [21] exec_options(opts::Base.JLOptions) │ @ Base ./client.jl:353 │ [22] _start() │ @ Base ./client.jl:596 │ in expression starting at /home/pkgeval/.julia/packages/GeneticBitArrays/bDSbM/src/GeneticBitArrays.jl:1 │ in expression starting at stdin:5 └ ┌ PhyloTrees │ ERROR: LoadError: UndefVarError: `changeheight!` not defined in `PhyloTrees` │ Suggestion: check for spelling errors or missing imports. │ Stacktrace: │ [1] top-level scope │ @ ~/.julia/packages/PhyloTrees/6N2OD/src/construction.jl:1 │ [2] include(mapexpr::Function, mod::Module, _path::String) │ @ Base ./Base.jl:327 │ [3] top-level scope │ @ ~/.julia/packages/PhyloTrees/6N2OD/src/PhyloTrees.jl:66 │ [4] include(mod::Module, _path::String) │ @ Base ./Base.jl:326 │ [5] 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 │ [6] top-level scope │ @ stdin:5 │ [7] eval(m::Module, e::Any) │ @ Core ./boot.jl:517 │ [8] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) │ @ Base ./loading.jl:3113 │ [9] push!(a::Vector{SubString{String}}, item::String) │ @ Base ./loading.jl:3123 [inlined] │ [10] exec_options(opts::Base.JLOptions) │ @ Base ./client.jl:353 │ [11] _start() │ @ Base ./client.jl:596 │ in expression starting at /home/pkgeval/.julia/packages/PhyloTrees/6N2OD/src/construction.jl:1 │ in expression starting at /home/pkgeval/.julia/packages/PhyloTrees/6N2OD/src/PhyloTrees.jl:1 │ in expression starting at stdin:5 └ ERROR: LoadError: The following 4 packages failed to precompile: PhyloModels Failed to precompile PhyloModels [6465ae08-de3a-5dbe-bda8-3920f6a01ab7] to "/home/pkgeval/.julia/compiled/v1.14/PhyloModels/jl_q8Pceg" (ProcessExited(1)). SubstitutionModels Failed to precompile SubstitutionModels [8365b1bb-bd83-58ee-a267-f2965fc81c73] to "/home/pkgeval/.julia/compiled/v1.14/SubstitutionModels/jl_kUSX1r" (ProcessExited(1)). GeneticBitArrays Failed to precompile GeneticBitArrays [5d6f8c34-7f74-4dab-a49b-48b3414fbfce] to "/home/pkgeval/.julia/compiled/v1.14/GeneticBitArrays/jl_DmfBpI" (ProcessExited(1)). PhyloTrees Failed to precompile PhyloTrees [4c47b132-0681-5a5d-b498-3afcf53fd314] to "/home/pkgeval/.julia/compiled/v1.14/PhyloTrees/jl_wq6ctw" (ProcessExited(1)). in expression starting at /home/pkgeval/.julia/packages/PhyloModels/IkE7p/test/runtests.jl:1 Testing failed after 187.94s ERROR: LoadError: Package PhyloModels errored during testing Stacktrace: [1] pkgerror(msg::String) @ Pkg.Types /opt/julia/share/julia/stdlib/v1.14/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.14/Pkg/src/Operations.jl:3247 [3] Cmd(cmd::Cmd) @ Base /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Operations.jl:3110 [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.14/Pkg/src/API.jl:587 [5] test(pkgs::Vector{PackageSpec}; io::IOContext{IO}, kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:172 [6] test(pkgs::Vector{String}; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:160 [7] test @ /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:160 [inlined] [8] test(pkg::String; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:159 [inlined] [9] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:223 [10] include(mod::Module, _path::String) @ Base ./Base.jl:326 [11] exec_options(opts::Base.JLOptions) @ Base ./client.jl:355 [12] _start() @ Base ./client.jl:596 in expression starting at /PkgEval.jl/scripts/evaluate.jl:214 PkgEval failed after 1694.4s: package fails to precompile