Package evaluation of FHIRClientJSON on Julia 1.10.8 (92f03a4775*) started at 2025-02-25T07:00:12.325 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 3.19s ################################################################################ # Installation # Installing FHIRClientJSON... Resolving package versions... Updating `~/.julia/environments/v1.10/Project.toml` [41c3f962] + FHIRClientJSON v0.4.0 Updating `~/.julia/environments/v1.10/Manifest.toml` [41c3f962] + FHIRClientJSON v0.4.0 ⌅ [cd3eb016] + HTTP v0.9.17 [83e8ac13] + IniFile v0.5.1 [0f8b85d8] + JSON3 v1.14.1 [739be429] + MbedTLS v1.1.9 [69de0a69] + Parsers v2.8.1 [aea7be01] + PrecompileTools v1.2.1 [21216c6a] + Preferences v1.4.3 [856f2bd8] + StructTypes v1.11.0 [5c2747f8] + URIs v1.5.1 [56f22d72] + Artifacts [2a0f44e3] + Base64 [ade2ca70] + Dates [8f399da3] + Libdl [56ddb016] + Logging [a63ad114] + Mmap [ca575930] + NetworkOptions v1.2.0 [de0858da] + Printf [9a3f8284] + Random [ea8e919c] + SHA v0.7.0 [6462fe0b] + Sockets [fa267f1f] + TOML v1.0.3 [cf7118a7] + UUIDs [4ec0a83e] + Unicode [c8ffd9c3] + MbedTLS_jll v2.28.2+1 [14a3606d] + MozillaCACerts_jll v2023.1.10 Info Packages marked with ⌅ have new versions available but compatibility constraints restrict them from upgrading. To see why use `status --outdated -m` Installation completed after 3.32s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 42.34s ################################################################################ # Testing # Testing FHIRClientJSON Status `/tmp/jl_0Lon5b/Project.toml` ⌅ [fbb218c0] BSON v0.2.6 ⌃ [bdd55f5b] BrokenRecord v0.1.8 [41c3f962] FHIRClientJSON v0.4.0 ⌅ [cd3eb016] HTTP v0.9.17 [0f8b85d8] JSON3 v1.14.1 [2a0f44e3] Base64 [8dfed614] Test Status `/tmp/jl_0Lon5b/Manifest.toml` ⌅ [fbb218c0] BSON v0.2.6 ⌃ [bdd55f5b] BrokenRecord v0.1.8 [944b1d66] CodecZlib v0.7.8 [34da2185] Compat v4.16.0 [41c3f962] FHIRClientJSON v0.4.0 ⌃ [5789e2e9] FileIO v1.16.5 [48062228] FilePathsBase v0.9.23 ⌅ [cd3eb016] HTTP v0.9.17 [83e8ac13] IniFile v0.5.1 ⌅ [033835bb] JLD2 v0.4.54 [692b3bcd] JLLWrappers v1.7.0 [9da8a3cd] JLSO v2.7.0 [682c06a0] JSON v0.21.4 [0f8b85d8] JSON3 v1.14.1 [1914dd2f] MacroTools v0.5.15 [739be429] MbedTLS v1.1.9 [f28f55f0] Memento v1.4.1 [bac558e1] OrderedCollections v1.8.0 [69de0a69] Parsers v2.8.1 [aea7be01] PrecompileTools v1.2.1 [21216c6a] Preferences v1.4.3 [ae029012] Requires v1.3.0 [69024149] StringEncodings v0.3.7 [856f2bd8] StructTypes v1.11.0 [3bb67fe8] TranscodingStreams v0.11.3 [5c2747f8] URIs v1.5.1 [ddb6d928] YAML v0.4.12 [94ce4f54] Libiconv_jll v1.18.0+0 [0dad84c5] ArgTools v1.1.1 [56f22d72] Artifacts [2a0f44e3] Base64 [ade2ca70] Dates [8ba89e20] Distributed [f43a241f] Downloads v1.6.0 [7b1f6079] FileWatching [b77e0a4c] InteractiveUtils [b27032c2] LibCURL v0.6.4 [76f85450] LibGit2 [8f399da3] Libdl [56ddb016] Logging [d6f4376e] Markdown [a63ad114] Mmap [ca575930] NetworkOptions v1.2.0 [44cfe95a] Pkg v1.10.0 [de0858da] Printf [3fa0cd96] REPL [9a3f8284] Random [ea8e919c] SHA v0.7.0 [9e88b42a] Serialization [6462fe0b] Sockets [fa267f1f] TOML v1.0.3 [a4e569a6] Tar v1.10.0 [8dfed614] Test [cf7118a7] UUIDs [4ec0a83e] Unicode [deac9b47] LibCURL_jll v8.4.0+0 [e37daf67] LibGit2_jll v1.6.4+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 [3f19e933] p7zip_jll v17.4.0+2 Info Packages marked with ⌃ and ⌅ have new versions available. Those with ⌃ may be upgradable, but those with ⌅ are restricted by compatibility constraints from upgrading. Testing Running tests... Basic reading: Error During Test at /home/pkgeval/.julia/packages/FHIRClientJSON/FjcBK/test/recorded-tests/basic-read.jl:1 Got exception outside of a @test type DataType has no field mutable Stacktrace: [1] getproperty @ ./Base.jl:32 [inlined] [2] ismutable(T::Type) @ BSON ~/.julia/packages/BSON/XAts7/src/write.jl:46 [3] iscyclic(T::Type) @ BSON ~/.julia/packages/BSON/XAts7/src/extensions.jl:135 [4] (::BSON.var"#43#44")(d::Dict{Symbol, Any}, cache::IdDict{Any, Any}) @ BSON ~/.julia/packages/BSON/XAts7/src/extensions.jl:139 [5] raise_recursive(d::Dict{Symbol, Any}, cache::IdDict{Any, Any}) @ BSON ~/.julia/packages/BSON/XAts7/src/read.jl:88 [6] (::BSON.var"#21#22"{IdDict{Any, Any}})(x::Dict{Symbol, Any}) @ BSON ~/.julia/packages/BSON/XAts7/src/read.jl:94 [7] applychildren!(f::BSON.var"#21#22"{IdDict{Any, Any}}, x::Vector{Any}) @ BSON ~/.julia/packages/BSON/XAts7/src/BSON.jl:28 [8] raise_recursive @ ~/.julia/packages/BSON/XAts7/src/read.jl:94 [inlined] [9] (::BSON.var"#18#20"{IdDict{Any, Any}})(x::Vector{Any}) @ BSON ~/.julia/packages/BSON/XAts7/src/read.jl:82 [10] applychildren!(f::BSON.var"#18#20"{IdDict{Any, Any}}, x::Dict{Symbol, Any}) @ BSON ~/.julia/packages/BSON/XAts7/src/BSON.jl:21 [11] _raise_recursive(d::Dict{Symbol, Any}, cache::IdDict{Any, Any}) @ BSON ~/.julia/packages/BSON/XAts7/src/read.jl:82 [12] raise_recursive(d::Dict{Symbol, Any}, cache::IdDict{Any, Any}) @ BSON ~/.julia/packages/BSON/XAts7/src/read.jl:89 [13] raise_recursive @ ~/.julia/packages/BSON/XAts7/src/read.jl:99 [inlined] [14] load @ ~/.julia/packages/BSON/XAts7/src/read.jl:104 [inlined] [15] load(::Type{BrokenRecord.BSONStorage}, path::String) @ BrokenRecord ~/.julia/packages/BrokenRecord/LZa4X/src/storage.jl:64 [16] before(::Type{BrokenRecord.PlaybackLayer}, storage::Type, path::String) @ BrokenRecord ~/.julia/packages/BrokenRecord/LZa4X/src/playback.jl:6 [17] playback(f::var"#1#6"{String, FHIRClientJSON.Client{FHIRClientJSON.AnonymousAuth}}, path::String; ignore_headers::Vector{Any}, ignore_query::Vector{Any}) @ BrokenRecord ~/.julia/packages/BrokenRecord/LZa4X/src/BrokenRecord.jl:88 [18] playback(f::Function, path::String) @ BrokenRecord ~/.julia/packages/BrokenRecord/LZa4X/src/BrokenRecord.jl:70 [19] macro expansion @ ~/.julia/packages/FHIRClientJSON/FjcBK/test/recorded-tests/basic-read.jl:28 [inlined] [20] macro expansion @ /opt/julia/share/julia/stdlib/v1.10/Test/src/Test.jl:1577 [inlined] [21] top-level scope @ ~/.julia/packages/FHIRClientJSON/FjcBK/test/recorded-tests/basic-read.jl:2 [22] include(fname::String) @ Base.MainInclude ./client.jl:494 [23] macro expansion @ ~/.julia/packages/FHIRClientJSON/FjcBK/test/recorded-tests.jl:2 [inlined] [24] macro expansion @ /opt/julia/share/julia/stdlib/v1.10/Test/src/Test.jl:1577 [inlined] [25] top-level scope @ ~/.julia/packages/FHIRClientJSON/FjcBK/test/recorded-tests.jl:2 [26] include(fname::String) @ Base.MainInclude ./client.jl:494 [27] macro expansion @ ~/.julia/packages/FHIRClientJSON/FjcBK/test/runtests.jl:11 [inlined] [28] macro expansion @ /opt/julia/share/julia/stdlib/v1.10/Test/src/Test.jl:1577 [inlined] [29] top-level scope @ ~/.julia/packages/FHIRClientJSON/FjcBK/test/runtests.jl:10 [30] include(fname::String) @ Base.MainInclude ./client.jl:494 [31] top-level scope @ none:6 [32] eval @ ./boot.jl:385 [inlined] [33] exec_options(opts::Base.JLOptions) @ Base ./client.jl:296 [34] _start() @ Base ./client.jl:557 Test Summary: | Pass Error Total Time FHIRClientJSON.jl | 5 1 6 11.0s Unit tests | 4 4 6.2s Recorded tests | 1 1 2 4.2s Basic reading | 1 1 2 4.2s ERROR: LoadError: Some tests did not pass: 5 passed, 0 failed, 1 errored, 0 broken. in expression starting at /home/pkgeval/.julia/packages/FHIRClientJSON/FjcBK/test/runtests.jl:9 Testing failed after 53.45s ERROR: LoadError: Package FHIRClientJSON 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 110.61s: package tests unexpectedly errored