Package evaluation to test PrettyChairmarks on Julia 1.14.0-DEV.2593 (15c2b67521*) started at 2026-07-03T15:50:34.883 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 15.7s ################################################################################ # Installation # Installing PrettyChairmarks... Resolving package versions... Installed Statistics ─────── v1.11.1 Installed Chairmarks ─────── v1.3.1 Installed PrettyChairmarks ─ v1.0.0 Updating `~/.julia/environments/v1.14/Project.toml` [aafa11c5] + PrettyChairmarks v1.0.0 Updating `~/.julia/environments/v1.14/Manifest.toml` [0ca39b1e] + Chairmarks v1.3.1 [aafa11c5] + PrettyChairmarks v1.0.0 [10745b16] + Statistics v1.11.1 [56f22d72] + Artifacts v1.11.0 [8f399da3] + Libdl v1.11.0 [37e2e46d] + LinearAlgebra v1.14.0 [de0858da] + Printf v1.11.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v1.13.0 [4ec0a83e] + Unicode v1.11.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.54s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling project... 8.8 s ✓ TestEnv 1 dependency successfully precompiled in 9 seconds. 27 already precompiled. Precompiling package dependencies... Precompiling project... 1.4 s ✓ Statistics 39.5 s ✓ Chairmarks 37.6 s ✓ Chairmarks → StatisticsChairmarksExt 37.4 s ✓ PrettyChairmarks 4 dependencies successfully precompiled in 116 seconds. 10 already precompiled. Precompilation completed after 161.06s ################################################################################ # Testing # Testing PrettyChairmarks Status `/tmp/jl_JXXXO7/Project.toml` [0ca39b1e] Chairmarks v1.3.1 [aafa11c5] PrettyChairmarks v1.0.0 [10745b16] Statistics v1.11.1 [de0858da] Printf v1.11.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_JXXXO7/Manifest.toml` [0ca39b1e] Chairmarks v1.3.1 [aafa11c5] PrettyChairmarks v1.0.0 [10745b16] Statistics v1.11.1 [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 [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 [8dfed614] Test v1.11.0 [4ec0a83e] Unicode 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... Pretty output: Error During Test at /home/pkgeval/.julia/packages/PrettyChairmarks/5inHw/test/runtests.jl:4 Got exception outside of a @test MethodError: no method matching (::var"##->###0")(::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) The anonymous function `#->###0` exists, but no method is defined for this combination of argument types. Closest candidates are: (::var"##->###0")() @ Main ~/.julia/packages/PrettyChairmarks/5inHw/test/runtests.jl:6 Stacktrace: [1] _benchmark_3(::var"##->###0", ::Int64, ::Bool) @ Chairmarks ~/.julia/packages/Chairmarks/yJzRJ/src/benchmarking.jl:163 [2] (::Chairmarks.var"#_benchmark_2##->###0"{Tuple{}, Int64, Tuple{var"##->###0"}, Bool, Tuple{Int64}, Base.RefValue{UInt64}, Nothing, Bool})(i::Int64) @ Chairmarks ~/.julia/packages/Chairmarks/yJzRJ/src/benchmarking.jl:123 [3] ntuple(f::Chairmarks.var"#_benchmark_2##->###0"{_A, Int64, var"#s927", Bool, Tuple{Int64}, Base.RefValue{UInt64}, _B, Bool} where {_A, var"#s927"<:Tuple{Any}, _B}, n::Int64) @ Base ntuple.jl:19 [inlined] [4] _benchmark_2(args1::Any, setup::Any, teardown::Any, gc::Bool, evals::Int64, warmup::Bool, fs::Any) @ Chairmarks ~/.julia/packages/Chairmarks/yJzRJ/src/benchmarking.jl:121 [5] _benchmark_1(init::Any, setup::Any, teardown::Any, evals::Union{Nothing, Int64}, samples::Union{Nothing, Int64}, seconds::Union{Nothing, Float64}, gc::Bool, fs::Any) @ Chairmarks ~/.julia/packages/Chairmarks/yJzRJ/src/benchmarking.jl:40 [6] benchmark(init::Nothing, setup::Nothing, fs::Tuple{Function}, teardown::Nothing; evals::Nothing, samples::Nothing, seconds::Float64, gc::Bool) @ Chairmarks ~/.julia/packages/Chairmarks/yJzRJ/src/benchmarking.jl:17 [inlined] [7] benchmark(init::Nothing, setup::Nothing, fs::Tuple{Function}, teardown::Nothing) @ Chairmarks ~/.julia/packages/Chairmarks/yJzRJ/src/benchmarking.jl:12 [inlined] [8] benchmark(init::Nothing, setup::Nothing, f::Function, teardown::Nothing; kw::@Kwargs{}) @ Chairmarks ~/.julia/packages/Chairmarks/yJzRJ/src/benchmarking.jl:5 [inlined] [9] benchmark(setup::Nothing, f::Function, teardown::Nothing; kw::@Kwargs{}) @ Chairmarks ~/.julia/packages/Chairmarks/yJzRJ/src/benchmarking.jl:4 [inlined] [10] benchmark(f::Function; kw::@Kwargs{}) @ Chairmarks ~/.julia/packages/Chairmarks/yJzRJ/src/benchmarking.jl:3 [inlined] [11] top-level scope @ ~/.julia/packages/PrettyChairmarks/5inHw/test/runtests.jl:4 [12] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [13] top-level scope @ none:6 [14] eval(m::Module, e::Any) @ Core boot.jl:522 [15] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [16] _start() @ Base client.jl:596 Test Summary: | Error Total Time Pretty output | 1 1 6.9s RNG of the outermost testset: Random.Xoshiro(0x1b41f69bfd10d948, 0x08b5972e18a71941, 0x174d8cce31e2eecf, 0x3c98acd3cdc4ce07, 0x521335f7e0d67147) ERROR: LoadError: Some tests did not pass: 0 passed, 0 failed, 1 errored, 0 broken. in expression starting at /home/pkgeval/.julia/packages/PrettyChairmarks/5inHw/test/runtests.jl:4 Testing failed after 237.13s ERROR: LoadError: Package PrettyChairmarks 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 440.63s: package tests unexpectedly errored