Package evaluation to test Formatting on Julia 1.14.0-DEV.24 (d5fb6bbb43*) started at 2025-11-02T12:31:09.689 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 9.39s ################################################################################ # 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.98s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... ┌ Error: Failed to use TestEnv.jl; test dependencies will not be precompiled │ exception = │ UndefVarError: `project_rel_path` not defined in `TestEnv` │ Suggestion: this global was defined as `Pkg.Operations.project_rel_path` but not assigned a value. │ Stacktrace: │ [1] get_test_dir(ctx::Pkg.Types.Context, pkgspec::PackageSpec) │ @ TestEnv ~/.julia/packages/TestEnv/nGMfF/src/julia-1.11/common.jl:75 │ [2] test_dir_has_project_file │ @ ~/.julia/packages/TestEnv/nGMfF/src/julia-1.11/common.jl:52 [inlined] │ [3] maybe_gen_project_override! │ @ ~/.julia/packages/TestEnv/nGMfF/src/julia-1.11/common.jl:83 [inlined] │ [4] activate(pkg::String; allow_reresolve::Bool) │ @ TestEnv ~/.julia/packages/TestEnv/nGMfF/src/julia-1.11/activate_set.jl:12 │ [5] activate(pkg::String) │ @ TestEnv ~/.julia/packages/TestEnv/nGMfF/src/julia-1.11/activate_set.jl:9 │ [6] top-level scope │ @ /PkgEval.jl/scripts/precompile.jl:24 │ [7] include(mod::Module, _path::String) │ @ Base ./Base.jl:309 │ [8] exec_options(opts::Base.JLOptions) │ @ Base ./client.jl:344 │ [9] _start() │ @ Base ./client.jl:577 └ @ Main /PkgEval.jl/scripts/precompile.jl:26 Precompiling package dependencies... Precompiling packages... 958.9 ms ✓ Formatting 1 dependency successfully precompiled in 1 seconds. 3 already precompiled. 1 dependency had output during precompilation: ┌ Formatting │ ┌ 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 └ Precompilation completed after 14.8s ################################################################################ # Testing # Testing Formatting Status `/tmp/jl_kFZDsj/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_kFZDsj/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 v1.0.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 14.363052 seconds (7.83 M allocations: 316.443 MiB, 2.99% gc time, 16.89% compilation time) Test speed integer @sprintf speed 0.041957 seconds (600.00 k allocations: 18.311 MiB, 16.33% gc time) integer sprintf speed 23.335101 seconds (11.80 M allocations: 396.705 MiB, 0.31% gc time) integer sprintf speed, bypass repeated lookup 0.071742 seconds (998.98 k allocations: 24.398 MiB, 4.19% gc time) float64 @sprintf speed 0.066165 seconds (600.01 k allocations: 76.294 MiB, 13.83% gc time) float64 sprintf speed 23.820314 seconds (11.60 M allocations: 451.661 MiB, 0.12% gc time) float64 sprintf speed, bypass repeated lookup 0.098298 seconds (1.00 M allocations: 82.398 MiB, 13.65% gc time) test commas... test format... Testing Formatting tests passed Testing completed after 84.1s PkgEval succeeded after 118.06s