Package evaluation of StateSpaceSets on Julia 1.12.0-rc2.1 (1fad90817e*) started at 2025-09-11T02:57:04.705 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 8.76s ################################################################################ # Installation # Installing StateSpaceSets... Resolving package versions... Updating `~/.julia/environments/v1.12/Project.toml` [40b095a5] + StateSpaceSets v2.5.1 Updating `~/.julia/environments/v1.12/Manifest.toml` [b4f34e82] + Distances v0.10.12 [b8a86587] + NearestNeighbors v0.4.22 [645ca80c] + Neighborhood v0.2.4 [aea7be01] + PrecompileTools v1.3.3 [21216c6a] + Preferences v1.5.0 [40b095a5] + StateSpaceSets v2.5.1 [90137ffa] + StaticArrays v1.9.15 [1e83bf80] + StaticArraysCore v1.4.3 [10745b16] + Statistics v1.11.1 [82ae8749] + StatsAPI v1.7.1 [56f22d72] + Artifacts v1.11.0 [2a0f44e3] + Base64 v1.11.0 [ade2ca70] + Dates v1.11.0 [b77e0a4c] + InteractiveUtils v1.11.0 [ac6e5ff7] + JuliaSyntaxHighlighting v1.12.0 [8f399da3] + Libdl v1.11.0 [37e2e46d] + LinearAlgebra 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 [fa267f1f] + TOML v1.0.3 [8dfed614] + Test v1.11.0 [4ec0a83e] + Unicode v1.11.0 [e66e0078] + CompilerSupportLibraries_jll v1.3.0+1 [4536629a] + OpenBLAS_jll v0.3.29+0 [8e850b90] + libblastrampoline_jll v5.13.1+1 Installation completed after 3.71s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 27.85s ################################################################################ # Testing # Testing StateSpaceSets Status `/tmp/jl_I7wQWa/Project.toml` [40b095a5] StateSpaceSets v2.5.1 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.12.0 [9a3f8284] Random v1.11.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_I7wQWa/Manifest.toml` [b4f34e82] Distances v0.10.12 [b8a86587] NearestNeighbors v0.4.22 [645ca80c] Neighborhood v0.2.4 [aea7be01] PrecompileTools v1.3.3 [21216c6a] Preferences v1.5.0 [40b095a5] StateSpaceSets v2.5.1 [90137ffa] StaticArrays v1.9.15 [1e83bf80] StaticArraysCore v1.4.3 [10745b16] Statistics v1.11.1 [82ae8749] StatsAPI v1.7.1 [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 v1.11.0 [ade2ca70] Dates v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.12.0 [8f399da3] Libdl v1.11.0 [37e2e46d] LinearAlgebra 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 [fa267f1f] TOML v1.0.3 [8dfed614] Test v1.11.0 [4ec0a83e] Unicode v1.11.0 [e66e0078] CompilerSupportLibraries_jll v1.3.0+1 [4536629a] OpenBLAS_jll v0.3.29+0 [8e850b90] libblastrampoline_jll v5.13.1+1 Testing Running tests... Testing StateSpaceSet... embed downstream #41: Error During Test at /home/pkgeval/.julia/packages/StateSpaceSets/bocXW/test/ssset_tests.jl:44 Got exception outside of a @test MethodError: no method matching StateSpaceSet{3, Float64, Vector{Float64}, Nothing}(::Vector{Vector{Float64}}) The type `StateSpaceSet{3, Float64, Vector{Float64}, Nothing}` exists, but no method is defined for this combination of argument types when trying to construct it. Closest candidates are: StateSpaceSet{D, T, V, N}(::Any, !Matched::Any) where {D, T, V, N} @ StateSpaceSets ~/.julia/packages/StateSpaceSets/bocXW/src/statespaceset_concrete.jl:67 Stacktrace: [1] (StateSpaceSet{3, Float64})(v::Vector{Vector{Float64}}; names::Nothing) @ StateSpaceSets ~/.julia/packages/StateSpaceSets/bocXW/src/statespaceset_concrete.jl:79 [2] (StateSpaceSet{3, Float64})(v::Vector{Vector{Float64}}) @ StateSpaceSets ~/.julia/packages/StateSpaceSets/bocXW/src/statespaceset_concrete.jl:79 [3] top-level scope @ ~/.julia/packages/StateSpaceSets/bocXW/test/ssset_tests.jl:10 [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1776 [inlined] [5] macro expansion @ ~/.julia/packages/StateSpaceSets/bocXW/test/ssset_tests.jl:45 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1776 [inlined] [7] macro expansion @ ~/.julia/packages/StateSpaceSets/bocXW/test/ssset_tests.jl:45 [inlined] [8] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:306 [9] IncludeInto @ ./Base.jl:307 [inlined] [10] macro expansion @ ~/.julia/packages/StateSpaceSets/bocXW/test/runtests.jl:4 [inlined] [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1776 [inlined] [12] testfile(file::String, testname::String) @ Main ~/.julia/packages/StateSpaceSets/bocXW/test/runtests.jl:4 [13] top-level scope @ ~/.julia/packages/StateSpaceSets/bocXW/test/runtests.jl:7 [14] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1776 [inlined] [15] macro expansion @ ~/.julia/packages/StateSpaceSets/bocXW/test/runtests.jl:7 [inlined] [16] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:306 [17] top-level scope @ none:6 [18] eval(m::Module, e::Any) @ Core ./boot.jl:489 [19] exec_options(opts::Base.JLOptions) @ Base ./client.jl:287 [20] _start() @ Base ./client.jl:554 Testing utils... Test Summary: | Pass Error Total Time StateSpaceSets.jl | 1939 1 1940 1m06.1s Ssset tests | 98 1 99 41.5s construction | 18 1 19 12.1s MVector | 3 3 1.1s nonreal element | 2 2 0.2s embed downstream #41 | 1 1 5.6s iteration | 14 14 0.7s append | 2 2 0.4s hcat | 10 10 9.2s indexing | 10 10 1.1s copy | 1 1 0.2s minmax | 11 11 1.0s Matrix | 2 2 0.6s standardize | 6 6 0.9s timeseries | 6 6 0.3s cov/cor | 2 2 9.5s #34 hcat type piracy | 1 1 0.6s Named dimensions | 15 15 1.4s Ssset distance tests | 36 36 14.0s Utils tests | 3 3 1.8s Sampler tests | 1802 1802 8.6s RNG of the outermost testset: Xoshiro(0xb57f7230ce88e9e5, 0x03f73cf8a3cfc497, 0xecc1e574657e00c1, 0x7ff4d9dc25788e9f, 0xe0e09965bbba21c8) ERROR: LoadError: Some tests did not pass: 1939 passed, 0 failed, 1 errored, 0 broken. in expression starting at /home/pkgeval/.julia/packages/StateSpaceSets/bocXW/test/runtests.jl:6 Testing failed after 78.12s ERROR: LoadError: Package StateSpaceSets errored during testing Stacktrace: [1] pkgerror(msg::String) @ Pkg.Types /opt/julia/share/julia/stdlib/v1.12/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.12/Pkg/src/Operations.jl:2427 [3] test @ /opt/julia/share/julia/stdlib/v1.12/Pkg/src/Operations.jl:2280 [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.12/Pkg/src/API.jl:483 [5] test(pkgs::Vector{PackageSpec}; io::IOContext{IO}, kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.12/Pkg/src/API.jl:164 [6] test(pkgs::Vector{String}; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.12/Pkg/src/API.jl:152 [7] test @ /opt/julia/share/julia/stdlib/v1.12/Pkg/src/API.jl:152 [inlined] [8] #test#81 @ /opt/julia/share/julia/stdlib/v1.12/Pkg/src/API.jl:151 [inlined] [9] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:219 [10] include(mod::Module, _path::String) @ Base ./Base.jl:305 [11] exec_options(opts::Base.JLOptions) @ Base ./client.jl:321 [12] _start() @ Base ./client.jl:554 in expression starting at /PkgEval.jl/scripts/evaluate.jl:210 PkgEval failed after 137.86s: package tests unexpectedly errored