Package evaluation to test Formatting on Julia 1.14.0-DEV.1352 (749bc618c5*) started at 2025-12-09T19:15:19.839 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 9.44s ################################################################################ # 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.93s ################################################################################ # 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:577 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:577 Precompilation failed after 12.9s ################################################################################ # Testing # Testing Formatting Status `/tmp/jl_xbbu83/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_xbbu83/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.630608 seconds (7.72 M allocations: 310.403 MiB, 2.78% gc time, 12.10% compilation time) Test speed integer @sprintf speed 0.042385 seconds (600.00 k allocations: 18.311 MiB, 21.86% gc time) integer sprintf speed 23.728091 seconds (11.80 M allocations: 396.705 MiB, 0.18% gc time) integer sprintf speed, bypass repeated lookup 0.071899 seconds (998.98 k allocations: 24.398 MiB, 18.68% gc time) float64 @sprintf speed 0.091513 seconds (600.01 k allocations: 76.294 MiB, 37.90% gc time) float64 sprintf speed 23.050719 seconds (11.60 M allocations: 451.661 MiB, 0.15% gc time) float64 sprintf speed, bypass repeated lookup 0.075768 seconds (1.00 M allocations: 82.398 MiB, 5.55% gc time) test commas... test format... Testing Formatting tests passed Testing completed after 84.69s PkgEval succeeded after 117.57s