Package evaluation to test DiskCaches on Julia 1.14.0-DEV.2226 (797a5ef2b0*) started at 2026-05-23T17:28:08.332 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 16.82s ################################################################################ # Installation # Installing DiskCaches... Resolving package versions... Installed Pidfile ──── v1.3.0 Installed DiskCaches ─ v0.1.0 Updating `~/.julia/environments/v1.14/Project.toml` [83811839] + DiskCaches v0.1.0 Updating `~/.julia/environments/v1.14/Manifest.toml` [83811839] + DiskCaches v0.1.0 [fa939f87] + Pidfile v1.3.0 [2a0f44e3] + Base64 v1.11.0 [7b1f6079] + FileWatching 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 Installation completed after 1.42s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling project... 5.3 s ✓ TestEnv 1 dependency successfully precompiled in 5 seconds. 27 already precompiled. Precompiling package dependencies... Precompiling project... 0.9 s ✓ Pidfile ┌ Info: JuliaLowering threw given input: │ code = │ :(function Base.empty!(c::DiskCache) where {K, V} │ #= /home/pkgeval/.julia/packages/DiskCaches/HZq23/src/DiskCaches.jl:196 =# │ #= /home/pkgeval/.julia/packages/DiskCaches/HZq23/src/DiskCaches.jl:197 =# │ throw(ErrorException("To ensure the validity of the on-chip cache, DiskCaches do not support value modification.")) │ 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] │ │ [.] │ │ Base :: Identifier │ │ [inert] │ │ empty! :: Identifier │ │ [::] │ │ c :: Identifier │ │ DiskCache :: Identifier │ │ K :: Identifier │ │ V :: Identifier │ │ [block] │ │ [call] │ │ throw :: Identifier │ │ [call] │ │ ErrorException :: Identifier │ │ "To ensure the validity of the on-chip cache, DiskCaches do not support value modification." :: Value │ │ │ 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] │ │ [.] │ │ Base :: Identifier │ scope_layer=1 │ [inert] │ │ empty! :: Identifier │ │ [::] │ │ c :: Identifier │ scope_layer=1 │ DiskCache :: Identifier │ scope_layer=1 │ K :: Identifier │ scope_layer=1 │ V :: Identifier │ scope_layer=1 │ [block] │ │ [call] │ │ throw :: Identifier │ scope_layer=1 │ [call] │ │ ErrorException :: Identifier │ scope_layer=1 │ "To ensure the validity of the on-chip cache, DiskCaches do not support value modification." :: Value │ │ │ file = "/home/pkgeval/.julia/packages/DiskCaches/HZq23/src/DiskCaches.jl" │ line = 196 └ mod = DiskCaches ERROR: LoadError: LoweringError: #= /home/pkgeval/.julia/packages/DiskCaches/HZq23/src/DiskCaches.jl:196 =# - method definition declares type variable but does not use it in the type of any function parameter Expression:  (_typevar K core.Any core.Any) Containing expressions:  (_typevar K core.Any core.Any)  Detailed provenance:  (_typevar K core.Any core.Any) @#= /source/usr/share/julia/JuliaLowering/src/desugaring.jl:3012 =#  └─ K  └─ K  └─ @ /home/pkgeval/.julia/packages/DiskCaches/HZq23/src/DiskCaches.jl:196  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/DiskCaches/HZq23/src/DiskCaches.jl:1 in expression starting at stdin:5 ✗ DiskCaches 1 dependency successfully precompiled in 5 seconds. 8 already precompiled. Precompilation completed after 35.09s ################################################################################ # Testing # Testing DiskCaches Status `/tmp/jl_KC2Fan/Project.toml` [83811839] DiskCaches v0.1.0 [fa939f87] Pidfile v1.3.0 [9e88b42a] Serialization v1.11.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_KC2Fan/Manifest.toml` [83811839] DiskCaches v0.1.0 [fa939f87] Pidfile v1.3.0 [2a0f44e3] Base64 v1.11.0 [7b1f6079] FileWatching 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... ┌ Info: JuliaLowering threw given input: │ code = │ :(function Base.empty!(c::DiskCache) where {K, V} │ #= /home/pkgeval/.julia/packages/DiskCaches/HZq23/src/DiskCaches.jl:196 =# │ #= /home/pkgeval/.julia/packages/DiskCaches/HZq23/src/DiskCaches.jl:197 =# │ throw(ErrorException("To ensure the validity of the on-chip cache, DiskCaches do not support value modification.")) │ 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] │ │ [.] │ │ Base :: Identifier │ │ [inert] │ │ empty! :: Identifier │ │ [::] │ │ c :: Identifier │ │ DiskCache :: Identifier │ │ K :: Identifier │ │ V :: Identifier │ │ [block] │ │ [call] │ │ throw :: Identifier │ │ [call] │ │ ErrorException :: Identifier │ │ "To ensure the validity of the on-chip cache, DiskCaches do not support value modification." :: Value │ │ │ 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] │ │ [.] │ │ Base :: Identifier │ scope_layer=1 │ [inert] │ │ empty! :: Identifier │ │ [::] │ │ c :: Identifier │ scope_layer=1 │ DiskCache :: Identifier │ scope_layer=1 │ K :: Identifier │ scope_layer=1 │ V :: Identifier │ scope_layer=1 │ [block] │ │ [call] │ │ throw :: Identifier │ scope_layer=1 │ [call] │ │ ErrorException :: Identifier │ scope_layer=1 │ "To ensure the validity of the on-chip cache, DiskCaches do not support value modification." :: Value │ │ │ file = "/home/pkgeval/.julia/packages/DiskCaches/HZq23/src/DiskCaches.jl" │ line = 196 └ mod = DiskCaches ERROR: LoadError: LoweringError: #= /home/pkgeval/.julia/packages/DiskCaches/HZq23/src/DiskCaches.jl:196 =# - method definition declares type variable but does not use it in the type of any function parameter Expression:  (_typevar K core.Any core.Any) Containing expressions:  (_typevar K core.Any core.Any)  Detailed provenance:  (_typevar K core.Any core.Any) @#= /source/usr/share/julia/JuliaLowering/src/desugaring.jl:3012 =#  └─ K  └─ K  └─ @ /home/pkgeval/.julia/packages/DiskCaches/HZq23/src/DiskCaches.jl:196  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/DiskCaches/HZq23/src/DiskCaches.jl:1 in expression starting at stdin:5 1 dependency had output during precompilation: ┌ DiskCaches │ [Output was shown above] └ ERROR: LoadError: The following 1 package failed to precompile: DiskCaches Failed to precompile DiskCaches [83811839-e1fd-4dfd-90d4-61934971aaca] to "/home/pkgeval/.julia/compiled/v1.14/DiskCaches/jl_2WsB0O" (ProcessExited(1)). in expression starting at /home/pkgeval/.julia/packages/DiskCaches/HZq23/test/runtests.jl:1 Testing failed after 17.08s ERROR: LoadError: Package DiskCaches 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 88.31s: package fails to precompile