Package evaluation to test WeakKeyIdDicts on Julia 1.14.0-DEV.1674 (5735163b34*) started at 2026-02-03T12:17:12.374 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 10.28s ################################################################################ # Installation # Installing WeakKeyIdDicts... Resolving package versions... Updating `~/.julia/environments/v1.14/Project.toml` [ecbed89c] + WeakKeyIdDicts v0.1.0 Updating `~/.julia/environments/v1.14/Manifest.toml` [ecbed89c] + WeakKeyIdDicts v0.1.0 Installation completed after 0.85s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling packages... 961.2 ms ✓ WeakKeyIdDicts 1 dependency successfully precompiled in 1 seconds. 33 already precompiled. Precompilation completed after 15.46s ################################################################################ # Testing # Testing WeakKeyIdDicts Status `/tmp/jl_CqHolX/Project.toml` [4c88cf16] Aqua v0.8.14 [ecbed89c] WeakKeyIdDicts v0.1.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_CqHolX/Manifest.toml` [4c88cf16] Aqua v0.8.14 [34da2185] Compat v4.18.1 [ecbed89c] WeakKeyIdDicts v0.1.0 [0dad84c5] ArgTools v1.1.2 [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 v1.11.0 [ade2ca70] Dates v1.11.0 [f43a241f] Downloads v1.7.0 [7b1f6079] FileWatching v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.13.0 [b27032c2] LibCURL v1.0.0 [76f85450] LibGit2 v1.11.0 [8f399da3] Libdl v1.11.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [ca575930] NetworkOptions v1.3.0 [44cfe95a] Pkg v1.14.0 [de0858da] Printf v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v1.0.0 [9e88b42a] Serialization v1.11.0 [f489334b] StyledStrings v1.13.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 [e66e0078] CompilerSupportLibraries_jll v1.3.0+1 [deac9b47] LibCURL_jll v8.18.0+0 [e37daf67] LibGit2_jll v1.9.2+0 [29816b5a] LibSSH2_jll v1.11.3+1 [14a3606d] MozillaCACerts_jll v2025.12.2 [458c3c95] OpenSSL_jll v3.5.5+0 [efcefdf7] PCRE2_jll v10.47.0+0 [83775a58] Zlib_jll v1.3.1+2 [3161d3a3] Zstd_jll v1.5.7+1 [8e850ede] nghttp2_jll v1.68.0+1 [3f19e933] p7zip_jll v17.7.0+0 Testing Running tests... WeakKeyIdDict: Test Failed at /home/pkgeval/.julia/packages/WeakKeyIdDicts/hfFLt/test/runtests.jl:101 Expression: WeakKeyIdDict(((),)) Expected: BoundsError Thrown: ArgumentError ArgumentError: AbstractDict(kv): kv needs to be an iterator of 2-tuples or pairs Stacktrace: [1] _throw_dict_kv_error() @ Base ./abstractdict.jl:585 [2] grow_to!(dest::WeakKeyIdDict{Any, Any}, itr::Tuple{Tuple{}}) @ Base ./abstractdict.jl:594 [3] dict_with_eltype(DT_apply::WeakKeyIdDicts.var"#WeakKeyIdDict##0#WeakKeyIdDict##1", kv::Tuple{Tuple{}}, t::Type) @ Base ./abstractdict.jl:637 [4] WeakKeyIdDict(kv::Tuple{Tuple{}}) @ WeakKeyIdDicts ~/.julia/packages/WeakKeyIdDicts/hfFLt/src/WeakKeyIdDicts.jl:90 [5] top-level scope @ ~/.julia/packages/WeakKeyIdDicts/hfFLt/test/runtests.jl:6 [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [7] macro expansion @ ~/.julia/packages/WeakKeyIdDicts/hfFLt/test/runtests.jl:73 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [9] macro expansion @ ~/.julia/packages/WeakKeyIdDicts/hfFLt/test/runtests.jl:101 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:978 [inlined] [11] macro expansion @ ~/.julia/packages/WeakKeyIdDicts/hfFLt/test/runtests.jl:101 [inlined] Stacktrace: [1] top-level scope @ ~/.julia/packages/WeakKeyIdDicts/hfFLt/test/runtests.jl:6 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [3] macro expansion @ ~/.julia/packages/WeakKeyIdDicts/hfFLt/test/runtests.jl:73 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [5] macro expansion @ ~/.julia/packages/WeakKeyIdDicts/hfFLt/test/runtests.jl:101 [inlined] WeakKeyIdDict: Error During Test at /home/pkgeval/.julia/packages/WeakKeyIdDicts/hfFLt/test/runtests.jl:202 Test threw exception Expression: all((i->begin #= /home/pkgeval/.julia/packages/WeakKeyIdDicts/hfFLt/test/runtests.jl:202 =# d[string(i)] == i end), 1:10 ^ 4) KeyError: key WeakKeyIdDicts.WeakRefForWeakDict(WeakRef("7044")) not found Stacktrace: [1] getindex @ ./dict.jl:479 [inlined] [2] #40 @ ~/.julia/packages/WeakKeyIdDicts/hfFLt/src/WeakKeyIdDicts.jl:228 [inlined] [3] lock(f::WeakKeyIdDicts.var"#40#41"{WeakKeyIdDict{Any, Any}, String}, l::ReentrantLock) @ Base ./lock.jl:335 [4] lock @ ~/.julia/packages/WeakKeyIdDicts/hfFLt/src/WeakKeyIdDicts.jl:125 [inlined] [5] getindex(wkh::WeakKeyIdDict{Any, Any}, key::String) @ WeakKeyIdDicts ~/.julia/packages/WeakKeyIdDicts/hfFLt/src/WeakKeyIdDicts.jl:227 [6] (::var"#27#28")(i::Int64) @ Main ~/.julia/packages/WeakKeyIdDicts/hfFLt/test/runtests.jl:202 [7] _all(f::var"#27#28", itr::UnitRange{Int64}, ::Colon) @ Base ./anyall.jl:211 [8] all(f::Function, a::UnitRange{Int64}; dims::Colon) @ Base ./reducedim.jl:995 [9] eval_test_function(func::Any, args::Any, kwargs::Any, quoted_func::Union{Expr, Symbol}, source::LineNumberNode, negate::Bool) @ Test /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:402 [10] top-level scope @ ~/.julia/packages/WeakKeyIdDicts/hfFLt/test/runtests.jl:6 [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [12] macro expansion @ ~/.julia/packages/WeakKeyIdDicts/hfFLt/test/runtests.jl:73 [inlined] [13] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [14] macro expansion @ ~/.julia/packages/WeakKeyIdDicts/hfFLt/test/runtests.jl:202 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] WeakKeyIdDict.gc: Error During Test at /home/pkgeval/.julia/packages/WeakKeyIdDicts/hfFLt/test/runtests.jl:247 Got exception outside of a @test objects of type BigFloat cannot be finalized because they are not mutable Stacktrace: [1] error(::String, ::Type, ::String) @ Base ./error.jl:56 [2] _check_mutable(o::Any) @ Base ./gcutils.jl:41 [3] finalizer(f::Any, o::Any) @ Base ./gcutils.jl:85 [4] (::WeakKeyIdDicts.var"#7#8"{WeakKeyIdDict{Any, Any}, Int64, BigFloat})() @ WeakKeyIdDicts ~/.julia/packages/WeakKeyIdDicts/hfFLt/src/WeakKeyIdDicts.jl:137 [5] lock(f::WeakKeyIdDicts.var"#7#8"{WeakKeyIdDict{Any, Any}, Int64, BigFloat}, l::ReentrantLock) @ Base ./lock.jl:335 [6] lock @ ~/.julia/packages/WeakKeyIdDicts/hfFLt/src/WeakKeyIdDicts.jl:125 [inlined] [7] setindex!(wkh::WeakKeyIdDict{Any, Any}, v::Int64, key::BigFloat) @ WeakKeyIdDicts ~/.julia/packages/WeakKeyIdDicts/hfFLt/src/WeakKeyIdDicts.jl:133 [8] top-level scope @ ~/.julia/packages/WeakKeyIdDicts/hfFLt/test/runtests.jl:6 [9] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [10] macro expansion @ ~/.julia/packages/WeakKeyIdDicts/hfFLt/test/runtests.jl:249 [inlined] [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [12] macro expansion @ ~/.julia/packages/WeakKeyIdDicts/hfFLt/test/runtests.jl:250 [inlined] [13] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:310 [14] top-level scope @ none:6 [15] eval(m::Module, e::Any) @ Core ./boot.jl:489 [16] exec_options(opts::Base.JLOptions) @ Base ./client.jl:310 [17] _start() @ Base ./client.jl:585 Test Summary: | Pass Fail Error Total Time WeakKeyIdDicts.jl | 119 1 2 122 53.1s Aqua | 10 10 34.0s issue julia#10647 | 1 1 1.3s WeakKeyIdDict{Any,Any} and partial inference | 19 19 1.6s WeakKeyIdDict | 86 1 1 88 15.8s WeakKeyIdDict.lock | 3 3 0.0s WeakKeyIdDict.gc | 1 1 0.4s RNG of the outermost testset: Random.Xoshiro(0x3e46f4811ddfa616, 0xd1bd2b7e2582a3fa, 0x1767f39e48bedfd7, 0xae44a1b32a25d600, 0xec66a4f9212acb37) ERROR: LoadError: Some tests did not pass: 119 passed, 1 failed, 2 errored, 0 broken. in expression starting at /home/pkgeval/.julia/packages/WeakKeyIdDicts/hfFLt/test/runtests.jl:5 Testing failed after 70.3s ERROR: LoadError: Package WeakKeyIdDicts 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:3122 [3] test @ /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Operations.jl:2987 [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:572 [5] kwcall(::@NamedTuple{julia_args::Cmd, io::IOContext{IO}}, ::typeof(Pkg.API.test), ctx::Pkg.Types.Context, pkgs::Vector{PackageSpec}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:548 [6] 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 [7] kwcall(::@NamedTuple{julia_args::Cmd}, ::typeof(Pkg.API.test), pkgs::Vector{PackageSpec}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:161 [8] test(pkgs::Vector{String}; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:160 [9] test @ /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:160 [inlined] [10] kwcall(::@NamedTuple{julia_args::Cmd}, ::typeof(Pkg.API.test), pkg::String) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:159 [11] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:223 [12] include(mod::Module, _path::String) @ Base ./Base.jl:309 [13] exec_options(opts::Base.JLOptions) @ Base ./client.jl:344 [14] _start() @ Base ./client.jl:585 in expression starting at /PkgEval.jl/scripts/evaluate.jl:214 PkgEval failed after 111.66s: package tests unexpectedly errored