Package evaluation of DumbCompleter on Julia 1.11.4 (a71dd056e0*) started at 2025-04-08T08:33:58.161 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 8.99s ################################################################################ # Installation # Installing DumbCompleter... Resolving package versions... Installed DumbCompleter ─ v0.1.1 Updating `~/.julia/environments/v1.11/Project.toml` [b9d245dc] + DumbCompleter v0.1.1 Updating `~/.julia/environments/v1.11/Manifest.toml` [b9d245dc] + DumbCompleter v0.1.1 [682c06a0] + JSON v0.21.4 [69de0a69] + Parsers v2.8.1 ⌅ [aea7be01] + PrecompileTools v1.2.1 [21216c6a] + Preferences v1.4.3 [0dad84c5] + ArgTools v1.1.2 [56f22d72] + Artifacts v1.11.0 [2a0f44e3] + Base64 v1.11.0 [ade2ca70] + Dates v1.11.0 [f43a241f] + Downloads v1.6.0 [7b1f6079] + FileWatching v1.11.0 [b27032c2] + LibCURL v0.6.4 [76f85450] + LibGit2 v1.11.0 [8f399da3] + Libdl v1.11.0 [56ddb016] + Logging v1.11.0 [d6f4376e] + Markdown v1.11.0 [a63ad114] + Mmap v1.11.0 [ca575930] + NetworkOptions v1.2.0 [44cfe95a] + Pkg v1.11.0 [de0858da] + Printf v1.11.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v0.7.0 [9e88b42a] + Serialization v1.11.0 [fa267f1f] + TOML v1.0.3 [a4e569a6] + Tar v1.10.0 [cf7118a7] + UUIDs v1.11.0 [4ec0a83e] + Unicode v1.11.0 [deac9b47] + LibCURL_jll v8.6.0+0 [e37daf67] + LibGit2_jll v1.7.2+0 [29816b5a] + LibSSH2_jll v1.11.0+1 [c8ffd9c3] + MbedTLS_jll v2.28.6+0 [14a3606d] + MozillaCACerts_jll v2023.12.12 [83775a58] + Zlib_jll v1.2.13+1 [8e850ede] + nghttp2_jll v1.59.0+0 [3f19e933] + p7zip_jll v17.4.0+2 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.63s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 130.22s ################################################################################ # Testing # Testing DumbCompleter Status `/tmp/jl_isvbw9/Project.toml` [b9d245dc] DumbCompleter v0.1.1 [682c06a0] JSON v0.21.4 [44cfe95a] Pkg v1.11.0 [9e88b42a] Serialization v1.11.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_isvbw9/Manifest.toml` [b9d245dc] DumbCompleter v0.1.1 [682c06a0] JSON v0.21.4 [69de0a69] Parsers v2.8.1 ⌅ [aea7be01] PrecompileTools v1.2.1 [21216c6a] Preferences v1.4.3 [0dad84c5] ArgTools v1.1.2 [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 v1.11.0 [ade2ca70] Dates v1.11.0 [f43a241f] Downloads v1.6.0 [7b1f6079] FileWatching v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [b27032c2] LibCURL v0.6.4 [76f85450] LibGit2 v1.11.0 [8f399da3] Libdl v1.11.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [a63ad114] Mmap v1.11.0 [ca575930] NetworkOptions v1.2.0 [44cfe95a] Pkg v1.11.0 [de0858da] Printf v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v0.7.0 [9e88b42a] Serialization v1.11.0 [fa267f1f] TOML v1.0.3 [a4e569a6] Tar v1.10.0 [8dfed614] Test v1.11.0 [cf7118a7] UUIDs v1.11.0 [4ec0a83e] Unicode v1.11.0 [deac9b47] LibCURL_jll v8.6.0+0 [e37daf67] LibGit2_jll v1.7.2+0 [29816b5a] LibSSH2_jll v1.11.0+1 [c8ffd9c3] MbedTLS_jll v2.28.6+0 [14a3606d] MozillaCACerts_jll v2023.12.12 [83775a58] Zlib_jll v1.2.13+1 [8e850ede] nghttp2_jll v1.59.0+0 [3f19e933] p7zip_jll v17.4.0+2 Info Packages marked with ⌅ have new versions available but compatibility constraints restrict them from upgrading. Testing Running tests... [ Info: Loading + storing default completions ERROR: LoadError: InitError: KeyError: key DumbCompleter not found Stacktrace: [1] getindex @ ./iddict.jl:98 [inlined] [2] macro expansion @ ./lock.jl:273 [inlined] [3] root_module_key(m::Module) @ Base ./loading.jl:2420 [4] serialize_mod_names(s::Serialization.Serializer{IOStream}, m::Module) @ Serialization /opt/julia/share/julia/stdlib/v1.11/Serialization/src/Serialization.jl:390 [5] serialize @ /opt/julia/share/julia/stdlib/v1.11/Serialization/src/Serialization.jl:402 [inlined] [6] serialize_type_data(s::Serialization.Serializer{IOStream}, t::DataType) @ Serialization /opt/julia/share/julia/stdlib/v1.11/Serialization/src/Serialization.jl:595 [7] serialize_type(s::Serialization.Serializer{IOStream}, t::DataType, ref::Bool) @ Serialization /opt/julia/share/julia/stdlib/v1.11/Serialization/src/Serialization.jl:627 [8] serialize_any(s::Serialization.Serializer{IOStream}, x::Any) @ Serialization /opt/julia/share/julia/stdlib/v1.11/Serialization/src/Serialization.jl:701 [9] serialize @ /opt/julia/share/julia/stdlib/v1.11/Serialization/src/Serialization.jl:680 [inlined] [10] serialize @ /opt/julia/share/julia/stdlib/v1.11/Serialization/src/Serialization.jl:807 [inlined] [11] (::DumbCompleter.var"#1#2"{DumbCompleter.Deps})(io::IOStream) @ DumbCompleter ~/.julia/packages/DumbCompleter/nN7HK/src/DumbCompleter.jl:53 [12] open(::DumbCompleter.var"#1#2"{DumbCompleter.Deps}, ::String, ::Vararg{String}; kwargs::@Kwargs{}) @ Base ./io.jl:410 [13] open @ ./io.jl:407 [inlined] [14] loadstoredeps!() @ DumbCompleter ~/.julia/packages/DumbCompleter/nN7HK/src/DumbCompleter.jl:53 [15] __init__() @ DumbCompleter ~/.julia/packages/DumbCompleter/nN7HK/src/DumbCompleter.jl:38 [16] run_module_init(mod::Module, i::Int64) @ Base ./loading.jl:1378 [17] register_restored_modules(sv::Core.SimpleVector, pkg::Base.PkgId, path::String) @ Base ./loading.jl:1366 [18] _include_from_serialized(pkg::Base.PkgId, path::String, ocachepath::Nothing, depmods::Vector{Any}, ignore_native::Nothing; register::Bool) @ Base ./loading.jl:1254 [19] _include_from_serialized (repeats 2 times) @ ./loading.jl:1210 [inlined] [20] _require_search_from_serialized(pkg::Base.PkgId, sourcepath::String, build_id::UInt128, stalecheck::Bool; reasons::Dict{String, Int64}, DEPOT_PATH::Vector{String}) @ Base ./loading.jl:2057 [21] _require(pkg::Base.PkgId, env::String) @ Base ./loading.jl:2527 [22] __require_prelocked(uuidkey::Base.PkgId, env::String) @ Base ./loading.jl:2388 [23] #invoke_in_world#3 @ ./essentials.jl:1089 [inlined] [24] invoke_in_world @ ./essentials.jl:1086 [inlined] [25] _require_prelocked(uuidkey::Base.PkgId, env::String) @ Base ./loading.jl:2375 [26] macro expansion @ ./loading.jl:2314 [inlined] [27] macro expansion @ ./lock.jl:273 [inlined] [28] __require(into::Module, mod::Symbol) @ Base ./loading.jl:2271 [29] #invoke_in_world#3 @ ./essentials.jl:1089 [inlined] [30] invoke_in_world @ ./essentials.jl:1086 [inlined] [31] require(into::Module, mod::Symbol) @ Base ./loading.jl:2260 [32] include(fname::String) @ Main ./sysimg.jl:38 [33] top-level scope @ none:6 during initialization of module DumbCompleter in expression starting at /home/pkgeval/.julia/packages/DumbCompleter/nN7HK/test/runtests.jl:1 caused by: SystemError: opening file "/home/pkgeval/.julia/packages/DumbCompleter/nN7HK/deps/completions-1.11.4": No such file or directory Stacktrace: [1] systemerror(p::String, errno::Int32; extrainfo::Nothing) @ Base ./error.jl:176 [2] systemerror @ ./error.jl:175 [inlined] [3] open(fname::String; lock::Bool, read::Nothing, write::Nothing, create::Nothing, truncate::Nothing, append::Nothing) @ Base ./iostream.jl:295 [4] open @ ./iostream.jl:277 [inlined] [5] open(f::typeof(Serialization.deserialize), args::String; kwargs::@Kwargs{}) @ Base ./io.jl:408 [6] open @ ./io.jl:407 [inlined] [7] loaddeps!() @ DumbCompleter ~/.julia/packages/DumbCompleter/nN7HK/src/DumbCompleter.jl:42 [8] __init__() @ DumbCompleter ~/.julia/packages/DumbCompleter/nN7HK/src/DumbCompleter.jl:38 [9] run_module_init(mod::Module, i::Int64) @ Base ./loading.jl:1378 [10] register_restored_modules(sv::Core.SimpleVector, pkg::Base.PkgId, path::String) @ Base ./loading.jl:1366 [11] _include_from_serialized(pkg::Base.PkgId, path::String, ocachepath::Nothing, depmods::Vector{Any}, ignore_native::Nothing; register::Bool) @ Base ./loading.jl:1254 [12] _include_from_serialized (repeats 2 times) @ ./loading.jl:1210 [inlined] [13] _require_search_from_serialized(pkg::Base.PkgId, sourcepath::String, build_id::UInt128, stalecheck::Bool; reasons::Dict{String, Int64}, DEPOT_PATH::Vector{String}) @ Base ./loading.jl:2057 [14] _require(pkg::Base.PkgId, env::String) @ Base ./loading.jl:2527 [15] __require_prelocked(uuidkey::Base.PkgId, env::String) @ Base ./loading.jl:2388 [16] #invoke_in_world#3 @ ./essentials.jl:1089 [inlined] [17] invoke_in_world @ ./essentials.jl:1086 [inlined] [18] _require_prelocked(uuidkey::Base.PkgId, env::String) @ Base ./loading.jl:2375 [19] macro expansion @ ./loading.jl:2314 [inlined] [20] macro expansion @ ./lock.jl:273 [inlined] [21] __require(into::Module, mod::Symbol) @ Base ./loading.jl:2271 [22] #invoke_in_world#3 @ ./essentials.jl:1089 [inlined] [23] invoke_in_world @ ./essentials.jl:1086 [inlined] [24] require(into::Module, mod::Symbol) @ Base ./loading.jl:2260 [25] include(fname::String) @ Main ./sysimg.jl:38 [26] top-level scope @ none:6 Testing failed after 114.7s ERROR: LoadError: Package DumbCompleter errored during testing Stacktrace: [1] pkgerror(msg::String) @ Pkg.Types /opt/julia/share/julia/stdlib/v1.11/Pkg/src/Types.jl:68 [2] test(ctx::Pkg.Types.Context, pkgs::Vector{Pkg.Types.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.11/Pkg/src/Operations.jl:2124 [3] test @ /opt/julia/share/julia/stdlib/v1.11/Pkg/src/Operations.jl:2007 [inlined] [4] test(ctx::Pkg.Types.Context, pkgs::Vector{Pkg.Types.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.11/Pkg/src/API.jl:481 [5] test(pkgs::Vector{Pkg.Types.PackageSpec}; io::IOContext{IO}, kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.11/Pkg/src/API.jl:159 [6] test @ /opt/julia/share/julia/stdlib/v1.11/Pkg/src/API.jl:147 [inlined] [7] #test#74 @ /opt/julia/share/julia/stdlib/v1.11/Pkg/src/API.jl:146 [inlined] [8] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:219 in expression starting at /PkgEval.jl/scripts/evaluate.jl:210 PkgEval failed after 270.45s: package tests unexpectedly errored