Package evaluation of DiscreteMarkovChains on Julia 1.12.0-rc1.2 (995ff9db19*) started at 2025-07-14T11:23:21.498 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 9.1s ################################################################################ # Installation # Installing DiscreteMarkovChains... Resolving package versions... Updating `~/.julia/environments/v1.12/Project.toml` [8abcb7ef] + DiscreteMarkovChains v0.2.1 Updating `~/.julia/environments/v1.12/Manifest.toml` [34da2185] + Compat v4.17.0 [864edb3b] + DataStructures v0.18.22 [8abcb7ef] + DiscreteMarkovChains v0.2.1 [bac558e1] + OrderedCollections v1.8.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 [d6f4376e] + Markdown v1.11.0 [de0858da] + Printf v1.11.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v0.7.0 [f489334b] + StyledStrings v1.11.0 [fa267f1f] + TOML v1.0.3 [cf7118a7] + UUIDs 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+0 Installation completed after 1.06s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 14.92s ################################################################################ # Testing # Testing DiscreteMarkovChains Status `/tmp/jl_EoaOzw/Project.toml` [864edb3b] DataStructures v0.18.22 [8abcb7ef] DiscreteMarkovChains v0.2.1 [1bc83da4] SafeTestsets v0.1.0 [37e2e46d] LinearAlgebra v1.12.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_EoaOzw/Manifest.toml` [34da2185] Compat v4.17.0 [864edb3b] DataStructures v0.18.22 [8abcb7ef] DiscreteMarkovChains v0.2.1 [bac558e1] OrderedCollections v1.8.1 [1bc83da4] SafeTestsets v0.1.0 [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 [cf7118a7] UUIDs 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+0 Testing Running tests... Test Summary: | Pass Total Time Utils | 5 5 6.2s 6.506605 seconds (3.16 M allocations: 171.987 MiB, 4.64% gc time, 99.32% compilation time) Test Summary: | Pass Total Time DMC | 67 67 58.2s 58.230559 seconds (29.26 M allocations: 1.573 GiB, 1.46% gc time, 99.55% compilation time) Test Summary: | Pass Total Time CMC | 58 58 1m30.6s 90.565962 seconds (50.26 M allocations: 2.685 GiB, 2.18% gc time, 99.75% compilation time) WARNING: Method definition isapprox(var"##Advanced#280".MyType, var"##Advanced#280".MyType) in module ##Advanced#280 at /home/pkgeval/.julia/packages/DiscreteMarkovChains/V1q2x/test/Advanced.jl:35 overwritten at /home/pkgeval/.julia/packages/DiscreteMarkovChains/V1q2x/test/Advanced.jl:38. Custom eltype: Error During Test at /home/pkgeval/.julia/packages/DiscreteMarkovChains/V1q2x/test/Advanced.jl:5 Got exception outside of a @test MethodError: no method matching isfinite(::Main.var"##Advanced#280".MyType) The function `isfinite` exists, but no method is defined for this combination of argument types. Closest candidates are: isfinite(!Matched::BigFloat) @ Base mpfr.jl:1133 isfinite(!Matched::Missing) @ Base missing.jl:101 isfinite(!Matched::AbstractIrrational) @ Base irrationals.jl:180 ... Stacktrace: [1] chkfinite @ /opt/julia/share/julia/stdlib/v1.12/LinearAlgebra/src/lapack.jl:104 [inlined] [2] generic_lufact!(A::Matrix{Main.var"##Advanced#280".MyType}, pivot::LinearAlgebra.RowMaximum; check::Bool, allowsingular::Bool) @ LinearAlgebra /opt/julia/share/julia/stdlib/v1.12/LinearAlgebra/src/lu.jl:154 [3] generic_lufact! @ /opt/julia/share/julia/stdlib/v1.12/LinearAlgebra/src/lu.jl:152 [inlined] [4] lu! (repeats 2 times) @ /opt/julia/share/julia/stdlib/v1.12/LinearAlgebra/src/lu.jl:151 [inlined] [5] _lu @ /opt/julia/share/julia/stdlib/v1.12/LinearAlgebra/src/lu.jl:347 [inlined] [6] lu(::LinearAlgebra.Adjoint{Main.var"##Advanced#280".MyType, Matrix{Main.var"##Advanced#280".MyType}}; kwargs::@Kwargs{}) @ LinearAlgebra /opt/julia/share/julia/stdlib/v1.12/LinearAlgebra/src/lu.jl:341 [7] lu @ /opt/julia/share/julia/stdlib/v1.12/LinearAlgebra/src/lu.jl:341 [inlined] [8] \(A::LinearAlgebra.Adjoint{Main.var"##Advanced#280".MyType, Matrix{Main.var"##Advanced#280".MyType}}, B::Vector{Main.var"##Advanced#280".MyType}) @ LinearAlgebra /opt/julia/share/julia/stdlib/v1.12/LinearAlgebra/src/generic.jl:1231 [9] stationary_distribution(x::DiscreteMarkovChain) @ DiscreteMarkovChains ~/.julia/packages/DiscreteMarkovChains/V1q2x/src/MC.jl:660 [10] top-level scope @ ~/.julia/packages/DiscreteMarkovChains/V1q2x/test/Advanced.jl:6 [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1776 [inlined] [12] macro expansion @ ~/.julia/packages/DiscreteMarkovChains/V1q2x/test/Advanced.jl:63 [inlined] [13] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:306 [14] top-level scope @ ~/.julia/packages/SafeTestsets/raUNr/src/SafeTestsets.jl:30 [15] macro expansion @ ~/.julia/packages/DiscreteMarkovChains/V1q2x/test/runtests.jl:9 [inlined] [16] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1776 [inlined] [17] macro expansion @ ~/.julia/packages/DiscreteMarkovChains/V1q2x/test/runtests.jl:9 [inlined] [18] eval(m::Module, e::Any) @ Core ./boot.jl:489 [19] macro expansion @ ~/.julia/packages/SafeTestsets/raUNr/src/SafeTestsets.jl:28 [inlined] [20] macro expansion @ ./timing.jl:645 [inlined] [21] macro expansion @ ~/.julia/packages/DiscreteMarkovChains/V1q2x/test/runtests.jl:9 [inlined] [22] macro expansion @ ./timing.jl:645 [inlined] [23] top-level scope @ ~/.julia/packages/DiscreteMarkovChains/V1q2x/test/runtests.jl:353 [24] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:306 [25] top-level scope @ none:6 [26] eval(m::Module, e::Any) @ Core ./boot.jl:489 [27] exec_options(opts::Base.JLOptions) @ Base ./client.jl:287 [28] _start() @ Base ./client.jl:554 Test Summary: | Pass Error Total Time Advanced | 2 1 3 16.7s Custom eltype | 2 1 3 16.6s RNG of the outermost testset: Random.Xoshiro(0x39e8c26c101e13fe, 0x40130c773d2ad932, 0x32f3d8bd4e7c71ff, 0x377d4fc1f5b34390, 0x7d5251d207f3b27f) ERROR: LoadError: Some tests did not pass: 2 passed, 0 failed, 1 errored, 0 broken. in expression starting at /home/pkgeval/.julia/packages/DiscreteMarkovChains/V1q2x/test/runtests.jl:5 Testing failed after 183.01s ERROR: LoadError: Package DiscreteMarkovChains 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:2458 [3] test @ /opt/julia/share/julia/stdlib/v1.12/Pkg/src/Operations.jl:2313 [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:511 [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 223.4s: package tests unexpectedly errored