Package evaluation to test Chairmarks on Julia 1.14.0-DEV.2309 (6e1a27e459*) started at 2026-06-06T03:24:29.021 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 17.73s ################################################################################ # Installation # Installing Chairmarks... Resolving package versions... Installed Chairmarks ─ v1.3.1 Updating `~/.julia/environments/v1.14/Project.toml` [0ca39b1e] + Chairmarks v1.3.1 Updating `~/.julia/environments/v1.14/Manifest.toml` [0ca39b1e] + Chairmarks v1.3.1 [de0858da] + Printf v1.11.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v1.13.0 [4ec0a83e] + Unicode v1.11.0 Installation completed after 1.8s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling project... 6.9 s ✓ TestEnv 1 dependency successfully precompiled in 7 seconds. 27 already precompiled. Precompiling package dependencies... Precompiling project... 1.1 s ✓ Statistics 43.2 s ✓ Chairmarks 1.8 s ✓ Compat 38.1 s ✓ Chairmarks → StatisticsChairmarksExt 0.7 s ✓ Compat → CompatLinearAlgebraExt 46.0 s ✓ Aqua 6.9 s ✓ RegressionTests 5.8 s ✓ RegressionTests → CharimarksRegressionTestsExt 8 dependencies successfully precompiled in 144 seconds. 30 already precompiled. Precompilation completed after 179.1s ################################################################################ # Testing # Testing Chairmarks Status `/tmp/jl_0cbXD1/Project.toml` [4c88cf16] Aqua v0.8.16 [0ca39b1e] Chairmarks v1.3.1 [2cca1867] RegressionTests v0.0.12 [10745b16] Statistics v1.11.1 [de0858da] Printf v1.11.0 [9a3f8284] Random v1.11.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_0cbXD1/Manifest.toml` [4c88cf16] Aqua v0.8.16 [0ca39b1e] Chairmarks v1.3.1 [34da2185] Compat v4.18.1 [2cca1867] RegressionTests v0.0.12 [10745b16] Statistics v1.11.1 [0dad84c5] ArgTools v1.1.2 [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 v1.11.0 [ade2ca70] Dates v1.11.0 [f43a241f] Downloads v1.7.0 [7b1f6079] FileWatching v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.13.0 [b27032c2] LibCURL v1.0.0 [76f85450] LibGit2 v1.11.0 [8f399da3] Libdl v1.11.0 [37e2e46d] LinearAlgebra v1.14.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [ca575930] NetworkOptions v1.3.0 [44cfe95a] Pkg v1.14.0 [de0858da] Printf v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v1.13.0 [9e88b42a] Serialization v1.11.0 [f489334b] StyledStrings v1.13.0 [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.5.2+0 [deac9b47] LibCURL_jll v8.20.0+1 [e37daf67] LibGit2_jll v1.9.4+0 [29816b5a] LibSSH2_jll v1.11.101+0 [14a3606d] MozillaCACerts_jll v2026.5.14 [4536629a] OpenBLAS_jll v0.3.33+0 [458c3c95] OpenSSL_jll v3.5.6+0 [efcefdf7] PCRE2_jll v10.47.0+0 [83775a58] Zlib_jll v1.3.2+0 [3161d3a3] Zstd_jll v1.5.7+1 [8e850b90] libblastrampoline_jll v5.15.0+0 [8e850ede] nghttp2_jll v1.69.0+0 [3f19e933] p7zip_jll v17.8.0+0 Testing Running tests... errors: Test Failed at /home/pkgeval/.julia/packages/Chairmarks/yJzRJ/test/runtests.jl:98 Expression: #= /home/pkgeval/.julia/packages/Chairmarks/yJzRJ/test/runtests.jl:98 =# @eval #= /home/pkgeval/.julia/packages/Chairmarks/yJzRJ/test/runtests.jl:98 =# @b(seconds = 1, 1 + 1) Expected: LoadError Thrown: Base.JuliaLowering.MacroExpansionError MacroExpansionError while expanding @b in module Main: #= none:0 =# - Error expanding macro Caused by: Positional argument after keyword argument Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] process_args(exprs::Any) @ Chairmarks ~/.julia/packages/Chairmarks/yJzRJ/src/macro_tools.jl:71 [3] macro expansion @ ~/.julia/packages/Chairmarks/yJzRJ/src/public.jl:43 [inlined] [4] macro expansion @ ~/.julia/packages/Chairmarks/yJzRJ/src/public.jl:1 [5] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, outer_sl::Base.JuliaLowering.ScopeLayer) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:343 [6] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sl::Base.JuliaLowering.ScopeLayer) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:431 [7] expand_forms_1(mod::Module, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, macro_world::UInt64) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:485 [8] lower_step(iter::Base.JuliaLowering.LoweringIterator{Dict{Symbol, Dict{Int64, Any}}}, mod::Module, world::UInt64; soft_scope::Nothing) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:67 [9] _eval(mod::Module, iter::Base.JuliaLowering.LoweringIterator{Dict{Symbol, Dict{Int64, Any}}}; soft_scope::Nothing) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:530 [10] eval(mod::Module, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}; macro_world::UInt64, soft_scope::Nothing, opts::@Kwargs{expr_compat_mode::Bool}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:518 [inlined] [11] eval(mod::Module, ex::Any; opts::@Kwargs{expr_compat_mode::Bool}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:523 [inlined] ┌[12] macro expansion │ @ ~/.julia/packages/Chairmarks/yJzRJ/test/runtests.jl:98 [inlined] ╰──── repeated 3 times [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [16] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [17] macro expansion @ ~/.julia/packages/Chairmarks/yJzRJ/test/runtests.jl:84 [inlined] [18] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [19] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [20] macro expansion @ ~/.julia/packages/Chairmarks/yJzRJ/test/runtests.jl:14 [inlined] [21] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [22] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [23] top-level scope @ ~/.julia/packages/Chairmarks/yJzRJ/test/runtests.jl:13 Stacktrace: [1] macro expansion @ ~/.julia/packages/Chairmarks/yJzRJ/test/runtests.jl:98 [inlined] [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [4] macro expansion @ ~/.julia/packages/Chairmarks/yJzRJ/test/runtests.jl:84 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [7] macro expansion @ ~/.julia/packages/Chairmarks/yJzRJ/test/runtests.jl:14 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [9] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [10] top-level scope @ ~/.julia/packages/Chairmarks/yJzRJ/test/runtests.jl:13 errors: Error During Test at /home/pkgeval/.julia/packages/Chairmarks/yJzRJ/test/runtests.jl:99 Test threw exception Expression: t.value.error == ErrorException("Positional argument after keyword argument") FieldError: type String has no field `error`; String has no fields at all. Stacktrace: [1] getproperty(x::String, f::Symbol) @ Base Base_compiler.jl:58 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:781 [inlined] [3] macro expansion @ ~/.julia/packages/Chairmarks/yJzRJ/test/runtests.jl:99 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [6] macro expansion @ ~/.julia/packages/Chairmarks/yJzRJ/test/runtests.jl:84 [inlined] [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [9] macro expansion @ ~/.julia/packages/Chairmarks/yJzRJ/test/runtests.jl:14 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [12] top-level scope @ ~/.julia/packages/Chairmarks/yJzRJ/test/runtests.jl:13 errors: Test Failed at /home/pkgeval/.julia/packages/Chairmarks/yJzRJ/test/runtests.jl:106 Expression: #= /home/pkgeval/.julia/packages/Chairmarks/yJzRJ/test/runtests.jl:106 =# @eval #= /home/pkgeval/.julia/packages/Chairmarks/yJzRJ/test/runtests.jl:106 =# @b(seconds = 1, seconds = 2) Expected: ErrorException Thrown: Base.JuliaLowering.LoweringError LoweringError: #= /home/pkgeval/.julia/packages/Chairmarks/yJzRJ/test/runtests.jl:106 =# - Repeated keyword argument name Expression: :seconds Containing expressions: :seconds Detailed provenance: :seconds @#= /source/usr/share/julia/JuliaLowering/src/ast.jl:541 =# └─ seconds └─ seconds ├─ @ /home/pkgeval/.julia/packages/Chairmarks/yJzRJ/test/runtests.jl:106 └─ (macrocall @b :(#= /home/pkgeval/.julia/packages/Chairmarks/yJzRJ/test/runtests.jl:106 =#) (= seconds 1) (= seconds 2)) └─ @ none:0 Stacktrace: [1] expand_named_tuple(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, kws::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}}; field_name::String, element_name::String) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:1667 [2] macro expansion @ /source/usr/share/julia/JuliaLowering/src/ast.jl:289 [inlined] [3] expand_kw_call(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, srcref::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, farg::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, args::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}}, kws::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:1696 [4] 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:1922 [5] 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:4137 [6] 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:4133 [7] 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:4428 [8] macro expansion @ /source/usr/share/julia/JuliaLowering/src/ast.jl:357 [inlined] [9] 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:1939 [10] 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:4137 [11] 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:4133 [inlined] [12] 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:4450 [13] lower_step(iter::Base.JuliaLowering.LoweringIterator{Dict{Symbol, Dict{Int64, Any}}}, mod::Module, world::UInt64; soft_scope::Nothing) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:90 [14] _eval(mod::Module, iter::Base.JuliaLowering.LoweringIterator{Dict{Symbol, Dict{Int64, Any}}}; soft_scope::Nothing) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:530 [15] eval(mod::Module, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}; macro_world::UInt64, soft_scope::Nothing, opts::@Kwargs{expr_compat_mode::Bool}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:518 [inlined] [16] eval(mod::Module, ex::Any; opts::@Kwargs{expr_compat_mode::Bool}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:523 [inlined] ┌[17] macro expansion │ @ ~/.julia/packages/Chairmarks/yJzRJ/test/runtests.jl:106 [inlined] ╰──── repeated 3 times [20] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [21] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [22] macro expansion @ ~/.julia/packages/Chairmarks/yJzRJ/test/runtests.jl:84 [inlined] [23] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [24] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [25] macro expansion @ ~/.julia/packages/Chairmarks/yJzRJ/test/runtests.jl:14 [inlined] [26] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [27] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [28] top-level scope @ ~/.julia/packages/Chairmarks/yJzRJ/test/runtests.jl:13 Stacktrace: [1] macro expansion @ ~/.julia/packages/Chairmarks/yJzRJ/test/runtests.jl:106 [inlined] [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [4] macro expansion @ ~/.julia/packages/Chairmarks/yJzRJ/test/runtests.jl:84 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [7] macro expansion @ ~/.julia/packages/Chairmarks/yJzRJ/test/runtests.jl:14 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [9] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [10] top-level scope @ ~/.julia/packages/Chairmarks/yJzRJ/test/runtests.jl:13 errors: Error During Test at /home/pkgeval/.julia/packages/Chairmarks/yJzRJ/test/runtests.jl:107 Test threw exception Expression: startswith(t.value.msg, "syntax: keyword argument \"seconds\" repeated in call to \"") FieldError: type String has no field `msg`; String has no fields at all. Stacktrace: [1] getproperty(x::String, f::Symbol) @ Base Base_compiler.jl:58 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:781 [inlined] [3] macro expansion @ ~/.julia/packages/Chairmarks/yJzRJ/test/runtests.jl:107 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [6] macro expansion @ ~/.julia/packages/Chairmarks/yJzRJ/test/runtests.jl:84 [inlined] [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [9] macro expansion @ ~/.julia/packages/Chairmarks/yJzRJ/test/runtests.jl:14 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [12] top-level scope @ ~/.julia/packages/Chairmarks/yJzRJ/test/runtests.jl:13 Test Summary: | Pass Fail Error Broken Total Time Chairmarks | 362802 2 2 3 362809 7m11.8s Standard tests | 362764 2 2 362768 1m15.3s Test within a benchmark | 4492 4492 1.9s macro hygiene | 349573 349573 0.4s _ in lhs of function declaration | 8569 8569 0.4s passing value into setup | 0 5.6s blank space | 1 1 0.5s Median | 2 2 1.8s seconds kw | 0 1.2s seconds-limited while specitying samples (#56) | 2 2 0.4s low sample count (#91) | 8 8 1.4s process_args | 5 5 0.6s errors | 12 2 2 16 13.4s time_ns() close to typemax(UInt64) | 1 1 4.1s interpolation | 5 5 3.1s gc=false | 5 5 1.5s no warmup | 5 5 6.4s writefixed | 14 14 0.0s floor_to_Int | 8 8 0.0s Long runtime budget doesn't throw right away | 1 1 0.5s DEFAULTS | 5 5 0.5s Comparative benchmarking | 14 14 20.1s display | 37 37 8.1s Issue #99 | 0 0.2s Issue #128, fractional allocs | 3 3 2.5s Issue #107, specialization | 1 1 0.4s Issue #156, compat with old constructor | 1 1 0.1s Statistics Extension | 8 8 3.2s Precision | 19 2 21 5.5s Performance | 2 1 3 0.7s Aqua | 9 9 5m47.1s RNG of the outermost testset: Random.Xoshiro(0x1d4d76584630bbb9, 0x24be12ede928155c, 0x48d2e09418534aaa, 0xa824b6e85d567724, 0x90a7126108a6b31b) ERROR: LoadError: Some tests did not pass: 362802 passed, 2 failed, 2 errored, 3 broken. in expression starting at /home/pkgeval/.julia/packages/Chairmarks/yJzRJ/test/runtests.jl:6 Testing failed after 739.5s ERROR: LoadError: Package Chairmarks 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:326 [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 960.52s: package tests unexpectedly errored