Package evaluation to test PartitionedVectors on Julia 1.14.0-DEV.2309 (6e1a27e459*) started at 2026-06-06T10:16:13.738 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 12.51s ################################################################################ # Installation # Installing PartitionedVectors... Resolving package versions... Installed Missings ────────────── v1.2.0 Installed DataAPI ─────────────── v1.16.0 Installed LogExpFunctions ─────── v0.3.29 Installed Statistics ──────────── v1.11.1 Installed StatsAPI ────────────── v1.8.0 Installed TimerOutputs ────────── v0.5.29 Installed Compat ──────────────── v4.18.1 Installed SortingAlgorithms ───── v1.2.2 Installed LinearOperators ─────── v2.14.1 Installed PartitionedStructures ─ v0.1.6 Installed PartitionedVectors ──── v0.2.1 Installed FastClosures ────────── v0.3.2 Installed DataStructures ──────── v0.18.22 Installed ExprTools ───────────── v0.1.10 Installed StatsBase ───────────── v0.33.21 Installed DocStringExtensions ─── v0.9.5 Installed OrderedCollections ──── v1.8.2 Installed IrrationalConstants ─── v0.2.6 Installed Krylov ──────────────── v0.10.6 Updating `~/.julia/environments/v1.14/Project.toml` [9d5e22db] + PartitionedVectors v0.2.1 Updating `~/.julia/environments/v1.14/Manifest.toml` [34da2185] + Compat v4.18.1 [9a962f9c] + DataAPI v1.16.0 ⌅ [864edb3b] + DataStructures v0.18.22 [ffbed154] + DocStringExtensions v0.9.5 [e2ba6199] + ExprTools v0.1.10 [9aa1b823] + FastClosures v0.3.2 [92d709cd] + IrrationalConstants v0.2.6 [ba0b0d4f] + Krylov v0.10.6 [5c8ed15e] + LinearOperators v2.14.1 ⌅ [2ab3a3ac] + LogExpFunctions v0.3.29 [e1d29d7a] + Missings v1.2.0 ⌅ [bac558e1] + OrderedCollections v1.8.2 [a6683cb1] + PartitionedStructures v0.1.6 [9d5e22db] + PartitionedVectors v0.2.1 [a2af1166] + SortingAlgorithms v1.2.2 [10745b16] + Statistics v1.11.1 [82ae8749] + StatsAPI v1.8.0 ⌅ [2913bbd2] + StatsBase v0.33.21 [a759f4b9] + TimerOutputs v0.5.29 [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.14.0 [d6f4376e] + Markdown v1.11.0 [de0858da] + Printf v1.11.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v1.13.0 [9e88b42a] + Serialization v1.11.0 [2f01184e] + SparseArrays v1.13.0 [f489334b] + StyledStrings v1.13.0 [fa267f1f] + TOML v1.0.3 [cf7118a7] + UUIDs v1.11.0 [4ec0a83e] + Unicode v1.11.0 [e66e0078] + CompilerSupportLibraries_jll v1.5.2+0 [4536629a] + OpenBLAS_jll v0.3.33+0 [bea87d4a] + SuiteSparse_jll v7.10.1+0 [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 3.86s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling project... 4.6 s ✓ TestEnv 1 dependency successfully precompiled in 5 seconds. 27 already precompiled. Precompiling package dependencies... Precompiling project... 0.5 s ✓ StatsAPI 0.9 s ✓ DocStringExtensions 0.6 s ✓ ExprTools 0.8 s ✓ Statistics 0.9 s ✓ DataAPI 0.5 s ✓ FastClosures 1.9 s ✓ IrrationalConstants 106.7 s ✓ OrderedCollections ┌ Info: JuliaLowering threw given input: │ code = │ :(function allocate_if(bool, workspace, v, ::Type{S}, u) where S │ #= /home/pkgeval/.julia/packages/Krylov/zGitw/src/krylov_utils.jl:281 =# │ #= /home/pkgeval/.julia/packages/Krylov/zGitw/src/krylov_utils.jl:282 =# │ start_allocation_time = time_ns() │ #= /home/pkgeval/.julia/packages/Krylov/zGitw/src/krylov_utils.jl:283 =# │ if bool && isempty(workspace.:($(Expr(:$, :v)))::S) │ #= /home/pkgeval/.julia/packages/Krylov/zGitw/src/krylov_utils.jl:284 =# │ workspace.:($(Expr(:$, :v)))::S = similar(u) │ end │ #= /home/pkgeval/.julia/packages/Krylov/zGitw/src/krylov_utils.jl:286 =# │ workspace.stats.allocation_timer += start_allocation_time |> ktimer │ #= /home/pkgeval/.julia/packages/Krylov/zGitw/src/krylov_utils.jl:287 =# │ return nothing │ 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__ │ [function] │ │ [where] │ │ [call] │ │ allocate_if :: Identifier │ │ bool :: Identifier │ │ workspace :: Identifier │ │ v :: Identifier │ │ [::] │ │ [curly] │ │ Type :: Identifier │ │ S :: Identifier │ │ u :: Identifier │ │ S :: Identifier │ │ [block] │ │ [=] │ │ start_allocation_time :: Identifier │ │ [call] │ │ time_ns :: Identifier │ │ [if] │ │ [&&] │ │ bool :: Identifier │ │ [call] │ │ isempty :: Identifier │ │ [::] │ │ [.] │ │ workspace :: Identifier │ │ [quote] │ │ [$] │ │ v :: Identifier │ │ S :: Identifier │ │ [block] │ │ [=] │ │ [::] │ │ [.] │ │ workspace :: Identifier │ │ [quote] │ │ [$] │ │ v :: Identifier │ │ S :: Identifier │ │ [call] │ │ similar :: Identifier │ │ u :: Identifier │ │ [unknown_head] │ │ [.] │ │ [.] │ │ workspace :: Identifier │ │ [inert] │ │ stats :: Identifier │ │ [inert] │ │ allocation_timer :: Identifier │ │ [call] │ │ |> :: Identifier │ │ start_allocation_time :: Identifier │ │ ktimer :: Identifier │ │ [return] │ │ nothing :: 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 │ [function] │ │ [where] │ │ [call] │ │ allocate_if :: Identifier │ scope_layer=1 │ bool :: Identifier │ scope_layer=1 │ workspace :: Identifier │ scope_layer=1 │ v :: Identifier │ scope_layer=1 │ [::] │ │ [curly] │ │ Type :: Identifier │ scope_layer=1 │ S :: Identifier │ scope_layer=1 │ u :: Identifier │ scope_layer=1 │ S :: Identifier │ scope_layer=1 │ [block] │ │ [=] │ │ start_allocation_time :: Identifier │ scope_layer=1 │ [call] │ │ time_ns :: Identifier │ scope_layer=1 │ [if] │ │ [&&] │ │ bool :: Identifier │ scope_layer=1 │ [call] │ │ isempty :: Identifier │ scope_layer=1 │ [::] │ │ [.] │ │ workspace :: Identifier │ scope_layer=1 │ [call] │ jl_source=L67 │ Base.JuliaLowering.interpolate_ast :: Value │ jl_source=L67 │ Expr :: Value │ jl_source=L67 │ [inert] │ jl_source=L67 │ [$] │ │ v :: Identifier │ │ [tuple] │ jl_source=L31 │ v :: Identifier │ scope_layer=1 │ S :: Identifier │ scope_layer=1 │ [block] │ │ [=] │ │ [::] │ │ [.] │ │ workspace :: Identifier │ scope_layer=1 │ [call] │ jl_source=L67 │ Base.JuliaLowering.interpolate_ast :: Value │ jl_source=L67 │ Expr :: Value │ jl_source=L67 │ [inert] │ jl_source=L67 │ [$] │ │ v :: Identifier │ │ [tuple] │ jl_source=L31 │ v :: Identifier │ scope_layer=1 │ S :: Identifier │ scope_layer=1 │ [call] │ │ similar :: Identifier │ scope_layer=1 │ u :: Identifier │ scope_layer=1 │ [unknown_head] │ scope_layer=1 │ [.] │ │ [.] │ │ workspace :: Identifier │ scope_layer=1 │ [inert] │ │ stats :: Identifier │ │ [inert] │ │ allocation_timer :: Identifier │ │ [call] │ │ |> :: Identifier │ scope_layer=1 │ start_allocation_time :: Identifier │ scope_layer=1 │ ktimer :: Identifier │ scope_layer=1 │ [return] │ │ nothing :: Identifier │ scope_layer=1 │ │ file = "/home/pkgeval/.julia/packages/Krylov/zGitw/src/krylov_utils.jl" │ line = 281 └ mod = Krylov ERROR: LoadError: LoweringError: #= /home/pkgeval/.julia/packages/Krylov/zGitw/src/krylov_utils.jl:283 =# - invalid `.` syntax Expression:  (call Base.JuliaLowering.interpolate_ast Expr (inert ($ v)) (tuple v)) Containing expressions:  (call isempty (:: (. workspace (call Base.JuliaLowering.interpolate_ast Expr (inert ($ v)) (tuple v))) S))  Detailed provenance:  (call Base.JuliaLowering.interpolate_ast Expr (inert ($ v)) (tuple v)) @#= /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:67 =#  └─ (call Base.JuliaLowering.interpolate_ast Expr (inert ($ v)) (tuple v)) @#= /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:67 =#  └─ ($ v)  └─ @ /home/pkgeval/.julia/packages/Krylov/zGitw/src/krylov_utils.jl:283  Stacktrace:  [1] 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:4448  [2] 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  [3] include(mapexpr::Function, mod::Module, _path::String)  @ Base Base.jl:327  [4] top-level scope  @ ~/.julia/packages/Krylov/zGitw/src/Krylov.jl:8  [5] include(mod::Module, _path::String)  @ Base Base.jl:326  [6] 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:3296  [7] top-level scope  @ stdin:5  [8] eval(m::Module, e::Any)  @ Core boot.jl:521  [9] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base loading.jl:3132  [10] include_string(m::Module, txt::String, fname::String)  @ Base loading.jl:3142 [inlined]  [11] exec_options(opts::Base.JLOptions)  @ Base client.jl:353  [12] _start()  @ Base client.jl:596 in expression starting at /home/pkgeval/.julia/packages/Krylov/zGitw/src/krylov_utils.jl:281 in expression starting at /home/pkgeval/.julia/packages/Krylov/zGitw/src/Krylov.jl:1 in expression starting at stdin:5 ✗ Krylov 1.1 s ✓ Compat 34.3 s ✓ TimerOutputs 30.7 s ✓ Statistics → SparseArraysExt 40.0 s ✓ Missings 1.4 s ✓ LogExpFunctions 0.5 s ✓ Compat → CompatLinearAlgebraExt 35.3 s ✓ LinearOperators 200.4 s ✓ DataStructures 30.1 s ✓ SortingAlgorithms 155.2 s ✓ StatsBase 87.0 s ✓ PartitionedStructures ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("ba0b0d4f-ebba-5204-a429-3ac8c609bfb7"), "Krylov") not available with flags CacheFlags(; use_pkgimages=false, debug_level=1, check_bounds=1, inline=true, opt_level=0) Stacktrace:  [1] error(s::String)  @ Base error.jl:56  [2] __require_prelocked(pkg::Base.PkgId, env::String)  @ Base loading.jl:2837  [3] _require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base loading.jl:2685  [4] macro expansion  @ loading.jl:2599 [inlined]  [5] macro expansion  @ lock.jl:376 [inlined]  [6] __require(into::Module, mod::Symbol)  @ Base loading.jl:2563  [7] require(into::Module, mod::Symbol)  @ Base loading.jl:2539 [inlined]  [8] eval_import_path(at::Module, from::Nothing, path::Expr, keyword::String)  @ Base module.jl:36 [inlined]  [9] eval_import_path_all(at::Module, path::Expr, keyword::String)  @ Base module.jl:60  [10] _eval_using(to::Module, path::Expr, flags::UInt8)  @ Base module.jl:137 [inlined]  [11] eval_using(to::Module, path::Expr)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/runtime.jl:207  [12] top-level scope  @ ~/.julia/packages/PartitionedVectors/26HQc/src/PartitionedVectors.jl:4  [13] include(mod::Module, _path::String)  @ Base Base.jl:326  [14] 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:3296  [15] top-level scope  @ stdin:5  [16] eval(m::Module, e::Any)  @ Core boot.jl:521  [17] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base loading.jl:3132  [18] include_string(m::Module, txt::String, fname::String)  @ Base loading.jl:3142 [inlined]  [19] exec_options(opts::Base.JLOptions)  @ Base client.jl:353  [20] _start()  @ Base client.jl:596 in expression starting at /home/pkgeval/.julia/packages/PartitionedVectors/26HQc/src/PartitionedVectors.jl:1 in expression starting at stdin:5 ✗ PartitionedVectors 19 dependencies successfully precompiled in 767 seconds. 15 already precompiled. Precompilation completed after 792.77s ################################################################################ # Testing # Testing PartitionedVectors Status `/tmp/jl_CKMrGK/Project.toml` [ba0b0d4f] Krylov v0.10.6 [5c8ed15e] LinearOperators v2.14.1 [a6683cb1] PartitionedStructures v0.1.6 [9d5e22db] PartitionedVectors v0.2.1 ⌅ [2913bbd2] StatsBase v0.33.21 [37e2e46d] LinearAlgebra v1.14.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_CKMrGK/Manifest.toml` [34da2185] Compat v4.18.1 [9a962f9c] DataAPI v1.16.0 ⌅ [864edb3b] DataStructures v0.18.22 [ffbed154] DocStringExtensions v0.9.5 [e2ba6199] ExprTools v0.1.10 [9aa1b823] FastClosures v0.3.2 [92d709cd] IrrationalConstants v0.2.6 [ba0b0d4f] Krylov v0.10.6 [5c8ed15e] LinearOperators v2.14.1 ⌅ [2ab3a3ac] LogExpFunctions v0.3.29 [e1d29d7a] Missings v1.2.0 ⌅ [bac558e1] OrderedCollections v1.8.2 [a6683cb1] PartitionedStructures v0.1.6 [9d5e22db] PartitionedVectors v0.2.1 [a2af1166] SortingAlgorithms v1.2.2 [10745b16] Statistics v1.11.1 [82ae8749] StatsAPI v1.8.0 ⌅ [2913bbd2] StatsBase v0.33.21 [a759f4b9] TimerOutputs v0.5.29 [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.14.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [de0858da] Printf v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v1.13.0 [9e88b42a] Serialization v1.11.0 [2f01184e] SparseArrays v1.13.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.2+0 [4536629a] OpenBLAS_jll v0.3.33+0 [bea87d4a] SuiteSparse_jll v7.10.1+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 = │ :(function allocate_if(bool, workspace, v, ::Type{S}, u) where S │ #= /home/pkgeval/.julia/packages/Krylov/zGitw/src/krylov_utils.jl:281 =# │ #= /home/pkgeval/.julia/packages/Krylov/zGitw/src/krylov_utils.jl:282 =# │ start_allocation_time = time_ns() │ #= /home/pkgeval/.julia/packages/Krylov/zGitw/src/krylov_utils.jl:283 =# │ if bool && isempty(workspace.:($(Expr(:$, :v)))::S) │ #= /home/pkgeval/.julia/packages/Krylov/zGitw/src/krylov_utils.jl:284 =# │ workspace.:($(Expr(:$, :v)))::S = similar(u) │ end │ #= /home/pkgeval/.julia/packages/Krylov/zGitw/src/krylov_utils.jl:286 =# │ workspace.stats.allocation_timer += start_allocation_time |> ktimer │ #= /home/pkgeval/.julia/packages/Krylov/zGitw/src/krylov_utils.jl:287 =# │ return nothing │ 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__ │ [function] │ │ [where] │ │ [call] │ │ allocate_if :: Identifier │ │ bool :: Identifier │ │ workspace :: Identifier │ │ v :: Identifier │ │ [::] │ │ [curly] │ │ Type :: Identifier │ │ S :: Identifier │ │ u :: Identifier │ │ S :: Identifier │ │ [block] │ │ [=] │ │ start_allocation_time :: Identifier │ │ [call] │ │ time_ns :: Identifier │ │ [if] │ │ [&&] │ │ bool :: Identifier │ │ [call] │ │ isempty :: Identifier │ │ [::] │ │ [.] │ │ workspace :: Identifier │ │ [quote] │ │ [$] │ │ v :: Identifier │ │ S :: Identifier │ │ [block] │ │ [=] │ │ [::] │ │ [.] │ │ workspace :: Identifier │ │ [quote] │ │ [$] │ │ v :: Identifier │ │ S :: Identifier │ │ [call] │ │ similar :: Identifier │ │ u :: Identifier │ │ [unknown_head] │ │ [.] │ │ [.] │ │ workspace :: Identifier │ │ [inert] │ │ stats :: Identifier │ │ [inert] │ │ allocation_timer :: Identifier │ │ [call] │ │ |> :: Identifier │ │ start_allocation_time :: Identifier │ │ ktimer :: Identifier │ │ [return] │ │ nothing :: 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 │ [function] │ │ [where] │ │ [call] │ │ allocate_if :: Identifier │ scope_layer=1 │ bool :: Identifier │ scope_layer=1 │ workspace :: Identifier │ scope_layer=1 │ v :: Identifier │ scope_layer=1 │ [::] │ │ [curly] │ │ Type :: Identifier │ scope_layer=1 │ S :: Identifier │ scope_layer=1 │ u :: Identifier │ scope_layer=1 │ S :: Identifier │ scope_layer=1 │ [block] │ │ [=] │ │ start_allocation_time :: Identifier │ scope_layer=1 │ [call] │ │ time_ns :: Identifier │ scope_layer=1 │ [if] │ │ [&&] │ │ bool :: Identifier │ scope_layer=1 │ [call] │ │ isempty :: Identifier │ scope_layer=1 │ [::] │ │ [.] │ │ workspace :: Identifier │ scope_layer=1 │ [call] │ jl_source=L67 │ Base.JuliaLowering.interpolate_ast :: Value │ jl_source=L67 │ Expr :: Value │ jl_source=L67 │ [inert] │ jl_source=L67 │ [$] │ │ v :: Identifier │ │ [tuple] │ jl_source=L31 │ v :: Identifier │ scope_layer=1 │ S :: Identifier │ scope_layer=1 │ [block] │ │ [=] │ │ [::] │ │ [.] │ │ workspace :: Identifier │ scope_layer=1 │ [call] │ jl_source=L67 │ Base.JuliaLowering.interpolate_ast :: Value │ jl_source=L67 │ Expr :: Value │ jl_source=L67 │ [inert] │ jl_source=L67 │ [$] │ │ v :: Identifier │ │ [tuple] │ jl_source=L31 │ v :: Identifier │ scope_layer=1 │ S :: Identifier │ scope_layer=1 │ [call] │ │ similar :: Identifier │ scope_layer=1 │ u :: Identifier │ scope_layer=1 │ [unknown_head] │ scope_layer=1 │ [.] │ │ [.] │ │ workspace :: Identifier │ scope_layer=1 │ [inert] │ │ stats :: Identifier │ │ [inert] │ │ allocation_timer :: Identifier │ │ [call] │ │ |> :: Identifier │ scope_layer=1 │ start_allocation_time :: Identifier │ scope_layer=1 │ ktimer :: Identifier │ scope_layer=1 │ [return] │ │ nothing :: Identifier │ scope_layer=1 │ │ file = "/home/pkgeval/.julia/packages/Krylov/zGitw/src/krylov_utils.jl" │ line = 281 └ mod = Krylov ERROR: LoadError: LoweringError: #= /home/pkgeval/.julia/packages/Krylov/zGitw/src/krylov_utils.jl:283 =# - invalid `.` syntax Expression:  (call Base.JuliaLowering.interpolate_ast Expr (inert ($ v)) (tuple v)) Containing expressions:  (call isempty (:: (. workspace (call Base.JuliaLowering.interpolate_ast Expr (inert ($ v)) (tuple v))) S))  Detailed provenance:  (call Base.JuliaLowering.interpolate_ast Expr (inert ($ v)) (tuple v)) @#= /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:67 =#  └─ (call Base.JuliaLowering.interpolate_ast Expr (inert ($ v)) (tuple v)) @#= /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:67 =#  └─ ($ v)  └─ @ /home/pkgeval/.julia/packages/Krylov/zGitw/src/krylov_utils.jl:283  Stacktrace:  [1] 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:4448  [2] 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  [3] include(mapexpr::Function, mod::Module, _path::String)  @ Base Base.jl:327  [4] top-level scope  @ ~/.julia/packages/Krylov/zGitw/src/Krylov.jl:8  [5] include(mod::Module, _path::String)  @ Base Base.jl:326  [6] 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:3296  [7] top-level scope  @ stdin:5  [8] eval(m::Module, e::Any)  @ Core boot.jl:521  [9] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base loading.jl:3132  [10] include_string(m::Module, txt::String, fname::String)  @ Base loading.jl:3142 [inlined]  [11] exec_options(opts::Base.JLOptions)  @ Base client.jl:353  [12] _start()  @ Base client.jl:596 in expression starting at /home/pkgeval/.julia/packages/Krylov/zGitw/src/krylov_utils.jl:281 in expression starting at /home/pkgeval/.julia/packages/Krylov/zGitw/src/Krylov.jl:1 in expression starting at stdin:5 1 dependency had output during precompilation: ┌ Krylov │ [Output was shown above] └ ERROR: LoadError: The following 1 package failed to precompile: Krylov Failed to precompile Krylov [ba0b0d4f-ebba-5204-a429-3ac8c609bfb7] to "/home/pkgeval/.julia/compiled/v1.14/Krylov/jl_nRf3P8" (ProcessExited(1)). in expression starting at /home/pkgeval/.julia/packages/PartitionedVectors/26HQc/test/runtests.jl:3 Testing failed after 208.51s ERROR: LoadError: Package PartitionedVectors 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:326 [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 1036.68s: package fails to precompile