Package evaluation to test NistyPQC on Julia 1.13.0-DEV.1319 (9cddfda8ef*) started at 2025-10-16T12:02:50.151 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 8.1s ################################################################################ # Installation # Installing NistyPQC... Resolving package versions... Updating `~/.julia/environments/v1.13/Project.toml` [2b8046e5] + NistyPQC v0.0.2 Updating `~/.julia/environments/v1.13/Manifest.toml` [dce04be8] + ArgCheck v2.5.0 [18e54dd8] + IntegerMathUtils v0.1.3 [2b8046e5] + NistyPQC v0.0.2 [27ebfcd6] + Primes v0.5.7 [9c8de619] + SHAKE v0.0.3 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v0.7.0 Installation completed after 0.9s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 22.07s ################################################################################ # Testing # Testing NistyPQC Status `/tmp/jl_4EmN6Z/Project.toml` [4c88cf16] Aqua v0.8.14 [dce04be8] ArgCheck v2.5.0 [124859b0] DataDeps v0.7.13 [49dea1ee] Nettle v1.0.0 [2b8046e5] NistyPQC v0.0.2 [27ebfcd6] Primes v0.5.7 [9c8de619] SHAKE v0.0.3 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v0.7.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_4EmN6Z/Manifest.toml` [4c88cf16] Aqua v0.8.14 [dce04be8] ArgCheck v2.5.0 [d1d4a3ce] BitFlags v0.1.9 [944b1d66] CodecZlib v0.7.8 [34da2185] Compat v4.18.1 [f0e56b4a] ConcurrentUtilities v2.5.0 [124859b0] DataDeps v0.7.13 [460bff9d] ExceptionUnwrapping v0.1.11 [cd3eb016] HTTP v1.10.19 [18e54dd8] IntegerMathUtils v0.1.3 [692b3bcd] JLLWrappers v1.7.1 [e6f89c97] LoggingExtras v1.2.0 [739be429] MbedTLS v1.1.9 [49dea1ee] Nettle v1.0.0 [2b8046e5] NistyPQC v0.0.2 [4d8831e6] OpenSSL v1.5.0 [aea7be01] PrecompileTools v1.3.3 [21216c6a] Preferences v1.5.0 [27ebfcd6] Primes v0.5.7 [189a3867] Reexport v1.2.2 [9c8de619] SHAKE v0.0.3 [6c6a2e73] Scratch v1.3.0 [777ac1f9] SimpleBufferStream v1.2.0 [3bb67fe8] TranscodingStreams v0.11.3 [5c2747f8] URIs v1.6.1 [c8ffd9c3] MbedTLS_jll v2.28.10+0 [4c82536e] Nettle_jll v3.10.1+0 [0dad84c5] ArgTools v1.1.2 [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 v1.11.0 [ade2ca70] Dates v1.11.0 [f43a241f] Downloads v1.7.0 [7b1f6079] FileWatching v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.12.0 [b27032c2] LibCURL v0.6.4 [76f85450] LibGit2 v1.11.0 [8f399da3] Libdl v1.11.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [ca575930] NetworkOptions v1.3.0 [44cfe95a] Pkg v1.13.0 [de0858da] Printf v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v0.7.0 [9e88b42a] Serialization v1.11.0 [6462fe0b] Sockets v1.11.0 [f489334b] StyledStrings v1.11.0 [fa267f1f] TOML v1.0.3 [a4e569a6] Tar v1.10.0 [8dfed614] Test v1.11.0 [cf7118a7] UUIDs v1.11.0 [4ec0a83e] Unicode v1.11.0 [e66e0078] CompilerSupportLibraries_jll v1.3.0+1 [781609d7] GMP_jll v6.3.0+2 [deac9b47] LibCURL_jll v8.16.0+0 [e37daf67] LibGit2_jll v1.9.1+0 [29816b5a] LibSSH2_jll v1.11.3+1 [14a3606d] MozillaCACerts_jll v2025.9.9 [458c3c95] OpenSSL_jll v3.5.4+0 [efcefdf7] PCRE2_jll v10.46.0+0 [83775a58] Zlib_jll v1.3.1+2 [3161d3a3] Zstd_jll v1.5.7+1 [8e850ede] nghttp2_jll v1.67.1+0 [3f19e933] p7zip_jll v17.6.0+0 Testing Running tests... ERROR: LoadError: UndefVarError: `hmac_sha256_tr` not defined in `NistyPQC.SLHDSA.Parameters` The binding may be too new: running in world age 39571, while current world is 39583. Stacktrace: [1] get_hashers(hash_family::Symbol, category_number::Int64, n::Int64) @ NistyPQC.SLHDSA.Parameters ~/.julia/packages/NistyPQC/XCGbQ/src/SLHDSA/Parameters.jl:86 [2] derived_parameters(category::Module, base_parameters::Tuple{Int64, String, Int64, Int64, Int64, Tuple{Int64, Int64}, Int64, Symbol}) @ NistyPQC.SLHDSA.Parameters ~/.julia/packages/NistyPQC/XCGbQ/src/SLHDSA/Parameters.jl:23 [3] top-level scope @ ~/.julia/packages/NistyPQC/XCGbQ/src/SLHDSA/SLHDSA.jl:21 [4] eval(m::Module, e::Any) @ Core ./boot.jl:489 [5] top-level scope @ ~/.julia/packages/NistyPQC/XCGbQ/src/SLHDSA/SLHDSA.jl:9 [6] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:310 [7] top-level scope @ ~/.julia/packages/NistyPQC/XCGbQ/src/NistyPQC.jl:26 [8] include(mod::Module, _path::String) @ Base ./Base.jl:309 [9] __require_prelocked(pkg::Base.PkgId, env::String) @ Base ./loading.jl:2777 [10] _require_prelocked(uuidkey::Base.PkgId, env::String) @ Base ./loading.jl:2536 [11] macro expansion @ ./loading.jl:2464 [inlined] [12] macro expansion @ ./lock.jl:376 [inlined] [13] __require(into::Module, mod::Symbol) @ Base ./loading.jl:2428 [14] require @ ./loading.jl:2404 [inlined] [15] eval_import_path @ ./module.jl:36 [inlined] [16] _eval_import(imported::Bool, to::Module, from::Nothing, paths::Expr) @ Base ./module.jl:111 [17] top-level scope @ ~/.julia/packages/NistyPQC/XCGbQ/test/Aqua.jl:2 [18] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:310 [19] top-level scope @ ~/.julia/packages/NistyPQC/XCGbQ/test/runtests.jl:5 [20] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:310 [21] top-level scope @ none:6 [22] eval(m::Module, e::Any) @ Core ./boot.jl:489 [23] exec_options(opts::Base.JLOptions) @ Base ./client.jl:310 [24] _start() @ Base ./client.jl:577 in expression starting at /home/pkgeval/.julia/packages/NistyPQC/XCGbQ/src/SLHDSA/SLHDSA.jl:1 in expression starting at /home/pkgeval/.julia/packages/NistyPQC/XCGbQ/src/NistyPQC.jl:1 in expression starting at /home/pkgeval/.julia/packages/NistyPQC/XCGbQ/test/Aqua.jl:2 in expression starting at /home/pkgeval/.julia/packages/NistyPQC/XCGbQ/test/runtests.jl:1 Testing failed after 28.84s ERROR: LoadError: Package NistyPQC errored during testing Stacktrace: [1] pkgerror(msg::String) @ Pkg.Types /opt/julia/share/julia/stdlib/v1.13/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.13/Pkg/src/Operations.jl:2674 [3] test @ /opt/julia/share/julia/stdlib/v1.13/Pkg/src/Operations.jl:2523 [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.13/Pkg/src/API.jl:548 [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.13/Pkg/src/API.jl:525 [6] test(pkgs::Vector{PackageSpec}; io::IOContext{IO}, kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.13/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.13/Pkg/src/API.jl:161 [8] test(pkgs::Vector{String}; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:160 [9] test @ /opt/julia/share/julia/stdlib/v1.13/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.13/Pkg/src/API.jl:159 [11] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:219 [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:577 in expression starting at /PkgEval.jl/scripts/evaluate.jl:210 PkgEval failed after 79.5s: package tests unexpectedly errored