Package evaluation of DiscreteMarkovChains on Julia 1.10.8 (92f03a4775*) started at 2025-02-25T04:52:30.469 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 4.98s ################################################################################ # Installation # Installing DiscreteMarkovChains... Resolving package versions... Updating `~/.julia/environments/v1.10/Project.toml` [8abcb7ef] + DiscreteMarkovChains v0.2.1 Updating `~/.julia/environments/v1.10/Manifest.toml` [34da2185] + Compat v4.16.0 [864edb3b] + DataStructures v0.18.20 [8abcb7ef] + DiscreteMarkovChains v0.2.1 [bac558e1] + OrderedCollections v1.8.0 [56f22d72] + Artifacts [2a0f44e3] + Base64 [ade2ca70] + Dates [b77e0a4c] + InteractiveUtils [8f399da3] + Libdl [37e2e46d] + LinearAlgebra [d6f4376e] + Markdown [de0858da] + Printf [9a3f8284] + Random [ea8e919c] + SHA v0.7.0 [fa267f1f] + TOML v1.0.3 [cf7118a7] + UUIDs [4ec0a83e] + Unicode [e66e0078] + CompilerSupportLibraries_jll v1.1.1+0 [4536629a] + OpenBLAS_jll v0.3.23+4 [8e850b90] + libblastrampoline_jll v5.11.0+0 Installation completed after 4.8s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 11.69s ################################################################################ # Testing # Testing DiscreteMarkovChains Status `/tmp/jl_bgmEGG/Project.toml` [864edb3b] DataStructures v0.18.20 [8abcb7ef] DiscreteMarkovChains v0.2.1 [1bc83da4] SafeTestsets v0.1.0 [37e2e46d] LinearAlgebra [8dfed614] Test Status `/tmp/jl_bgmEGG/Manifest.toml` [34da2185] Compat v4.16.0 [864edb3b] DataStructures v0.18.20 [8abcb7ef] DiscreteMarkovChains v0.2.1 [bac558e1] OrderedCollections v1.8.0 [1bc83da4] SafeTestsets v0.1.0 [56f22d72] Artifacts [2a0f44e3] Base64 [ade2ca70] Dates [b77e0a4c] InteractiveUtils [8f399da3] Libdl [37e2e46d] LinearAlgebra [56ddb016] Logging [d6f4376e] Markdown [de0858da] Printf [9a3f8284] Random [ea8e919c] SHA v0.7.0 [9e88b42a] Serialization [fa267f1f] TOML v1.0.3 [8dfed614] Test [cf7118a7] UUIDs [4ec0a83e] Unicode [e66e0078] CompilerSupportLibraries_jll v1.1.1+0 [4536629a] OpenBLAS_jll v0.3.23+4 [8e850b90] libblastrampoline_jll v5.11.0+0 Testing Running tests... Test Summary: | Pass Total Time Utils | 5 5 5.1s 5.500339 seconds (1.14 M allocations: 76.858 MiB, 99.30% compilation time) Test Summary: | Pass Total Time DMC | 67 67 43.1s 43.065318 seconds (16.02 M allocations: 1.052 GiB, 1.99% gc time, 99.10% compilation time) Test Summary: | Pass Total Time CMC | 58 58 2m04.5s 124.505124 seconds (30.94 M allocations: 1.886 GiB, 1.70% gc time, 99.84% compilation time) WARNING: Method definition isapprox(##Advanced#228.MyType, ##Advanced#228.MyType) in module ##Advanced#228 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#228".MyType) Closest candidates are: isfinite(!Matched::BigFloat) @ Base mpfr.jl:986 isfinite(!Matched::Missing) @ Base missing.jl:101 isfinite(!Matched::AbstractIrrational) @ Base irrationals.jl:157 ... Stacktrace: [1] chkfinite @ /opt/julia/share/julia/stdlib/v1.10/LinearAlgebra/src/lapack.jl:85 [inlined] [2] generic_lufact!(A::Matrix{Main.var"##Advanced#228".MyType}, pivot::LinearAlgebra.RowMaximum; check::Bool) @ LinearAlgebra /opt/julia/share/julia/stdlib/v1.10/LinearAlgebra/src/lu.jl:141 [3] generic_lufact! @ /opt/julia/share/julia/stdlib/v1.10/LinearAlgebra/src/lu.jl:139 [inlined] [4] lu! @ /opt/julia/share/julia/stdlib/v1.10/LinearAlgebra/src/lu.jl:137 [inlined] [5] lu(A::LinearAlgebra.Adjoint{Main.var"##Advanced#228".MyType, Matrix{Main.var"##Advanced#228".MyType}}, pivot::LinearAlgebra.RowMaximum; check::Bool) @ LinearAlgebra /opt/julia/share/julia/stdlib/v1.10/LinearAlgebra/src/lu.jl:305 [6] lu (repeats 2 times) @ /opt/julia/share/julia/stdlib/v1.10/LinearAlgebra/src/lu.jl:304 [inlined] [7] \(A::LinearAlgebra.Adjoint{Main.var"##Advanced#228".MyType, Matrix{Main.var"##Advanced#228".MyType}}, B::Vector{Main.var"##Advanced#228".MyType}) @ LinearAlgebra /opt/julia/share/julia/stdlib/v1.10/LinearAlgebra/src/generic.jl:1124 [8] stationary_distribution(x::DiscreteMarkovChain) @ DiscreteMarkovChains ~/.julia/packages/DiscreteMarkovChains/V1q2x/src/MC.jl:660 [9] macro expansion @ ~/.julia/packages/DiscreteMarkovChains/V1q2x/test/Advanced.jl:63 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.10/Test/src/Test.jl:1577 [inlined] [11] top-level scope @ ~/.julia/packages/DiscreteMarkovChains/V1q2x/test/Advanced.jl:6 [12] include(mod::Module, _path::String) @ Base ./Base.jl:495 [13] include(x::String) @ Main.var"##Advanced#228" ~/.julia/packages/SafeTestsets/raUNr/src/SafeTestsets.jl:28 [14] macro expansion @ ~/.julia/packages/DiscreteMarkovChains/V1q2x/test/runtests.jl:9 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.10/Test/src/Test.jl:1577 [inlined] [16] macro expansion @ ~/.julia/packages/DiscreteMarkovChains/V1q2x/test/runtests.jl:9 [inlined] [17] top-level scope @ ~/.julia/packages/SafeTestsets/raUNr/src/SafeTestsets.jl:30 [18] eval(m::Module, e::Any) @ Core ./boot.jl:385 [19] macro expansion @ ~/.julia/packages/SafeTestsets/raUNr/src/SafeTestsets.jl:28 [inlined] [20] macro expansion @ ./timing.jl:279 [inlined] [21] macro expansion @ ~/.julia/packages/DiscreteMarkovChains/V1q2x/test/runtests.jl:9 [inlined] [22] macro expansion @ ./timing.jl:279 [inlined] [23] top-level scope @ ~/.julia/packages/DiscreteMarkovChains/V1q2x/test/runtests.jl:269 [24] include(fname::String) @ Base.MainInclude ./client.jl:494 [25] top-level scope @ none:6 [26] eval @ ./boot.jl:385 [inlined] [27] exec_options(opts::Base.JLOptions) @ Base ./client.jl:296 [28] _start() @ Base ./client.jl:557 Test Summary: | Pass Error Total Time Advanced | 2 1 3 11.0s Custom eltype | 2 1 3 11.0s 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 189.44s ERROR: LoadError: Package DiscreteMarkovChains errored during testing Stacktrace: [1] pkgerror(msg::String) @ Pkg.Types /opt/julia/share/julia/stdlib/v1.10/Pkg/src/Types.jl:70 [2] test(ctx::Pkg.Types.Context, pkgs::Vector{Pkg.Types.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.10/Pkg/src/Operations.jl:2034 [3] test @ /opt/julia/share/julia/stdlib/v1.10/Pkg/src/Operations.jl:1915 [inlined] [4] test(ctx::Pkg.Types.Context, pkgs::Vector{Pkg.Types.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::Base.PipeEndpoint}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.10/Pkg/src/API.jl:444 [5] test(pkgs::Vector{Pkg.Types.PackageSpec}; io::Base.PipeEndpoint, kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.10/Pkg/src/API.jl:159 [6] test @ /opt/julia/share/julia/stdlib/v1.10/Pkg/src/API.jl:147 [inlined] [7] #test#74 @ /opt/julia/share/julia/stdlib/v1.10/Pkg/src/API.jl:146 [inlined] [8] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:219 in expression starting at /PkgEval.jl/scripts/evaluate.jl:210 PkgEval failed after 216.83s: package tests unexpectedly errored