Package evaluation to test Formatting on Julia 1.13.0-DEV.1324 (c1d413cf8a*) started at 2025-10-17T15:42:14.722 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 10.02s ################################################################################ # Installation # Installing Formatting... Resolving package versions... Installed Formatting ─ v0.4.3 Updating `~/.julia/environments/v1.13/Project.toml` [59287772] + Formatting v0.4.3 Updating `~/.julia/environments/v1.13/Manifest.toml` [59287772] + Formatting v0.4.3 [56ddb016] + Logging v1.11.0 [de0858da] + Printf v1.11.0 [4ec0a83e] + Unicode v1.11.0 Installation completed after 0.89s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling packages... 4280.7 ms ✓ TestEnv 1 dependency successfully precompiled in 5 seconds. 27 already precompiled. Precompiling package dependencies... Precompilation completed after 19.18s ################################################################################ # Testing # Testing Formatting Status `/tmp/jl_61AzXV/Project.toml` [59287772] Formatting v0.4.3 [56ddb016] Logging v1.11.0 [de0858da] Printf v1.11.0 [9a3f8284] Random v1.11.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_61AzXV/Manifest.toml` [59287772] Formatting v0.4.3 [2a0f44e3] Base64 v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.12.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [de0858da] Printf v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v0.7.0 [9e88b42a] Serialization v1.11.0 [f489334b] StyledStrings v1.11.0 [8dfed614] Test v1.11.0 [4ec0a83e] Unicode v1.11.0 Testing Running tests... test cformat equality... ...Done 13.252977 seconds (7.83 M allocations: 316.437 MiB, 2.44% gc time, 16.37% compilation time) Test speed integer @sprintf speed 0.045169 seconds (600.00 k allocations: 18.311 MiB, 16.31% gc time) integer sprintf speed 21.729279 seconds (11.80 M allocations: 396.705 MiB, 0.47% gc time) integer sprintf speed, bypass repeated lookup 0.061138 seconds (998.98 k allocations: 24.398 MiB, 3.94% gc time) float64 @sprintf speed 0.069077 seconds (600.01 k allocations: 76.294 MiB, 11.70% gc time) float64 sprintf speed 21.731722 seconds (11.60 M allocations: 451.661 MiB, 0.15% gc time) float64 sprintf speed, bypass repeated lookup 0.097259 seconds (1.00 M allocations: 82.398 MiB, 13.43% gc time) test commas... Error During Test at /home/pkgeval/.julia/packages/Formatting/3VxOt/test/cformat.jl:100 Test threw exception Expression: sprintf1("%'d", 1000) == "1,000" MethodError: no method matching addcommas(::SubString{String}) The function `addcommas` exists, but no method is defined for this combination of argument types. Closest candidates are: addcommas(!Matched::String) @ Formatting ~/.julia/packages/Formatting/3VxOt/src/cformat.jl:77 Stacktrace: [1] checkcommas(s::String) @ Formatting ~/.julia/packages/Formatting/3VxOt/src/cformat.jl:69 [2] (::Formatting.var"#39#40")(x::Int64) @ Formatting ~/.julia/packages/Formatting/3VxOt/src/cformat.jl:35 [3] (::Formatting.var"#generate_formatter##2#generate_formatter##3")(x::Int64) @ Formatting ~/.julia/packages/Formatting/3VxOt/src/cformat.jl:36 [4] top-level scope @ none:1 [5] eval(m::Module, e::Any) @ Core ./boot.jl:489 [6] EvalInto @ ./boot.jl:494 [inlined] [7] sprintf1(fmt::String, x::Int64) @ Formatting ~/.julia/packages/Formatting/3VxOt/src/cformat.jl:3 [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [9] test_commas() @ Main ~/.julia/packages/Formatting/3VxOt/test/cformat.jl:100 ERROR: LoadError: There was an error during testing in expression starting at /home/pkgeval/.julia/packages/Formatting/3VxOt/test/cformat.jl:188 in expression starting at /home/pkgeval/.julia/packages/Formatting/3VxOt/test/runtests.jl:4 Testing failed after 67.9s ERROR: LoadError: Package Formatting errored during testing Stacktrace: [1] pkgerror(msg::String) @ Pkg.Types /opt/julia/share/julia/stdlib/v1.13/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.13/Pkg/src/Operations.jl:2674 [3] test @ /opt/julia/share/julia/stdlib/v1.13/Pkg/src/Operations.jl:2523 [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.13/Pkg/src/API.jl:548 [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.13/Pkg/src/API.jl:525 [6] test(pkgs::Vector{PackageSpec}; io::IOContext{IO}, kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.13/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.13/Pkg/src/API.jl:161 [8] test(pkgs::Vector{String}; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:160 [9] test @ /opt/julia/share/julia/stdlib/v1.13/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.13/Pkg/src/API.jl:159 [11] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:219 [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:210 PkgEval failed after 112.09s: package tests unexpectedly errored