Package evaluation to test Match on Julia 1.14.0-DEV.1352 (749bc618c5*) started at 2025-12-09T19:16:43.925 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 9.52s ################################################################################ # Installation # Installing Match... Resolving package versions... Updating `~/.julia/environments/v1.14/Project.toml` [7eb4fadd] + Match v2.4.1 Updating `~/.julia/environments/v1.14/Manifest.toml` [1914dd2f] + MacroTools v0.5.16 [7eb4fadd] + Match v2.4.1 [bac558e1] + OrderedCollections v1.8.1 Installation completed after 1.14s ################################################################################ # Precompilation # ERROR: LoadError: MethodError: no method matching setindex!(::Base.ScopedValues.ScopedValue{IO}, ::Nothing) The function `setindex!` exists, but no method is defined for this combination of argument types. Stacktrace: [1] top-level scope @ /PkgEval.jl/scripts/precompile.jl:10 [2] include(mod::Module, _path::String) @ Base ./Base.jl:309 [3] exec_options(opts::Base.JLOptions) @ Base ./client.jl:344 [4] _start() @ Base ./client.jl:577 in expression starting at /PkgEval.jl/scripts/precompile.jl:6 caused by: MethodError: no method matching setindex!(::Base.ScopedValues.ScopedValue{IO}, ::Base.DevNull) The function `setindex!` exists, but no method is defined for this combination of argument types. Stacktrace: [1] top-level scope @ /PkgEval.jl/scripts/precompile.jl:7 [2] include(mod::Module, _path::String) @ Base ./Base.jl:309 [3] exec_options(opts::Base.JLOptions) @ Base ./client.jl:344 [4] _start() @ Base ./client.jl:577 Precompilation failed after 13.08s ################################################################################ # Testing # Testing Match Status `/tmp/jl_fGsZKs/Project.toml` [1914dd2f] MacroTools v0.5.16 [7eb4fadd] Match v2.4.1 [9a3f8284] Random v1.11.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_fGsZKs/Manifest.toml` [1914dd2f] MacroTools v0.5.16 [7eb4fadd] Match v2.4.1 [bac558e1] OrderedCollections v1.8.1 [2a0f44e3] Base64 v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.13.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v1.0.0 [9e88b42a] Serialization v1.11.0 [f489334b] StyledStrings v1.13.0 [8dfed614] Test v1.11.0 Testing Running tests... Test Summary: | Pass Total Time More @match tests | 139 139 5.2s test the simplest form of regex matches, which are supported by Match.jl: Test Failed at /home/pkgeval/.julia/packages/Match/nz2tn/test/rematch2.jl:36 Expression: !(is_ipv4_address("www.gafter.com")) Stacktrace: [1] top-level scope @ ~/.julia/packages/Match/nz2tn/test/rematch2.jl:28 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] [3] macro expansion @ ~/.julia/packages/Match/nz2tn/test/rematch2.jl:29 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] [5] macro expansion @ ~/.julia/packages/Match/nz2tn/test/rematch2.jl:36 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:753 [inlined] identical regex matching: Test Failed at /home/pkgeval/.julia/packages/Match/nz2tn/test/rematch2.jl:49 Expression: !(func(:abc)) Evaluated: !(func(abc)) Stacktrace: [1] top-level scope @ ~/.julia/packages/Match/nz2tn/test/rematch2.jl:28 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] [3] macro expansion @ ~/.julia/packages/Match/nz2tn/test/rematch2.jl:40 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] [5] macro expansion @ ~/.julia/packages/Match/nz2tn/test/rematch2.jl:49 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:753 [inlined] identical range matching: Test Failed at /home/pkgeval/.julia/packages/Match/nz2tn/test/rematch2.jl:63 Expression: !(func(2:9)) Stacktrace: [1] top-level scope @ ~/.julia/packages/Match/nz2tn/test/rematch2.jl:28 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] [3] macro expansion @ ~/.julia/packages/Match/nz2tn/test/rematch2.jl:53 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] [5] macro expansion @ ~/.julia/packages/Match/nz2tn/test/rematch2.jl:63 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:753 [inlined] Check that `,if condition end` guards are parsed properly 1: Test Failed at /home/pkgeval/.julia/packages/Match/nz2tn/test/rematch2.jl:68 Expression: #= /home/pkgeval/.julia/packages/Match/nz2tn/test/rematch2.jl:68 =# @match(3, begin #= /home/pkgeval/.julia/packages/Match/nz2tn/test/rematch2.jl:69 =# (::Int, if x #= /home/pkgeval/.julia/packages/Match/nz2tn/test/rematch2.jl:69 =# end => 1) #= /home/pkgeval/.julia/packages/Match/nz2tn/test/rematch2.jl:70 =# _ => 2 end) == 1 Evaluated: 139971220455592 == 1 Stacktrace: [1] top-level scope @ ~/.julia/packages/Match/nz2tn/test/rematch2.jl:28 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] [3] macro expansion @ ~/.julia/packages/Match/nz2tn/test/rematch2.jl:67 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] [5] macro expansion @ ~/.julia/packages/Match/nz2tn/test/rematch2.jl:68 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:753 [inlined] Check that `,if condition end` guards are parsed properly 1: Test Failed at /home/pkgeval/.julia/packages/Match/nz2tn/test/rematch2.jl:74 Expression: #= /home/pkgeval/.julia/packages/Match/nz2tn/test/rematch2.jl:74 =# @match(3, begin #= /home/pkgeval/.julia/packages/Match/nz2tn/test/rematch2.jl:75 =# (::Int, if x #= /home/pkgeval/.julia/packages/Match/nz2tn/test/rematch2.jl:75 =# end => 1) #= /home/pkgeval/.julia/packages/Match/nz2tn/test/rematch2.jl:76 =# _ => 2 end) == 2 Evaluated: 139971648693813 == 2 Stacktrace: [1] top-level scope @ ~/.julia/packages/Match/nz2tn/test/rematch2.jl:28 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] [3] macro expansion @ ~/.julia/packages/Match/nz2tn/test/rematch2.jl:67 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] [5] macro expansion @ ~/.julia/packages/Match/nz2tn/test/rematch2.jl:74 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:753 [inlined] Check that `,if condition end` guards are parsed properly 2: Test Failed at /home/pkgeval/.julia/packages/Match/nz2tn/test/rematch2.jl:82 Expression: #= /home/pkgeval/.julia/packages/Match/nz2tn/test/rematch2.jl:82 =# @match(3, begin #= /home/pkgeval/.julia/packages/Match/nz2tn/test/rematch2.jl:83 =# (::Int, if x #= /home/pkgeval/.julia/packages/Match/nz2tn/test/rematch2.jl:83 =# end) => 1 #= /home/pkgeval/.julia/packages/Match/nz2tn/test/rematch2.jl:84 =# _ => 2 end) == 1 Evaluated: 139971220455592 == 1 Stacktrace: [1] top-level scope @ ~/.julia/packages/Match/nz2tn/test/rematch2.jl:28 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] [3] macro expansion @ ~/.julia/packages/Match/nz2tn/test/rematch2.jl:81 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] [5] macro expansion @ ~/.julia/packages/Match/nz2tn/test/rematch2.jl:82 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:753 [inlined] Check that `,if condition end` guards are parsed properly 2: Test Failed at /home/pkgeval/.julia/packages/Match/nz2tn/test/rematch2.jl:88 Expression: #= /home/pkgeval/.julia/packages/Match/nz2tn/test/rematch2.jl:88 =# @match(3, begin #= /home/pkgeval/.julia/packages/Match/nz2tn/test/rematch2.jl:89 =# (::Int, if x #= /home/pkgeval/.julia/packages/Match/nz2tn/test/rematch2.jl:89 =# end) => 1 #= /home/pkgeval/.julia/packages/Match/nz2tn/test/rematch2.jl:90 =# _ => 2 end) == 2 Evaluated: 1 == 2 Stacktrace: [1] top-level scope @ ~/.julia/packages/Match/nz2tn/test/rematch2.jl:28 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] [3] macro expansion @ ~/.julia/packages/Match/nz2tn/test/rematch2.jl:81 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] [5] macro expansion @ ~/.julia/packages/Match/nz2tn/test/rematch2.jl:88 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:753 [inlined] Check that `where` clauses are reparsed properly 1: Test Failed at /home/pkgeval/.julia/packages/Match/nz2tn/test/rematch2.jl:102 Expression: #= /home/pkgeval/.julia/packages/Match/nz2tn/test/rematch2.jl:102 =# @match(3, begin #= /home/pkgeval/.julia/packages/Match/nz2tn/test/rematch2.jl:103 =# ::Int where x => 1 #= /home/pkgeval/.julia/packages/Match/nz2tn/test/rematch2.jl:104 =# _ => 2 end) == 2 Evaluated: 1 == 2 Stacktrace: [1] top-level scope @ ~/.julia/packages/Match/nz2tn/test/rematch2.jl:28 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] [3] macro expansion @ ~/.julia/packages/Match/nz2tn/test/rematch2.jl:95 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] [5] macro expansion @ ~/.julia/packages/Match/nz2tn/test/rematch2.jl:102 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:753 [inlined] Check that `where` clauses are reparsed properly 2: Test Failed at /home/pkgeval/.julia/packages/Match/nz2tn/test/rematch2.jl:116 Expression: #= /home/pkgeval/.julia/packages/Match/nz2tn/test/rematch2.jl:116 =# @match(3, begin #= /home/pkgeval/.julia/packages/Match/nz2tn/test/rematch2.jl:117 =# a::(Int where x) => a #= /home/pkgeval/.julia/packages/Match/nz2tn/test/rematch2.jl:118 =# _ => 2 end) == 2 Evaluated: 1 == 2 Stacktrace: [1] top-level scope @ ~/.julia/packages/Match/nz2tn/test/rematch2.jl:28 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] [3] macro expansion @ ~/.julia/packages/Match/nz2tn/test/rematch2.jl:109 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] [5] macro expansion @ ~/.julia/packages/Match/nz2tn/test/rematch2.jl:116 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:753 [inlined] Check that `where` clauses are reparsed properly 4: Test Failed at /home/pkgeval/.julia/packages/Match/nz2tn/test/rematch2.jl:142 Expression: #= /home/pkgeval/.julia/packages/Match/nz2tn/test/rematch2.jl:142 =# @match(3, begin #= /home/pkgeval/.julia/packages/Match/nz2tn/test/rematch2.jl:143 =# ::(Int where b1) where b2 => 1 #= /home/pkgeval/.julia/packages/Match/nz2tn/test/rematch2.jl:144 =# _ => 2 end) == if b1 && b2 1 else 2 end Evaluated: 1 == 2 Stacktrace: [1] top-level scope @ ~/.julia/packages/Match/nz2tn/test/rematch2.jl:28 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] [3] macro expansion @ ~/.julia/packages/Match/nz2tn/test/rematch2.jl:140 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] [5] macro expansion @ ~/.julia/packages/Match/nz2tn/test/rematch2.jl:142 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:753 [inlined] Check that `where` clauses are reparsed properly 4: Test Failed at /home/pkgeval/.julia/packages/Match/nz2tn/test/rematch2.jl:142 Expression: #= /home/pkgeval/.julia/packages/Match/nz2tn/test/rematch2.jl:142 =# @match(3, begin #= /home/pkgeval/.julia/packages/Match/nz2tn/test/rematch2.jl:143 =# ::(Int where b1) where b2 => 1 #= /home/pkgeval/.julia/packages/Match/nz2tn/test/rematch2.jl:144 =# _ => 2 end) == if b1 && b2 1 else 2 end Evaluated: 1 == 2 Stacktrace: [1] top-level scope @ ~/.julia/packages/Match/nz2tn/test/rematch2.jl:28 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] [3] macro expansion @ ~/.julia/packages/Match/nz2tn/test/rematch2.jl:140 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] [5] macro expansion @ ~/.julia/packages/Match/nz2tn/test/rematch2.jl:142 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:753 [inlined] Check that `where` clauses are reparsed properly 4: Test Failed at /home/pkgeval/.julia/packages/Match/nz2tn/test/rematch2.jl:142 Expression: #= /home/pkgeval/.julia/packages/Match/nz2tn/test/rematch2.jl:142 =# @match(3, begin #= /home/pkgeval/.julia/packages/Match/nz2tn/test/rematch2.jl:143 =# ::(Int where b1) where b2 => 1 #= /home/pkgeval/.julia/packages/Match/nz2tn/test/rematch2.jl:144 =# _ => 2 end) == if b1 && b2 1 else 2 end Evaluated: 1 == 2 Stacktrace: [1] top-level scope @ ~/.julia/packages/Match/nz2tn/test/rematch2.jl:28 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] [3] macro expansion @ ~/.julia/packages/Match/nz2tn/test/rematch2.jl:140 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] [5] macro expansion @ ~/.julia/packages/Match/nz2tn/test/rematch2.jl:142 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:753 [inlined] Check that `where` clauses are reparsed properly 5: Test Failed at /home/pkgeval/.julia/packages/Match/nz2tn/test/rematch2.jl:153 Expression: #= /home/pkgeval/.julia/packages/Match/nz2tn/test/rematch2.jl:153 =# @match(3, begin #= /home/pkgeval/.julia/packages/Match/nz2tn/test/rematch2.jl:154 =# ::Int where b1 == b2 => 1 #= /home/pkgeval/.julia/packages/Match/nz2tn/test/rematch2.jl:155 =# _ => 2 end) == if b1 == b2 1 else 2 end Evaluated: 1 == 2 Stacktrace: [1] top-level scope @ ~/.julia/packages/Match/nz2tn/test/rematch2.jl:28 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] [3] macro expansion @ ~/.julia/packages/Match/nz2tn/test/rematch2.jl:151 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] [5] macro expansion @ ~/.julia/packages/Match/nz2tn/test/rematch2.jl:153 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:753 [inlined] Check that `where` clauses are reparsed properly 5: Test Failed at /home/pkgeval/.julia/packages/Match/nz2tn/test/rematch2.jl:153 Expression: #= /home/pkgeval/.julia/packages/Match/nz2tn/test/rematch2.jl:153 =# @match(3, begin #= /home/pkgeval/.julia/packages/Match/nz2tn/test/rematch2.jl:154 =# ::Int where b1 == b2 => 1 #= /home/pkgeval/.julia/packages/Match/nz2tn/test/rematch2.jl:155 =# _ => 2 end) == if b1 == b2 1 else 2 end Evaluated: 1 == 2 Stacktrace: [1] top-level scope @ ~/.julia/packages/Match/nz2tn/test/rematch2.jl:28 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] [3] macro expansion @ ~/.julia/packages/Match/nz2tn/test/rematch2.jl:151 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] [5] macro expansion @ ~/.julia/packages/Match/nz2tn/test/rematch2.jl:153 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:753 [inlined] ensure we use `isequal` and not `==`: Test Failed at /home/pkgeval/.julia/packages/Match/nz2tn/test/rematch2.jl:657 Expression: f(2.0) == 3 Evaluated: 139971648693813 == 3 Stacktrace: [1] top-level scope @ ~/.julia/packages/Match/nz2tn/test/rematch2.jl:28 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] [3] macro expansion @ ~/.julia/packages/Match/nz2tn/test/rematch2.jl:646 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] [5] macro expansion @ ~/.julia/packages/Match/nz2tn/test/rematch2.jl:657 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:753 [inlined] Test Summary: | Pass Fail Total Time Yet more @match tests | 355 15 370 8.9s test the simplest form of regex matches, which are supported by Match.jl | 1 1 2 4.6s identical regex matching | 2 1 3 0.0s identical range matching | 3 1 4 0.0s Check that `,if condition end` guards are parsed properly 1 | 2 2 0.1s Check that `,if condition end` guards are parsed properly 2 | 2 2 0.0s Check that `where` clauses are reparsed properly 1 | 1 1 2 0.0s Check that `where` clauses are reparsed properly 2 | 1 1 2 0.0s Check that `where` clauses are reparsed properly 3 | 3 3 0.3s Check that `where` clauses are reparsed properly 4 | 1 3 4 0.2s Check that `where` clauses are reparsed properly 5 | 2 2 4 0.0s Assignments in the value do not leak out | 2 2 0.0s Assignments in a where clause do not leak out | 3 3 0.0s A pure type pattern | 4 4 0.0s bound variables may be used in subsequent interpolations | 3 3 0.0s test for decision automaton optimizations 1 | 1 1 0.0s test for decision automaton optimizations 2 | 1 1 0.0s test for decision automaton optimizations 3 | 1 1 0.0s test for decision automaton optimizations 4 | 1 1 0.0s test for sharing where clause conjuncts | 1 1 0.0s test for sharing where clause disjuncts | 1 1 0.0s exercise the dumping code for coverage | 2 2 1.1s test for correct semantics of complex where clauses | 256 256 0.7s infer positional parameters from Match.match_fieldnames(T) 1 | 2 2 0.0s infer positional parameters from Match.match_fieldnames(T) 3 | 2 2 0.0s infer positional parameters from Match.match_fieldnames(T) 4 | 2 2 0.0s diagnostics produced are excellent | 54 54 1.7s ensure we use `isequal` and not `==` | 3 1 4 0.0s ensure that enums work | 2 2 0.0s RNG of the outermost testset: Random.Xoshiro(0xd17d14beb66ac77c, 0x052dc6170361705d, 0x8335077fd1c3193c, 0x493aa8b2b34e95ce, 0x71aa2965c084af61) ERROR: LoadError: Some tests did not pass: 355 passed, 15 failed, 0 errored, 0 broken. in expression starting at /home/pkgeval/.julia/packages/Match/nz2tn/test/rematch2.jl:26 in expression starting at /home/pkgeval/.julia/packages/Match/nz2tn/test/runtests.jl:1 Testing failed after 75.7s ERROR: LoadError: Package Match 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:3053 [3] test @ /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Operations.jl:2902 [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:572 [5] kwcall(::@NamedTuple{julia_args::Cmd, io::IOContext{IO}}, ::typeof(Pkg.API.test), ctx::Pkg.Types.Context, pkgs::Vector{PackageSpec}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:548 [6] 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 [7] kwcall(::@NamedTuple{julia_args::Cmd}, ::typeof(Pkg.API.test), pkgs::Vector{PackageSpec}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:161 [8] test(pkgs::Vector{String}; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:160 [9] test @ /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:160 [inlined] [10] kwcall(::@NamedTuple{julia_args::Cmd}, ::typeof(Pkg.API.test), pkg::String) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:159 [11] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:237 [12] include(mod::Module, _path::String) @ Base ./Base.jl:309 [13] exec_options(opts::Base.JLOptions) @ Base ./client.jl:344 [14] _start() @ Base ./client.jl:577 in expression starting at /PkgEval.jl/scripts/evaluate.jl:228 PkgEval failed after 114.17s: package has test failures