Package evaluation to test LMDB on Julia 1.14.0-DEV.2275 (3ea3bac2a3*) started at 2026-06-02T16:51:15.698 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 16.19s ################################################################################ # Installation # Installing LMDB... Resolving package versions... Updating `~/.julia/environments/v1.14/Project.toml` [11f193de] + LMDB v2.0.0 Updating `~/.julia/environments/v1.14/Manifest.toml` [fa961155] + CEnum v0.5.0 [692b3bcd] + JLLWrappers v1.8.0 [11f193de] + LMDB v2.0.0 [21216c6a] + Preferences v1.5.2 [6206cf0b] + LMDB_jll v0.9.35+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 Installation completed after 2.46s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling project... 2.0 s ✓ LMDB_jll 2.3 s ✓ LMDB 2 dependencies successfully precompiled in 4 seconds. 25 already precompiled. Precompilation completed after 32.04s ################################################################################ # Testing # Testing LMDB Status `/tmp/jl_pLZHwm/Project.toml` [6e4b80f9] BenchmarkTools v1.8.0 [11f193de] LMDB v2.0.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_pLZHwm/Manifest.toml` [6e4b80f9] BenchmarkTools v1.8.0 [fa961155] CEnum v0.5.0 [34da2185] Compat v4.18.1 [692b3bcd] JLLWrappers v1.8.0 [682c06a0] JSON v1.6.0 [11f193de] LMDB v2.0.0 [69de0a69] Parsers v2.8.4 [aea7be01] PrecompileTools v1.3.4 [21216c6a] Preferences v1.5.2 [10745b16] Statistics v1.11.1 [ec057cc2] StructUtils v2.8.2 [6206cf0b] LMDB_jll v0.9.35+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 [37e2e46d] LinearAlgebra v1.14.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [de0858da] Printf v1.11.0 [9abbd945] Profile 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 [cf7118a7] UUIDs v1.11.0 [4ec0a83e] Unicode v1.11.0 [e66e0078] CompilerSupportLibraries_jll v1.5.2+0 [4536629a] OpenBLAS_jll v0.3.33+0 [8e850b90] libblastrampoline_jll v5.15.0+0 Testing Running tests... Database: Error During Test at /home/pkgeval/.julia/packages/LMDB/KZhjm/test/database.jl:24 Got exception outside of a @test MethodError: cconvert(::Type{Ptr{LMDB.MDB_val}}, ::SubArray{UInt8, 1, Vector{UInt8}, Tuple{UnitRange{Int64}}, true}) is ambiguous. Candidates: cconvert(::Type{Ptr{LMDB.MDB_val}}, x::AbstractArray) @ LMDB ~/.julia/packages/LMDB/KZhjm/src/common.jl:56 cconvert(::Type{Ptr{S}}, V::SubArray{T, N, P, <:Tuple{Vararg{Union{AbstractRange{<:Union{Int128, Int16, Int32, Int64, Int8, UInt128, UInt16, UInt32, UInt64, UInt8}}, Base.ReshapedArray{T, N, A, Tuple{}} where {T, N, A<:AbstractUnitRange}, Int128, Int16, Int32, Int64, Int8, UInt128, UInt16, UInt32, UInt64, UInt8}}}}) where {S, T, N, P} @ Base reshapedarray.jl:398 Possible fix, define cconvert(::Type{Ptr{LMDB.MDB_val}}, ::SubArray{T, N, P, <:Tuple{Vararg{Union{AbstractRange{<:Union{Int128, Int16, Int32, Int64, Int8, UInt128, UInt16, UInt32, UInt64, UInt8}}, Base.ReshapedArray{T, N, A, Tuple{}} where {T, N, A<:AbstractUnitRange}, Int128, Int16, Int32, Int64, Int8, UInt128, UInt16, UInt32, UInt64, UInt8}}}}) where {T, N, P} Stacktrace: [1] macro expansion @ ~/.julia/packages/LMDB/KZhjm/src/liblmdb.jl:252 [inlined] [2] mdb_put(txn::LMDB.Transaction, dbi::LMDB.Database, key::SubArray{UInt8, 1, Vector{UInt8}, Tuple{UnitRange{Int64}}, true}, data::String, flags::UInt32) @ LMDB ~/.julia/packages/LMDB/KZhjm/src/error.jl:37 [3] put!(txn::LMDB.Transaction, dbi::LMDB.Database, key::SubArray{UInt8, 1, Vector{UInt8}, Tuple{UnitRange{Int64}}, true}, val::String; flags::UInt32) @ LMDB ~/.julia/packages/LMDB/KZhjm/src/database.jl:81 [4] put!(txn::LMDB.Transaction, dbi::LMDB.Database, key::SubArray{UInt8, 1, Vector{UInt8}, Tuple{UnitRange{Int64}}, true}, val::String) @ LMDB ~/.julia/packages/LMDB/KZhjm/src/database.jl:80 [5] (::var"#200#201"{LMDB.Transaction})(dbi::LMDB.Database) @ Main ~/.julia/packages/LMDB/KZhjm/test/database.jl:249 [6] LMDB.Database(f::var"#200#201"{LMDB.Transaction}, txn::LMDB.Transaction, dbname::String; flags::UInt32) @ LMDB ~/.julia/packages/LMDB/KZhjm/src/database.jl:42 [7] LMDB.Database(f::Function, txn::LMDB.Transaction, dbname::String) @ LMDB ~/.julia/packages/LMDB/KZhjm/src/database.jl:37 [8] (::var"#198#199")(txn::LMDB.Transaction) @ Main ~/.julia/packages/LMDB/KZhjm/test/database.jl:237 [9] LMDB.Transaction(f::var"#198#199", env::LMDB.Environment; flags::UInt32, parent::Nothing) @ LMDB ~/.julia/packages/LMDB/KZhjm/src/transaction.jl:57 [10] LMDB.Transaction(f::Function, env::LMDB.Environment) @ LMDB ~/.julia/packages/LMDB/KZhjm/src/transaction.jl:52 [11] (::var"#196#197")(env::LMDB.Environment) @ Main ~/.julia/packages/LMDB/KZhjm/test/database.jl:236 [12] LMDB.Environment(f::var"#196#197", path::String; kwargs::@Kwargs{}) @ LMDB ~/.julia/packages/LMDB/KZhjm/src/environment.jl:72 [13] LMDB.Environment(f::Function, path::String) @ LMDB ~/.julia/packages/LMDB/KZhjm/src/environment.jl:69 [14] (::var"#194#195")(dir::String) @ Main ~/.julia/packages/LMDB/KZhjm/test/database.jl:235 [15] mktempdir(fn::var"#194#195", parent::String; prefix::String) @ Base.Filesystem file.jl:943 [16] mktempdir(fn::Function, parent::String) @ Base.Filesystem file.jl:939 [17] top-level scope @ ~/.julia/packages/LMDB/KZhjm/test/database.jl:26 [18] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [19] macro expansion @ ~/.julia/packages/LMDB/KZhjm/test/database.jl:234 [inlined] [20] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:327 [21] top-level scope @ ~/.julia/packages/LMDB/KZhjm/test/runtests.jl:4 [22] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [23] macro expansion @ ~/.julia/packages/LMDB/KZhjm/test/runtests.jl:13 [inlined] [24] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:327 [25] top-level scope @ none:6 [26] eval(m::Module, e::Any) @ Core boot.jl:517 [27] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [28] _start() @ Base client.jl:596 Test Summary: | Pass Error Total Time LMDB | 256 1 257 41.3s C interface | 3 3 0.7s Environment | 39 39 5.7s Database | 45 1 46 11.0s Cursor | 36 36 4.4s DupSort | 19 19 1.3s Dictionary interface | 99 99 13.7s Integration | 12 12 2.0s RNG of the outermost testset: Random.Xoshiro(0xdcec89d8c9edd2db, 0xd622cad7737bdb9b, 0x7eb7d2c02740dc6d, 0xfb2baf25f209f420, 0xb71dd22986eb60ad) ERROR: LoadError: Some tests did not pass: 256 passed, 0 failed, 1 errored, 0 broken. in expression starting at /home/pkgeval/.julia/packages/LMDB/KZhjm/test/runtests.jl:3 Testing failed after 56.95s 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] 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:326 [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 123.6s: package tests unexpectedly errored