Package evaluation to test Format on Julia 1.10.10 (c8be17dcfd*) started at 2026-02-02T13:34:49.951 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.10` Set-up completed after 4.97s ################################################################################ # Installation # Installing Format... Resolving package versions... Updating `~/.julia/environments/v1.10/Project.toml` [1fa38f19] + Format v1.3.7 Updating `~/.julia/environments/v1.10/Manifest.toml` [1fa38f19] + Format v1.3.7 Installation completed after 3.91s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling packages... 1961.4 ms ✓ Format 1 dependency successfully precompiled in 3 seconds. 1 already precompiled. Precompilation completed after 10.69s ################################################################################ # Testing # Testing Format Status `/tmp/jl_gCzZ8F/Project.toml` [1fa38f19] Format v1.3.7 [de0858da] Printf [9a3f8284] Random [8dfed614] Test Status `/tmp/jl_gCzZ8F/Manifest.toml` [1fa38f19] Format v1.3.7 [2a0f44e3] Base64 [b77e0a4c] InteractiveUtils [56ddb016] Logging [d6f4376e] Markdown [de0858da] Printf [9a3f8284] Random [ea8e919c] SHA v0.7.0 [9e88b42a] Serialization [8dfed614] Test [4ec0a83e] Unicode Testing Running tests... test cformat equality... ...Done 2.568029 seconds (2.01 M allocations: 139.122 MiB, 2.80% gc time, 91.99% compilation time) Test speed integer @sprintf speed 0.024367 seconds (400.00 k allocations: 18.311 MiB) integer format speed 0.036673 seconds (599.50 k allocations: 21.355 MiB) integer cfmt speed 0.056122 seconds (599.49 k allocations: 22.880 MiB, 9.44% gc time) integer cfmt spec speed 0.034641 seconds (599.49 k allocations: 22.880 MiB) integer cfmt speed, bypass repeated lookup 0.047059 seconds (599.91 k allocations: 22.910 MiB, 8.81% gc time, 17.24% compilation time) float64 @sprintf speed 0.064696 seconds (400.00 k allocations: 76.294 MiB, 16.05% gc time) float64 format speed 0.091340 seconds (600.01 k allocations: 79.346 MiB, 10.16% gc time) float64 cfmt speed 0.103111 seconds (800.00 k allocations: 93.079 MiB, 3.90% gc time) float64 cfmt spec speed 0.074542 seconds (800.00 k allocations: 93.079 MiB, 2.92% gc time) float64 cfmt speed, bypass repeated lookup 0.103520 seconds (800.42 k allocations: 93.108 MiB, 24.83% gc time, 7.99% compilation time) Test Summary: | Pass Total Time cformat | 100071 100071 11.0s Test Summary: | Pass Broken Total Time printf | 946 2 948 9.5s Test Summary: | Pass Total Time fmtspec | 273 273 12.4s Test Summary: | Pass Total Time formatexpr | 45 45 0.9s Test Summary: | Pass Total Time fmt | 24 24 1.5s Testing Format tests passed Testing completed after 38.8s PkgEval succeeded after 60.95s