Package evaluation to test Logging on Julia 1.14.0-DEV.2373 (cf67ecc88f*) started at 2026-06-14T18:09:39.204 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 16.05s ################################################################################ # Installation # Installing Logging... Resolving package versions... Updating `~/.julia/environments/v1.14/Project.toml` [56ddb016] + Logging v1.11.0 Updating `~/.julia/environments/v1.14/Manifest.toml` [56ddb016] + Logging v1.11.0 Installation completed after 1.17s Logging is a standard library in this Julia build. ################################################################################ # Testing # Testing Logging Status `/tmp/jl_TmS9xP/Project.toml` [56ddb016] Logging v1.11.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_TmS9xP/Manifest.toml` [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 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v1.13.0 [9e88b42a] Serialization v1.11.0 [f489334b] StyledStrings v1.13.0 [8dfed614] Test v1.11.0 Testing Running tests... ConsoleLogger: Test Failed at /opt/julia/share/julia/stdlib/v1.14/Logging/test/runtests.jl:223 Expression: startswith(genmsg("msg", exception = (DivideError(), bt)), "┌ PREFIX msg\n│ exception =\n│ DivideError: integer division error\n│ Stacktrace:\n│ [1] func1()") Evaluated: startswith("┌ PREFIX msg\n│ exception =\n│ DivideError: integer division error\n│ Stacktrace:\n│ [1] macro expansion\n│ @ /opt/julia/share/julia/stdlib/v1.14/Logging/test/runtests.jl:9 [inlined]\n│ [2] func1()\n│ @ Main /opt/julia/share/julia/stdlib/v1.14/Logging/test/runtests.jl:9\n│ [3] top-level scope\n│ @ /opt/julia/share/julia/stdlib/v1.14/Logging/test/runtests.jl:15\n│ [4] macro expansion\n│ @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined]\n│ [5] macro expansion\n│ @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined]\n│ [6] macro expansion\n│ @ /opt/julia/share/julia/stdlib/v1.14/Logging/test/runtests.jl:31 [inlined]\n│ [7] macro expansion\n│ @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined]\n│ [8] macro expansion\n│ @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined]\n│ [9] macro expansion\n│ @ /opt/julia/share/julia/stdlib/v1.14/Logging/test/runtests.jl:222 [inlined]\n│ [10] include(mapexpr::Function, mod::Module, _path::String)\n│ @ Base Base.jl:326\n│ [11] top-level scope\n│ @ none:6\n│ [12] eval(m::Module, e::Any)\n│ @ Core boot.jl:522\n│ [13] exec_options(opts::Base.JLOptions)\n│ @ Base client.jl:321\n│ [14] _start()\n│ @ Base client.jl:596\n└ SUFFIX\n", "┌ PREFIX msg\n│ exception =\n│ DivideError: integer division error\n│ Stacktrace:\n│ [1] func1()") Stacktrace: [1] top-level scope @ /opt/julia/share/julia/stdlib/v1.14/Logging/test/runtests.jl:15 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Logging/test/runtests.jl:31 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Logging/test/runtests.jl:223 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:564 [inlined] Test Summary: | Pass Fail Total Time Logging | 50 1 51 17.3s Core | 3 3 0.1s LogLevel compatibility with integers | 4 4 0.1s ConsoleLogger | 36 1 37 10.0s Default metadata formatting | 9 9 0.0s Prefix and suffix layout | 4 4 0.1s Metadata suffix, right justification | 7 7 0.0s Limiting large data structures | 2 2 0.9s exported names | 1 1 0.1s custom log macro | 2 2 0.6s Docstrings | 1 1 0.1s Logging when multithreaded | 3 3 6.4s RNG of the outermost testset: Random.Xoshiro(0x629558b3d85e9752, 0xc97a002f7d42870f, 0x9a0e0e2a525cf339, 0x2834ce10556af39f, 0xdabb428841e395f5) ERROR: LoadError: Some tests did not pass: 50 passed, 1 failed, 0 errored, 0 broken. in expression starting at /opt/julia/share/julia/stdlib/v1.14/Logging/test/runtests.jl:15 Testing failed after 136.81s ERROR: LoadError: Package Logging errored during testing Stacktrace: [1] pkgerror(msg::String) @ Pkg.Types /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Types.jl:68 [2] test(ctx::Pkg.Types.Context, pkgs::Vector{PackageSpec}; coverage::Bool, julia_args::Cmd, test_args::Cmd, test_fn::Nothing, force_latest_compatible_version::Bool, allow_earlier_backwards_compatible_versions::Bool, allow_reresolve::Bool) @ Pkg.Operations /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Operations.jl:3247 [3] test(ctx::Pkg.Types.Context, pkgs::Vector{PackageSpec}; coverage::Bool, test_fn::Nothing, julia_args::Cmd, test_args::Cmd, force_latest_compatible_version::Bool, allow_earlier_backwards_compatible_versions::Bool, allow_reresolve::Bool, kwargs::@Kwargs{io::IOContext{IO}}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:587 [4] test(pkgs::Vector{PackageSpec}; io::IOContext{IO}, kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:172 [5] test(pkgs::Vector{String}; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:160 [6] test(pkg::String; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:159 [inlined] [7] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:223 [8] include(mod::Module, _path::String) @ Base Base.jl:325 [9] exec_options(opts::Base.JLOptions) @ Base client.jl:355 [10] _start() @ Base client.jl:596 in expression starting at /PkgEval.jl/scripts/evaluate.jl:214 PkgEval failed after 171.74s: package has test failures