Package evaluation of BridgeStan on Julia 1.10.8 (92f03a4775*) started at 2025-02-25T05:54:07.307 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 4.95s ################################################################################ # Installation # Installing BridgeStan... Resolving package versions... Updating `~/.julia/environments/v1.10/Project.toml` [c88b6f0a] + BridgeStan v2.6.1 Updating `~/.julia/environments/v1.10/Manifest.toml` [c88b6f0a] + BridgeStan v2.6.1 [d25df0c9] + Inflate v0.1.5 [0dad84c5] + ArgTools v1.1.1 [56f22d72] + Artifacts [ade2ca70] + Dates [f43a241f] + Downloads v1.6.0 [7b1f6079] + FileWatching [b27032c2] + LibCURL v0.6.4 [8f399da3] + Libdl [ca575930] + NetworkOptions v1.2.0 [de0858da] + Printf [ea8e919c] + SHA v0.7.0 [fa267f1f] + TOML v1.0.3 [a4e569a6] + Tar v1.10.0 [4ec0a83e] + Unicode [deac9b47] + LibCURL_jll v8.4.0+0 [29816b5a] + LibSSH2_jll v1.11.0+1 [c8ffd9c3] + MbedTLS_jll v2.28.2+1 [14a3606d] + MozillaCACerts_jll v2023.1.10 [83775a58] + Zlib_jll v1.2.13+1 [8e850ede] + nghttp2_jll v1.52.0+1 Installation completed after 4.21s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 10.7s ################################################################################ # Testing # Testing BridgeStan Status `/tmp/jl_RmNRNA/Project.toml` [c88b6f0a] BridgeStan v2.6.1 [fd094767] Suppressor v0.2.8 [37e2e46d] LinearAlgebra [de0858da] Printf [8dfed614] Test Status `/tmp/jl_RmNRNA/Manifest.toml` [c88b6f0a] BridgeStan v2.6.1 [d25df0c9] Inflate v0.1.5 [fd094767] Suppressor v0.2.8 [0dad84c5] ArgTools v1.1.1 [56f22d72] Artifacts [2a0f44e3] Base64 [ade2ca70] Dates [f43a241f] Downloads v1.6.0 [7b1f6079] FileWatching [b77e0a4c] InteractiveUtils [b27032c2] LibCURL v0.6.4 [8f399da3] Libdl [37e2e46d] LinearAlgebra [56ddb016] Logging [d6f4376e] Markdown [ca575930] NetworkOptions v1.2.0 [de0858da] Printf [9a3f8284] Random [ea8e919c] SHA v0.7.0 [9e88b42a] Serialization [fa267f1f] TOML v1.0.3 [a4e569a6] Tar v1.10.0 [8dfed614] Test [4ec0a83e] Unicode [e66e0078] CompilerSupportLibraries_jll v1.1.1+0 [deac9b47] LibCURL_jll v8.4.0+0 [29816b5a] LibSSH2_jll v1.11.0+1 [c8ffd9c3] MbedTLS_jll v2.28.2+1 [14a3606d] MozillaCACerts_jll v2023.1.10 [4536629a] OpenBLAS_jll v0.3.23+4 [83775a58] Zlib_jll v1.2.13+1 [8e850b90] libblastrampoline_jll v5.11.0+0 [8e850ede] nghttp2_jll v1.52.0+1 Testing Running tests... BridgeStan not found at location specified by $BRIDGESTAN environment variable, downloading version 2.6.1 to /home/pkgeval/.bridgestan/bridgestan-2.6.1 Done! Test Summary: | Pass Total Time compile good | 3 3 4m27.8s Test Summary: | Pass Total Time compile bad | 3 3 0.4s Test Summary: | Pass Total Time bad paths | 2 2 0.0s constructor: Error During Test at /home/pkgeval/.julia/packages/BridgeStan/ak8O8/test/model_tests.jl:27 Got exception outside of a @test SystemError: File not found: /home/pkgeval/.bridgestan/bridgestan-2.6.1/test_models/stdnormal/stdnormal_model.so: No such file or directory Stacktrace: [1] StanModel(lib::String, data::String, seed::Int64; stanc_args::Vector{String}, make_args::Vector{String}, warn::Bool) @ BridgeStan ~/.julia/packages/BridgeStan/ak8O8/src/model.jl:52 [2] StanModel (repeats 2 times) @ ~/.julia/packages/BridgeStan/ak8O8/src/model.jl:41 [inlined] [3] load_test_model(name::String, with_data::Bool) @ Main ~/.julia/packages/BridgeStan/ak8O8/test/model_tests.jl:24 [4] macro expansion @ ~/.julia/packages/BridgeStan/ak8O8/test/model_tests.jl:29 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.10/Test/src/Test.jl:1577 [inlined] [6] top-level scope @ ~/.julia/packages/BridgeStan/ak8O8/test/model_tests.jl:29 [7] include(fname::String) @ Base.MainInclude ./client.jl:494 [8] top-level scope @ ~/.julia/packages/BridgeStan/ak8O8/test/runtests.jl:2 [9] include(fname::String) @ Base.MainInclude ./client.jl:494 [10] top-level scope @ none:6 [11] eval @ ./boot.jl:385 [inlined] [12] exec_options(opts::Base.JLOptions) @ Base ./client.jl:296 [13] _start() @ Base ./client.jl:557 Test Summary: | Error Total Time constructor | 1 1 2.9s ERROR: LoadError: Some tests did not pass: 0 passed, 0 failed, 1 errored, 0 broken. in expression starting at /home/pkgeval/.julia/packages/BridgeStan/ak8O8/test/model_tests.jl:27 in expression starting at /home/pkgeval/.julia/packages/BridgeStan/ak8O8/test/runtests.jl:2 Testing failed after 295.53s ERROR: LoadError: Package BridgeStan 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 324.37s: package tests unexpectedly errored