Package evaluation to test Kmers on Julia 1.14.0-DEV.1475 (42ad41c179*) started at 2026-01-04T13:12:31.068 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 9.79s ################################################################################ # Installation # Installing Kmers... Resolving package versions... Updating `~/.julia/environments/v1.14/Project.toml` [445028e4] + Kmers v1.2.0 Updating `~/.julia/environments/v1.14/Manifest.toml` ⌅ [7e6ae17a] + BioSequences v3.4.2 [3c28c6f8] + BioSymbols v5.2.0 [445028e4] + Kmers v1.2.0 [aea7be01] + PrecompileTools v1.3.3 [21216c6a] + Preferences v1.5.1 [7200193e] + Twiddle v1.1.2 [ade2ca70] + Dates v1.11.0 [de0858da] + Printf v1.11.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v1.0.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 3.92s ################################################################################ # Precompilation # ERROR: LoadError: MethodError: no method matching setindex!(::Base.ScopedValues.ScopedValue{IO}, ::Nothing) The function `setindex!` exists, but no method is defined for this combination of argument types. Stacktrace: [1] top-level scope @ /PkgEval.jl/scripts/precompile.jl:10 [2] include(mod::Module, _path::String) @ Base ./Base.jl:309 [3] exec_options(opts::Base.JLOptions) @ Base ./client.jl:344 [4] _start() @ Base ./client.jl:585 in expression starting at /PkgEval.jl/scripts/precompile.jl:6 caused by: MethodError: no method matching setindex!(::Base.ScopedValues.ScopedValue{IO}, ::Base.DevNull) The function `setindex!` exists, but no method is defined for this combination of argument types. Stacktrace: [1] top-level scope @ /PkgEval.jl/scripts/precompile.jl:7 [2] include(mod::Module, _path::String) @ Base ./Base.jl:309 [3] exec_options(opts::Base.JLOptions) @ Base ./client.jl:344 [4] _start() @ Base ./client.jl:585 Precompilation failed after 13.49s ################################################################################ # Testing # Testing Kmers Status `/tmp/jl_xGH7kI/Project.toml` ⌅ [7e6ae17a] BioSequences v3.4.2 [3c28c6f8] BioSymbols v5.2.0 [445028e4] Kmers v1.2.0 [860ef19b] StableRNGs v1.0.4 [354b36f9] StringViews v1.3.6 [9a3f8284] Random v1.11.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_xGH7kI/Manifest.toml` ⌅ [7e6ae17a] BioSequences v3.4.2 [3c28c6f8] BioSymbols v5.2.0 [445028e4] Kmers v1.2.0 [aea7be01] PrecompileTools v1.3.3 [21216c6a] Preferences v1.5.1 [860ef19b] StableRNGs v1.0.4 [354b36f9] StringViews v1.3.6 [7200193e] Twiddle v1.1.2 [2a0f44e3] Base64 v1.11.0 [ade2ca70] Dates v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.13.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 Info Packages marked with ⌅ have new versions available but compatibility constraints restrict them from upgrading. Testing Running tests... ┌ Warning: The call to compilecache failed to create a usable precompiled cache file for Kmers [445028e4-d31f-4f27-89ad-17affd83fc22] │ exception = Required dependency Base.PkgId(Base.UUID("21216c6a-2e73-6563-6e65-726566657250"), "Preferences") failed to load from a cache file. └ @ Base loading.jl:2950 ┌ Warning: The call to compilecache failed to create a usable precompiled cache file for BioSequences [7e6ae17a-c86d-528c-b3b9-7f778a29fe59] │ exception = Required dependency Base.PkgId(Base.UUID("21216c6a-2e73-6563-6e65-726566657250"), "Preferences") failed to load from a cache file. └ @ Base loading.jl:2950 ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("7e6ae17a-c86d-528c-b3b9-7f778a29fe59"), "BioSequences") not available with flags CacheFlags(; use_pkgimages=false, debug_level=1, check_bounds=0, inline=true, opt_level=0) Stacktrace:  [1] error(s::String)  @ Base ./error.jl:44  [2] __require_prelocked(pkg::Base.PkgId, env::String)  @ Base ./loading.jl:2873  [3] _require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base ./loading.jl:2725  [4] macro expansion  @ ./loading.jl:2653 [inlined]  [5] macro expansion  @ ./lock.jl:376 [inlined]  [6] __require(into::Module, mod::Symbol)  @ Base ./loading.jl:2617  [7] require  @ ./loading.jl:2593 [inlined]  [8] eval_import_path  @ ./module.jl:36 [inlined]  [9] eval_import_path_all(at::Module, path::Expr, keyword::String)  @ Base ./module.jl:60  [10] _eval_using  @ ./module.jl:137 [inlined]  [11] _eval_using(to::Module, path::Expr)  @ Base ./module.jl:137  [12] top-level scope  @ ~/.julia/packages/Kmers/SM8Rg/src/Kmers.jl:97  [13] include(mod::Module, _path::String)  @ Base ./Base.jl:309  [14] include_package_for_output(pkg::Base.PkgId, input::String, syntax_version::VersionNumber, 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:3309  [15] top-level scope  @ stdin:5  [16] eval(m::Module, e::Any)  @ Core ./boot.jl:489  [17] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3151  [18] include_string  @ ./loading.jl:3161 [inlined]  [19] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:342  [20] _start()  @ Base ./client.jl:585 in expression starting at /home/pkgeval/.julia/packages/Kmers/SM8Rg/src/Kmers.jl:8 in expression starting at stdin:5 ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("7e6ae17a-c86d-528c-b3b9-7f778a29fe59"), "BioSequences") not available with flags CacheFlags(; use_pkgimages=false, debug_level=1, check_bounds=0, inline=true, opt_level=0) Stacktrace:  [1] error(s::String)  @ Base ./error.jl:44  [2] __require_prelocked(pkg::Base.PkgId, env::String)  @ Base ./loading.jl:2873  [3] _require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base ./loading.jl:2725  [4] macro expansion  @ ./loading.jl:2653 [inlined]  [5] macro expansion  @ ./lock.jl:376 [inlined]  [6] __require(into::Module, mod::Symbol)  @ Base ./loading.jl:2617  [7] require  @ ./loading.jl:2593 [inlined]  [8] eval_import_path  @ ./module.jl:36 [inlined]  [9] eval_import_path_all(at::Module, path::Expr, keyword::String)  @ Base ./module.jl:60  [10] _eval_import(::Bool, ::Module, ::Expr, ::Expr, ::Vararg{Expr})  @ Base ./module.jl:101  [11] top-level scope  @ ~/.julia/packages/Kmers/SM8Rg/ext/RandomExt.jl:5  [12] include(mod::Module, _path::String)  @ Base ./Base.jl:309  [13] include_package_for_output(pkg::Base.PkgId, input::String, syntax_version::VersionNumber, 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:3309  [14] top-level scope  @ stdin:5  [15] eval(m::Module, e::Any)  @ Core ./boot.jl:489  [16] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3151  [17] include_string  @ ./loading.jl:3161 [inlined]  [18] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:342  [19] _start()  @ Base ./client.jl:585 in expression starting at /home/pkgeval/.julia/packages/Kmers/SM8Rg/ext/RandomExt.jl:1 in expression starting at stdin:5 2 dependencies had output during precompilation: ┌ Kmers → RandomExt │ [Output was shown above] └ ┌ Kmers │ ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("7e6ae17a-c86d-528c-b3b9-7f778a29fe59"), "BioSequences") not available with flags CacheFlags(; use_pkgimages=false, debug_level=1, check_bounds=0, inline=true, opt_level=0) │ Stacktrace: │ [1] error(s::String) │ @ Base ./error.jl:44 │ [2] __require_prelocked(pkg::Base.PkgId, env::String) │ @ Base ./loading.jl:2873 │ [3] _require_prelocked(uuidkey::Base.PkgId, env::String) │ @ Base ./loading.jl:2725 │ [4] macro expansion │ @ ./loading.jl:2653 [inlined] │ [5] macro expansion │ @ ./lock.jl:376 [inlined] │ [6] __require(into::Module, mod::Symbol) │ @ Base ./loading.jl:2617 │ [7] require │ @ ./loading.jl:2593 [inlined] │ [8] eval_import_path │ @ ./module.jl:36 [inlined] │ [9] eval_import_path_all(at::Module, path::Expr, keyword::String) │ @ Base ./module.jl:60 │ [10] _eval_using │ @ ./module.jl:137 [inlined] │ [11] _eval_using(to::Module, path::Expr) │ @ Base ./module.jl:137 │ [12] top-level scope │ @ ~/.julia/packages/Kmers/SM8Rg/src/Kmers.jl:97 │ [13] include(mod::Module, _path::String) │ @ Base ./Base.jl:309 │ [14] include_package_for_output(pkg::Base.PkgId, input::String, syntax_version::VersionNumber, 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:3309 │ [15] top-level scope │ @ stdin:5 │ [16] eval(m::Module, e::Any) │ @ Core ./boot.jl:489 │ [17] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) │ @ Base ./loading.jl:3151 │ [18] include_string │ @ ./loading.jl:3161 [inlined] │ [19] exec_options(opts::Base.JLOptions) │ @ Base ./client.jl:342 │ [20] _start() │ @ Base ./client.jl:585 │ in expression starting at /home/pkgeval/.julia/packages/Kmers/SM8Rg/src/Kmers.jl:8 │ in expression starting at stdin:5 └ ┌ Error: Error during loading of extension RandomExt of Kmers, use `Base.retry_load_extensions()` to retry. │ exception = │ 1-element ExceptionStack: │ The following 2 packages failed to precompile: │ │ Kmers → RandomExt │ Failed to precompile RandomExt [6ae6c406-71c1-52f5-a304-e5a911d74ca6] to "/home/pkgeval/.julia/compiled/v1.14/RandomExt/jl_03UeOe" (ProcessExited(1)). │ │ Kmers │ Failed to precompile Kmers [445028e4-d31f-4f27-89ad-17affd83fc22] to "/home/pkgeval/.julia/compiled/v1.14/Kmers/jl_yWbqSj" (ProcessExited(1)). │ └ @ Base loading.jl:1781 ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("7e6ae17a-c86d-528c-b3b9-7f778a29fe59"), "BioSequences") not available with flags CacheFlags(; use_pkgimages=false, debug_level=1, check_bounds=0, inline=true, opt_level=0) Stacktrace:  [1] error(s::String)  @ Base ./error.jl:44  [2] __require_prelocked(pkg::Base.PkgId, env::String)  @ Base ./loading.jl:2873  [3] _require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base ./loading.jl:2725  [4] macro expansion  @ ./loading.jl:2653 [inlined]  [5] macro expansion  @ ./lock.jl:376 [inlined]  [6] __require(into::Module, mod::Symbol)  @ Base ./loading.jl:2617  [7] require  @ ./loading.jl:2593 [inlined]  [8] eval_import_path  @ ./module.jl:36 [inlined]  [9] eval_import_path_all(at::Module, path::Expr, keyword::String)  @ Base ./module.jl:60  [10] _eval_using  @ ./module.jl:137 [inlined]  [11] _eval_using(to::Module, path::Expr)  @ Base ./module.jl:137  [12] top-level scope  @ ~/.julia/packages/Kmers/SM8Rg/src/Kmers.jl:97  [13] include(mod::Module, _path::String)  @ Base ./Base.jl:309  [14] include_package_for_output(pkg::Base.PkgId, input::String, syntax_version::VersionNumber, 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:3309  [15] top-level scope  @ stdin:5  [16] eval(m::Module, e::Any)  @ Core ./boot.jl:489  [17] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3151  [18] include_string  @ ./loading.jl:3161 [inlined]  [19] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:342  [20] _start()  @ Base ./client.jl:585 in expression starting at /home/pkgeval/.julia/packages/Kmers/SM8Rg/src/Kmers.jl:8 in expression starting at stdin:5 ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("445028e4-d31f-4f27-89ad-17affd83fc22"), "Kmers") not available with flags CacheFlags(; use_pkgimages=false, debug_level=1, check_bounds=0, inline=true, opt_level=0) Stacktrace:  [1] error(s::String)  @ Base ./error.jl:44  [2] __require_prelocked(pkg::Base.PkgId, env::String)  @ Base ./loading.jl:2873  [3] _require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base ./loading.jl:2725  [4] macro expansion  @ ./loading.jl:2653 [inlined]  [5] macro expansion  @ ./lock.jl:376 [inlined]  [6] __require(into::Module, mod::Symbol)  @ Base ./loading.jl:2617  [7] require  @ ./loading.jl:2593 [inlined]  [8] eval_import_path  @ ./module.jl:36 [inlined]  [9] eval_import_path_all(at::Module, path::Expr, keyword::String)  @ Base ./module.jl:60  [10] _eval_import(::Bool, ::Module, ::Expr, ::Expr, ::Vararg{Expr})  @ Base ./module.jl:101  [11] top-level scope  @ ~/.julia/packages/Kmers/SM8Rg/ext/StringViewsExt.jl:4  [12] include(mod::Module, _path::String)  @ Base ./Base.jl:309  [13] include_package_for_output(pkg::Base.PkgId, input::String, syntax_version::VersionNumber, 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:3309  [14] top-level scope  @ stdin:5  [15] eval(m::Module, e::Any)  @ Core ./boot.jl:489  [16] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3151  [17] include_string  @ ./loading.jl:3161 [inlined]  [18] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:342  [19] _start()  @ Base ./client.jl:585 in expression starting at /home/pkgeval/.julia/packages/Kmers/SM8Rg/ext/StringViewsExt.jl:1 in expression starting at stdin:5 ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("7e6ae17a-c86d-528c-b3b9-7f778a29fe59"), "BioSequences") not available with flags CacheFlags(; use_pkgimages=false, debug_level=1, check_bounds=0, inline=true, opt_level=0) Stacktrace:  [1] error(s::String)  @ Base ./error.jl:44  [2] __require_prelocked(pkg::Base.PkgId, env::String)  @ Base ./loading.jl:2873  [3] _require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base ./loading.jl:2725  [4] macro expansion  @ ./loading.jl:2653 [inlined]  [5] macro expansion  @ ./lock.jl:376 [inlined]  [6] __require(into::Module, mod::Symbol)  @ Base ./loading.jl:2617  [7] require  @ ./loading.jl:2593 [inlined]  [8] eval_import_path  @ ./module.jl:36 [inlined]  [9] eval_import_path_all(at::Module, path::Expr, keyword::String)  @ Base ./module.jl:60  [10] _eval_import(::Bool, ::Module, ::Expr, ::Expr, ::Vararg{Expr})  @ Base ./module.jl:101  [11] top-level scope  @ ~/.julia/packages/Kmers/SM8Rg/ext/RandomExt.jl:5  [12] include(mod::Module, _path::String)  @ Base ./Base.jl:309  [13] include_package_for_output(pkg::Base.PkgId, input::String, syntax_version::VersionNumber, 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:3309  [14] top-level scope  @ stdin:5  [15] eval(m::Module, e::Any)  @ Core ./boot.jl:489  [16] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3151  [17] include_string  @ ./loading.jl:3161 [inlined]  [18] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:342  [19] _start()  @ Base ./client.jl:585 in expression starting at /home/pkgeval/.julia/packages/Kmers/SM8Rg/ext/RandomExt.jl:1 in expression starting at stdin:5 3 dependencies had output during precompilation: ┌ Kmers → StringViewsExt │ [Output was shown above] └ ┌ Kmers → RandomExt │ ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("7e6ae17a-c86d-528c-b3b9-7f778a29fe59"), "BioSequences") not available with flags CacheFlags(; use_pkgimages=false, debug_level=1, check_bounds=0, inline=true, opt_level=0) │ Stacktrace: │ [1] error(s::String) │ @ Base ./error.jl:44 │ [2] __require_prelocked(pkg::Base.PkgId, env::String) │ @ Base ./loading.jl:2873 │ [3] _require_prelocked(uuidkey::Base.PkgId, env::String) │ @ Base ./loading.jl:2725 │ [4] macro expansion │ @ ./loading.jl:2653 [inlined] │ [5] macro expansion │ @ ./lock.jl:376 [inlined] │ [6] __require(into::Module, mod::Symbol) │ @ Base ./loading.jl:2617 │ [7] require │ @ ./loading.jl:2593 [inlined] │ [8] eval_import_path │ @ ./module.jl:36 [inlined] │ [9] eval_import_path_all(at::Module, path::Expr, keyword::String) │ @ Base ./module.jl:60 │ [10] _eval_import(::Bool, ::Module, ::Expr, ::Expr, ::Vararg{Expr}) │ @ Base ./module.jl:101 │ [11] top-level scope │ @ ~/.julia/packages/Kmers/SM8Rg/ext/RandomExt.jl:5 │ [12] include(mod::Module, _path::String) │ @ Base ./Base.jl:309 │ [13] include_package_for_output(pkg::Base.PkgId, input::String, syntax_version::VersionNumber, 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:3309 │ [14] top-level scope │ @ stdin:5 │ [15] eval(m::Module, e::Any) │ @ Core ./boot.jl:489 │ [16] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) │ @ Base ./loading.jl:3151 │ [17] include_string │ @ ./loading.jl:3161 [inlined] │ [18] exec_options(opts::Base.JLOptions) │ @ Base ./client.jl:342 │ [19] _start() │ @ Base ./client.jl:585 │ in expression starting at /home/pkgeval/.julia/packages/Kmers/SM8Rg/ext/RandomExt.jl:1 │ in expression starting at stdin:5 └ ┌ Kmers │ ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("7e6ae17a-c86d-528c-b3b9-7f778a29fe59"), "BioSequences") not available with flags CacheFlags(; use_pkgimages=false, debug_level=1, check_bounds=0, inline=true, opt_level=0) │ Stacktrace: │ [1] error(s::String) │ @ Base ./error.jl:44 │ [2] __require_prelocked(pkg::Base.PkgId, env::String) │ @ Base ./loading.jl:2873 │ [3] _require_prelocked(uuidkey::Base.PkgId, env::String) │ @ Base ./loading.jl:2725 │ [4] macro expansion │ @ ./loading.jl:2653 [inlined] │ [5] macro expansion │ @ ./lock.jl:376 [inlined] │ [6] __require(into::Module, mod::Symbol) │ @ Base ./loading.jl:2617 │ [7] require │ @ ./loading.jl:2593 [inlined] │ [8] eval_import_path │ @ ./module.jl:36 [inlined] │ [9] eval_import_path_all(at::Module, path::Expr, keyword::String) │ @ Base ./module.jl:60 │ [10] _eval_using │ @ ./module.jl:137 [inlined] │ [11] _eval_using(to::Module, path::Expr) │ @ Base ./module.jl:137 │ [12] top-level scope │ @ ~/.julia/packages/Kmers/SM8Rg/src/Kmers.jl:97 │ [13] include(mod::Module, _path::String) │ @ Base ./Base.jl:309 │ [14] include_package_for_output(pkg::Base.PkgId, input::String, syntax_version::VersionNumber, 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:3309 │ [15] top-level scope │ @ stdin:5 │ [16] eval(m::Module, e::Any) │ @ Core ./boot.jl:489 │ [17] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) │ @ Base ./loading.jl:3151 │ [18] include_string │ @ ./loading.jl:3161 [inlined] │ [19] exec_options(opts::Base.JLOptions) │ @ Base ./client.jl:342 │ [20] _start() │ @ Base ./client.jl:585 │ in expression starting at /home/pkgeval/.julia/packages/Kmers/SM8Rg/src/Kmers.jl:8 │ in expression starting at stdin:5 └ ┌ Error: Error during loading of extension StringViewsExt of Kmers, use `Base.retry_load_extensions()` to retry. │ exception = │ 1-element ExceptionStack: │ The following 3 packages failed to precompile: │ │ Kmers → StringViewsExt │ Failed to precompile StringViewsExt [14cac443-455f-5a4a-99b5-f95878e06a25] to "/home/pkgeval/.julia/compiled/v1.14/StringViewsExt/jl_3tlHcd" (ProcessExited(1)). │ │ Kmers → RandomExt │ Failed to precompile RandomExt [6ae6c406-71c1-52f5-a304-e5a911d74ca6] to "/home/pkgeval/.julia/compiled/v1.14/RandomExt/jl_oDEil4" (ProcessExited(1)). │ │ Kmers │ Failed to precompile Kmers [445028e4-d31f-4f27-89ad-17affd83fc22] to "/home/pkgeval/.julia/compiled/v1.14/Kmers/jl_llW53Y" (ProcessExited(1)). │ └ @ Base loading.jl:1781 Test Summary: | Pass Total Time BioSequences Interface | 15 15 2.0s Test Summary: | Pass Total Time Construction | 581 581 14.4s Test Summary: | Pass Total Time Comparison | 21 21 0.6s Test Summary: | Pass Total Time Integer conversion | 24 24 0.9s Test Summary: | Pass Total Time Access | 56 56 1.7s Test Summary: | Pass Total Time Modification | 62 62 0.8s Test Summary: | Pass Total Time Biological operations | 80 80 2.3s Test Summary: | Pass Total Time Construct other BioSequences from Kmers | 24 24 1.8s Test Summary: | Pass Total Time Translation | 3843 3843 11.1s Test Summary: | Pass Total Time Printing | 14 14 0.5s Test Summary: | Pass Total Time Iterators | 154 154 20.1s Test Summary: | Pass Total Time StringViews | 1 1 0.7s Test Summary: | Pass Total Time fx_hash | 6 6 0.2s Test Summary: | Pass Total Time Construction utils | 14 14 0.8s Complete alphabets: Error During Test at /home/pkgeval/.julia/packages/Kmers/SM8Rg/test/runtests.jl:976 Test threw exception Expression: rand(StableRNG(SEED), DNAKmer{10}) == mer"GATAAACTTG"d MethodError: no method matching Random.Sampler(::Type{StableRNGs.LehmerRNG}, ::Random.SamplerType{Kmers.Kmer{BioSequences.DNAAlphabet{2}, 10}}, ::Val{1}) This error has been manually thrown, explicitly, so the method may exist but be intentionally marked as unimplemented. Closest candidates are: Random.Sampler(::Type{<:Random.AbstractRNG}, ::Random.Sampler, ::Union{Val{1}, Val{Inf}}) @ Random /opt/julia/share/julia/stdlib/v1.14/Random/src/Random.jl:149 Random.Sampler(::Type{<:Random.AbstractRNG}, ::Any, ::Union{Val{1}, Val{Inf}}) @ Random /opt/julia/share/julia/stdlib/v1.14/Random/src/Random.jl:190 Random.Sampler(::Type{StableRNGs.LehmerRNG}, !Matched::AbstractUnitRange{UInt16}, ::Union{Val{1}, Val{Inf}}) @ StableRNGs ~/.julia/packages/StableRNGs/yMYQp/src/StableRNGs.jl:137 ... Stacktrace: [1] Random.Sampler(T::Type{StableRNGs.LehmerRNG}, sp::Random.SamplerType{Kmers.Kmer{BioSequences.DNAAlphabet{2}, 10}}, r::Val{1}) @ Random /opt/julia/share/julia/stdlib/v1.14/Random/src/Random.jl:149 [2] Random.Sampler(rng::StableRNGs.LehmerRNG, x::Random.SamplerType{Kmers.Kmer{BioSequences.DNAAlphabet{2}, 10}}, r::Val{1}) @ Random /opt/julia/share/julia/stdlib/v1.14/Random/src/Random.jl:143 [3] rand(rng::StableRNGs.LehmerRNG, X::Random.SamplerType{Kmers.Kmer{BioSequences.DNAAlphabet{2}, 10}}) @ Random /opt/julia/share/julia/stdlib/v1.14/Random/src/Random.jl:262 [4] rand(rng::StableRNGs.LehmerRNG, ::Type{Kmers.Kmer{BioSequences.DNAAlphabet{2}, 10}}) @ Random /opt/julia/share/julia/stdlib/v1.14/Random/src/Random.jl:265 [5] top-level scope @ ~/.julia/packages/Kmers/SM8Rg/test/runtests.jl:975 [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1995 [inlined] [7] macro expansion @ ~/.julia/packages/Kmers/SM8Rg/test/runtests.jl:976 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1995 [inlined] [9] macro expansion @ ~/.julia/packages/Kmers/SM8Rg/test/runtests.jl:976 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:770 [inlined] Complete alphabets: Error During Test at /home/pkgeval/.julia/packages/Kmers/SM8Rg/test/runtests.jl:977 Test threw exception Expression: rand(StableRNG(SEED), DNAKmer{10, 1}) == mer"GATAAACTTG"d MethodError: no method matching Random.Sampler(::Type{StableRNGs.LehmerRNG}, ::Random.SamplerType{Kmers.Kmer{BioSequences.DNAAlphabet{2}, 10, 1}}, ::Val{1}) This error has been manually thrown, explicitly, so the method may exist but be intentionally marked as unimplemented. Closest candidates are: Random.Sampler(::Type{<:Random.AbstractRNG}, ::Random.Sampler, ::Union{Val{1}, Val{Inf}}) @ Random /opt/julia/share/julia/stdlib/v1.14/Random/src/Random.jl:149 Random.Sampler(::Type{<:Random.AbstractRNG}, ::Any, ::Union{Val{1}, Val{Inf}}) @ Random /opt/julia/share/julia/stdlib/v1.14/Random/src/Random.jl:190 Random.Sampler(::Type{StableRNGs.LehmerRNG}, !Matched::AbstractUnitRange{UInt16}, ::Union{Val{1}, Val{Inf}}) @ StableRNGs ~/.julia/packages/StableRNGs/yMYQp/src/StableRNGs.jl:137 ... Stacktrace: [1] Random.Sampler(T::Type{StableRNGs.LehmerRNG}, sp::Random.SamplerType{Kmers.Kmer{BioSequences.DNAAlphabet{2}, 10, 1}}, r::Val{1}) @ Random /opt/julia/share/julia/stdlib/v1.14/Random/src/Random.jl:149 [2] Random.Sampler(rng::StableRNGs.LehmerRNG, x::Random.SamplerType{Kmers.Kmer{BioSequences.DNAAlphabet{2}, 10, 1}}, r::Val{1}) @ Random /opt/julia/share/julia/stdlib/v1.14/Random/src/Random.jl:143 [3] rand(rng::StableRNGs.LehmerRNG, X::Random.SamplerType{Kmers.Kmer{BioSequences.DNAAlphabet{2}, 10, 1}}) @ Random /opt/julia/share/julia/stdlib/v1.14/Random/src/Random.jl:262 [4] rand(rng::StableRNGs.LehmerRNG, ::Type{Kmers.Kmer{BioSequences.DNAAlphabet{2}, 10, 1}}) @ Random /opt/julia/share/julia/stdlib/v1.14/Random/src/Random.jl:265 [5] top-level scope @ ~/.julia/packages/Kmers/SM8Rg/test/runtests.jl:975 [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1995 [inlined] [7] macro expansion @ ~/.julia/packages/Kmers/SM8Rg/test/runtests.jl:976 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1995 [inlined] [9] macro expansion @ ~/.julia/packages/Kmers/SM8Rg/test/runtests.jl:977 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:770 [inlined] Complete alphabets: Error During Test at /home/pkgeval/.julia/packages/Kmers/SM8Rg/test/runtests.jl:978 Test threw exception Expression: rand(StableRNG(SEED), DNAKmer{0}) == mer""d MethodError: no method matching Random.Sampler(::Type{StableRNGs.LehmerRNG}, ::Random.SamplerType{Kmers.Kmer{BioSequences.DNAAlphabet{2}, 0}}, ::Val{1}) This error has been manually thrown, explicitly, so the method may exist but be intentionally marked as unimplemented. Closest candidates are: Random.Sampler(::Type{<:Random.AbstractRNG}, ::Random.Sampler, ::Union{Val{1}, Val{Inf}}) @ Random /opt/julia/share/julia/stdlib/v1.14/Random/src/Random.jl:149 Random.Sampler(::Type{<:Random.AbstractRNG}, ::Any, ::Union{Val{1}, Val{Inf}}) @ Random /opt/julia/share/julia/stdlib/v1.14/Random/src/Random.jl:190 Random.Sampler(::Type{StableRNGs.LehmerRNG}, !Matched::AbstractUnitRange{UInt16}, ::Union{Val{1}, Val{Inf}}) @ StableRNGs ~/.julia/packages/StableRNGs/yMYQp/src/StableRNGs.jl:137 ... Stacktrace: [1] Random.Sampler(T::Type{StableRNGs.LehmerRNG}, sp::Random.SamplerType{Kmers.Kmer{BioSequences.DNAAlphabet{2}, 0}}, r::Val{1}) @ Random /opt/julia/share/julia/stdlib/v1.14/Random/src/Random.jl:149 [2] Random.Sampler(rng::StableRNGs.LehmerRNG, x::Random.SamplerType{Kmers.Kmer{BioSequences.DNAAlphabet{2}, 0}}, r::Val{1}) @ Random /opt/julia/share/julia/stdlib/v1.14/Random/src/Random.jl:143 [3] rand(rng::StableRNGs.LehmerRNG, X::Random.SamplerType{Kmers.Kmer{BioSequences.DNAAlphabet{2}, 0}}) @ Random /opt/julia/share/julia/stdlib/v1.14/Random/src/Random.jl:262 [4] rand(rng::StableRNGs.LehmerRNG, ::Type{Kmers.Kmer{BioSequences.DNAAlphabet{2}, 0}}) @ Random /opt/julia/share/julia/stdlib/v1.14/Random/src/Random.jl:265 [5] top-level scope @ ~/.julia/packages/Kmers/SM8Rg/test/runtests.jl:975 [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1995 [inlined] [7] macro expansion @ ~/.julia/packages/Kmers/SM8Rg/test/runtests.jl:976 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1995 [inlined] [9] macro expansion @ ~/.julia/packages/Kmers/SM8Rg/test/runtests.jl:978 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:770 [inlined] Complete alphabets: Error During Test at /home/pkgeval/.julia/packages/Kmers/SM8Rg/test/runtests.jl:979 Test threw exception Expression: rand(StableRNG(SEED), DNAKmer{41}) == mer"TTACGTTCAGGGGCAGTCGAGATCGGCTCCGGATAAACTTG"d MethodError: no method matching Random.Sampler(::Type{StableRNGs.LehmerRNG}, ::Random.SamplerType{Kmers.Kmer{BioSequences.DNAAlphabet{2}, 41}}, ::Val{1}) This error has been manually thrown, explicitly, so the method may exist but be intentionally marked as unimplemented. Closest candidates are: Random.Sampler(::Type{<:Random.AbstractRNG}, ::Random.Sampler, ::Union{Val{1}, Val{Inf}}) @ Random /opt/julia/share/julia/stdlib/v1.14/Random/src/Random.jl:149 Random.Sampler(::Type{<:Random.AbstractRNG}, ::Any, ::Union{Val{1}, Val{Inf}}) @ Random /opt/julia/share/julia/stdlib/v1.14/Random/src/Random.jl:190 Random.Sampler(::Type{StableRNGs.LehmerRNG}, !Matched::AbstractUnitRange{UInt16}, ::Union{Val{1}, Val{Inf}}) @ StableRNGs ~/.julia/packages/StableRNGs/yMYQp/src/StableRNGs.jl:137 ... Stacktrace: [1] Random.Sampler(T::Type{StableRNGs.LehmerRNG}, sp::Random.SamplerType{Kmers.Kmer{BioSequences.DNAAlphabet{2}, 41}}, r::Val{1}) @ Random /opt/julia/share/julia/stdlib/v1.14/Random/src/Random.jl:149 [2] Random.Sampler(rng::StableRNGs.LehmerRNG, x::Random.SamplerType{Kmers.Kmer{BioSequences.DNAAlphabet{2}, 41}}, r::Val{1}) @ Random /opt/julia/share/julia/stdlib/v1.14/Random/src/Random.jl:143 [3] rand(rng::StableRNGs.LehmerRNG, X::Random.SamplerType{Kmers.Kmer{BioSequences.DNAAlphabet{2}, 41}}) @ Random /opt/julia/share/julia/stdlib/v1.14/Random/src/Random.jl:262 [4] rand(rng::StableRNGs.LehmerRNG, ::Type{Kmers.Kmer{BioSequences.DNAAlphabet{2}, 41}}) @ Random /opt/julia/share/julia/stdlib/v1.14/Random/src/Random.jl:265 [5] top-level scope @ ~/.julia/packages/Kmers/SM8Rg/test/runtests.jl:975 [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1995 [inlined] [7] macro expansion @ ~/.julia/packages/Kmers/SM8Rg/test/runtests.jl:976 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1995 [inlined] [9] macro expansion @ ~/.julia/packages/Kmers/SM8Rg/test/runtests.jl:979 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:770 [inlined] Complete alphabets: Error During Test at /home/pkgeval/.julia/packages/Kmers/SM8Rg/test/runtests.jl:981 Test threw exception Expression: rand(StableRNG(SEED), RNAKmer{4}) == mer"CUUG"r MethodError: no method matching Random.Sampler(::Type{StableRNGs.LehmerRNG}, ::Random.SamplerType{Kmers.Kmer{BioSequences.RNAAlphabet{2}, 4}}, ::Val{1}) This error has been manually thrown, explicitly, so the method may exist but be intentionally marked as unimplemented. Closest candidates are: Random.Sampler(::Type{<:Random.AbstractRNG}, ::Random.Sampler, ::Union{Val{1}, Val{Inf}}) @ Random /opt/julia/share/julia/stdlib/v1.14/Random/src/Random.jl:149 Random.Sampler(::Type{<:Random.AbstractRNG}, ::Any, ::Union{Val{1}, Val{Inf}}) @ Random /opt/julia/share/julia/stdlib/v1.14/Random/src/Random.jl:190 Random.Sampler(::Type{StableRNGs.LehmerRNG}, !Matched::AbstractUnitRange{UInt16}, ::Union{Val{1}, Val{Inf}}) @ StableRNGs ~/.julia/packages/StableRNGs/yMYQp/src/StableRNGs.jl:137 ... Stacktrace: [1] Random.Sampler(T::Type{StableRNGs.LehmerRNG}, sp::Random.SamplerType{Kmers.Kmer{BioSequences.RNAAlphabet{2}, 4}}, r::Val{1}) @ Random /opt/julia/share/julia/stdlib/v1.14/Random/src/Random.jl:149 [2] Random.Sampler(rng::StableRNGs.LehmerRNG, x::Random.SamplerType{Kmers.Kmer{BioSequences.RNAAlphabet{2}, 4}}, r::Val{1}) @ Random /opt/julia/share/julia/stdlib/v1.14/Random/src/Random.jl:143 [3] rand(rng::StableRNGs.LehmerRNG, X::Random.SamplerType{Kmers.Kmer{BioSequences.RNAAlphabet{2}, 4}}) @ Random /opt/julia/share/julia/stdlib/v1.14/Random/src/Random.jl:262 [4] rand(rng::StableRNGs.LehmerRNG, ::Type{Kmers.Kmer{BioSequences.RNAAlphabet{2}, 4}}) @ Random /opt/julia/share/julia/stdlib/v1.14/Random/src/Random.jl:265 [5] top-level scope @ ~/.julia/packages/Kmers/SM8Rg/test/runtests.jl:975 [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1995 [inlined] [7] macro expansion @ ~/.julia/packages/Kmers/SM8Rg/test/runtests.jl:976 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1995 [inlined] [9] macro expansion @ ~/.julia/packages/Kmers/SM8Rg/test/runtests.jl:981 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:770 [inlined] Complete alphabets: Error During Test at /home/pkgeval/.julia/packages/Kmers/SM8Rg/test/runtests.jl:982 Test threw exception Expression: rand(StableRNG(SEED), DNAKmer{4}) == mer"CTTG"d MethodError: no method matching Random.Sampler(::Type{StableRNGs.LehmerRNG}, ::Random.SamplerType{Kmers.Kmer{BioSequences.DNAAlphabet{2}, 4}}, ::Val{1}) This error has been manually thrown, explicitly, so the method may exist but be intentionally marked as unimplemented. Closest candidates are: Random.Sampler(::Type{<:Random.AbstractRNG}, ::Random.Sampler, ::Union{Val{1}, Val{Inf}}) @ Random /opt/julia/share/julia/stdlib/v1.14/Random/src/Random.jl:149 Random.Sampler(::Type{<:Random.AbstractRNG}, ::Any, ::Union{Val{1}, Val{Inf}}) @ Random /opt/julia/share/julia/stdlib/v1.14/Random/src/Random.jl:190 Random.Sampler(::Type{StableRNGs.LehmerRNG}, !Matched::AbstractUnitRange{UInt16}, ::Union{Val{1}, Val{Inf}}) @ StableRNGs ~/.julia/packages/StableRNGs/yMYQp/src/StableRNGs.jl:137 ... Stacktrace: [1] Random.Sampler(T::Type{StableRNGs.LehmerRNG}, sp::Random.SamplerType{Kmers.Kmer{BioSequences.DNAAlphabet{2}, 4}}, r::Val{1}) @ Random /opt/julia/share/julia/stdlib/v1.14/Random/src/Random.jl:149 [2] Random.Sampler(rng::StableRNGs.LehmerRNG, x::Random.SamplerType{Kmers.Kmer{BioSequences.DNAAlphabet{2}, 4}}, r::Val{1}) @ Random /opt/julia/share/julia/stdlib/v1.14/Random/src/Random.jl:143 [3] rand(rng::StableRNGs.LehmerRNG, X::Random.SamplerType{Kmers.Kmer{BioSequences.DNAAlphabet{2}, 4}}) @ Random /opt/julia/share/julia/stdlib/v1.14/Random/src/Random.jl:262 [4] rand(rng::StableRNGs.LehmerRNG, ::Type{Kmers.Kmer{BioSequences.DNAAlphabet{2}, 4}}) @ Random /opt/julia/share/julia/stdlib/v1.14/Random/src/Random.jl:265 [5] top-level scope @ ~/.julia/packages/Kmers/SM8Rg/test/runtests.jl:975 [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1995 [inlined] [7] macro expansion @ ~/.julia/packages/Kmers/SM8Rg/test/runtests.jl:976 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1995 [inlined] [9] macro expansion @ ~/.julia/packages/Kmers/SM8Rg/test/runtests.jl:982 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:770 [inlined] Complete alphabets: Error During Test at /home/pkgeval/.julia/packages/Kmers/SM8Rg/test/runtests.jl:983 Test threw exception Expression: rand(StableRNG(SEED), DNAKmer{64}) == mer"GGGGCAGTCGAGATCGGCTCCGGATAAACTTGCATACAAGGCGTAGAGAAGAGTTTTACGTTCA"d MethodError: no method matching Random.Sampler(::Type{StableRNGs.LehmerRNG}, ::Random.SamplerType{Kmers.Kmer{BioSequences.DNAAlphabet{2}, 64}}, ::Val{1}) This error has been manually thrown, explicitly, so the method may exist but be intentionally marked as unimplemented. Closest candidates are: Random.Sampler(::Type{<:Random.AbstractRNG}, ::Random.Sampler, ::Union{Val{1}, Val{Inf}}) @ Random /opt/julia/share/julia/stdlib/v1.14/Random/src/Random.jl:149 Random.Sampler(::Type{<:Random.AbstractRNG}, ::Any, ::Union{Val{1}, Val{Inf}}) @ Random /opt/julia/share/julia/stdlib/v1.14/Random/src/Random.jl:190 Random.Sampler(::Type{StableRNGs.LehmerRNG}, !Matched::AbstractUnitRange{UInt16}, ::Union{Val{1}, Val{Inf}}) @ StableRNGs ~/.julia/packages/StableRNGs/yMYQp/src/StableRNGs.jl:137 ... Stacktrace: [1] Random.Sampler(T::Type{StableRNGs.LehmerRNG}, sp::Random.SamplerType{Kmers.Kmer{BioSequences.DNAAlphabet{2}, 64}}, r::Val{1}) @ Random /opt/julia/share/julia/stdlib/v1.14/Random/src/Random.jl:149 [2] Random.Sampler(rng::StableRNGs.LehmerRNG, x::Random.SamplerType{Kmers.Kmer{BioSequences.DNAAlphabet{2}, 64}}, r::Val{1}) @ Random /opt/julia/share/julia/stdlib/v1.14/Random/src/Random.jl:143 [3] rand(rng::StableRNGs.LehmerRNG, X::Random.SamplerType{Kmers.Kmer{BioSequences.DNAAlphabet{2}, 64}}) @ Random /opt/julia/share/julia/stdlib/v1.14/Random/src/Random.jl:262 [4] rand(rng::StableRNGs.LehmerRNG, ::Type{Kmers.Kmer{BioSequences.DNAAlphabet{2}, 64}}) @ Random /opt/julia/share/julia/stdlib/v1.14/Random/src/Random.jl:265 [5] top-level scope @ ~/.julia/packages/Kmers/SM8Rg/test/runtests.jl:975 [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1995 [inlined] [7] macro expansion @ ~/.julia/packages/Kmers/SM8Rg/test/runtests.jl:976 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1995 [inlined] [9] macro expansion @ ~/.julia/packages/Kmers/SM8Rg/test/runtests.jl:983 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:770 [inlined] Incomplete alphabets: Error During Test at /home/pkgeval/.julia/packages/Kmers/SM8Rg/test/runtests.jl:988 Test threw exception Expression: rand(StableRNG(SEED), AAKmer{10}) == mer"WFTEYAFNSW"a MethodError: no method matching Random.Sampler(::Type{StableRNGs.LehmerRNG}, ::Random.SamplerType{Kmers.Kmer{BioSequences.AminoAcidAlphabet, 10}}, ::Val{1}) This error has been manually thrown, explicitly, so the method may exist but be intentionally marked as unimplemented. Closest candidates are: Random.Sampler(::Type{<:Random.AbstractRNG}, ::Random.Sampler, ::Union{Val{1}, Val{Inf}}) @ Random /opt/julia/share/julia/stdlib/v1.14/Random/src/Random.jl:149 Random.Sampler(::Type{<:Random.AbstractRNG}, ::Any, ::Union{Val{1}, Val{Inf}}) @ Random /opt/julia/share/julia/stdlib/v1.14/Random/src/Random.jl:190 Random.Sampler(::Type{StableRNGs.LehmerRNG}, !Matched::AbstractUnitRange{UInt16}, ::Union{Val{1}, Val{Inf}}) @ StableRNGs ~/.julia/packages/StableRNGs/yMYQp/src/StableRNGs.jl:137 ... Stacktrace: [1] Random.Sampler(T::Type{StableRNGs.LehmerRNG}, sp::Random.SamplerType{Kmers.Kmer{BioSequences.AminoAcidAlphabet, 10}}, r::Val{1}) @ Random /opt/julia/share/julia/stdlib/v1.14/Random/src/Random.jl:149 [2] Random.Sampler(rng::StableRNGs.LehmerRNG, x::Random.SamplerType{Kmers.Kmer{BioSequences.AminoAcidAlphabet, 10}}, r::Val{1}) @ Random /opt/julia/share/julia/stdlib/v1.14/Random/src/Random.jl:143 [3] rand(rng::StableRNGs.LehmerRNG, X::Random.SamplerType{Kmers.Kmer{BioSequences.AminoAcidAlphabet, 10}}) @ Random /opt/julia/share/julia/stdlib/v1.14/Random/src/Random.jl:262 [4] rand(rng::StableRNGs.LehmerRNG, ::Type{Kmers.Kmer{BioSequences.AminoAcidAlphabet, 10}}) @ Random /opt/julia/share/julia/stdlib/v1.14/Random/src/Random.jl:265 [5] top-level scope @ ~/.julia/packages/Kmers/SM8Rg/test/runtests.jl:975 [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1995 [inlined] [7] macro expansion @ ~/.julia/packages/Kmers/SM8Rg/test/runtests.jl:988 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1995 [inlined] [9] macro expansion @ ~/.julia/packages/Kmers/SM8Rg/test/runtests.jl:988 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:770 [inlined] Incomplete alphabets: Error During Test at /home/pkgeval/.julia/packages/Kmers/SM8Rg/test/runtests.jl:989 Test threw exception Expression: rand(StableRNG(SEED), AAKmer{0, 0}) == mer""a MethodError: no method matching Random.Sampler(::Type{StableRNGs.LehmerRNG}, ::Random.SamplerType{Kmers.Kmer{BioSequences.AminoAcidAlphabet, 0, 0}}, ::Val{1}) This error has been manually thrown, explicitly, so the method may exist but be intentionally marked as unimplemented. Closest candidates are: Random.Sampler(::Type{<:Random.AbstractRNG}, ::Random.Sampler, ::Union{Val{1}, Val{Inf}}) @ Random /opt/julia/share/julia/stdlib/v1.14/Random/src/Random.jl:149 Random.Sampler(::Type{<:Random.AbstractRNG}, ::Any, ::Union{Val{1}, Val{Inf}}) @ Random /opt/julia/share/julia/stdlib/v1.14/Random/src/Random.jl:190 Random.Sampler(::Type{StableRNGs.LehmerRNG}, !Matched::AbstractUnitRange{UInt16}, ::Union{Val{1}, Val{Inf}}) @ StableRNGs ~/.julia/packages/StableRNGs/yMYQp/src/StableRNGs.jl:137 ... Stacktrace: [1] Random.Sampler(T::Type{StableRNGs.LehmerRNG}, sp::Random.SamplerType{Kmers.Kmer{BioSequences.AminoAcidAlphabet, 0, 0}}, r::Val{1}) @ Random /opt/julia/share/julia/stdlib/v1.14/Random/src/Random.jl:149 [2] Random.Sampler(rng::StableRNGs.LehmerRNG, x::Random.SamplerType{Kmers.Kmer{BioSequences.AminoAcidAlphabet, 0, 0}}, r::Val{1}) @ Random /opt/julia/share/julia/stdlib/v1.14/Random/src/Random.jl:143 [3] rand(rng::StableRNGs.LehmerRNG, X::Random.SamplerType{Kmers.Kmer{BioSequences.AminoAcidAlphabet, 0, 0}}) @ Random /opt/julia/share/julia/stdlib/v1.14/Random/src/Random.jl:262 [4] rand(rng::StableRNGs.LehmerRNG, ::Type{Kmers.Kmer{BioSequences.AminoAcidAlphabet, 0, 0}}) @ Random /opt/julia/share/julia/stdlib/v1.14/Random/src/Random.jl:265 [5] top-level scope @ ~/.julia/packages/Kmers/SM8Rg/test/runtests.jl:975 [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1995 [inlined] [7] macro expansion @ ~/.julia/packages/Kmers/SM8Rg/test/runtests.jl:988 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1995 [inlined] [9] macro expansion @ ~/.julia/packages/Kmers/SM8Rg/test/runtests.jl:989 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:770 [inlined] Incomplete alphabets: Error During Test at /home/pkgeval/.julia/packages/Kmers/SM8Rg/test/runtests.jl:990 Test threw exception Expression: rand(StableRNG(SEED), AAKmer{16}) == mer"WFTEYAFNSWVMQHLS"a MethodError: no method matching Random.Sampler(::Type{StableRNGs.LehmerRNG}, ::Random.SamplerType{Kmers.Kmer{BioSequences.AminoAcidAlphabet, 16}}, ::Val{1}) This error has been manually thrown, explicitly, so the method may exist but be intentionally marked as unimplemented. Closest candidates are: Random.Sampler(::Type{<:Random.AbstractRNG}, ::Random.Sampler, ::Union{Val{1}, Val{Inf}}) @ Random /opt/julia/share/julia/stdlib/v1.14/Random/src/Random.jl:149 Random.Sampler(::Type{<:Random.AbstractRNG}, ::Any, ::Union{Val{1}, Val{Inf}}) @ Random /opt/julia/share/julia/stdlib/v1.14/Random/src/Random.jl:190 Random.Sampler(::Type{StableRNGs.LehmerRNG}, !Matched::AbstractUnitRange{UInt16}, ::Union{Val{1}, Val{Inf}}) @ StableRNGs ~/.julia/packages/StableRNGs/yMYQp/src/StableRNGs.jl:137 ... Stacktrace: [1] Random.Sampler(T::Type{StableRNGs.LehmerRNG}, sp::Random.SamplerType{Kmers.Kmer{BioSequences.AminoAcidAlphabet, 16}}, r::Val{1}) @ Random /opt/julia/share/julia/stdlib/v1.14/Random/src/Random.jl:149 [2] Random.Sampler(rng::StableRNGs.LehmerRNG, x::Random.SamplerType{Kmers.Kmer{BioSequences.AminoAcidAlphabet, 16}}, r::Val{1}) @ Random /opt/julia/share/julia/stdlib/v1.14/Random/src/Random.jl:143 [3] rand(rng::StableRNGs.LehmerRNG, X::Random.SamplerType{Kmers.Kmer{BioSequences.AminoAcidAlphabet, 16}}) @ Random /opt/julia/share/julia/stdlib/v1.14/Random/src/Random.jl:262 [4] rand(rng::StableRNGs.LehmerRNG, ::Type{Kmers.Kmer{BioSequences.AminoAcidAlphabet, 16}}) @ Random /opt/julia/share/julia/stdlib/v1.14/Random/src/Random.jl:265 [5] top-level scope @ ~/.julia/packages/Kmers/SM8Rg/test/runtests.jl:975 [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1995 [inlined] [7] macro expansion @ ~/.julia/packages/Kmers/SM8Rg/test/runtests.jl:988 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1995 [inlined] [9] macro expansion @ ~/.julia/packages/Kmers/SM8Rg/test/runtests.jl:990 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:770 [inlined] Four-bit alphabets: Error During Test at /home/pkgeval/.julia/packages/Kmers/SM8Rg/test/runtests.jl:994 Test threw exception Expression: rand(StableRNG(SEED), Kmer{DNAAlphabet{4}, 12}) == Kmer{DNAAlphabet{4}, 12}("GGCGCTGAAATG") MethodError: no method matching Random.Sampler(::Type{StableRNGs.LehmerRNG}, ::Random.SamplerType{Kmers.Mer{12, BioSequences.DNAAlphabet{4}}}, ::Val{1}) This error has been manually thrown, explicitly, so the method may exist but be intentionally marked as unimplemented. Closest candidates are: Random.Sampler(::Type{<:Random.AbstractRNG}, ::Random.Sampler, ::Union{Val{1}, Val{Inf}}) @ Random /opt/julia/share/julia/stdlib/v1.14/Random/src/Random.jl:149 Random.Sampler(::Type{<:Random.AbstractRNG}, ::Any, ::Union{Val{1}, Val{Inf}}) @ Random /opt/julia/share/julia/stdlib/v1.14/Random/src/Random.jl:190 Random.Sampler(::Type{StableRNGs.LehmerRNG}, !Matched::AbstractUnitRange{UInt16}, ::Union{Val{1}, Val{Inf}}) @ StableRNGs ~/.julia/packages/StableRNGs/yMYQp/src/StableRNGs.jl:137 ... Stacktrace: [1] Random.Sampler(T::Type{StableRNGs.LehmerRNG}, sp::Random.SamplerType{Kmers.Mer{12, BioSequences.DNAAlphabet{4}}}, r::Val{1}) @ Random /opt/julia/share/julia/stdlib/v1.14/Random/src/Random.jl:149 [2] Random.Sampler(rng::StableRNGs.LehmerRNG, x::Random.SamplerType{Kmers.Mer{12, BioSequences.DNAAlphabet{4}}}, r::Val{1}) @ Random /opt/julia/share/julia/stdlib/v1.14/Random/src/Random.jl:143 [3] rand(rng::StableRNGs.LehmerRNG, X::Random.SamplerType{Kmers.Mer{12, BioSequences.DNAAlphabet{4}}}) @ Random /opt/julia/share/julia/stdlib/v1.14/Random/src/Random.jl:262 [4] rand(rng::StableRNGs.LehmerRNG, ::Type{Kmers.Mer{12, BioSequences.DNAAlphabet{4}}}) @ Random /opt/julia/share/julia/stdlib/v1.14/Random/src/Random.jl:265 [5] top-level scope @ ~/.julia/packages/Kmers/SM8Rg/test/runtests.jl:975 [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1995 [inlined] [7] macro expansion @ ~/.julia/packages/Kmers/SM8Rg/test/runtests.jl:994 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1995 [inlined] [9] macro expansion @ ~/.julia/packages/Kmers/SM8Rg/test/runtests.jl:994 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:770 [inlined] Four-bit alphabets: Error During Test at /home/pkgeval/.julia/packages/Kmers/SM8Rg/test/runtests.jl:996 Test threw exception Expression: rand(StableRNG(SEED), Kmer{RNAAlphabet{4}, 12}) == Kmer{RNAAlphabet{4}, 12}("GGCGCUGAAAUG") MethodError: no method matching Random.Sampler(::Type{StableRNGs.LehmerRNG}, ::Random.SamplerType{Kmers.Mer{12, BioSequences.RNAAlphabet{4}}}, ::Val{1}) This error has been manually thrown, explicitly, so the method may exist but be intentionally marked as unimplemented. Closest candidates are: Random.Sampler(::Type{<:Random.AbstractRNG}, ::Random.Sampler, ::Union{Val{1}, Val{Inf}}) @ Random /opt/julia/share/julia/stdlib/v1.14/Random/src/Random.jl:149 Random.Sampler(::Type{<:Random.AbstractRNG}, ::Any, ::Union{Val{1}, Val{Inf}}) @ Random /opt/julia/share/julia/stdlib/v1.14/Random/src/Random.jl:190 Random.Sampler(::Type{StableRNGs.LehmerRNG}, !Matched::AbstractUnitRange{UInt16}, ::Union{Val{1}, Val{Inf}}) @ StableRNGs ~/.julia/packages/StableRNGs/yMYQp/src/StableRNGs.jl:137 ... Stacktrace: [1] Random.Sampler(T::Type{StableRNGs.LehmerRNG}, sp::Random.SamplerType{Kmers.Mer{12, BioSequences.RNAAlphabet{4}}}, r::Val{1}) @ Random /opt/julia/share/julia/stdlib/v1.14/Random/src/Random.jl:149 [2] Random.Sampler(rng::StableRNGs.LehmerRNG, x::Random.SamplerType{Kmers.Mer{12, BioSequences.RNAAlphabet{4}}}, r::Val{1}) @ Random /opt/julia/share/julia/stdlib/v1.14/Random/src/Random.jl:143 [3] rand(rng::StableRNGs.LehmerRNG, X::Random.SamplerType{Kmers.Mer{12, BioSequences.RNAAlphabet{4}}}) @ Random /opt/julia/share/julia/stdlib/v1.14/Random/src/Random.jl:262 [4] rand(rng::StableRNGs.LehmerRNG, ::Type{Kmers.Mer{12, BioSequences.RNAAlphabet{4}}}) @ Random /opt/julia/share/julia/stdlib/v1.14/Random/src/Random.jl:265 [5] top-level scope @ ~/.julia/packages/Kmers/SM8Rg/test/runtests.jl:975 [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1995 [inlined] [7] macro expansion @ ~/.julia/packages/Kmers/SM8Rg/test/runtests.jl:994 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1995 [inlined] [9] macro expansion @ ~/.julia/packages/Kmers/SM8Rg/test/runtests.jl:996 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:770 [inlined] Four-bit alphabets: Error During Test at /home/pkgeval/.julia/packages/Kmers/SM8Rg/test/runtests.jl:998 Test threw exception Expression: rand(StableRNG(SEED), Kmer{RNAAlphabet{4}, 33}) == Kmer{RNAAlphabet{4}, 33}("GGGACGGCGCUGAAAUGAAAGCCGGAACUAGUA") MethodError: no method matching Random.Sampler(::Type{StableRNGs.LehmerRNG}, ::Random.SamplerType{Kmers.Mer{33, BioSequences.RNAAlphabet{4}}}, ::Val{1}) This error has been manually thrown, explicitly, so the method may exist but be intentionally marked as unimplemented. Closest candidates are: Random.Sampler(::Type{<:Random.AbstractRNG}, ::Random.Sampler, ::Union{Val{1}, Val{Inf}}) @ Random /opt/julia/share/julia/stdlib/v1.14/Random/src/Random.jl:149 Random.Sampler(::Type{<:Random.AbstractRNG}, ::Any, ::Union{Val{1}, Val{Inf}}) @ Random /opt/julia/share/julia/stdlib/v1.14/Random/src/Random.jl:190 Random.Sampler(::Type{StableRNGs.LehmerRNG}, !Matched::AbstractUnitRange{UInt16}, ::Union{Val{1}, Val{Inf}}) @ StableRNGs ~/.julia/packages/StableRNGs/yMYQp/src/StableRNGs.jl:137 ... Stacktrace: [1] Random.Sampler(T::Type{StableRNGs.LehmerRNG}, sp::Random.SamplerType{Kmers.Mer{33, BioSequences.RNAAlphabet{4}}}, r::Val{1}) @ Random /opt/julia/share/julia/stdlib/v1.14/Random/src/Random.jl:149 [2] Random.Sampler(rng::StableRNGs.LehmerRNG, x::Random.SamplerType{Kmers.Mer{33, BioSequences.RNAAlphabet{4}}}, r::Val{1}) @ Random /opt/julia/share/julia/stdlib/v1.14/Random/src/Random.jl:143 [3] rand(rng::StableRNGs.LehmerRNG, X::Random.SamplerType{Kmers.Mer{33, BioSequences.RNAAlphabet{4}}}) @ Random /opt/julia/share/julia/stdlib/v1.14/Random/src/Random.jl:262 [4] rand(rng::StableRNGs.LehmerRNG, ::Type{Kmers.Mer{33, BioSequences.RNAAlphabet{4}}}) @ Random /opt/julia/share/julia/stdlib/v1.14/Random/src/Random.jl:265 [5] top-level scope @ ~/.julia/packages/Kmers/SM8Rg/test/runtests.jl:975 [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1995 [inlined] [7] macro expansion @ ~/.julia/packages/Kmers/SM8Rg/test/runtests.jl:994 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1995 [inlined] [9] macro expansion @ ~/.julia/packages/Kmers/SM8Rg/test/runtests.jl:998 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:770 [inlined] Four-bit alphabets: Error During Test at /home/pkgeval/.julia/packages/Kmers/SM8Rg/test/runtests.jl:1000 Test threw exception Expression: rand(StableRNG(SEED), Kmer{RNAAlphabet{4}, 32}) == Kmer{RNAAlphabet{4}, 32}("AAAGCCGGAACUAGUAGGACGGCGCUGAAAUG") MethodError: no method matching Random.Sampler(::Type{StableRNGs.LehmerRNG}, ::Random.SamplerType{Kmers.Mer{32, BioSequences.RNAAlphabet{4}}}, ::Val{1}) This error has been manually thrown, explicitly, so the method may exist but be intentionally marked as unimplemented. Closest candidates are: Random.Sampler(::Type{<:Random.AbstractRNG}, ::Random.Sampler, ::Union{Val{1}, Val{Inf}}) @ Random /opt/julia/share/julia/stdlib/v1.14/Random/src/Random.jl:149 Random.Sampler(::Type{<:Random.AbstractRNG}, ::Any, ::Union{Val{1}, Val{Inf}}) @ Random /opt/julia/share/julia/stdlib/v1.14/Random/src/Random.jl:190 Random.Sampler(::Type{StableRNGs.LehmerRNG}, !Matched::AbstractUnitRange{UInt16}, ::Union{Val{1}, Val{Inf}}) @ StableRNGs ~/.julia/packages/StableRNGs/yMYQp/src/StableRNGs.jl:137 ... Stacktrace: [1] Random.Sampler(T::Type{StableRNGs.LehmerRNG}, sp::Random.SamplerType{Kmers.Mer{32, BioSequences.RNAAlphabet{4}}}, r::Val{1}) @ Random /opt/julia/share/julia/stdlib/v1.14/Random/src/Random.jl:149 [2] Random.Sampler(rng::StableRNGs.LehmerRNG, x::Random.SamplerType{Kmers.Mer{32, BioSequences.RNAAlphabet{4}}}, r::Val{1}) @ Random /opt/julia/share/julia/stdlib/v1.14/Random/src/Random.jl:143 [3] rand(rng::StableRNGs.LehmerRNG, X::Random.SamplerType{Kmers.Mer{32, BioSequences.RNAAlphabet{4}}}) @ Random /opt/julia/share/julia/stdlib/v1.14/Random/src/Random.jl:262 [4] rand(rng::StableRNGs.LehmerRNG, ::Type{Kmers.Mer{32, BioSequences.RNAAlphabet{4}}}) @ Random /opt/julia/share/julia/stdlib/v1.14/Random/src/Random.jl:265 [5] top-level scope @ ~/.julia/packages/Kmers/SM8Rg/test/runtests.jl:975 [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1995 [inlined] [7] macro expansion @ ~/.julia/packages/Kmers/SM8Rg/test/runtests.jl:994 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1995 [inlined] [9] macro expansion @ ~/.julia/packages/Kmers/SM8Rg/test/runtests.jl:1000 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:770 [inlined] Custom alphabets: Error During Test at /home/pkgeval/.julia/packages/Kmers/SM8Rg/test/runtests.jl:1005 Test threw exception Expression: rand(StableRNG(SEED), Kmer{CharAlphabet, 7}) == Kmer{CharAlphabet, 7}("~t2\$0\x037") MethodError: no method matching Random.Sampler(::Type{StableRNGs.LehmerRNG}, ::Random.SamplerType{Kmers.Mer{7, Main.TestKmers.CharAlphabet}}, ::Val{1}) This error has been manually thrown, explicitly, so the method may exist but be intentionally marked as unimplemented. Closest candidates are: Random.Sampler(::Type{<:Random.AbstractRNG}, ::Random.Sampler, ::Union{Val{1}, Val{Inf}}) @ Random /opt/julia/share/julia/stdlib/v1.14/Random/src/Random.jl:149 Random.Sampler(::Type{<:Random.AbstractRNG}, ::Any, ::Union{Val{1}, Val{Inf}}) @ Random /opt/julia/share/julia/stdlib/v1.14/Random/src/Random.jl:190 Random.Sampler(::Type{StableRNGs.LehmerRNG}, !Matched::AbstractUnitRange{UInt16}, ::Union{Val{1}, Val{Inf}}) @ StableRNGs ~/.julia/packages/StableRNGs/yMYQp/src/StableRNGs.jl:137 ... Stacktrace: [1] Random.Sampler(T::Type{StableRNGs.LehmerRNG}, sp::Random.SamplerType{Kmers.Mer{7, Main.TestKmers.CharAlphabet}}, r::Val{1}) @ Random /opt/julia/share/julia/stdlib/v1.14/Random/src/Random.jl:149 [2] Random.Sampler(rng::StableRNGs.LehmerRNG, x::Random.SamplerType{Kmers.Mer{7, Main.TestKmers.CharAlphabet}}, r::Val{1}) @ Random /opt/julia/share/julia/stdlib/v1.14/Random/src/Random.jl:143 [3] rand(rng::StableRNGs.LehmerRNG, X::Random.SamplerType{Kmers.Mer{7, Main.TestKmers.CharAlphabet}}) @ Random /opt/julia/share/julia/stdlib/v1.14/Random/src/Random.jl:262 [4] rand(rng::StableRNGs.LehmerRNG, ::Type{Kmers.Mer{7, Main.TestKmers.CharAlphabet}}) @ Random /opt/julia/share/julia/stdlib/v1.14/Random/src/Random.jl:265 [5] top-level scope @ ~/.julia/packages/Kmers/SM8Rg/test/runtests.jl:975 [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1995 [inlined] [7] macro expansion @ ~/.julia/packages/Kmers/SM8Rg/test/runtests.jl:1005 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1995 [inlined] [9] macro expansion @ ~/.julia/packages/Kmers/SM8Rg/test/runtests.jl:1005 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:770 [inlined] Custom alphabets: Error During Test at /home/pkgeval/.julia/packages/Kmers/SM8Rg/test/runtests.jl:1007 Test threw exception Expression: rand(StableRNG(SEED), Kmer{CharAlphabet, 0}) == Kmer{CharAlphabet, 0}("") MethodError: no method matching Random.Sampler(::Type{StableRNGs.LehmerRNG}, ::Random.SamplerType{Kmers.Mer{0, Main.TestKmers.CharAlphabet}}, ::Val{1}) This error has been manually thrown, explicitly, so the method may exist but be intentionally marked as unimplemented. Closest candidates are: Random.Sampler(::Type{<:Random.AbstractRNG}, ::Random.Sampler, ::Union{Val{1}, Val{Inf}}) @ Random /opt/julia/share/julia/stdlib/v1.14/Random/src/Random.jl:149 Random.Sampler(::Type{<:Random.AbstractRNG}, ::Any, ::Union{Val{1}, Val{Inf}}) @ Random /opt/julia/share/julia/stdlib/v1.14/Random/src/Random.jl:190 Random.Sampler(::Type{StableRNGs.LehmerRNG}, !Matched::AbstractUnitRange{UInt16}, ::Union{Val{1}, Val{Inf}}) @ StableRNGs ~/.julia/packages/StableRNGs/yMYQp/src/StableRNGs.jl:137 ... Stacktrace: [1] Random.Sampler(T::Type{StableRNGs.LehmerRNG}, sp::Random.SamplerType{Kmers.Mer{0, Main.TestKmers.CharAlphabet}}, r::Val{1}) @ Random /opt/julia/share/julia/stdlib/v1.14/Random/src/Random.jl:149 [2] Random.Sampler(rng::StableRNGs.LehmerRNG, x::Random.SamplerType{Kmers.Mer{0, Main.TestKmers.CharAlphabet}}, r::Val{1}) @ Random /opt/julia/share/julia/stdlib/v1.14/Random/src/Random.jl:143 [3] rand(rng::StableRNGs.LehmerRNG, X::Random.SamplerType{Kmers.Mer{0, Main.TestKmers.CharAlphabet}}) @ Random /opt/julia/share/julia/stdlib/v1.14/Random/src/Random.jl:262 [4] rand(rng::StableRNGs.LehmerRNG, ::Type{Kmers.Mer{0, Main.TestKmers.CharAlphabet}}) @ Random /opt/julia/share/julia/stdlib/v1.14/Random/src/Random.jl:265 [5] top-level scope @ ~/.julia/packages/Kmers/SM8Rg/test/runtests.jl:975 [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1995 [inlined] [7] macro expansion @ ~/.julia/packages/Kmers/SM8Rg/test/runtests.jl:1005 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1995 [inlined] [9] macro expansion @ ~/.julia/packages/Kmers/SM8Rg/test/runtests.jl:1007 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:770 [inlined] Custom alphabets: Error During Test at /home/pkgeval/.julia/packages/Kmers/SM8Rg/test/runtests.jl:1009 Test threw exception Expression: rand(StableRNG(SEED), Kmer{CharAlphabet, 51}) == Kmer{CharAlphabet, 51}("~t2\$0\x0373@\$K8/Ryuz\x144\x18x\e\x11\nmW&[{\tO7XY'O\r?\0c2P\n=\x03^)Bu\x02s") MethodError: no method matching Random.Sampler(::Type{StableRNGs.LehmerRNG}, ::Random.SamplerType{Kmers.Mer{51, Main.TestKmers.CharAlphabet}}, ::Val{1}) This error has been manually thrown, explicitly, so the method may exist but be intentionally marked as unimplemented. Closest candidates are: Random.Sampler(::Type{<:Random.AbstractRNG}, ::Random.Sampler, ::Union{Val{1}, Val{Inf}}) @ Random /opt/julia/share/julia/stdlib/v1.14/Random/src/Random.jl:149 Random.Sampler(::Type{<:Random.AbstractRNG}, ::Any, ::Union{Val{1}, Val{Inf}}) @ Random /opt/julia/share/julia/stdlib/v1.14/Random/src/Random.jl:190 Random.Sampler(::Type{StableRNGs.LehmerRNG}, !Matched::AbstractUnitRange{UInt16}, ::Union{Val{1}, Val{Inf}}) @ StableRNGs ~/.julia/packages/StableRNGs/yMYQp/src/StableRNGs.jl:137 ... Stacktrace: [1] Random.Sampler(T::Type{StableRNGs.LehmerRNG}, sp::Random.SamplerType{Kmers.Mer{51, Main.TestKmers.CharAlphabet}}, r::Val{1}) @ Random /opt/julia/share/julia/stdlib/v1.14/Random/src/Random.jl:149 [2] Random.Sampler(rng::StableRNGs.LehmerRNG, x::Random.SamplerType{Kmers.Mer{51, Main.TestKmers.CharAlphabet}}, r::Val{1}) @ Random /opt/julia/share/julia/stdlib/v1.14/Random/src/Random.jl:143 [3] rand(rng::StableRNGs.LehmerRNG, X::Random.SamplerType{Kmers.Mer{51, Main.TestKmers.CharAlphabet}}) @ Random /opt/julia/share/julia/stdlib/v1.14/Random/src/Random.jl:262 [4] rand(rng::StableRNGs.LehmerRNG, ::Type{Kmers.Mer{51, Main.TestKmers.CharAlphabet}}) @ Random /opt/julia/share/julia/stdlib/v1.14/Random/src/Random.jl:265 [5] top-level scope @ ~/.julia/packages/Kmers/SM8Rg/test/runtests.jl:975 [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1995 [inlined] [7] macro expansion @ ~/.julia/packages/Kmers/SM8Rg/test/runtests.jl:1005 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1995 [inlined] [9] macro expansion @ ~/.julia/packages/Kmers/SM8Rg/test/runtests.jl:1009 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:770 [inlined] Instances: Error During Test at /home/pkgeval/.julia/packages/Kmers/SM8Rg/test/runtests.jl:1015 Test threw exception Expression: rand(StableRNG(SEED), mer"PKWSJMVTYWB"a) == AA_J MethodError: no method matching Random.Sampler(::Type{StableRNGs.LehmerRNG}, ::Random.SamplerTrivial{Kmers.Kmer{BioSequences.AminoAcidAlphabet, 11, 2}, BioSymbols.AminoAcid}, ::Val{1}) This error has been manually thrown, explicitly, so the method may exist but be intentionally marked as unimplemented. Closest candidates are: Random.Sampler(::Type{<:Random.AbstractRNG}, ::Random.Sampler, ::Union{Val{1}, Val{Inf}}) @ Random /opt/julia/share/julia/stdlib/v1.14/Random/src/Random.jl:149 Random.Sampler(::Type{<:Random.AbstractRNG}, ::Any, ::Union{Val{1}, Val{Inf}}) @ Random /opt/julia/share/julia/stdlib/v1.14/Random/src/Random.jl:190 Random.Sampler(::Type{StableRNGs.LehmerRNG}, !Matched::AbstractUnitRange{UInt16}, ::Union{Val{1}, Val{Inf}}) @ StableRNGs ~/.julia/packages/StableRNGs/yMYQp/src/StableRNGs.jl:137 ... Stacktrace: [1] Random.Sampler(T::Type{StableRNGs.LehmerRNG}, sp::Random.SamplerTrivial{Kmers.Kmer{BioSequences.AminoAcidAlphabet, 11, 2}, BioSymbols.AminoAcid}, r::Val{1}) @ Random /opt/julia/share/julia/stdlib/v1.14/Random/src/Random.jl:149 [2] Random.Sampler(rng::StableRNGs.LehmerRNG, x::Random.SamplerTrivial{Kmers.Kmer{BioSequences.AminoAcidAlphabet, 11, 2}, BioSymbols.AminoAcid}, r::Val{1}) @ Random /opt/julia/share/julia/stdlib/v1.14/Random/src/Random.jl:143 [3] rand(rng::StableRNGs.LehmerRNG, X::Random.SamplerTrivial{Kmers.Kmer{BioSequences.AminoAcidAlphabet, 11, 2}, BioSymbols.AminoAcid}) @ Random /opt/julia/share/julia/stdlib/v1.14/Random/src/Random.jl:262 [4] rand(rng::StableRNGs.LehmerRNG, X::Kmers.Kmer{BioSequences.AminoAcidAlphabet, 11, 2}) @ Random /opt/julia/share/julia/stdlib/v1.14/Random/src/Random.jl:262 [5] top-level scope @ ~/.julia/packages/Kmers/SM8Rg/test/runtests.jl:975 [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1995 [inlined] [7] macro expansion @ ~/.julia/packages/Kmers/SM8Rg/test/runtests.jl:1015 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1995 [inlined] [9] macro expansion @ ~/.julia/packages/Kmers/SM8Rg/test/runtests.jl:1015 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:770 [inlined] Test Summary: | Error Total Time Random kmers | 18 18 8.7s Complete alphabets | 7 7 5.4s Incomplete alphabets | 3 3 0.8s Four-bit alphabets | 4 4 1.2s Custom alphabets | 3 3 0.9s Instances | 1 1 0.4s RNG of the outermost testset: Random.Xoshiro(0xb34a998332629a15, 0xb7fb431b1b1097bb, 0xd6ff9947bc802118, 0xc9a7f74085fcb951, 0x91d223fedbfe17f5) ERROR: LoadError: Some tests did not pass: 0 passed, 0 failed, 18 errored, 0 broken. in expression starting at /home/pkgeval/.julia/packages/Kmers/SM8Rg/test/runtests.jl:1 Testing failed after 161.91s ERROR: LoadError: Package Kmers 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:3067 [3] test @ /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Operations.jl:2916 [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 206.57s: package fails to precompile