Package evaluation to test Formatting on Julia 1.14.0-DEV.1455 (9d9110fde9*) started at 2026-01-01T12:36:17.233 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 9.25s ################################################################################ # Installation # Installing Formatting... Resolving package versions... Updating `~/.julia/environments/v1.14/Project.toml` [59287772] + Formatting v0.4.3 Updating `~/.julia/environments/v1.14/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.87s ################################################################################ # 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:585 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:585 Precompilation failed after 13.52s ################################################################################ # Testing # Testing Formatting Status `/tmp/jl_5aabg7/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_5aabg7/Manifest.toml` [59287772] Formatting v0.4.3 [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 [de0858da] Printf 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 [4ec0a83e] Unicode v1.11.0 Testing Running tests... ┌ Warning: DEPRECATION NOTICE │ │ Formatting.jl has been unmaintained for a while, with some serious │ correctness bugs compromising the original purpose of the package. As a result, │ it has been deprecated - consider using an alternative, such as │ `Format.jl` (https://github.com/JuliaString/Format.jl) or the `Printf` stdlib directly. │ │ If you are not using Formatting.jl as a direct dependency, please consider │ opening an issue on any packages you are using that do use it as a dependency. │ From Julia 1.9 onwards, you can query `]why Formatting` to figure out which │ package originally brings it in as a dependency. └ @ Formatting ~/.julia/packages/Formatting/3VxOt/src/Formatting.jl:12 1 dependency had output during precompilation: ┌ Formatting │ [Output was shown above] └ test cformat equality... ...Done 14.102471 seconds (7.72 M allocations: 310.363 MiB, 2.56% gc time, 10.41% compilation time) Test speed integer @sprintf speed 0.037899 seconds (600.00 k allocations: 18.311 MiB, 23.23% gc time) integer sprintf speed 23.128925 seconds (11.80 M allocations: 396.705 MiB, 0.19% gc time) integer sprintf speed, bypass repeated lookup 0.056988 seconds (998.98 k allocations: 24.398 MiB) float64 @sprintf speed 0.084490 seconds (600.01 k allocations: 76.294 MiB, 46.37% gc time) float64 sprintf speed 23.712520 seconds (11.60 M allocations: 451.661 MiB, 0.15% gc time) float64 sprintf speed, bypass repeated lookup 0.093047 seconds (1.00 M allocations: 82.398 MiB, 6.31% gc time) test commas... test format... Testing Formatting tests passed Testing completed after 86.12s PkgEval succeeded after 119.2s