Package evaluation to test SigmaClip on Julia 1.14.0-DEV.2043 (b936235316*) started at 2026-04-16T15:29:51.041 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 14.58s ################################################################################ # Installation # Installing SigmaClip... Resolving package versions... Updating `~/.julia/environments/v1.14/Project.toml` [e8e6a0c9] + SigmaClip v0.3.0 Updating `~/.julia/environments/v1.14/Manifest.toml` [e8e6a0c9] + SigmaClip v0.3.0 Installation completed after 1.11s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling project... 1.0 s ✓ SigmaClip 1 dependency successfully precompiled in 1 seconds. 34 already precompiled. Precompilation completed after 23.42s ################################################################################ # Testing # Testing SigmaClip Status `/tmp/jl_olFVg9/Project.toml` [4c88cf16] Aqua v0.8.14 [e8e6a0c9] SigmaClip v0.3.0 [10745b16] Statistics v1.11.1 [9a3f8284] Random v1.11.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_olFVg9/Manifest.toml` [4c88cf16] Aqua v0.8.14 [34da2185] Compat v4.18.1 [e8e6a0c9] SigmaClip v0.3.0 [10745b16] Statistics v1.11.1 [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 [37e2e46d] LinearAlgebra v1.13.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.19.0+0 [e37daf67] LibGit2_jll v1.9.2+0 [29816b5a] LibSSH2_jll v1.11.3+1 [14a3606d] MozillaCACerts_jll v2026.3.19 [4536629a] OpenBLAS_jll v0.3.30+0 [458c3c95] OpenSSL_jll v3.5.6+0 [efcefdf7] PCRE2_jll v10.47.0+0 [83775a58] Zlib_jll v1.3.2+0 [3161d3a3] Zstd_jll v1.5.7+1 [8e850b90] libblastrampoline_jll v5.15.0+0 [8e850ede] nghttp2_jll v1.68.1+0 [3f19e933] p7zip_jll v17.8.0+0 Testing Running tests... Test Summary: | Pass Total Time fast_median! | 22 22 5.2s workspace protocol errors are validated: Test Failed at /home/pkgeval/.julia/packages/SigmaClip/G0HLe/test/runtests.jl:376 Expression: sigma_clip!(data; workspace = zero_based) Expected: ArgumentError Thrown: BoundsError BoundsError: attempt to access 20-element Vector{Float64} at index [21] Stacktrace: [1] _throw_boundserror_indices(::Vector{Float64}, ::Int64) @ Base ./essentials.jl:19 [2] checkbounds @ ./essentials.jl:391 [inlined] [3] _setindex! @ ./array.jl:1047 [inlined] [4] setindex! @ ./array.jl:1043 [inlined] [5] setindex! @ ~/.julia/packages/SigmaClip/G0HLe/test/runtests.jl:64 [inlined] [6] _sigma_clip_bounds_impl(x::Vector{Float64}, exclude::Nothing, ws::ReinterpretedWorkspace{ZeroBasedVector{Float64}, ZeroBasedVector{Float64}}, sigma_lower::Int64, sigma_upper::Int64, center::typeof(fast_median!), spread::typeof(mad_std!), maxiter::Int64) @ SigmaClip ~/.julia/packages/SigmaClip/G0HLe/src/SigmaClip.jl:169 [7] _sigma_clip_bounds_checked @ ~/.julia/packages/SigmaClip/G0HLe/src/SigmaClip.jl:219 [inlined] [8] sigma_clip!(x::Vector{Float64}; workspace::ReinterpretedWorkspace{ZeroBasedVector{Float64}, ZeroBasedVector{Float64}}, exclude::Nothing, sigma_lower::Int64, sigma_upper::Int64, center::typeof(fast_median!), spread::typeof(mad_std!), maxiter::Int64) @ SigmaClip ~/.julia/packages/SigmaClip/G0HLe/src/SigmaClip.jl:326 [9] kwcall(::@NamedTuple{workspace::ReinterpretedWorkspace{ZeroBasedVector{Float64}, ZeroBasedVector{Float64}}}, ::typeof(sigma_clip!), x::Vector{Float64}) @ SigmaClip ~/.julia/packages/SigmaClip/G0HLe/src/SigmaClip.jl:317 [10] macro expansion @ ~/.julia/packages/SigmaClip/G0HLe/test/runtests.jl:376 [inlined] [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:980 [inlined] [12] macro expansion @ ~/.julia/packages/SigmaClip/G0HLe/test/runtests.jl:376 [inlined] [13] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [14] macro expansion @ ~/.julia/packages/SigmaClip/G0HLe/test/runtests.jl:365 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [16] top-level scope @ ~/.julia/packages/SigmaClip/G0HLe/test/runtests.jl:188 Stacktrace: [1] macro expansion @ ~/.julia/packages/SigmaClip/G0HLe/test/runtests.jl:376 [inlined] [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [3] macro expansion @ ~/.julia/packages/SigmaClip/G0HLe/test/runtests.jl:365 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [5] top-level scope @ ~/.julia/packages/SigmaClip/G0HLe/test/runtests.jl:188 Test Summary: | Pass Fail Total Time SigmaClipWorkspace | 135 1 136 16.0s constructor (type, n) | 3 3 0.0s constructor from Float array | 2 2 0.1s constructor from quantity-like array preserves units | 2 2 0.2s constructor from Integer array promotes to Float64 | 2 2 0.0s workspace too short raises ArgumentError | 1 1 0.5s workspace exact length is accepted | 1 1 0.0s workspace larger than array is accepted | 1 1 0.0s zero allocations in hot loop with workspace | 1 1 0.1s public entrypoints are allocation-free with workspace | 1 1 0.6s internal helpers are allocation-free with workspace | 1 1 2.6s custom workspace protocol is supported | 100 100 0.7s custom workspace is allocation-free in public entrypoints | 1 1 0.3s workspace protocol errors are validated | 3 1 4 8.6s reinterpreted quantity workspace is accepted | 3 3 0.8s default statistic uses compacted workspace view | 5 5 0.4s workspace-aware statistic protocol is supported | 4 4 0.4s workspace-aware statistics work through public entrypoints | 3 3 0.6s workspace-aware statistics are allocation-free | 1 1 0.1s RNG of the outermost testset: Xoshiro(0x0ff3a901fe108240, 0x8a16630a3aae8884, 0x0ae783115734327e, 0xd10b3c4378d967e0, 0x9c0b074fb012ef62) ERROR: LoadError: Some tests did not pass: 135 passed, 1 failed, 0 errored, 0 broken. in expression starting at /home/pkgeval/.julia/packages/SigmaClip/G0HLe/test/runtests.jl:186 Testing failed after 61.58s ERROR: LoadError: Package SigmaClip 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] test @ /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] 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:562 [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:326 [13] exec_options(opts::Base.JLOptions) @ Base ./client.jl:352 [14] _start() @ Base ./client.jl:593 in expression starting at /PkgEval.jl/scripts/evaluate.jl:214 PkgEval failed after 116.37s: package has test failures