Package evaluation to test Unmarshal on Julia 1.14.0-DEV.2226 (797a5ef2b0*) started at 2026-05-23T20:33:27.431 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 16.97s ################################################################################ # Installation # Installing Unmarshal... Resolving package versions... Installed Missings ─────────── v1.2.0 Installed DataAPI ──────────── v1.16.0 Installed JSON ─────────────── v0.21.4 Installed Nullables ────────── v1.0.0 Installed Requires ─────────── v1.3.1 Installed PropertyDicts ────── v0.1.2 Installed Preferences ──────── v1.5.2 Installed Parsers ──────────── v2.8.4 Installed PrecompileTools ──── v1.3.4 Installed LazyJSON ─────────── v0.2.2 Installed OrderedCollections ─ v1.8.1 Installed Unmarshal ────────── v0.4.4 Updating `~/.julia/environments/v1.14/Project.toml` [cbff2730] + Unmarshal v0.4.4 Updating `~/.julia/environments/v1.14/Manifest.toml` [9a962f9c] + DataAPI v1.16.0 ⌅ [682c06a0] + JSON v0.21.4 [fc18253b] + LazyJSON v0.2.2 [e1d29d7a] + Missings v1.2.0 [4d1e1d77] + Nullables v1.0.0 [bac558e1] + OrderedCollections v1.8.1 [69de0a69] + Parsers v2.8.4 [aea7be01] + PrecompileTools v1.3.4 [21216c6a] + Preferences v1.5.2 ⌅ [f8a19df8] + PropertyDicts v0.1.2 [ae029012] + Requires v1.3.1 [cbff2730] + Unmarshal v0.4.4 [ade2ca70] + Dates v1.11.0 [a63ad114] + Mmap v1.11.0 [de0858da] + Printf v1.11.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v1.13.0 [fa267f1f] + TOML v1.0.3 [cf7118a7] + UUIDs v1.11.0 [4ec0a83e] + Unicode v1.11.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 5.14s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling project... 5.5 s ✓ TestEnv 1 dependency successfully precompiled in 6 seconds. 27 already precompiled. Precompiling package dependencies... Precompiling project... 0.9 s ✓ Nullables 152.7 s ✓ OrderedCollections 0.9 s ✓ DataAPI 48.6 s ✓ PropertyDicts 1.1 s ✓ Requires 2.3 s ✓ Preferences 63.6 s ✓ Missings 2.4 s ✓ PrecompileTools 26.2 s ✓ Parsers 14.5 s ✓ JSON 686.0 s ✓ LazyJSON ┌ Info: JuliaLowering threw given input: │ code = │ :((unmarshal(::Type{Array}, xs::Union{Vector, AbstractArray}, verbose::Bool = false, verboseLvl::Int = 0) where N) = begin │ #= /home/pkgeval/.julia/packages/Unmarshal/2eEFB/src/Unmarshal.jl:67 =# │ unmarshal(Vector{Any}, xs, verbose, verboseLvl) │ end) │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,macro_source,name_val,syntax_flags,meta,scope_layer,value,jl_source,is_toplevel_thunk,source,__macro_ctx__ │ [=] │ │ [where] │ │ [call] │ │ unmarshal :: Identifier │ │ [::] │ │ [curly] │ │ Type :: Identifier │ │ Array :: Identifier │ │ [::] │ │ xs :: Identifier │ │ [curly] │ │ Union :: Identifier │ │ Vector :: Identifier │ │ AbstractArray :: Identifier │ │ [kw] │ │ [::] │ │ verbose :: Identifier │ │ Bool :: Identifier │ │ false :: Value │ │ [kw] │ │ [::] │ │ verboseLvl :: Identifier │ │ Int :: Identifier │ │ 0 :: Value │ │ N :: Identifier │ │ [block] │ │ [call] │ │ unmarshal :: Identifier │ │ [curly] │ │ Vector :: Identifier │ │ Any :: Identifier │ │ xs :: Identifier │ │ verbose :: Identifier │ │ verboseLvl :: Identifier │ │ │ st1 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,macro_source,name_val,syntax_flags,meta,scope_layer,value,jl_source,is_toplevel_thunk,source │ [=] │ │ [where] │ │ [call] │ │ unmarshal :: Identifier │ scope_layer=1 │ [::] │ │ [curly] │ │ Type :: Identifier │ scope_layer=1 │ Array :: Identifier │ scope_layer=1 │ [::] │ │ xs :: Identifier │ scope_layer=1 │ [curly] │ │ Union :: Identifier │ scope_layer=1 │ Vector :: Identifier │ scope_layer=1 │ AbstractArray :: Identifier │ scope_layer=1 │ [kw] │ │ [::] │ │ verbose :: Identifier │ scope_layer=1 │ Bool :: Identifier │ scope_layer=1 │ false :: Value │ │ [kw] │ │ [::] │ │ verboseLvl :: Identifier │ scope_layer=1 │ Int :: Identifier │ scope_layer=1 │ 0 :: Value │ │ N :: Identifier │ scope_layer=1 │ [block] │ │ [call] │ │ unmarshal :: Identifier │ scope_layer=1 │ [curly] │ │ Vector :: Identifier │ scope_layer=1 │ Any :: Identifier │ scope_layer=1 │ xs :: Identifier │ scope_layer=1 │ verbose :: Identifier │ scope_layer=1 │ verboseLvl :: Identifier │ scope_layer=1 │ │ file = "/home/pkgeval/.julia/packages/Unmarshal/2eEFB/src/Unmarshal.jl" │ line = 67 └ mod = Unmarshal ERROR: LoadError: LoweringError: #= /home/pkgeval/.julia/packages/Unmarshal/2eEFB/src/Unmarshal.jl:67 =# - method definition declares type variable but does not use it in the type of any function parameter Expression:  (_typevar N core.Any core.Any) Containing expressions:  (_typevar N core.Any core.Any)  Detailed provenance:  (_typevar N core.Any core.Any) @#= /source/usr/share/julia/JuliaLowering/src/desugaring.jl:3012 =#  └─ N  └─ N  └─ @ /home/pkgeval/.julia/packages/Unmarshal/2eEFB/src/Unmarshal.jl:67  Stacktrace:  [1] expand_function_def(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, src::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, raw_args::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}}, wheres::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}}, body::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, rett::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:2860  [2] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, docs::Nothing)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4268  [3] Dict{Int64, Int64}()  @ Base /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4152 [inlined]  [4] expand_forms_2(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4469  [5] core_lowering_hook(code::Any, mod::Module, file::String, line::UInt64, world::UInt64, _warn::Bool)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/hooks.jl:30  [6] include(mod::Module, _path::String)  @ Base ./Base.jl:326  [7] include_package_for_output(pkg::Base.PkgId, input::String, syntax_version::VersionNumber, 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:3271  [8] top-level scope  @ stdin:5  [9] eval(m::Module, e::Any)  @ Core ./boot.jl:517  [10] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3113  [11] push!(a::Vector{SubString{String}}, item::String)  @ Base ./loading.jl:3123 [inlined]  [12] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:353  [13] _start()  @ Base ./client.jl:596 in expression starting at /home/pkgeval/.julia/packages/Unmarshal/2eEFB/src/Unmarshal.jl:1 in expression starting at stdin:5 ✗ Unmarshal 11 dependencies successfully precompiled in 1012 seconds. 14 already precompiled. Precompilation completed after 1029.52s ################################################################################ # Testing # Testing Unmarshal Status `/tmp/jl_mGImoI/Project.toml` ⌅ [682c06a0] JSON v0.21.4 [fc18253b] LazyJSON v0.2.2 [e1d29d7a] Missings v1.2.0 [4d1e1d77] Nullables v1.0.0 [ae029012] Requires v1.3.1 [cbff2730] Unmarshal v0.4.4 [37e2e46d] LinearAlgebra v1.13.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_mGImoI/Manifest.toml` [9a962f9c] DataAPI v1.16.0 ⌅ [682c06a0] JSON v0.21.4 [fc18253b] LazyJSON v0.2.2 [e1d29d7a] Missings v1.2.0 [4d1e1d77] Nullables v1.0.0 [bac558e1] OrderedCollections v1.8.1 [69de0a69] Parsers v2.8.4 [aea7be01] PrecompileTools v1.3.4 [21216c6a] Preferences v1.5.2 ⌅ [f8a19df8] PropertyDicts v0.1.2 [ae029012] Requires v1.3.1 [cbff2730] Unmarshal v0.4.4 [56f22d72] Artifacts v1.11.0 [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 [37e2e46d] LinearAlgebra v1.13.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 [e66e0078] CompilerSupportLibraries_jll v1.5.1+0 [4536629a] OpenBLAS_jll v0.3.33+0 [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... ┌ Info: JuliaLowering threw given input: │ code = │ :((unmarshal(::Type{Array}, xs::Union{Vector, AbstractArray}, verbose::Bool = false, verboseLvl::Int = 0) where N) = begin │ #= /home/pkgeval/.julia/packages/Unmarshal/2eEFB/src/Unmarshal.jl:67 =# │ unmarshal(Vector{Any}, xs, verbose, verboseLvl) │ end) │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,macro_source,name_val,syntax_flags,meta,scope_layer,value,jl_source,is_toplevel_thunk,source,__macro_ctx__ │ [=] │ │ [where] │ │ [call] │ │ unmarshal :: Identifier │ │ [::] │ │ [curly] │ │ Type :: Identifier │ │ Array :: Identifier │ │ [::] │ │ xs :: Identifier │ │ [curly] │ │ Union :: Identifier │ │ Vector :: Identifier │ │ AbstractArray :: Identifier │ │ [kw] │ │ [::] │ │ verbose :: Identifier │ │ Bool :: Identifier │ │ false :: Value │ │ [kw] │ │ [::] │ │ verboseLvl :: Identifier │ │ Int :: Identifier │ │ 0 :: Value │ │ N :: Identifier │ │ [block] │ │ [call] │ │ unmarshal :: Identifier │ │ [curly] │ │ Vector :: Identifier │ │ Any :: Identifier │ │ xs :: Identifier │ │ verbose :: Identifier │ │ verboseLvl :: Identifier │ │ │ st1 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,macro_source,name_val,syntax_flags,meta,scope_layer,value,jl_source,is_toplevel_thunk,source │ [=] │ │ [where] │ │ [call] │ │ unmarshal :: Identifier │ scope_layer=1 │ [::] │ │ [curly] │ │ Type :: Identifier │ scope_layer=1 │ Array :: Identifier │ scope_layer=1 │ [::] │ │ xs :: Identifier │ scope_layer=1 │ [curly] │ │ Union :: Identifier │ scope_layer=1 │ Vector :: Identifier │ scope_layer=1 │ AbstractArray :: Identifier │ scope_layer=1 │ [kw] │ │ [::] │ │ verbose :: Identifier │ scope_layer=1 │ Bool :: Identifier │ scope_layer=1 │ false :: Value │ │ [kw] │ │ [::] │ │ verboseLvl :: Identifier │ scope_layer=1 │ Int :: Identifier │ scope_layer=1 │ 0 :: Value │ │ N :: Identifier │ scope_layer=1 │ [block] │ │ [call] │ │ unmarshal :: Identifier │ scope_layer=1 │ [curly] │ │ Vector :: Identifier │ scope_layer=1 │ Any :: Identifier │ scope_layer=1 │ xs :: Identifier │ scope_layer=1 │ verbose :: Identifier │ scope_layer=1 │ verboseLvl :: Identifier │ scope_layer=1 │ │ file = "/home/pkgeval/.julia/packages/Unmarshal/2eEFB/src/Unmarshal.jl" │ line = 67 └ mod = Unmarshal ERROR: LoadError: LoweringError: #= /home/pkgeval/.julia/packages/Unmarshal/2eEFB/src/Unmarshal.jl:67 =# - method definition declares type variable but does not use it in the type of any function parameter Expression:  (_typevar N core.Any core.Any) Containing expressions:  (_typevar N core.Any core.Any)  Detailed provenance:  (_typevar N core.Any core.Any) @#= /source/usr/share/julia/JuliaLowering/src/desugaring.jl:3012 =#  └─ N  └─ N  └─ @ /home/pkgeval/.julia/packages/Unmarshal/2eEFB/src/Unmarshal.jl:67  Stacktrace:  [1] expand_function_def(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, src::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, raw_args::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}}, wheres::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}}, body::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, rett::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:2860  [2] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, docs::Nothing)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4268  [3] Dict{Int64, Int64}()  @ Base /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4152 [inlined]  [4] expand_forms_2(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4469  [5] core_lowering_hook(code::Any, mod::Module, file::String, line::UInt64, world::UInt64, _warn::Bool)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/hooks.jl:30  [6] include(mod::Module, _path::String)  @ Base ./Base.jl:326  [7] include_package_for_output(pkg::Base.PkgId, input::String, syntax_version::VersionNumber, 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:3271  [8] top-level scope  @ stdin:5  [9] eval(m::Module, e::Any)  @ Core ./boot.jl:517  [10] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3113  [11] push!(a::Vector{SubString{String}}, item::String)  @ Base ./loading.jl:3123 [inlined]  [12] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:353  [13] _start()  @ Base ./client.jl:596 in expression starting at /home/pkgeval/.julia/packages/Unmarshal/2eEFB/src/Unmarshal.jl:1 in expression starting at stdin:5 1 dependency had output during precompilation: ┌ Unmarshal │ [Output was shown above] └ ERROR: LoadError: The following 1 package failed to precompile: Unmarshal Failed to precompile Unmarshal [cbff2730-442d-58d7-89d1-8e530c41eb02] to "/home/pkgeval/.julia/compiled/v1.14/Unmarshal/jl_ZDq9fY" (ProcessExited(1)). in expression starting at /home/pkgeval/.julia/packages/Unmarshal/2eEFB/test/runtests.jl:1 Testing failed after 28.8s ERROR: LoadError: Package Unmarshal 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] Cmd(cmd::Cmd) @ Base /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Operations.jl:3110 [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.14/Pkg/src/API.jl:587 [5] 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 [6] test(pkgs::Vector{String}; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:160 [7] test @ /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:160 [inlined] [8] test(pkg::String; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:159 [inlined] [9] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:223 [10] include(mod::Module, _path::String) @ Base ./Base.jl:326 [11] exec_options(opts::Base.JLOptions) @ Base ./client.jl:355 [12] _start() @ Base ./client.jl:596 in expression starting at /PkgEval.jl/scripts/evaluate.jl:214 PkgEval failed after 1115.33s: package fails to precompile