Package evaluation to test OpenFHE on Julia 1.11.7 (58327cce5e*) started at 2025-10-28T17:08:27.652 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 8.5s ################################################################################ # Installation # Installing OpenFHE... Resolving package versions... Updating `~/.julia/environments/v1.11/Project.toml` [77ce9b8e] + OpenFHE v0.1.13 Updating `~/.julia/environments/v1.11/Manifest.toml` ⌅ [1f15a43c] + CxxWrap v0.16.2 [692b3bcd] + JLLWrappers v1.7.1 [1914dd2f] + MacroTools v0.5.16 [77ce9b8e] + OpenFHE v0.1.13 [21216c6a] + Preferences v1.5.0 [1d63c593] + LLVMOpenMP_jll v18.1.8+0 [a89a0bdd] + OpenFHE_int128_jll v1.4.0+0 [a2687184] + OpenFHE_jll v1.4.0+0 ⌅ [3eaa8342] + libcxxwrap_julia_jll v0.13.4+0 [328aa5c7] + openfhe_julia_int128_jll v0.3.11+0 [e5e97983] + openfhe_julia_jll v0.3.11+0 [56f22d72] + Artifacts v1.11.0 [ade2ca70] + Dates v1.11.0 [8f399da3] + Libdl v1.11.0 [de0858da] + Printf v1.11.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v0.7.0 [fa267f1f] + TOML v1.0.3 [cf7118a7] + UUIDs v1.11.0 [4ec0a83e] + Unicode v1.11.0 [e66e0078] + CompilerSupportLibraries_jll v1.1.1+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.15s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... ERROR: LoadError: The following 1 direct dependency failed to precompile: OpenFHE Failed to precompile OpenFHE [77ce9b8e-ecf5-45d1-bd8a-d31f384f2f95] to "/home/pkgeval/.julia/compiled/v1.11/OpenFHE/jl_lQqry2". ERROR: LoadError: InitError: could not load library "/home/pkgeval/.julia/artifacts/1c895b42f6b32713933b9321ef598037d1b78225/lib/libopenfhe_julia.so" /home/pkgeval/.julia/artifacts/1c895b42f6b32713933b9321ef598037d1b78225/lib/libopenfhe_julia.so: undefined symbol: _ZNK8lbcrypto10SchemeBaseINS_12DCRTPolyImplIN9bigintdyn9mubintvecINS2_5ubintImEEEEEEE9ReEncryptESt10shared_ptrIKNS_14CiphertextImplIS7_EEES9_INS_11EvalKeyImplIS7_EEES9_INS_13PublicKeyImplIS7_EEE Stacktrace: [1] dlopen(s::String, flags::UInt32; throw_error::Bool) @ Base.Libc.Libdl ./libdl.jl:120 [2] dlopen(s::String, flags::UInt32) @ Base.Libc.Libdl ./libdl.jl:119 [3] macro expansion @ ~/.julia/packages/JLLWrappers/m2Pjh/src/products/library_generators.jl:63 [inlined] [4] __init__() @ openfhe_julia_jll ~/.julia/packages/openfhe_julia_jll/qfrrL/src/wrappers/x86_64-linux-gnu-cxx11-julia_version+1.11.1.jl:11 [5] run_module_init(mod::Module, i::Int64) @ Base ./loading.jl:1378 [6] register_restored_modules(sv::Core.SimpleVector, pkg::Base.PkgId, path::String) @ Base ./loading.jl:1366 [7] _include_from_serialized(pkg::Base.PkgId, path::String, ocachepath::Nothing, depmods::Vector{Any}, ignore_native::Bool; register::Bool) @ Base ./loading.jl:1254 [8] _include_from_serialized @ ./loading.jl:1210 [inlined] [9] _tryrequire_from_serialized(pkg::Base.PkgId, path::String, ocachepath::Nothing) @ Base ./loading.jl:1963 [10] _require(pkg::Base.PkgId, env::String) @ Base ./loading.jl:2594 [11] __require_prelocked(uuidkey::Base.PkgId, env::String) @ Base ./loading.jl:2388 [12] #invoke_in_world#3 @ ./essentials.jl:1089 [inlined] [13] invoke_in_world @ ./essentials.jl:1086 [inlined] [14] _require_prelocked(uuidkey::Base.PkgId, env::String) @ Base ./loading.jl:2375 [15] macro expansion @ ./loading.jl:2314 [inlined] [16] macro expansion @ ./lock.jl:273 [inlined] [17] __require(into::Module, mod::Symbol) @ Base ./loading.jl:2271 [18] #invoke_in_world#3 @ ./essentials.jl:1089 [inlined] [19] invoke_in_world @ ./essentials.jl:1086 [inlined] [20] require(into::Module, mod::Symbol) @ Base ./loading.jl:2260 [21] top-level scope @ ~/.julia/packages/Preferences/x9wI6/src/Preferences.jl:21 [22] include @ ./Base.jl:562 [inlined] [23] include_package_for_output(pkg::Base.PkgId, input::String, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::Nothing) @ Base ./loading.jl:2922 [24] top-level scope @ stdin:6 during initialization of module openfhe_julia_jll in expression starting at /home/pkgeval/.julia/packages/OpenFHE/6C5Dw/src/OpenFHE.jl:1 in expression starting at stdin: in expression starting at /PkgEval.jl/scripts/precompile.jl:37 Precompilation failed after 28.99s ################################################################################ # Testing # Testing OpenFHE Status `/tmp/jl_R6iTUp/Project.toml` [77ce9b8e] OpenFHE v0.1.13 [8dfed614] Test v1.11.0 Status `/tmp/jl_R6iTUp/Manifest.toml` ⌅ [1f15a43c] CxxWrap v0.16.2 [692b3bcd] JLLWrappers v1.7.1 [1914dd2f] MacroTools v0.5.16 [77ce9b8e] OpenFHE v0.1.13 [21216c6a] Preferences v1.5.0 [1d63c593] LLVMOpenMP_jll v18.1.8+0 [a89a0bdd] OpenFHE_int128_jll v1.4.0+0 [a2687184] OpenFHE_jll v1.4.0+0 ⌅ [3eaa8342] libcxxwrap_julia_jll v0.13.4+0 [328aa5c7] openfhe_julia_int128_jll v0.3.11+0 [e5e97983] openfhe_julia_jll v0.3.11+0 [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 v1.11.0 [ade2ca70] Dates v1.11.0 [b77e0a4c] InteractiveUtils v1.11.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 v0.7.0 [9e88b42a] Serialization v1.11.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.1.1+0 Info Packages marked with ⌅ have new versions available but compatibility constraints restrict them from upgrading. Testing Running tests... Precompiling OpenFHE... Info Given OpenFHE was explicitly requested, output will be shown live  ERROR: LoadError: InitError: could not load library "/home/pkgeval/.julia/artifacts/1c895b42f6b32713933b9321ef598037d1b78225/lib/libopenfhe_julia.so" /home/pkgeval/.julia/artifacts/1c895b42f6b32713933b9321ef598037d1b78225/lib/libopenfhe_julia.so: undefined symbol: _ZNK8lbcrypto10SchemeBaseINS_12DCRTPolyImplIN9bigintdyn9mubintvecINS2_5ubintImEEEEEEE9ReEncryptESt10shared_ptrIKNS_14CiphertextImplIS7_EEES9_INS_11EvalKeyImplIS7_EEES9_INS_13PublicKeyImplIS7_EEE Stacktrace:  [1] dlopen(s::String, flags::UInt32; throw_error::Bool)  @ Base.Libc.Libdl ./libdl.jl:120  [2] dlopen(s::String, flags::UInt32)  @ Base.Libc.Libdl ./libdl.jl:119  [3] macro expansion  @ ~/.julia/packages/JLLWrappers/m2Pjh/src/products/library_generators.jl:63 [inlined]  [4] __init__()  @ openfhe_julia_jll ~/.julia/packages/openfhe_julia_jll/qfrrL/src/wrappers/x86_64-linux-gnu-cxx11-julia_version+1.11.1.jl:11  [5] run_module_init(mod::Module, i::Int64)  @ Base ./loading.jl:1378  [6] register_restored_modules(sv::Core.SimpleVector, pkg::Base.PkgId, path::String)  @ Base ./loading.jl:1366  [7] _include_from_serialized(pkg::Base.PkgId, path::String, ocachepath::Nothing, depmods::Vector{Any}, ignore_native::Nothing; register::Bool)  @ Base ./loading.jl:1254  [8] _include_from_serialized (repeats 2 times)  @ ./loading.jl:1210 [inlined]  [9] _require_search_from_serialized(pkg::Base.PkgId, sourcepath::String, build_id::UInt128, stalecheck::Bool; reasons::Dict{String, Int64}, DEPOT_PATH::Vector{String})  @ Base ./loading.jl:2057  [10] _require(pkg::Base.PkgId, env::String)  @ Base ./loading.jl:2527  [11] __require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base ./loading.jl:2388  [12] #invoke_in_world#3  @ ./essentials.jl:1089 [inlined]  [13] invoke_in_world  @ ./essentials.jl:1086 [inlined]  [14] _require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base ./loading.jl:2375  [15] macro expansion  @ ./loading.jl:2314 [inlined]  [16] macro expansion  @ ./lock.jl:273 [inlined]  [17] __require(into::Module, mod::Symbol)  @ Base ./loading.jl:2271  [18] #invoke_in_world#3  @ ./essentials.jl:1089 [inlined]  [19] invoke_in_world  @ ./essentials.jl:1086 [inlined]  [20] require(into::Module, mod::Symbol)  @ Base ./loading.jl:2260  [21] top-level scope  @ ~/.julia/packages/Preferences/x9wI6/src/Preferences.jl:21  [22] include  @ ./Base.jl:562 [inlined]  [23] include_package_for_output(pkg::Base.PkgId, input::String, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::Nothing)  @ Base ./loading.jl:2922  [24] top-level scope  @ stdin:6 during initialization of module openfhe_julia_jll in expression starting at /home/pkgeval/.julia/packages/OpenFHE/6C5Dw/src/OpenFHE.jl:1 in expression starting at stdin:6 ✗ OpenFHE 0 dependencies successfully precompiled in 8 seconds. 16 already precompiled. OpenFHE.jl tests: Error During Test at /home/pkgeval/.julia/packages/OpenFHE/6C5Dw/test/runtests.jl:3 Got exception outside of a @test LoadError: The following 1 direct dependency failed to precompile: OpenFHE Failed to precompile OpenFHE [77ce9b8e-ecf5-45d1-bd8a-d31f384f2f95] to "/home/pkgeval/.julia/compiled/v1.11/OpenFHE/jl_8mIGk6". ERROR: LoadError: InitError: could not load library "/home/pkgeval/.julia/artifacts/1c895b42f6b32713933b9321ef598037d1b78225/lib/libopenfhe_julia.so" /home/pkgeval/.julia/artifacts/1c895b42f6b32713933b9321ef598037d1b78225/lib/libopenfhe_julia.so: undefined symbol: _ZNK8lbcrypto10SchemeBaseINS_12DCRTPolyImplIN9bigintdyn9mubintvecINS2_5ubintImEEEEEEE9ReEncryptESt10shared_ptrIKNS_14CiphertextImplIS7_EEES9_INS_11EvalKeyImplIS7_EEES9_INS_13PublicKeyImplIS7_EEE Stacktrace: [1] dlopen(s::String, flags::UInt32; throw_error::Bool) @ Base.Libc.Libdl ./libdl.jl:120 [2] dlopen(s::String, flags::UInt32) @ Base.Libc.Libdl ./libdl.jl:119 [3] macro expansion @ ~/.julia/packages/JLLWrappers/m2Pjh/src/products/library_generators.jl:63 [inlined] [4] __init__() @ openfhe_julia_jll ~/.julia/packages/openfhe_julia_jll/qfrrL/src/wrappers/x86_64-linux-gnu-cxx11-julia_version+1.11.1.jl:11 [5] run_module_init(mod::Module, i::Int64) @ Base ./loading.jl:1378 [6] register_restored_modules(sv::Core.SimpleVector, pkg::Base.PkgId, path::String) @ Base ./loading.jl:1366 [7] _include_from_serialized(pkg::Base.PkgId, path::String, ocachepath::Nothing, depmods::Vector{Any}, ignore_native::Nothing; register::Bool) @ Base ./loading.jl:1254 [8] _include_from_serialized (repeats 2 times) @ ./loading.jl:1210 [inlined] [9] _require_search_from_serialized(pkg::Base.PkgId, sourcepath::String, build_id::UInt128, stalecheck::Bool; reasons::Dict{String, Int64}, DEPOT_PATH::Vector{String}) @ Base ./loading.jl:2057 [10] _require(pkg::Base.PkgId, env::String) @ Base ./loading.jl:2527 [11] __require_prelocked(uuidkey::Base.PkgId, env::String) @ Base ./loading.jl:2388 [12] #invoke_in_world#3 @ ./essentials.jl:1089 [inlined] [13] invoke_in_world @ ./essentials.jl:1086 [inlined] [14] _require_prelocked(uuidkey::Base.PkgId, env::String) @ Base ./loading.jl:2375 [15] macro expansion @ ./loading.jl:2314 [inlined] [16] macro expansion @ ./lock.jl:273 [inlined] [17] __require(into::Module, mod::Symbol) @ Base ./loading.jl:2271 [18] #invoke_in_world#3 @ ./essentials.jl:1089 [inlined] [19] invoke_in_world @ ./essentials.jl:1086 [inlined] [20] require(into::Module, mod::Symbol) @ Base ./loading.jl:2260 [21] top-level scope @ ~/.julia/packages/Preferences/x9wI6/src/Preferences.jl:21 [22] include @ ./Base.jl:562 [inlined] [23] include_package_for_output(pkg::Base.PkgId, input::String, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::Nothing) @ Base ./loading.jl:2922 [24] top-level scope @ stdin:6 during initialization of module openfhe_julia_jll in expression starting at /home/pkgeval/.julia/packages/OpenFHE/6C5Dw/src/OpenFHE.jl:1 in expression starting at stdin: in expression starting at /home/pkgeval/.julia/packages/OpenFHE/6C5Dw/test/test_auxiliary.jl:1 Test Summary: | Error Total Time OpenFHE.jl tests | 1 1 9.1s ERROR: LoadError: Some tests did not pass: 0 passed, 0 failed, 1 errored, 0 broken. in expression starting at /home/pkgeval/.julia/packages/OpenFHE/6C5Dw/test/runtests.jl:3 Testing failed after 16.57s ERROR: LoadError: Package OpenFHE errored during testing Stacktrace: [1] pkgerror(msg::String) @ Pkg.Types /opt/julia/share/julia/stdlib/v1.11/Pkg/src/Types.jl:68 [2] test(ctx::Pkg.Types.Context, pkgs::Vector{Pkg.Types.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.11/Pkg/src/Operations.jl:2128 [3] test @ /opt/julia/share/julia/stdlib/v1.11/Pkg/src/Operations.jl:2011 [inlined] [4] test(ctx::Pkg.Types.Context, pkgs::Vector{Pkg.Types.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.11/Pkg/src/API.jl:481 [5] test(pkgs::Vector{Pkg.Types.PackageSpec}; io::IOContext{IO}, kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.11/Pkg/src/API.jl:159 [6] test @ /opt/julia/share/julia/stdlib/v1.11/Pkg/src/API.jl:147 [inlined] [7] #test#74 @ /opt/julia/share/julia/stdlib/v1.11/Pkg/src/API.jl:146 [inlined] [8] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:219 in expression starting at /PkgEval.jl/scripts/evaluate.jl:210 PkgEval failed after 66.96s: package fails to precompile