Package evaluation to test ModuleElts on Julia 1.14.0-DEV.2600 (ff0e675117*) started at 2026-07-06T02:14:09.119 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 15.99s ################################################################################ # Installation # Installing ModuleElts... Resolving package versions... Installed ModuleElts ─ v0.1.5 Updating `~/.julia/environments/v1.14/Project.toml` [4249f315] + ModuleElts v0.1.5 Updating `~/.julia/environments/v1.14/Manifest.toml` [4249f315] + ModuleElts v0.1.5 [56f22d72] + Artifacts v1.11.0 [8f399da3] + Libdl v1.11.0 [37e2e46d] + LinearAlgebra v1.14.0 [e66e0078] + CompilerSupportLibraries_jll v1.5.5+2 [4536629a] + OpenBLAS_jll v0.3.33+0 [8e850b90] + libblastrampoline_jll v5.15.0+0 Installation completed after 1.26s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling project... 4.5 s ✓ TestEnv 1 dependency successfully precompiled in 5 seconds. 27 already precompiled. Precompiling package dependencies... Precompiling project... 0.8 s ✓ ModuleElts 1 dependency successfully precompiled in 1 seconds. 8 already precompiled. Precompilation completed after 30.99s ################################################################################ # Testing # Testing ModuleElts Status `/tmp/jl_xV1Rwb/Project.toml` [4249f315] ModuleElts v0.1.5 [37e2e46d] LinearAlgebra v1.14.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_xV1Rwb/Manifest.toml` [4249f315] ModuleElts v0.1.5 [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.13.0 [8f399da3] Libdl v1.11.0 [37e2e46d] LinearAlgebra v1.14.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v1.13.0 [9e88b42a] Serialization v1.11.0 [f489334b] StyledStrings v1.13.0 [8dfed614] Test v1.11.0 [e66e0078] CompilerSupportLibraries_jll v1.5.5+2 [4536629a] OpenBLAS_jll v0.3.33+0 [8e850b90] libblastrampoline_jll v5.15.0+0 Testing Running tests... ModuleElts.jl a=ModuleElt(:xy=>1,:yx=>-1) ModuleElts.jl repr(a) ModuleElts.jl ModuleElt([:xy=>1//2,:yx=>-1]) ModuleElts.jl a-a ModuleElts.jl: Error During Test at /home/pkgeval/.julia/packages/ModuleElts/9YkAi/test/runtests.jl:23 Test threw exception Expression: mytest("ModuleElts.jl", "a-a", "0") MethodError: kwcall(::@NamedTuple{check::Bool}, ::Core.TypeEgal{ModuleElt}, ::Vector{Pair{Symbol, Int64}}) is ambiguous. Candidates: kwcall(::NamedTuple, ::Type{ModuleElt}, d::AbstractVector{Pair{K, V}}) where {K, V} @ ModuleElts ~/.julia/packages/ModuleElts/9YkAi/src/ModuleElts.jl:234 kwcall(::NamedTuple, ::Core.TypeEgal{ModuleElt}, d::AbstractVector{<:Pair}) @ ModuleElts ~/.julia/packages/ModuleElts/9YkAi/src/ModuleElts.jl:240 Possible fix, define kwcall(::NamedTuple, ::Core.TypeEgal{ModuleElt}, ::AbstractVector{Pair{K, V}}) where {K, V} Stacktrace: [1] merge2(op::typeof(-), a::ModuleElt{Symbol, Int64}, b::ModuleElt{Symbol, Int64}) @ ModuleElts ~/.julia/packages/ModuleElts/9YkAi/src/ModuleElts.jl:342 [2] -(a::ModuleElt{Symbol, Int64}, b::ModuleElt{Symbol, Int64}) @ ModuleElts ~/.julia/packages/ModuleElts/9YkAi/src/ModuleElts.jl:345 [3] top-level scope @ none:1 [4] eval(m::Module, e::Any) @ Core boot.jl:533 [5] mytest(file::String, cmd::String, man::String) @ Main ~/.julia/packages/ModuleElts/9YkAi/test/runtests.jl:5 [6] eval_test_function(func::Any, args::Any, kwargs::Any, quoted_func::Union{Expr, Symbol}, source::LineNumberNode, negate::Bool) @ Test /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:407 [7] top-level scope @ ~/.julia/packages/ModuleElts/9YkAi/test/runtests.jl:20 [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [9] macro expansion @ ~/.julia/packages/ModuleElts/9YkAi/test/runtests.jl:23 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:781 [inlined] ModuleElts.jl a*99 ModuleElts.jl: Error During Test at /home/pkgeval/.julia/packages/ModuleElts/9YkAi/test/runtests.jl:24 Test threw exception Expression: mytest("ModuleElts.jl", "a*99", "99:xy-99:yx") MethodError: kwcall(::@NamedTuple{check::Bool}, ::Core.TypeEgal{ModuleElt}, ::Vector{Pair{Symbol, Int64}}) is ambiguous. Candidates: kwcall(::NamedTuple, ::Type{ModuleElt}, d::AbstractVector{Pair{K, V}}) where {K, V} @ ModuleElts ~/.julia/packages/ModuleElts/9YkAi/src/ModuleElts.jl:234 kwcall(::NamedTuple, ::Core.TypeEgal{ModuleElt}, d::AbstractVector{<:Pair}) @ ModuleElts ~/.julia/packages/ModuleElts/9YkAi/src/ModuleElts.jl:240 Possible fix, define kwcall(::NamedTuple, ::Core.TypeEgal{ModuleElt}, ::AbstractVector{Pair{K, V}}) where {K, V} Stacktrace: [1] ModuleElt(x::Base.Generator{ModuleElt{Symbol, Int64}, ModuleElts.var"#66#67"{Int64}}; u::@Kwargs{check::Bool}) @ ModuleElts ~/.julia/packages/ModuleElts/9YkAi/src/ModuleElts.jl:415 [2] *(a::ModuleElt{Symbol, Int64}, b::Int64) @ ModuleElts ~/.julia/packages/ModuleElts/9YkAi/src/ModuleElts.jl:428 [3] top-level scope @ none:1 [4] eval(m::Module, e::Any) @ Core boot.jl:533 [5] mytest(file::String, cmd::String, man::String) @ Main ~/.julia/packages/ModuleElts/9YkAi/test/runtests.jl:5 [6] eval_test_function(func::Any, args::Any, kwargs::Any, quoted_func::Union{Expr, Symbol}, source::LineNumberNode, negate::Bool) @ Test /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:407 [7] top-level scope @ ~/.julia/packages/ModuleElts/9YkAi/test/runtests.jl:20 [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [9] macro expansion @ ~/.julia/packages/ModuleElts/9YkAi/test/runtests.jl:24 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:781 [inlined] ModuleElts.jl a//2 ModuleElts.jl: Error During Test at /home/pkgeval/.julia/packages/ModuleElts/9YkAi/test/runtests.jl:25 Test threw exception Expression: mytest("ModuleElts.jl", "a//2", "(1//2):xy+(-1//2):yx") MethodError: kwcall(::@NamedTuple{check::Bool}, ::Core.TypeEgal{ModuleElt}, ::Vector{Pair{Symbol, Rational{Int64}}}) is ambiguous. Candidates: kwcall(::NamedTuple, ::Type{ModuleElt}, d::AbstractVector{Pair{K, V}}) where {K, V} @ ModuleElts ~/.julia/packages/ModuleElts/9YkAi/src/ModuleElts.jl:234 kwcall(::NamedTuple, ::Core.TypeEgal{ModuleElt}, d::AbstractVector{<:Pair}) @ ModuleElts ~/.julia/packages/ModuleElts/9YkAi/src/ModuleElts.jl:240 Possible fix, define kwcall(::NamedTuple, ::Core.TypeEgal{ModuleElt}, ::AbstractVector{Pair{K, V}}) where {K, V} Stacktrace: [1] ModuleElt(x::Base.Generator{ModuleElt{Symbol, Int64}, ModuleElts.var"#oncoeffs##12#oncoeffs##13"{typeof(//), Int64}}; u::@Kwargs{check::Bool}) @ ModuleElts ~/.julia/packages/ModuleElts/9YkAi/src/ModuleElts.jl:415 [2] oncoeffs(f::typeof(//), m::ModuleElt{Symbol, Int64}, b::Int64) @ ModuleElts ~/.julia/packages/ModuleElts/9YkAi/src/ModuleElts.jl:486 [3] //(m::ModuleElt{Symbol, Int64}, b::Int64) @ ModuleElts ~/.julia/packages/ModuleElts/9YkAi/src/ModuleElts.jl:503 [4] top-level scope @ none:1 [5] eval(m::Module, e::Any) @ Core boot.jl:533 [6] mytest(file::String, cmd::String, man::String) @ Main ~/.julia/packages/ModuleElts/9YkAi/test/runtests.jl:5 [7] eval_test_function(func::Any, args::Any, kwargs::Any, quoted_func::Union{Expr, Symbol}, source::LineNumberNode, negate::Bool) @ Test /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:407 [8] top-level scope @ ~/.julia/packages/ModuleElts/9YkAi/test/runtests.jl:20 [9] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [10] macro expansion @ ~/.julia/packages/ModuleElts/9YkAi/test/runtests.jl:25 [inlined] [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:781 [inlined] ModuleElts.jl a/2 ModuleElts.jl: Error During Test at /home/pkgeval/.julia/packages/ModuleElts/9YkAi/test/runtests.jl:26 Test threw exception Expression: mytest("ModuleElts.jl", "a/2", "0.5:xy-0.5:yx") MethodError: kwcall(::@NamedTuple{check::Bool}, ::Core.TypeEgal{ModuleElt}, ::Vector{Pair{Symbol, Float64}}) is ambiguous. Candidates: kwcall(::NamedTuple, ::Type{ModuleElt}, d::AbstractVector{Pair{K, V}}) where {K, V} @ ModuleElts ~/.julia/packages/ModuleElts/9YkAi/src/ModuleElts.jl:234 kwcall(::NamedTuple, ::Core.TypeEgal{ModuleElt}, d::AbstractVector{<:Pair}) @ ModuleElts ~/.julia/packages/ModuleElts/9YkAi/src/ModuleElts.jl:240 Possible fix, define kwcall(::NamedTuple, ::Core.TypeEgal{ModuleElt}, ::AbstractVector{Pair{K, V}}) where {K, V} Stacktrace: [1] ModuleElt(x::Base.Generator{ModuleElt{Symbol, Int64}, ModuleElts.var"#oncoeffs##12#oncoeffs##13"{typeof(/), Int64}}; u::@Kwargs{check::Bool}) @ ModuleElts ~/.julia/packages/ModuleElts/9YkAi/src/ModuleElts.jl:415 [2] oncoeffs(f::typeof(/), m::ModuleElt{Symbol, Int64}, b::Int64) @ ModuleElts ~/.julia/packages/ModuleElts/9YkAi/src/ModuleElts.jl:486 [3] /(m::ModuleElt{Symbol, Int64}, b::Int64) @ ModuleElts ~/.julia/packages/ModuleElts/9YkAi/src/ModuleElts.jl:502 [4] top-level scope @ none:1 [5] eval(m::Module, e::Any) @ Core boot.jl:533 [6] mytest(file::String, cmd::String, man::String) @ Main ~/.julia/packages/ModuleElts/9YkAi/test/runtests.jl:5 [7] eval_test_function(func::Any, args::Any, kwargs::Any, quoted_func::Union{Expr, Symbol}, source::LineNumberNode, negate::Bool) @ Test /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:407 [8] top-level scope @ ~/.julia/packages/ModuleElts/9YkAi/test/runtests.jl:20 [9] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [10] macro expansion @ ~/.julia/packages/ModuleElts/9YkAi/test/runtests.jl:26 [inlined] [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:781 [inlined] ModuleElts.jl a+ModuleElt(:yx=>1) ModuleElts.jl: Error During Test at /home/pkgeval/.julia/packages/ModuleElts/9YkAi/test/runtests.jl:27 Test threw exception Expression: mytest("ModuleElts.jl", "a+ModuleElt(:yx=>1)", ":xy") MethodError: kwcall(::@NamedTuple{check::Bool}, ::Core.TypeEgal{ModuleElt}, ::Vector{Pair{Symbol, Int64}}) is ambiguous. Candidates: kwcall(::NamedTuple, ::Type{ModuleElt}, d::AbstractVector{Pair{K, V}}) where {K, V} @ ModuleElts ~/.julia/packages/ModuleElts/9YkAi/src/ModuleElts.jl:234 kwcall(::NamedTuple, ::Core.TypeEgal{ModuleElt}, d::AbstractVector{<:Pair}) @ ModuleElts ~/.julia/packages/ModuleElts/9YkAi/src/ModuleElts.jl:240 Possible fix, define kwcall(::NamedTuple, ::Core.TypeEgal{ModuleElt}, ::AbstractVector{Pair{K, V}}) where {K, V} Stacktrace: [1] merge(op::typeof(+), a::ModuleElt{Symbol, Int64}, b::ModuleElt{Symbol, Int64}) @ ModuleElts ~/.julia/packages/ModuleElts/9YkAi/src/ModuleElts.jl:295 [2] +(a::ModuleElt{Symbol, Int64}, b::ModuleElt{Symbol, Int64}) @ ModuleElts ~/.julia/packages/ModuleElts/9YkAi/src/ModuleElts.jl:417 [3] top-level scope @ none:1 [4] eval(m::Module, e::Any) @ Core boot.jl:533 [5] mytest(file::String, cmd::String, man::String) @ Main ~/.julia/packages/ModuleElts/9YkAi/test/runtests.jl:5 [6] eval_test_function(func::Any, args::Any, kwargs::Any, quoted_func::Union{Expr, Symbol}, source::LineNumberNode, negate::Bool) @ Test /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:407 [7] top-level scope @ ~/.julia/packages/ModuleElts/9YkAi/test/runtests.jl:20 [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [9] macro expansion @ ~/.julia/packages/ModuleElts/9YkAi/test/runtests.jl:27 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:781 [inlined] ModuleElts.jl a[:xy] ModuleElts.jl a[:xx] ModuleElts.jl haskey(a,:xx) ModuleElts.jl a[:xx]=1 ModuleElts.jl first(a) ModuleElts.jl collect(a) ModuleElts.jl collect(keys(a)) ModuleElts.jl collect(values(a)) ModuleElts.jl length(a) ModuleElts.jl eltype(a) ModuleElts.jl a=ModuleElt(:yy=>1, :yx=>2, :xy=>3, :yy=>-1;check=false) ModuleElts.jl: Error During Test at /home/pkgeval/.julia/packages/ModuleElts/9YkAi/test/runtests.jl:38 Test threw exception Expression: mytest("ModuleElts.jl", "a=ModuleElt(:yy=>1, :yx=>2, :xy=>3, :yy=>-1;check=false)", ":yy+2:yx+3:xy-:yy") MethodError: kwcall(::@NamedTuple{check::Bool}, ::Core.TypeEgal{ModuleElt}, ::Vector{Pair{Symbol, Int64}}) is ambiguous. Candidates: kwcall(::NamedTuple, ::Type{ModuleElt}, d::AbstractVector{Pair{K, V}}) where {K, V} @ ModuleElts ~/.julia/packages/ModuleElts/9YkAi/src/ModuleElts.jl:234 kwcall(::NamedTuple, ::Core.TypeEgal{ModuleElt}, d::AbstractVector{<:Pair}) @ ModuleElts ~/.julia/packages/ModuleElts/9YkAi/src/ModuleElts.jl:240 Possible fix, define kwcall(::NamedTuple, ::Core.TypeEgal{ModuleElt}, ::AbstractVector{Pair{K, V}}) where {K, V} Stacktrace: [1] ModuleElt(::Pair{Symbol, Int64}, ::Vararg{Pair{Symbol, Int64}}; u::@Kwargs{check::Bool}) @ ModuleElts ~/.julia/packages/ModuleElts/9YkAi/src/ModuleElts.jl:414 [2] top-level scope @ none:1 [3] eval(m::Module, e::Any) @ Core boot.jl:533 [4] mytest(file::String, cmd::String, man::String) @ Main ~/.julia/packages/ModuleElts/9YkAi/test/runtests.jl:5 [5] eval_test_function(func::Any, args::Any, kwargs::Any, quoted_func::Union{Expr, Symbol}, source::LineNumberNode, negate::Bool) @ Test /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:407 [6] top-level scope @ ~/.julia/packages/ModuleElts/9YkAi/test/runtests.jl:20 [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [8] macro expansion @ ~/.julia/packages/ModuleElts/9YkAi/test/runtests.jl:38 [inlined] [9] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:781 [inlined] ModuleElts.jl a=ModuleElt(:yy=>1, :yx=>2, :xy=>3, :yy=>-1) ModuleElts.jl a+ModuleElt([:z=>1.0]) ModuleElts.jl: Error During Test at /home/pkgeval/.julia/packages/ModuleElts/9YkAi/test/runtests.jl:40 Test threw exception Expression: mytest("ModuleElts.jl", "a+ModuleElt([:z=>1.0])", "3.0:xy+2.0:yx+1.0:z") MethodError: kwcall(::@NamedTuple{check::Bool}, ::Core.TypeEgal{ModuleElt}, ::Vector{Pair{Symbol, Float64}}) is ambiguous. Candidates: kwcall(::NamedTuple, ::Type{ModuleElt}, d::AbstractVector{Pair{K, V}}) where {K, V} @ ModuleElts ~/.julia/packages/ModuleElts/9YkAi/src/ModuleElts.jl:234 kwcall(::NamedTuple, ::Core.TypeEgal{ModuleElt}, d::AbstractVector{<:Pair}) @ ModuleElts ~/.julia/packages/ModuleElts/9YkAi/src/ModuleElts.jl:240 Possible fix, define kwcall(::NamedTuple, ::Core.TypeEgal{ModuleElt}, ::AbstractVector{Pair{K, V}}) where {K, V} Stacktrace: [1] ModuleElt(x::Base.Generator{Vector{Pair{Symbol, Int64}}, ModuleElts.var"#58#59"{Float64}}; u::@Kwargs{check::Bool}) @ ModuleElts ~/.julia/packages/ModuleElts/9YkAi/src/ModuleElts.jl:415 [2] convert(::Core.TypeEgal{ModuleElt{Symbol, Float64}}, a::ModuleElt{Symbol, Int64}) @ ModuleElts ~/.julia/packages/ModuleElts/9YkAi/src/ModuleElts.jl:402 [inlined] [3] _promote(x::ModuleElt{Symbol, Int64}, y::ModuleElt{Symbol, Float64}) @ Base promotion.jl:400 [inlined] [4] promote(x::ModuleElt{Symbol, Int64}, y::ModuleElt{Symbol, Float64}) @ Base promotion.jl:425 [inlined] [5] merge(op::typeof(+), a::ModuleElt{Symbol, Int64}, b::ModuleElt{Symbol, Float64}) @ ModuleElts ~/.julia/packages/ModuleElts/9YkAi/src/ModuleElts.jl:277 [6] +(a::ModuleElt{Symbol, Int64}, b::ModuleElt{Symbol, Float64}) @ ModuleElts ~/.julia/packages/ModuleElts/9YkAi/src/ModuleElts.jl:417 [7] top-level scope @ none:1 [8] eval(m::Module, e::Any) @ Core boot.jl:533 [9] mytest(file::String, cmd::String, man::String) @ Main ~/.julia/packages/ModuleElts/9YkAi/test/runtests.jl:5 [10] eval_test_function(func::Any, args::Any, kwargs::Any, quoted_func::Union{Expr, Symbol}, source::LineNumberNode, negate::Bool) @ Test /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:407 [11] top-level scope @ ~/.julia/packages/ModuleElts/9YkAi/test/runtests.jl:20 [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [13] macro expansion @ ~/.julia/packages/ModuleElts/9YkAi/test/runtests.jl:40 [inlined] [14] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:781 [inlined] Test Summary: | Pass Error Total Time ModuleElts.jl | 14 7 21 16.0s RNG of the outermost testset: Random.Xoshiro(0xff72ebce76dadc34, 0x605841083c9f84d1, 0xd444940c18dc14ed, 0x87dcc95301eedea8, 0xfcdc1468b68de9e0) ERROR: LoadError: Some tests did not pass: 14 passed, 0 failed, 7 errored, 0 broken. in expression starting at /home/pkgeval/.julia/packages/ModuleElts/9YkAi/test/runtests.jl:19 Testing failed after 32.14s ERROR: LoadError: Package ModuleElts 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] 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 [4] 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 [5] test(pkgs::Vector{String}; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:160 [6] test(pkg::String; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:159 [inlined] [7] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:223 [8] include(mod::Module, _path::String) @ Base Base.jl:325 [9] exec_options(opts::Base.JLOptions) @ Base client.jl:355 [10] _start() @ Base client.jl:596 in expression starting at /PkgEval.jl/scripts/evaluate.jl:214 PkgEval failed after 105.07s: package tests unexpectedly errored