Package evaluation to test LuaCall on Julia 1.14.0-DEV.1555 (0c48c4942b*) started at 2026-01-13T19:21:05.519 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 9.0s ################################################################################ # Installation # Installing LuaCall... Resolving package versions... Updating `~/.julia/environments/v1.14/Project.toml` [b19d909c] + LuaCall v0.1.0 Updating `~/.julia/environments/v1.14/Manifest.toml` [692b3bcd] + JLLWrappers v1.7.1 [b19d909c] + LuaCall v0.1.0 [21216c6a] + Preferences v1.5.1 [a4086b1d] + Lua_jll v5.5.0+0 [68e3532b] + Ncurses_jll v6.6.0+2 [05236dd9] + Readline_jll v8.3.0+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 1.87s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling packages... 1510.4 ms ✓ Lua_jll 2167.1 ms ✓ LuaCall 2 dependencies successfully precompiled in 4 seconds. 16 already precompiled. Precompilation completed after 17.55s ################################################################################ # Testing # Testing LuaCall Status `/tmp/jl_hfczdD/Project.toml` [b19d909c] LuaCall v0.1.0 [a4086b1d] Lua_jll v5.5.0+0 [8dfed614] Test v1.11.0 Status `/tmp/jl_hfczdD/Manifest.toml` [692b3bcd] JLLWrappers v1.7.1 [b19d909c] LuaCall v0.1.0 [21216c6a] Preferences v1.5.1 [a4086b1d] Lua_jll v5.5.0+0 [68e3532b] Ncurses_jll v6.6.0+2 [05236dd9] Readline_jll v8.3.0+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 Testing Running tests... ERROR: LoadError: InitError: could not load symbol "luaL_openlibs": /home/pkgeval/.julia/artifacts/44b0363d8d35f07bfd0e17a88a46e10e149c1d96/lib/liblua.so: undefined symbol: luaL_openlibs Stacktrace: [1] luaL_openlibs @ ~/.julia/packages/LuaCall/Z2BPw/lib/LibLua.jl:730 [inlined] [2] init(LS::LuaCall.LuaStateWrapper; julia_module::Module) @ LuaCall ~/.julia/packages/LuaCall/Z2BPw/src/luastate.jl:139 [3] init @ ~/.julia/packages/LuaCall/Z2BPw/src/luastate.jl:132 [inlined] [4] __init__() @ LuaCall ~/.julia/packages/LuaCall/Z2BPw/src/LuaCall.jl:78 [5] run_module_init(mod::Module, i::Int64) @ Base ./loading.jl:1607 [6] register_restored_modules(sv::Core.SimpleVector, pkg::Base.PkgId, path::String) @ Base ./loading.jl:1595 [7] _include_from_serialized(pkg::Base.PkgId, path::String, ocachepath::Nothing, depmods::Vector{Any}; register::Bool) @ Base ./loading.jl:1483 [8] _include_from_serialized @ ./loading.jl:1440 [inlined] [9] _tryrequire_from_serialized(pkg::Base.PkgId, path::String, ocachepath::Nothing) @ Base ./loading.jl:2203 [10] __require_prelocked(pkg::Base.PkgId, env::String) @ Base ./loading.jl:2948 [11] _require_prelocked(uuidkey::Base.PkgId, env::String) @ Base ./loading.jl:2725 [12] macro expansion @ ./loading.jl:2653 [inlined] [13] macro expansion @ ./lock.jl:376 [inlined] [14] __require(into::Module, mod::Symbol) @ Base ./loading.jl:2617 [15] require @ ./loading.jl:2593 [inlined] [16] eval_import_path @ ./module.jl:36 [inlined] [17] eval_import_path_all(at::Module, path::Expr, keyword::String) @ Base ./module.jl:60 [18] _eval_using @ ./module.jl:137 [inlined] [19] _eval_using(to::Module, path::Expr) @ Base ./module.jl:137 [20] top-level scope @ ~/.julia/packages/LuaCall/Z2BPw/test/runtests.jl:1 [21] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:310 [22] top-level scope @ none:6 [23] eval(m::Module, e::Any) @ Core ./boot.jl:489 [24] exec_options(opts::Base.JLOptions) @ Base ./client.jl:310 [25] _start() @ Base ./client.jl:585 during initialization of module LuaCall in expression starting at /home/pkgeval/.julia/packages/LuaCall/Z2BPw/test/runtests.jl:1 Testing failed after 18.37s ERROR: LoadError: Package LuaCall 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:3122 [3] test @ /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Operations.jl:2987 [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:572 [5] kwcall(::@NamedTuple{julia_args::Cmd, io::IOContext{IO}}, ::typeof(Pkg.API.test), ctx::Pkg.Types.Context, pkgs::Vector{PackageSpec}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:548 [6] 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 [7] kwcall(::@NamedTuple{julia_args::Cmd}, ::typeof(Pkg.API.test), pkgs::Vector{PackageSpec}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:161 [8] test(pkgs::Vector{String}; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:160 [9] test @ /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:160 [inlined] [10] kwcall(::@NamedTuple{julia_args::Cmd}, ::typeof(Pkg.API.test), pkg::String) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:159 [11] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:237 [12] include(mod::Module, _path::String) @ Base ./Base.jl:309 [13] exec_options(opts::Base.JLOptions) @ Base ./client.jl:344 [14] _start() @ Base ./client.jl:585 in expression starting at /PkgEval.jl/scripts/evaluate.jl:228 PkgEval failed after 61.8s: package tests unexpectedly errored