Package evaluation to test LMDB on Julia 1.14.0-DEV.2058 (afc71c255e*) started at 2026-04-19T12:47:09.221 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 15.03s ################################################################################ # Installation # Installing LMDB... Resolving package versions... Updating `~/.julia/environments/v1.14/Project.toml` [11f193de] + LMDB v1.0.0 Updating `~/.julia/environments/v1.14/Manifest.toml` ⌅ [fa961155] + CEnum v0.4.2 [692b3bcd] + JLLWrappers v1.7.1 [11f193de] + LMDB v1.0.0 [21216c6a] + Preferences v1.5.2 [6206cf0b] + LMDB_jll v0.9.33+0 [56f22d72] + Artifacts v1.11.0 [ade2ca70] + Dates v1.11.0 [8f399da3] + Libdl v1.11.0 [de0858da] + Printf v1.11.0 [fa267f1f] + TOML v1.0.3 [4ec0a83e] + Unicode v1.11.0 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 2.17s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling project... 2.6 s ✓ LMDB 1 dependency successfully precompiled in 3 seconds. 16 already precompiled. Precompilation completed after 25.61s ################################################################################ # Testing # Testing LMDB Status `/tmp/jl_0RfjXs/Project.toml` [11f193de] LMDB v1.0.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_0RfjXs/Manifest.toml` ⌅ [fa961155] CEnum v0.4.2 [692b3bcd] JLLWrappers v1.7.1 [11f193de] LMDB v1.0.0 [21216c6a] Preferences v1.5.2 [6206cf0b] LMDB_jll v0.9.33+0 [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.0.0 [9e88b42a] Serialization v1.11.0 [f489334b] StyledStrings v1.13.0 [fa267f1f] TOML v1.0.3 [8dfed614] Test v1.11.0 [4ec0a83e] Unicode v1.11.0 Info Packages marked with ⌅ have new versions available but compatibility constraints restrict them from upgrading. Testing Running tests... Test Summary: | Pass Total Time LMDB | 15 15 3.6s Test Summary: | Pass Total Time LMDB | 14 14 0.8s LMDB: Error During Test at /home/pkgeval/.julia/packages/LMDB/4tVoz/test/runtests.jl:3 Got exception outside of a @test LoadError: Code[-30798]: MDB_NOTFOUND: No matching key/data pair found Stacktrace: [1] checked_call(::typeof(LMDB.LibLMDB._mdb_get), ::Ptr{LMDB.LibLMDB.MDB_txn}, ::Vararg{Any}) @ LMDB ~/.julia/packages/LMDB/4tVoz/src/LMDB.jl:25 [2] MDBValue(val::Vector{Int64}) @ LMDB ~/.julia/packages/LMDB/4tVoz/src/LibLMDB.jl:324 [inlined] [3] get(txn::Transaction, dbi::DBI, key::Int64, ::Type{String}) @ LMDB ~/.julia/packages/LMDB/4tVoz/src/dbi.jl:83 [4] (::Main.LMDB_DBI.var"#8#9"{Transaction})(dbi::DBI) @ Main.LMDB_DBI ~/.julia/packages/LMDB/4tVoz/test/dbi.jl:40 [5] open(f::Main.LMDB_DBI.var"#8#9"{Transaction}, txn::Transaction, dbname::String; flags::UInt32) @ LMDB ~/.julia/packages/LMDB/4tVoz/src/dbi.jl:25 [6] checked_call(f::typeof(LMDB.LibLMDB._mdb_txn_commit), args::Ptr{LMDB.LibLMDB.MDB_txn}) @ LMDB ~/.julia/packages/LMDB/4tVoz/src/dbi.jl:21 [inlined] [7] mdb_txn_commit(txn::Ptr{LMDB.LibLMDB.MDB_txn}) @ LMDB.LibLMDB ~/.julia/packages/LMDB/4tVoz/src/dbi.jl:21 [inlined] [8] commit(txn::Transaction) @ LMDB ~/.julia/packages/LMDB/4tVoz/test/dbi.jl:38 [inlined] [9] start(f::Main.LMDB_DBI.var"#6#7", env::Environment; flags::UInt32) @ LMDB ~/.julia/packages/LMDB/4tVoz/src/txn.jl:35 [10] set!(env::Environment, flag::UInt32) @ LMDB ~/.julia/packages/LMDB/4tVoz/src/txn.jl:32 [inlined] [11] (::Main.LMDB_DBI.var"#4#5")(env::Environment) @ Main.LMDB_DBI ~/.julia/packages/LMDB/4tVoz/test/dbi.jl:37 [12] create(f::Main.LMDB_DBI.var"#4#5") @ LMDB ~/.julia/packages/LMDB/4tVoz/src/env.jl:28 [13] top-level scope @ ~/.julia/packages/LMDB/4tVoz/test/dbi.jl:34 [14] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [15] macro expansion @ ~/.julia/packages/LMDB/4tVoz/test/runtests.jl:5 [inlined] [16] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2327 [inlined] [17] top-level scope @ ~/.julia/packages/LMDB/4tVoz/test/runtests.jl:2351 [18] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [19] top-level scope @ none:6 [20] eval(m::Module, e::Any) @ Core ./boot.jl:517 [21] exec_options(opts::Base.JLOptions) @ Base ./client.jl:318 [22] _start() @ Base ./client.jl:593 in expression starting at /home/pkgeval/.julia/packages/LMDB/4tVoz/test/dbi.jl:1 Test Summary: | Pass Error Total Time LMDB | 4 1 5 4.3s RNG of the outermost testset: Random.Xoshiro(0xa3f2341906b577d8, 0x8df255698f6fd111, 0x30d125c52d7ed43a, 0x3f62aa58cb4025a8, 0xfd91999d274017c5) ERROR: LoadError: Some tests did not pass: 4 passed, 0 failed, 1 errored, 0 broken. in expression starting at /home/pkgeval/.julia/packages/LMDB/4tVoz/test/runtests.jl:3 Testing failed after 20.54s ERROR: LoadError: Package LMDB 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:3162 [3] Cmd(cmd::Cmd) @ Base /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Operations.jl:3025 [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.14/Pkg/src/API.jl:586 [5] 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 [6] test(pkgs::Vector{String}; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:160 [7] test @ /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:160 [inlined] [8] test(pkg::String; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:159 [inlined] [9] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:223 [10] include(mod::Module, _path::String) @ Base ./Base.jl:326 [11] exec_options(opts::Base.JLOptions) @ Base ./client.jl:352 [12] _start() @ Base ./client.jl:593 in expression starting at /PkgEval.jl/scripts/evaluate.jl:214 PkgEval failed after 81.34s: package tests unexpectedly errored