Package evaluation to test DictTools on Julia 1.14.0-DEV.2071 (559ec66647*) started at 2026-04-23T14:39:20.673 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 15.07s ################################################################################ # Installation # Installing DictTools... Resolving package versions... Updating `~/.julia/environments/v1.14/Project.toml` [6033591e] + DictTools v0.2.3 Updating `~/.julia/environments/v1.14/Manifest.toml` [6033591e] + DictTools v0.2.3 ⌅ [85a47980] + Dictionaries v0.3.29 [313cdc1a] + Indexing v1.1.1 [8603256b] + ZChop v0.3.11 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v1.0.0 [9e88b42a] + Serialization 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 1.84s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling project... 1.6 s ✓ DictTools 1 dependency successfully precompiled in 2 seconds. 11 already precompiled. Precompilation completed after 24.17s ################################################################################ # Testing # Testing DictTools Status `/tmp/jl_0DFc8p/Project.toml` [6033591e] DictTools v0.2.3 ⌅ [85a47980] Dictionaries v0.3.29 [8603256b] ZChop v0.3.11 [8dfed614] Test v1.11.0 Status `/tmp/jl_0DFc8p/Manifest.toml` [6033591e] DictTools v0.2.3 ⌅ [85a47980] Dictionaries v0.3.29 [313cdc1a] Indexing v1.1.1 [8603256b] ZChop v0.3.11 [2a0f44e3] Base64 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.0.0 [9e88b42a] Serialization v1.11.0 [f489334b] StyledStrings v1.13.0 [8dfed614] Test v1.11.0 Info Packages marked with ⌅ have new versions available but compatibility constraints restrict them from upgrading. Testing Running tests... collect_sparse, map_keys: Test Failed at /home/pkgeval/.julia/packages/DictTools/BUi8M/test/runtests.jl:15 Expression: collect_sparse(Dictionary{Int, Int}()) Expected: MethodError Thrown: ArgumentError ArgumentError: reducing over an empty collection is not allowed; consider supplying `init` to the reducer Stacktrace: [1] _empty_reduce_error() @ Base ./reduce.jl:317 [2] mapreduce_empty(f::Function, op::Function, T::Type) @ Base ./reduce.jl:319 [3] reduce_empty(op::Base.MappingRF{Base.ExtremaMap{typeof(identity)}, typeof(Base._extrema_rf)}, ::Type{Int64}) @ Base ./reduce.jl:358 [4] reduce_empty_iter @ ./reduce.jl:381 [inlined] [5] mapreduce_empty_iter(f::Base.ExtremaMap{typeof(identity)}, op::typeof(Base._extrema_rf), itr::Vector{Int64}, ItrEltype::Base.HasEltype) @ Base ./reduce.jl:377 [6] _mapreduce(f::Base.ExtremaMap{typeof(identity)}, op::typeof(Base._extrema_rf), ::IndexLinear, A::Vector{Int64}) @ Base ./reduce.jl:431 [inlined] [7] _mapreduce_dim(f::Base.ExtremaMap{typeof(identity)}, op::typeof(Base._extrema_rf), ::Base._InitialValue, A::Vector{Int64}, ::Colon) @ Base ./reducedim.jl:338 [inlined] [8] mapreduce(f::Base.ExtremaMap{typeof(identity)}, op::typeof(Base._extrema_rf), A::Vector{Int64}; dims::Colon, init::Base._InitialValue) @ Base ./reducedim.jl:330 [inlined] [9] _extrema(f::typeof(identity), a::Vector{Int64}, ::Colon; kw::@Kwargs{}) @ Base ./reducedim.jl:988 [inlined] [10] _extrema(a::Vector{Int64}, ::Colon; kw::@Kwargs{}) @ Base ./reducedim.jl:987 [inlined] [11] extrema(a::Vector{Int64}; dims::Colon, kw::@Kwargs{}) @ Base ./reducedim.jl:983 [inlined] [12] _collect_sparse(dict::Dictionary{Int64, Int64}, ::typeof(identity), ::Val{0}) @ DictTools ~/.julia/packages/DictTools/BUi8M/src/DictTools.jl:409 [13] #collect_sparse#7 @ ~/.julia/packages/DictTools/BUi8M/src/DictTools.jl:402 [inlined] [14] collect_sparse(dict::Dictionary{Int64, Int64}) @ DictTools ~/.julia/packages/DictTools/BUi8M/src/DictTools.jl:399 [15] top-level scope @ ~/.julia/packages/DictTools/BUi8M/test/runtests.jl:9 [16] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [17] macro expansion @ ~/.julia/packages/DictTools/BUi8M/test/runtests.jl:15 [inlined] [18] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:980 [inlined] [19] macro expansion @ ~/.julia/packages/DictTools/BUi8M/test/runtests.jl:15 [inlined] Stacktrace: [1] top-level scope @ ~/.julia/packages/DictTools/BUi8M/test/runtests.jl:9 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [3] macro expansion @ ~/.julia/packages/DictTools/BUi8M/test/runtests.jl:15 [inlined] Test Summary: | Pass Fail Total Time collect_sparse, map_keys | 4 1 5 11.2s RNG of the outermost testset: Random.Xoshiro(0xe7ec837ab11478ff, 0xdc07489a75215254, 0xc6c53e7d43a623a9, 0xe7e5cfe6ee9780ff, 0xb525450ce8dba941) ERROR: LoadError: Some tests did not pass: 4 passed, 1 failed, 0 errored, 0 broken. in expression starting at /home/pkgeval/.julia/packages/DictTools/BUi8M/test/runtests.jl:8 Testing failed after 23.43s ERROR: LoadError: Package DictTools 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:3162 [3] Cmd(cmd::Cmd) @ Base /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Operations.jl:3025 [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:586 [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:352 [12] _start() @ Base ./client.jl:593 in expression starting at /PkgEval.jl/scripts/evaluate.jl:214 PkgEval failed after 83.12s: package has test failures