Package evaluation of SentinelArrays on Julia 1.13.0-DEV.896 (efa4faf9a4*) started at 2025-07-25T10:51:05.456 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 13.9s ################################################################################ # Installation # Installing SentinelArrays... Resolving package versions... Installed SentinelArrays ─ v1.4.8 Updating `~/.julia/environments/v1.13/Project.toml` [91c51154] + SentinelArrays v1.4.8 Updating `~/.julia/environments/v1.13/Manifest.toml` [91c51154] + SentinelArrays v1.4.8 [ade2ca70] + Dates v1.11.0 [de0858da] + Printf v1.11.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v0.7.0 [4ec0a83e] + Unicode v1.11.0 Installation completed after 1.1s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling packages... 4332.3 ms ✓ TestEnv 1 dependency successfully precompiled in 5 seconds. 26 already precompiled. Precompiling package dependencies... Precompilation completed after 20.44s ################################################################################ # Testing # Testing SentinelArrays Status `/tmp/jl_LK5q7P/Project.toml` [91c51154] SentinelArrays v1.4.8 [ade2ca70] Dates v1.11.0 [9a3f8284] Random v1.11.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_LK5q7P/Manifest.toml` [91c51154] SentinelArrays v1.4.8 [2a0f44e3] Base64 v1.11.0 [ade2ca70] Dates v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.12.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [de0858da] Printf 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 [4ec0a83e] Unicode v1.11.0 Testing Running tests... Test Summary: | Pass Total Time SentinelArrays | 221 221 1m35.2s Test Summary: | Pass Total Time MissingVector | 48 48 1.5s Test Summary: | Pass Total Time ChainedVector | 240 240 35.7s Test Summary: | Pass Total Time ChainedVectors on Generated Vectors | 1089 1089 19.5s Test Summary: | Pass Total Time iteration protocol on ChainedVector | 22205 22205 1.2s Test Summary: | Pass Total Time empty ChainedVector | 8 8 1.1s Test Summary: | Pass Total Time prevind/nextind ChainedVector | 10014 10014 0.8s Test Summary: | Pass Total Time Resizing ChainedVector | 8 8 1.3s Test Summary: | Pass Total Time MissingVector resizing | 6 6 0.1s Test Summary: | Pass Total Time deleteat! with Bool mask | 201 201 0.7s getindex with UnitRange: Error During Test at /home/pkgeval/.julia/packages/SentinelArrays/vt8A6/test/chainedvector.jl:767 Test threw exception Expression: #= /home/pkgeval/.julia/packages/SentinelArrays/vt8A6/test/chainedvector.jl:767 =# @inferred(x[2:3]) == 2:3 return type Vector{Int64} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base ./error.jl:44 [2] top-level scope @ ~/.julia/packages/SentinelArrays/vt8A6/test/chainedvector.jl:755 [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1858 [inlined] [4] macro expansion @ ~/.julia/packages/SentinelArrays/vt8A6/test/chainedvector.jl:767 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:738 [inlined] getindex with UnitRange: Error During Test at /home/pkgeval/.julia/packages/SentinelArrays/vt8A6/test/chainedvector.jl:768 Test threw exception Expression: #= /home/pkgeval/.julia/packages/SentinelArrays/vt8A6/test/chainedvector.jl:768 =# @inferred(x[3:2]) == Int[] return type Vector{Int64} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base ./error.jl:44 [2] top-level scope @ ~/.julia/packages/SentinelArrays/vt8A6/test/chainedvector.jl:755 [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1858 [inlined] [4] macro expansion @ ~/.julia/packages/SentinelArrays/vt8A6/test/chainedvector.jl:768 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:738 [inlined] Test Summary: | Pass Error Total Time getindex with UnitRange | 25050030 2 25050032 5m55.1s RNG of the outermost testset: Xoshiro(0x7d3428639ec131fb, 0x2f2453a4477720a6, 0x1eb02342d1de3db5, 0x3c5f92562e888812, 0x4aaed3f9d43980f4) ERROR: LoadError: Some tests did not pass: 25050030 passed, 0 failed, 2 errored, 0 broken. in expression starting at /home/pkgeval/.julia/packages/SentinelArrays/vt8A6/test/chainedvector.jl:754 in expression starting at /home/pkgeval/.julia/packages/SentinelArrays/vt8A6/test/runtests.jl:378 Testing failed after 535.18s ERROR: LoadError: Package SentinelArrays 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 586.74s: package tests unexpectedly errored