Package evaluation to test LMDB on Julia 1.14.0-DEV.2207 (8c4818189c*) started at 2026-05-17T12:49:05.027 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 15.26s ################################################################################ # 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.8.0 [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.32s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling project... 2.6 s ✓ LMDB_jll 2.4 s ✓ LMDB 2 dependencies successfully precompiled in 5 seconds. 15 already precompiled. Precompilation completed after 27.53s ################################################################################ # Testing # Testing LMDB Status `/tmp/jl_yDuDec/Project.toml` [11f193de] LMDB v1.0.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_yDuDec/Manifest.toml` ⌅ [fa961155] CEnum v0.4.2 [692b3bcd] JLLWrappers v1.8.0 [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.13.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.4s Test Summary: | Pass Total Time LMDB | 14 14 0.7s Got value for key 10: ? LMDB: Test Failed at /home/pkgeval/.julia/packages/LMDB/4tVoz/test/dbi.jl:42 Expression: value == val * string(k) Evaluated: "\x05\x03?\0\0\0\0\0" == "key value is 10" Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:784 [inlined] [2] (::Main.LMDB_DBI.var"#8#9"{Transaction})(dbi::DBI) @ Main.LMDB_DBI ~/.julia/packages/LMDB/4tVoz/test/dbi.jl:42 [3] open(f::Main.LMDB_DBI.var"#8#9"{Transaction}, txn::Transaction, dbname::String; flags::UInt32) @ LMDB ~/.julia/packages/LMDB/4tVoz/src/dbi.jl:25 [4] 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] [5] mdb_txn_commit(txn::Ptr{LMDB.LibLMDB.MDB_txn}) @ LMDB.LibLMDB ~/.julia/packages/LMDB/4tVoz/src/dbi.jl:21 [inlined] [6] commit(txn::Transaction) @ LMDB ~/.julia/packages/LMDB/4tVoz/test/dbi.jl:38 [inlined] [7] start(f::Main.LMDB_DBI.var"#6#7", env::Environment; flags::UInt32) @ LMDB ~/.julia/packages/LMDB/4tVoz/src/txn.jl:35 [8] set!(env::Environment, flag::UInt32) @ LMDB ~/.julia/packages/LMDB/4tVoz/src/txn.jl:32 [inlined] [9] (::Main.LMDB_DBI.var"#4#5")(env::Environment) @ Main.LMDB_DBI ~/.julia/packages/LMDB/4tVoz/test/dbi.jl:37 [10] create(f::Main.LMDB_DBI.var"#4#5") @ LMDB ~/.julia/packages/LMDB/4tVoz/src/env.jl:28 [11] top-level scope @ ~/.julia/packages/LMDB/4tVoz/test/dbi.jl:34 [12] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [13] macro expansion @ ~/.julia/packages/LMDB/4tVoz/test/runtests.jl:5 [inlined] [14] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2327 [inlined] [15] top-level scope @ ~/.julia/packages/LMDB/4tVoz/test/runtests.jl:2351 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_del), ::Ptr{LMDB.LibLMDB.MDB_txn}, ::Vararg{Any}) @ LMDB ~/.julia/packages/LMDB/4tVoz/src/LMDB.jl:25 [2] mdb_del @ ~/.julia/packages/LMDB/4tVoz/src/LibLMDB.jl:336 [inlined] [3] delete!(txn::Transaction, dbi::DBI, key::Int64, val::Ptr{Nothing}) @ LMDB ~/.julia/packages/LMDB/4tVoz/src/dbi.jl:74 [inlined] [4] delete!(txn::Transaction, dbi::DBI, key::Int64) @ LMDB ~/.julia/packages/LMDB/4tVoz/src/dbi.jl:71 [5] (::Main.LMDB_DBI.var"#8#9"{Transaction})(dbi::DBI) @ Main.LMDB_DBI ~/.julia/packages/LMDB/4tVoz/test/dbi.jl:43 [6] open(f::Main.LMDB_DBI.var"#8#9"{Transaction}, txn::Transaction, dbname::String; flags::UInt32) @ LMDB ~/.julia/packages/LMDB/4tVoz/src/dbi.jl:25 [7] 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] [8] mdb_txn_commit(txn::Ptr{LMDB.LibLMDB.MDB_txn}) @ LMDB.LibLMDB ~/.julia/packages/LMDB/4tVoz/src/dbi.jl:21 [inlined] [9] commit(txn::Transaction) @ LMDB ~/.julia/packages/LMDB/4tVoz/test/dbi.jl:38 [inlined] [10] start(f::Main.LMDB_DBI.var"#6#7", env::Environment; flags::UInt32) @ LMDB ~/.julia/packages/LMDB/4tVoz/src/txn.jl:35 [11] set!(env::Environment, flag::UInt32) @ LMDB ~/.julia/packages/LMDB/4tVoz/src/txn.jl:32 [inlined] [12] (::Main.LMDB_DBI.var"#4#5")(env::Environment) @ Main.LMDB_DBI ~/.julia/packages/LMDB/4tVoz/test/dbi.jl:37 [13] create(f::Main.LMDB_DBI.var"#4#5") @ LMDB ~/.julia/packages/LMDB/4tVoz/src/env.jl:28 [14] top-level scope @ ~/.julia/packages/LMDB/4tVoz/test/dbi.jl:34 [15] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [16] macro expansion @ ~/.julia/packages/LMDB/4tVoz/test/runtests.jl:5 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2327 [inlined] [18] top-level scope @ ~/.julia/packages/LMDB/4tVoz/test/runtests.jl:2351 [19] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [20] top-level scope @ none:6 [21] eval(m::Module, e::Any) @ Core ./boot.jl:517 [22] exec_options(opts::Base.JLOptions) @ Base ./client.jl:321 [23] _start() @ Base ./client.jl:596 in expression starting at /home/pkgeval/.julia/packages/LMDB/4tVoz/test/dbi.jl:1 Test Summary: | Pass Fail Error Total Time LMDB | 4 1 1 6 8.6s RNG of the outermost testset: Random.Xoshiro(0x3c918788f88960b7, 0x60a4d2466ccaf2d7, 0x9a19707e5edb4b43, 0xb50f91039166fdef, 0x546c27ed1303a314) ERROR: LoadError: Some tests did not pass: 4 passed, 1 failed, 1 errored, 0 broken. in expression starting at /home/pkgeval/.julia/packages/LMDB/4tVoz/test/runtests.jl:3 Testing failed after 24.06s 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:3247 [3] Cmd(cmd::Cmd) @ Base /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Operations.jl:3110 [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:587 [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:355 [12] _start() @ Base ./client.jl:596 in expression starting at /PkgEval.jl/scripts/evaluate.jl:214 PkgEval failed after 86.49s: package tests unexpectedly errored