Package evaluation to test FastMarching on Julia 1.14.0-DEV.2172 (32456e37ae*) started at 2026-05-12T11:28:49.874 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 15.75s ################################################################################ # Installation # Installing FastMarching... Resolving package versions... Installed FastMarching ─ v0.2.7 Updating `~/.julia/environments/v1.14/Project.toml` [7c16e180] + FastMarching v0.2.7 Updating `~/.julia/environments/v1.14/Manifest.toml` [7c16e180] + FastMarching v0.2.7 [56f22d72] + Artifacts v1.11.0 [8f399da3] + Libdl v1.11.0 [37e2e46d] + LinearAlgebra v1.13.0 [e66e0078] + CompilerSupportLibraries_jll v1.5.1+0 [4536629a] + OpenBLAS_jll v0.3.33+0 [8e850b90] + libblastrampoline_jll v5.15.0+0 Installation completed after 1.6s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling project... 4.5 s ✓ TestEnv 1 dependency successfully precompiled in 5 seconds. 27 already precompiled. Precompiling package dependencies... Precompiling project... 1.3 s ✓ FastMarching 1 dependency successfully precompiled in 1 seconds. 8 already precompiled. Precompilation completed after 27.05s ################################################################################ # Testing # Testing FastMarching Status `/tmp/jl_iytSF8/Project.toml` [7c16e180] FastMarching v0.2.7 [37e2e46d] LinearAlgebra v1.13.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_iytSF8/Manifest.toml` [7c16e180] FastMarching v0.2.7 [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.13.0 [8f399da3] Libdl v1.11.0 [37e2e46d] LinearAlgebra 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 [e66e0078] CompilerSupportLibraries_jll v1.5.1+0 [4536629a] OpenBLAS_jll v0.3.33+0 [8e850b90] libblastrampoline_jll v5.15.0+0 Testing Running tests... npoints=15: Error During Test at /home/pkgeval/.julia/packages/FastMarching/abmHY/test/multiplestarts.jl:15 Got exception outside of a @test BoundsError: attempt to access 300×300 BitMatrix at index [115, 301] Stacktrace: [1] _throw_boundserror_indices(A::BitMatrix, i1::Int64, I::Int64) @ Base ./essentials.jl:19 [2] Matrix{Float64}(::UndefInitializer, m::Int64, n::Int64) @ Core ./essentials.jl:391 [inlined] [3] Matrix{Float64}(::UndefInitializer, d::Tuple{Int64, Int64}) @ Core ./abstractarray.jl:1480 [inlined] [4] zeros(::Type{Float64}, dims::Tuple{Int64, Int64}) @ Base ./abstractarray.jl:1458 [inlined] [5] msfm!(distanceimage::Matrix{Float64}, Frozen::BitMatrix, speedimage::Matrix{Float64}, SourcePoints::Matrix{Float64}, usesecond::Bool, usecross::Bool, Ed::Bool) @ FastMarching ~/.julia/packages/FastMarching/abmHY/src/libmsfm.jl:88 [6] msfm(speedimage::Matrix{Float64}, SourcePoints::Matrix{Float64}, usesecond::Bool, usecross::Bool, Ed::Bool) @ FastMarching ~/.julia/packages/FastMarching/abmHY/src/libmsfm.jl:36 [7] ones(::Int64, ::Int64) @ Base ~/.julia/packages/FastMarching/abmHY/src/libmsfm.jl:32 [inlined] [8] testMultipleStarts(tsize::Int64, npoints::Int64) @ Main ~/.julia/packages/FastMarching/abmHY/test/multiplestarts.jl:8 [9] macro expansion @ ~/.julia/packages/FastMarching/abmHY/test/multiplestarts.jl:16 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2327 [inlined] [11] macro expansion @ ~/.julia/packages/FastMarching/abmHY/test/multiplestarts.jl:15 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [13] top-level scope @ ~/.julia/packages/FastMarching/abmHY/test/multiplestarts.jl:15 [14] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [15] top-level scope @ ~/.julia/packages/FastMarching/abmHY/test/runtests.jl:6 [16] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [17] macro expansion @ ~/.julia/packages/FastMarching/abmHY/test/runtests.jl:42 [inlined] [18] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [19] top-level scope @ none:6 [20] eval(m::Module, e::Any) @ Core ./boot.jl:517 [21] exec_options(opts::Base.JLOptions) @ Base ./client.jl:318 [22] _start() @ Base ./client.jl:593 Test Summary: | Pass Error Total Time Test FastMarching | 105 1 106 1m09.4s testeye | 90 90 55.9s correctness | 12 12 0.5s testMultipleStarts is deterministic | 1 1 2 5.0s npoints=10 | 1 1 0.8s npoints=15 | 1 1 4.2s float indexing | 2 2 3.0s RNG of the outermost testset: Random.Xoshiro(0x92cc29a395834ead, 0xda167a3dd1054c8f, 0x7e810f8c5baebf62, 0x5f6cc7b72af9b3f6, 0x358e5c1cffd0dcfe) ERROR: LoadError: Some tests did not pass: 105 passed, 0 failed, 1 errored, 0 broken. in expression starting at /home/pkgeval/.julia/packages/FastMarching/abmHY/test/runtests.jl:5 Testing failed after 81.57s ERROR: LoadError: Package FastMarching 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 141.94s: package tests unexpectedly errored