Package evaluation to test LogRoller on Julia 1.14.0-DEV.2802 (918269a29b*) started at 2026-07-29T02:26:48.484 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 17.57s ################################################################################ # Installation # Installing LogRoller... Resolving package versions... Installed Parsers ──────────── v2.8.6 Installed LogRoller ────────── v0.5.1 Installed CodecZlib ────────── v0.7.8 Installed JSON ─────────────── v0.21.4 Installed TranscodingStreams ─ v0.11.3 Installed Preferences ──────── v1.5.2 Installed PrecompileTools ──── v1.3.4 Updating `~/.julia/environments/v1.14/Project.toml` [c41e01d8] + LogRoller v0.5.1 Updating `~/.julia/environments/v1.14/Manifest.toml` [944b1d66] + CodecZlib v0.7.8 ⌅ [682c06a0] + JSON v0.21.4 [c41e01d8] + LogRoller v0.5.1 [69de0a69] + Parsers v2.8.6 [aea7be01] + PrecompileTools v1.3.4 [21216c6a] + Preferences v1.5.2 [3bb67fe8] + TranscodingStreams v0.11.3 [ade2ca70] + Dates v1.11.0 [8f399da3] + Libdl v1.11.0 [56ddb016] + Logging v1.11.0 [a63ad114] + Mmap v1.11.0 [de0858da] + Printf v1.11.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v1.13.0 [9e88b42a] + Serialization v1.11.0 [fa267f1f] + TOML v1.0.3 [cf7118a7] + UUIDs v1.11.0 [4ec0a83e] + Unicode v1.11.0 [83775a58] + Zlib_jll v1.3.2+0 Info Packages marked with ⌅ have new versions available but compatibility constraints restrict them from upgrading. To see why use `status --outdated -m` Installation completed after 4.82s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling project... 5.4 s ✓ TestEnv 1 dependency successfully precompiled in 6 seconds. 27 already precompiled. Precompiling package dependencies... Precompiling project... 1.0 s ✓ TranscodingStreams 1.7 s ✓ Preferences 0.8 s ✓ CodecZlib 1.5 s ✓ PrecompileTools 11.3 s ✓ Parsers 3.5 s ✓ JSON 1.6 s ✓ LogRoller 7 dependencies successfully precompiled in 21 seconds. 15 already precompiled. Precompilation completed after 56.04s ################################################################################ # Testing # Testing LogRoller Status `/tmp/jl_i2niZV/Project.toml` [944b1d66] CodecZlib v0.7.8 ⌅ [682c06a0] JSON v0.21.4 [c41e01d8] LogRoller v0.5.1 [ade2ca70] Dates v1.11.0 [56ddb016] Logging v1.11.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_i2niZV/Manifest.toml` [944b1d66] CodecZlib v0.7.8 ⌅ [682c06a0] JSON v0.21.4 [c41e01d8] LogRoller v0.5.1 [69de0a69] Parsers v2.8.6 [aea7be01] PrecompileTools v1.3.4 [21216c6a] Preferences v1.5.2 [3bb67fe8] TranscodingStreams v0.11.3 [2a0f44e3] Base64 v1.11.0 [ade2ca70] Dates v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.13.0 [8f399da3] Libdl v1.11.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [a63ad114] Mmap v1.11.0 [de0858da] Printf v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v1.13.0 [9e88b42a] Serialization v1.11.0 [f489334b] StyledStrings v1.13.0 [fa267f1f] TOML v1.0.3 [8dfed614] Test v1.11.0 [cf7118a7] UUIDs v1.11.0 [4ec0a83e] Unicode v1.11.0 [83775a58] Zlib_jll v1.3.2+0 Info Packages marked with ⌅ have new versions available but compatibility constraints restrict them from upgrading. Testing Running tests... Test Summary: | Pass Total Time file writer | 40 40 5.6s Test Summary: | Pass Total Time process streams | 7 7 4.6s logger: Error During Test at /home/pkgeval/.julia/packages/LogRoller/AvWVT/test/runtests.jl:448 Got exception outside of a @test Unexpected end of input ...when parsing byte with value '0' Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] _error(message::String, ps::JSON.Parser.StreamingParserState{IOStream}) @ JSON.Parser ~/.julia/packages/JSON/93Ea8/src/Parser.jl:148 [3] byteat(ps::JSON.Parser.StreamingParserState{IOStream}) @ JSON.Parser ~/.julia/packages/JSON/93Ea8/src/Parser.jl:57 [4] current(ps::JSON.Parser.StreamingParserState{IOStream}) @ JSON.Parser ~/.julia/packages/JSON/93Ea8/src/Parser.jl:70 [inlined] [5] chomp_space!(ps::JSON.Parser.StreamingParserState{IOStream}) @ JSON.Parser ~/.julia/packages/JSON/93Ea8/src/Parser.jl:115 [inlined] [6] parse_value(pc::JSON.Parser.ParserContext{Dict{String, Any}, Int64, true, nothing}, ps::JSON.Parser.StreamingParserState{IOStream}) @ JSON.Parser ~/.julia/packages/JSON/93Ea8/src/Parser.jl:158 [7] parse(io::IOStream; dicttype::Core.TypeEgal{Dict{String, Any}}, inttype::Core.TypeEgal{Int64}, allownan::Bool, null::Nothing) @ JSON.Parser ~/.julia/packages/JSON/93Ea8/src/Parser.jl:481 [8] parse(io::IOStream) @ JSON.Parser ~/.julia/packages/JSON/93Ea8/src/Parser.jl:474 [inlined] [9] (::var"#test_exception_printing##4#test_exception_printing##5")(readio::IOStream) @ Main ~/.julia/packages/LogRoller/AvWVT/test/runtests.jl:418 [10] open(f::var"#test_exception_printing##4#test_exception_printing##5", args::String; kwargs::@Kwargs{}) @ Base io.jl:438 [inlined] [11] open(f::var"#test_exception_printing##4#test_exception_printing##5", args::String) @ Base io.jl:435 [inlined] [12] (::var"#test_exception_printing##0#test_exception_printing##1")(logdir::String) @ Main ~/.julia/packages/LogRoller/AvWVT/test/runtests.jl:417 [13] mktempdir(fn::var"#test_exception_printing##0#test_exception_printing##1", parent::String; prefix::String) @ Base.Filesystem file.jl:949 [14] mktempdir(fn::var"#test_exception_printing##0#test_exception_printing##1", parent::String) @ Base.Filesystem file.jl:945 [inlined] [15] test_exception_printing() @ Main ~/.julia/packages/LogRoller/AvWVT/test/runtests.jl:404 [16] top-level scope @ ~/.julia/packages/LogRoller/AvWVT/test/runtests.jl:449 [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [18] macro expansion @ ~/.julia/packages/LogRoller/AvWVT/test/runtests.jl:454 [inlined] Test Summary: | Pass Error Total Time logger | 106 1 107 1m02.1s RNG of the outermost testset: Random.Xoshiro(0xd1f570323bac7151, 0xf9ec085dd6a3631e, 0x114a11f060b833c5, 0x832e85d259143a1f, 0xac718bbe12bd345d) ERROR: LoadError: Some tests did not pass: 106 passed, 0 failed, 1 errored, 0 broken. in expression starting at /home/pkgeval/.julia/packages/LogRoller/AvWVT/test/runtests.jl:448 Testing failed after 93.18s ERROR: LoadError: Package LogRoller 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 in expression starting at /PkgEval.jl/scripts/evaluate.jl:214 PkgEval failed after 206.53s: package tests unexpectedly errored