Package evaluation to test Formatting on Julia 1.14.0-DEV.1441 (812f3beb0a*) started at 2025-12-30T12:35:17.240 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 9.99s ################################################################################ # 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.86s ################################################################################ # 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.09s ################################################################################ # Testing # Testing Formatting Status `/tmp/jl_I8OWNL/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_I8OWNL/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 13.752931 seconds (7.71 M allocations: 309.760 MiB, 2.70% gc time, 10.09% compilation time) Test speed integer @sprintf speed 0.038566 seconds (600.00 k allocations: 18.311 MiB, 22.28% gc time) integer sprintf speed 23.387001 seconds (11.80 M allocations: 396.705 MiB, 0.17% gc time) integer sprintf speed, bypass repeated lookup 0.067179 seconds (998.98 k allocations: 24.398 MiB, 18.70% gc time) float64 @sprintf speed 0.092634 seconds (600.01 k allocations: 76.294 MiB, 37.20% gc time) float64 sprintf speed 23.554535 seconds (11.60 M allocations: 451.661 MiB, 0.14% gc time) float64 sprintf speed, bypass repeated lookup 0.089461 seconds (1.00 M allocations: 82.398 MiB, 7.24% gc time) test commas... test format... Testing Formatting tests passed Testing completed after 84.97s PkgEval succeeded after 118.24s