Package evaluation to test CombinedParsers on Julia 1.12.7-DEV.42 (6f510b6086*) started at 2026-06-19T16:22:36.014 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.12` Set-up completed after 10.72s ################################################################################ # Installation # Installing CombinedParsers... Resolving package versions... Updating `~/.julia/environments/v1.12/Project.toml` [5ae71ed2] + CombinedParsers v0.2.1 Updating `~/.julia/environments/v1.12/Manifest.toml` ⌅ [1520ce14] + AbstractTrees v0.3.4 ⌅ [15f4f7f2] + AutoHashEquals v0.2.0 [944b1d66] + CodecZlib v0.7.8 [5ae71ed2] + CombinedParsers v0.2.1 [34da2185] + Compat v4.18.1 [9a962f9c] + DataAPI v1.16.0 ⌅ [864edb3b] + DataStructures v0.18.22 [ffbed154] + DocStringExtensions v0.9.5 [497a8b3b] + DoubleFloats v1.9.1 [14197337] + GenericLinearAlgebra v0.4.0 [842dd82b] + InlineStrings v1.4.5 [7d512f48] + InternedStrings v0.7.0 [92d709cd] + IrrationalConstants v0.2.6 [692b3bcd] + JLLWrappers v1.8.0 [011382f2] + LazyStrings v0.1.1 [2ab3a3ac] + LogExpFunctions v1.0.1 [4d1e1d77] + Nullables v1.0.0 ⌅ [bac558e1] + OrderedCollections v1.8.2 [69de0a69] + Parsers v2.8.6 [aea7be01] + PrecompileTools v1.3.4 [21216c6a] + Preferences v1.5.2 [be4d8f0f] + Quadmath v1.0.1 [276daf66] + SpecialFunctions v2.8.0 [e0df1984] + TextParse v1.0.3 [3bb67fe8] + TranscodingStreams v0.11.3 [666c268a] + Tries v0.1.4 [ea10d353] + WeakRefStrings v1.4.3 [efe28fd5] + OpenSpecFun_jll v0.5.6+0 [56f22d72] + Artifacts v1.11.0 [2a0f44e3] + Base64 v1.11.0 [ade2ca70] + Dates v1.11.0 [b77e0a4c] + InteractiveUtils v1.11.0 [ac6e5ff7] + JuliaSyntaxHighlighting v1.12.0 [8f399da3] + Libdl v1.11.0 [37e2e46d] + LinearAlgebra v1.12.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 v0.7.0 [9e88b42a] + Serialization v1.11.0 [f489334b] + StyledStrings v1.11.0 [fa267f1f] + TOML v1.0.3 [8dfed614] + Test v1.11.0 [cf7118a7] + UUIDs v1.11.0 [4ec0a83e] + Unicode v1.11.0 [e66e0078] + CompilerSupportLibraries_jll v1.3.0+1 [4536629a] + OpenBLAS_jll v0.3.29+0 [05823500] + OpenLibm_jll v0.8.7+0 [83775a58] + Zlib_jll v1.3.1+2 [8e850b90] + libblastrampoline_jll v5.15.0+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 6.82s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling packages... ✗ CombinedParsers 0 dependencies successfully precompiled in 200 seconds. 47 already precompiled. 10 dependencies precompiled but different versions are currently loaded (Base64, Dates, JuliaSyntaxHighlighting, Logging, Markdown, Printf, StyledStrings, TOML, UUIDs and Zlib_jll). Restart julia to access the new versions. Otherwise, 21 dependents of these packages may trigger further precompilation to work with the unexpected versions. ERROR: LoadError: The following 1 direct dependency failed to precompile: CombinedParsers Failed to precompile CombinedParsers [5ae71ed2-6f8a-4ed1-b94f-e14e8158f19e] to "/home/pkgeval/.julia/compiled/v1.12/CombinedParsers/jl_6wpBGg". ERROR: LoadError: Nothing <: CombinedParsers.CombinedParser. Fix with `push!(x|CombinedParsers.ConstantParser{Nothing, Nothing},y)`. re"" Stacktrace: [1] error(s::String) @ Base ./error.jl:44 [2] pushfirst!(x::CombinedParsers.Either{Vector{Any}, Any, CombinedParsers.CombinedParser}, y_::Nothing) @ CombinedParsers ~/.julia/packages/CombinedParsers/kbHhW/src/CombinedParsers.jl:2003 [3] pushfirst!(x::CombinedParsers.NamedParser{CombinedParsers.Either{Vector{Any}, Any, CombinedParsers.CombinedParser}, Any, CombinedParsers.CombinedParser}, y::Nothing) @ CombinedParsers ~/.julia/packages/CombinedParsers/kbHhW/src/CombinedParsers.jl:2025 [4] top-level scope @ ~/.julia/packages/CombinedParsers/kbHhW/src/CombinedParsers.jl:638 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:307 [6] top-level scope @ ~/.julia/packages/CombinedParsers/kbHhW/src/CombinedParsers.jl:2325 [7] include(mod::Module, _path::String) @ Base ./Base.jl:306 [8] include_package_for_output(pkg::Base.PkgId, input::String, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::Nothing) @ Base ./loading.jl:3027 [9] top-level scope @ stdin:5 [10] eval(m::Module, e::Any) @ Core ./boot.jl:489 [11] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) @ Base ./loading.jl:2873 [12] include_string @ ./loading.jl:2883 [inlined] [13] exec_options(opts::Base.JLOptions) @ Base ./client.jl:315 [14] _start() @ Base ./client.jl:550 in expression starting at /home/pkgeval/.julia/packages/CombinedParsers/kbHhW/src/bnf.jl:1 in expression starting at /home/pkgeval/.julia/packages/CombinedParsers/kbHhW/src/CombinedParsers.jl:6 in expression starting at stdin: in expression starting at /PkgEval.jl/scripts/precompile.jl:34 Precompilation failed after 224.17s ################################################################################ # Testing # Testing CombinedParsers Status `/tmp/jl_xwNDPi/Project.toml` ⌅ [1520ce14] AbstractTrees v0.3.4 ⌅ [15f4f7f2] AutoHashEquals v0.2.0 [5ae71ed2] CombinedParsers v0.2.1 [7d512f48] InternedStrings v0.7.0 [011382f2] LazyStrings v0.1.1 [4d1e1d77] Nullables v1.0.0 [e0df1984] TextParse v1.0.3 [666c268a] Tries v0.1.4 [ade2ca70] Dates v1.11.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_xwNDPi/Manifest.toml` ⌅ [1520ce14] AbstractTrees v0.3.4 ⌅ [15f4f7f2] AutoHashEquals v0.2.0 [944b1d66] CodecZlib v0.7.8 [5ae71ed2] CombinedParsers v0.2.1 [34da2185] Compat v4.18.1 [9a962f9c] DataAPI v1.16.0 ⌅ [864edb3b] DataStructures v0.18.22 [ffbed154] DocStringExtensions v0.9.5 [497a8b3b] DoubleFloats v1.9.1 [14197337] GenericLinearAlgebra v0.4.0 [842dd82b] InlineStrings v1.4.5 [7d512f48] InternedStrings v0.7.0 [92d709cd] IrrationalConstants v0.2.6 [692b3bcd] JLLWrappers v1.8.0 [011382f2] LazyStrings v0.1.1 [2ab3a3ac] LogExpFunctions v1.0.1 [4d1e1d77] Nullables v1.0.0 ⌅ [bac558e1] OrderedCollections v1.8.2 [69de0a69] Parsers v2.8.6 [aea7be01] PrecompileTools v1.3.4 [21216c6a] Preferences v1.5.2 [be4d8f0f] Quadmath v1.0.1 [276daf66] SpecialFunctions v2.8.0 [e0df1984] TextParse v1.0.3 [3bb67fe8] TranscodingStreams v0.11.3 [666c268a] Tries v0.1.4 [ea10d353] WeakRefStrings v1.4.3 [efe28fd5] OpenSpecFun_jll v0.5.6+0 [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 v1.11.0 [ade2ca70] Dates v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.12.0 [8f399da3] Libdl v1.11.0 [37e2e46d] LinearAlgebra v1.12.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 v0.7.0 [9e88b42a] Serialization v1.11.0 [f489334b] StyledStrings v1.11.0 [fa267f1f] TOML v1.0.3 [8dfed614] Test v1.11.0 [cf7118a7] UUIDs v1.11.0 [4ec0a83e] Unicode v1.11.0 [e66e0078] CompilerSupportLibraries_jll v1.3.0+1 [4536629a] OpenBLAS_jll v0.3.29+0 [05823500] OpenLibm_jll v0.8.7+0 [83775a58] Zlib_jll v1.3.1+2 [8e850b90] libblastrampoline_jll v5.15.0+0 Info Packages marked with ⌅ have new versions available but compatibility constraints restrict them from upgrading. Testing Running tests... Precompiling packages... Info Given CombinedParsers was explicitly requested, output will be shown live  ┌ Warning: `Either{T}(x::Vector; kw...) where T` is deprecated, use `Either{T}(x...; kw...)` instead. │ caller = ip:0x0 └ @ Core :-1 ┌ Warning: `Numeric(x...)` is deprecated, use `NumericParser(x...)` instead. │ caller = top-level scope at bnf.jl:116 └ @ Core ~/.julia/packages/CombinedParsers/kbHhW/src/bnf.jl:116 ERROR: LoadError: Nothing <: CombinedParsers.CombinedParser. Fix with `push!(x|CombinedParsers.ConstantParser{Nothing, Nothing},y)`. re"" Stacktrace:  [1] error(s::String)  @ Base ./error.jl:44  [2] pushfirst!(x::CombinedParsers.Either{Vector{Any}, Any, CombinedParsers.CombinedParser}, y_::Nothing)  @ CombinedParsers ~/.julia/packages/CombinedParsers/kbHhW/src/CombinedParsers.jl:2003  [3] pushfirst!(x::CombinedParsers.NamedParser{CombinedParsers.Either{Vector{Any}, Any, CombinedParsers.CombinedParser}, Any, CombinedParsers.CombinedParser}, y::Nothing)  @ CombinedParsers ~/.julia/packages/CombinedParsers/kbHhW/src/CombinedParsers.jl:2025  [4] top-level scope  @ ~/.julia/packages/CombinedParsers/kbHhW/src/CombinedParsers.jl:638  [5] include(mapexpr::Function, mod::Module, _path::String)  @ Base ./Base.jl:307  [6] top-level scope  @ ~/.julia/packages/CombinedParsers/kbHhW/src/CombinedParsers.jl:2325  [7] include(mod::Module, _path::String)  @ Base ./Base.jl:306  [8] include_package_for_output(pkg::Base.PkgId, input::String, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::Nothing)  @ Base ./loading.jl:3027  [9] top-level scope  @ stdin:5  [10] eval(m::Module, e::Any)  @ Core ./boot.jl:489  [11] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:2873  [12] include_string  @ ./loading.jl:2883 [inlined]  [13] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:315  [14] _start()  @ Base ./client.jl:550 in expression starting at /home/pkgeval/.julia/packages/CombinedParsers/kbHhW/src/bnf.jl:1 in expression starting at /home/pkgeval/.julia/packages/CombinedParsers/kbHhW/src/CombinedParsers.jl:6 in expression starting at stdin:5 ✗ CombinedParsers 0 dependencies successfully precompiled in 199 seconds. 47 already precompiled. ERROR: LoadError: The following 1 direct dependency failed to precompile: CombinedParsers Failed to precompile CombinedParsers [5ae71ed2-6f8a-4ed1-b94f-e14e8158f19e] to "/home/pkgeval/.julia/compiled/v1.12/CombinedParsers/jl_XKdMiR". ┌ Warning: `Either{T}(x::Vector; kw...) where T` is deprecated, use `Either{T}(x...; kw...)` instead. │ caller = ip:0x0 └ @ Core :-1 ┌ Warning: `Numeric(x...)` is deprecated, use `NumericParser(x...)` instead. │ caller = top-level scope at bnf.jl:116 └ @ Core ~/.julia/packages/CombinedParsers/kbHhW/src/bnf.jl:116 ERROR: LoadError: Nothing <: CombinedParsers.CombinedParser. Fix with `push!(x|CombinedParsers.ConstantParser{Nothing, Nothing},y)`. re"" Stacktrace: [1] error(s::String) @ Base ./error.jl:44 [2] pushfirst!(x::CombinedParsers.Either{Vector{Any}, Any, CombinedParsers.CombinedParser}, y_::Nothing) @ CombinedParsers ~/.julia/packages/CombinedParsers/kbHhW/src/CombinedParsers.jl:2003 [3] pushfirst!(x::CombinedParsers.NamedParser{CombinedParsers.Either{Vector{Any}, Any, CombinedParsers.CombinedParser}, Any, CombinedParsers.CombinedParser}, y::Nothing) @ CombinedParsers ~/.julia/packages/CombinedParsers/kbHhW/src/CombinedParsers.jl:2025 [4] top-level scope @ ~/.julia/packages/CombinedParsers/kbHhW/src/CombinedParsers.jl:638 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:307 [6] top-level scope @ ~/.julia/packages/CombinedParsers/kbHhW/src/CombinedParsers.jl:2325 [7] include(mod::Module, _path::String) @ Base ./Base.jl:306 [8] include_package_for_output(pkg::Base.PkgId, input::String, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::Nothing) @ Base ./loading.jl:3027 [9] top-level scope @ stdin:5 [10] eval(m::Module, e::Any) @ Core ./boot.jl:489 [11] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) @ Base ./loading.jl:2873 [12] include_string @ ./loading.jl:2883 [inlined] [13] exec_options(opts::Base.JLOptions) @ Base ./client.jl:315 [14] _start() @ Base ./client.jl:550 in expression starting at /home/pkgeval/.julia/packages/CombinedParsers/kbHhW/src/bnf.jl:1 in expression starting at /home/pkgeval/.julia/packages/CombinedParsers/kbHhW/src/CombinedParsers.jl:6 in expression starting at stdin: in expression starting at /home/pkgeval/.julia/packages/CombinedParsers/kbHhW/test/runtests.jl:1 Testing failed after 213.24s ERROR: LoadError: Package CombinedParsers errored during testing Stacktrace: [1] pkgerror(msg::String) @ Pkg.Types /opt/julia/share/julia/stdlib/v1.12/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.12/Pkg/src/Operations.jl:2538 [3] test @ /opt/julia/share/julia/stdlib/v1.12/Pkg/src/Operations.jl:2387 [inlined] [4] 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.12/Pkg/src/API.jl:552 [5] test(pkgs::Vector{PackageSpec}; io::IOContext{IO}, kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.12/Pkg/src/API.jl:169 [6] test(pkgs::Vector{String}; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.12/Pkg/src/API.jl:157 [7] test @ /opt/julia/share/julia/stdlib/v1.12/Pkg/src/API.jl:157 [inlined] [8] #test#81 @ /opt/julia/share/julia/stdlib/v1.12/Pkg/src/API.jl:156 [inlined] [9] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:223 [10] include(mod::Module, _path::String) @ Base ./Base.jl:306 [11] exec_options(opts::Base.JLOptions) @ Base ./client.jl:317 [12] _start() @ Base ./client.jl:550 in expression starting at /PkgEval.jl/scripts/evaluate.jl:214 PkgEval failed after 476.06s: package fails to precompile