Package evaluation to test Quiver on Julia 1.14.0-DEV.2362 (adf6a0d284*) started at 2026-06-15T14:07:45.681 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 13.88s ################################################################################ # Installation # Installing Quiver... Resolving package versions... Updating `~/.julia/environments/v1.14/Project.toml` [cdbb3f72] + Quiver v0.9.10 Updating `~/.julia/environments/v1.14/Manifest.toml` [fa961155] + CEnum v0.5.0 [cdbb3f72] + Quiver v0.9.10 [56f22d72] + Artifacts v1.11.0 [ade2ca70] + Dates v1.11.0 [8f399da3] + Libdl v1.11.0 [de0858da] + Printf v1.11.0 [4ec0a83e] + Unicode v1.11.0 Installation completed after 5.27s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling project... 2.8 s ✓ Quiver 1 dependency successfully precompiled in 3 seconds. 12 already precompiled. Precompilation completed after 28.86s ################################################################################ # Testing # Testing Quiver Status `/tmp/jl_Mp9Gdh/Project.toml` [fa961155] CEnum v0.5.0 [cdbb3f72] Quiver v0.9.10 [56f22d72] Artifacts v1.11.0 [ade2ca70] Dates v1.11.0 [8f399da3] Libdl v1.11.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_Mp9Gdh/Manifest.toml` [fa961155] CEnum v0.5.0 [cdbb3f72] Quiver v0.9.10 [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 v1.11.0 [ade2ca70] Dates v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.13.0 [8f399da3] Libdl v1.11.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [de0858da] Printf v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v1.13.0 [9e88b42a] Serialization v1.11.0 [f489334b] StyledStrings v1.13.0 [8dfed614] Test v1.11.0 [4ec0a83e] Unicode v1.11.0 Testing Running tests... Write mode creates files: Error During Test at /home/pkgeval/.julia/packages/Quiver/HsBd4/test/test_binary_file.jl:46 Got exception outside of a @test could not load library "/home/pkgeval/.julia/artifacts/b8f0843f68815ebd1dcbb7542b2a3308bb52b8f8/lib/libquiver_c.so" libquiver.so.0: cannot open shared object file: No such file or directory Stacktrace: [1] quiver_element_create(out_element::Base.RefValue{Ptr{Quiver.C.quiver_element}}) @ Quiver.C ~/.julia/packages/Quiver/HsBd4/src/c_api.jl:429 [inlined] [2] Quiver.Element() @ Quiver ~/.julia/packages/Quiver/HsBd4/src/element.jl:6 [inlined] [3] Quiver.Binary.Metadata(; initial_datetime::String, unit::String, version::String, labels::Vector{String}, dimensions::Vector{String}, dimension_sizes::Vector{Int64}, time_dimensions::Vector{String}, frequencies::Vector{String}) @ Quiver.Binary ~/.julia/packages/Quiver/HsBd4/src/binary/metadata.jl:38 [4] make_simple_metadata() @ Main.TestBinaryFile ~/.julia/packages/Quiver/HsBd4/test/test_binary_file.jl:20 [5] macro expansion @ ~/.julia/packages/Quiver/HsBd4/test/test_binary_file.jl:49 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [7] macro expansion @ ~/.julia/packages/Quiver/HsBd4/test/test_binary_file.jl:47 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [9] top-level scope @ ~/.julia/packages/Quiver/HsBd4/test/test_binary_file.jl:46 [10] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [11] recursive_include(path::String) @ Main ~/.julia/packages/Quiver/HsBd4/test/runtests.jl:12 [12] top-level scope @ ~/.julia/packages/Quiver/HsBd4/test/runtests.jl:18 [13] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [14] macro expansion @ ~/.julia/packages/Quiver/HsBd4/test/runtests.jl:21 [inlined] [15] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [16] top-level scope @ none:6 [17] eval(m::Module, e::Any) @ Core boot.jl:522 [18] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [19] _start() @ Base client.jl:596 Fail-fast enabled: Fail or Error occurred Test Summary: | Error Total Time test set | 1 1 24.7s Binary | 1 1 4.1s Write mode creates files | 1 1 4.1s RNG of the outermost testset: Random.Xoshiro(0x32f66e00bf193d0f, 0x3c840e9f7e509bbf, 0xb11e78925e23a18c, 0x3a883e6a2e31c2a5, 0xf7d4a9a254198a8b) ERROR: LoadError: Some tests did not pass: 0 passed, 0 failed, 1 errored, 0 broken. in expression starting at /home/pkgeval/.julia/packages/Quiver/HsBd4/test/runtests.jl:17 Testing failed after 40.41s ERROR: LoadError: Package Quiver errored during testing Stacktrace: [1] pkgerror(msg::String) @ Pkg.Types /opt/julia/share/julia/stdlib/v1.14/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.14/Pkg/src/Operations.jl:3247 [3] 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.14/Pkg/src/API.jl:587 [4] test(pkgs::Vector{PackageSpec}; io::IOContext{IO}, kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:172 [5] test(pkgs::Vector{String}; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:160 [6] test(pkg::String; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:159 [inlined] [7] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:223 [8] include(mod::Module, _path::String) @ Base Base.jl:325 [9] exec_options(opts::Base.JLOptions) @ Base client.jl:355 [10] _start() @ Base client.jl:596 in expression starting at /PkgEval.jl/scripts/evaluate.jl:214 PkgEval failed after 104.41s: package requires a missing binary dependency