Package evaluation of Dictionaries on Julia 1.13.0-DEV.896 (efa4faf9a4*) started at 2025-07-25T10:49:38.388 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 13.52s ################################################################################ # Installation # Installing Dictionaries... Resolving package versions... Installed Indexing ───── v1.1.1 Installed Dictionaries ─ v0.4.5 Updating `~/.julia/environments/v1.13/Project.toml` [85a47980] + Dictionaries v0.4.5 Updating `~/.julia/environments/v1.13/Manifest.toml` [85a47980] + Dictionaries v0.4.5 [313cdc1a] + Indexing v1.1.1 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v0.7.0 [9e88b42a] + Serialization v1.11.0 Installation completed after 1.25s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling packages... 3335.5 ms ✓ TestEnv 1 dependency successfully precompiled in 4 seconds. 26 already precompiled. Precompiling package dependencies... Precompilation completed after 19.63s ################################################################################ # Testing # Testing Dictionaries Status `/tmp/jl_AqSAZh/Project.toml` [85a47980] Dictionaries v0.4.5 [313cdc1a] Indexing v1.1.1 [9a3f8284] Random v1.11.0 [9e88b42a] Serialization v1.11.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_AqSAZh/Manifest.toml` [85a47980] Dictionaries v0.4.5 [313cdc1a] Indexing v1.1.1 [2a0f44e3] Base64 v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.12.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v0.7.0 [9e88b42a] Serialization v1.11.0 [f489334b] StyledStrings v1.11.0 [8dfed614] Test v1.11.0 Testing Running tests... Indices: Error During Test at /home/pkgeval/.julia/packages/Dictionaries/L8pH7/test/Indices.jl:5 Test threw exception Expression: #= /home/pkgeval/.julia/packages/Dictionaries/L8pH7/test/Indices.jl:5 =# @inferred(distinct((mod(x, 5) for x = 0:9)))::Indices == Indices(0:4) return type Indices{Int64} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base ./error.jl:44 [2] top-level scope @ ~/.julia/packages/Dictionaries/L8pH7/test/Indices.jl:2 [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1858 [inlined] [4] macro expansion @ ~/.julia/packages/Dictionaries/L8pH7/test/Indices.jl:5 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:738 [inlined] Test Summary: | Pass Error Total Time Dictionaries | 282901 1 282902 1m59.0s Indices | 70305 1 70306 16.9s Comparison | 26 26 1.3s Adapted from Dict tests from Base | 70002 70002 0.9s distinct | 4 4 0.0s set logic | 18 18 1.9s covert | 6 6 1.6s rand | 200 200 0.5s sort | 8 8 2.7s Dictionary | 70908 70908 39.2s ArrayIndices | 145 145 3.0s ArrayDictionary | 228 228 9.0s pairs() | 5 5 0.0s FillDictionary | 9 9 0.5s UnorderedIndices | 70271 70271 6.5s UnorderedDictionary | 70822 70822 13.5s indexing | 13 13 2.8s foreach | 10 10 2.8s map | 10 10 3.7s broadcast | 16 16 2.7s filter | 124 124 4.5s findall | 6 6 0.5s reverse | 17 17 2.0s show | 12 12 4.8s RNG of the outermost testset: Random.Xoshiro(0x61501dbc5e40c858, 0xdff1d9f55714407b, 0x76ba0cf27d291e9b, 0x2183c660b6cb0cd2, 0x3d6258fdd4d87c8e) ERROR: LoadError: Some tests did not pass: 282901 passed, 0 failed, 1 errored, 0 broken. in expression starting at /home/pkgeval/.julia/packages/Dictionaries/L8pH7/test/runtests.jl:11 Testing failed after 128.58s ERROR: LoadError: Package Dictionaries errored during testing Stacktrace: [1] pkgerror(::String, ::Vararg{String}) @ Pkg.Types /opt/julia/share/julia/stdlib/v1.13/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.13/Pkg/src/Operations.jl:2661 [3] test @ /opt/julia/share/julia/stdlib/v1.13/Pkg/src/Operations.jl:2510 [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.13/Pkg/src/API.jl:538 [5] test(pkgs::Vector{PackageSpec}; io::IOContext{IO}, kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:168 [6] test(pkgs::Vector{String}; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:156 [7] test @ /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:156 [inlined] [8] #test#81 @ /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:155 [inlined] [9] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:219 [10] include(mod::Module, _path::String) @ Base ./Base.jl:311 [11] exec_options(opts::Base.JLOptions) @ Base ./client.jl:320 [12] _start() @ Base ./client.jl:553 in expression starting at /PkgEval.jl/scripts/evaluate.jl:210 PkgEval failed after 175.65s: package tests unexpectedly errored