Package evaluation to test StrBase on Julia 1.14.0-DEV.24 (d5fb6bbb43*) started at 2025-11-02T13:02:07.159 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 6.89s ################################################################################ # Installation # Installing StrBase... Resolving package versions... Updating `~/.julia/environments/v1.14/Project.toml` [e79e7a6a] + StrBase v1.1.5 Updating `~/.julia/environments/v1.14/Manifest.toml` [cb9422de] + CharSetEncodings v1.0.0 [c13fa7b1] + ChrBase v1.0.4 [5cb8414e] + ModuleInterfaceTools v1.0.1 [b10b62ed] + MurmurHash3 v1.2.0 [69e7dfc3] + StrAPI v1.1.0 [e79e7a6a] + StrBase v1.1.5 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v1.0.0 [4ec0a83e] + Unicode v1.11.0 Installation completed after 0.7s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... ┌ Error: Failed to use TestEnv.jl; test dependencies will not be precompiled │ exception = │ UndefVarError: `project_rel_path` not defined in `TestEnv` │ Suggestion: this global was defined as `Pkg.Operations.project_rel_path` but not assigned a value. │ Stacktrace: │ [1] get_test_dir(ctx::Pkg.Types.Context, pkgspec::PackageSpec) │ @ TestEnv ~/.julia/packages/TestEnv/nGMfF/src/julia-1.11/common.jl:75 │ [2] test_dir_has_project_file │ @ ~/.julia/packages/TestEnv/nGMfF/src/julia-1.11/common.jl:52 [inlined] │ [3] maybe_gen_project_override! │ @ ~/.julia/packages/TestEnv/nGMfF/src/julia-1.11/common.jl:83 [inlined] │ [4] activate(pkg::String; allow_reresolve::Bool) │ @ TestEnv ~/.julia/packages/TestEnv/nGMfF/src/julia-1.11/activate_set.jl:12 │ [5] activate(pkg::String) │ @ TestEnv ~/.julia/packages/TestEnv/nGMfF/src/julia-1.11/activate_set.jl:9 │ [6] top-level scope │ @ /PkgEval.jl/scripts/precompile.jl:24 │ [7] include(mod::Module, _path::String) │ @ Base ./Base.jl:309 │ [8] exec_options(opts::Base.JLOptions) │ @ Base ./client.jl:344 │ [9] _start() │ @ Base ./client.jl:577 └ @ Main /PkgEval.jl/scripts/precompile.jl:26 Precompiling package dependencies... Precompiling packages... 4561.9 ms ✓ StrBase 1 dependency successfully precompiled in 5 seconds. 6 already precompiled. Precompilation completed after 13.96s ################################################################################ # Testing # Testing StrBase Status `/tmp/jl_F9Qhpo/Project.toml` [cb9422de] CharSetEncodings v1.0.0 [c13fa7b1] ChrBase v1.0.4 [5cb8414e] ModuleInterfaceTools v1.0.1 [b10b62ed] MurmurHash3 v1.2.0 [69e7dfc3] StrAPI v1.1.0 [e79e7a6a] StrBase v1.1.5 [9a3f8284] Random v1.11.0 [8dfed614] Test v1.11.0 [4ec0a83e] Unicode v1.11.0 Status `/tmp/jl_F9Qhpo/Manifest.toml` [cb9422de] CharSetEncodings v1.0.0 [c13fa7b1] ChrBase v1.0.4 [5cb8414e] ModuleInterfaceTools v1.0.1 [b10b62ed] MurmurHash3 v1.2.0 [69e7dfc3] StrAPI v1.1.0 [e79e7a6a] StrBase v1.1.5 [2a0f44e3] Base64 v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.12.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v1.0.0 [9e88b42a] Serialization v1.11.0 [f489334b] StyledStrings v1.11.0 [8dfed614] Test v1.11.0 [4ec0a83e] Unicode v1.11.0 Testing Running tests... Test Summary: | Pass Total Time string | 3 3 0.9s Test Summary: | Pass Total Time constructors | 5632 5632 7.0s Test Summary: | Pass Total Time legacy constructors | 2048 2048 2.7s Test Summary: | Pass Total Time empty strings | 7 7 0.2s Test Summary: | Pass Total Time casefold string: ASCIIStr | 1536 1536 0.4s Test Summary: | Pass Total Time casefold string: LatinStr | 3036 3036 0.3s Test Summary: | Pass Total Time casefold string: UCS2Str | 761856 761856 2.3s Test Summary: | Pass Total Time casefold string: UTF32Str | 13344768 13344768 34.0s Test Summary: | Pass Total Time casefold string: UniStr | 13344768 13344768 33.6s Test Summary: | Pass Total Time casefold string: UTF8Str | 13344768 13344768 34.3s Test Summary: | Pass Total Time casefold string: UTF16Str | 13344768 13344768 34.2s Test Summary: | Pass Total Time {starts,ends}_with | 22446 22446 25.8s Vector{Int16} Test Summary: | Pass Total Time Basic String Tests: String, Char | 835612 835612 1m50.6s Vector{Int16} Test Summary: | Pass Total Time Basic String Tests: UTF8Str, UTF32Chr | 835069 835069 1m38.6s Test Summary: | Pass Total Time Binary String Tests: BinaryStr | 91 91 0.2s Test Summary: | Pass Total Time Binary String Tests: Text1Str | 91 91 0.2s Test Summary: | Pass Total Time Binary String Tests: String | 91 91 0.2s Test Summary: | Pass Total Time issue #6027 - make symbol with invalid char | 4 4 0.4s Test Summary: | Pass Total Time invalid code point | 2 2 0.1s Test Summary: | Pass Total Time issue #24388 | 2 2 0.0s Test Summary: | Pass Total Time Unicode Strings | 1 1 0.1s Test Summary: | Pass Total Time CESU-8 sequences | 3145728 3145728 23.0s Test Summary: | Pass Total Time Reverse of UTF8 | 11 11 0.1s Test Summary: | Pass Total Time Issue 12268 | 24 24 0.6s Test Summary: | Pass Total Time Invalid sequences | 2247 2247 2.2s Test Summary: | Pass Total Time Valid sequences | 37 37 0.5s Test Summary: | Pass Total Time Bounds Errors | 12 12 0.2s Test Summary: | Pass Total Time UTF-16 tests | 7 7 0.6s Test Summary: | Pass Total Time UTF-32 tests | 5 5 0.1s Test Summary: | Pass Total Time Conversion errors | 35 35 0.6s Test Summary: | Pass Total Time Pointer functions | 32 32 0.2s Test Summary: | Pass Total Time Search functions | 3124 3124 20.3s Test ASCII substrings UTF8Str: Error During Test at /home/pkgeval/.julia/packages/StrBase/KUCz6/test/substr.jl:358 Got exception outside of a @test UndefVarError: `memhash_seed` not defined in `Base` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty @ ./Base_compiler.jl:50 [inlined] [2] hash(str::SubString{UTF8Str}, seed::UInt64) @ StrBase ~/.julia/packages/StrBase/KUCz6/src/hash.jl:61 [3] hash @ ./hashing.jl:40 [inlined] [4] hashindex @ ./dict.jl:129 [inlined] [5] ht_keyindex2_shorthash!(h::Dict{SubString{UTF8Str}, UTF8Str}, key::SubString{UTF8Str}) @ Base ./dict.jl:276 [6] setindex!(h::Dict{SubString{UTF8Str}, UTF8Str}, v0::UTF8Str, key::SubString{UTF8Str}) @ Base ./dict.jl:358 [7] Dict{SubString{UTF8Str}, UTF8Str}(kv::NTuple{6, Pair{SubString{UTF8Str}, UTF8Str}}) @ Base ./dict.jl:94 [8] Dict @ ./dict.jl:114 [inlined] [9] teststr(T::Type{UTF8Str}) @ Main ~/.julia/packages/StrBase/KUCz6/test/substr.jl:269 [10] macro expansion @ ~/.julia/packages/StrBase/KUCz6/test/substr.jl:359 [inlined] [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] [12] macro expansion @ ~/.julia/packages/StrBase/KUCz6/test/substr.jl:359 [inlined] [13] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] [14] top-level scope @ ~/.julia/packages/StrBase/KUCz6/test/substr.jl:352 [15] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:310 [16] top-level scope @ ~/.julia/packages/StrBase/KUCz6/test/runtests.jl:34 [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] [18] macro expansion @ ~/.julia/packages/StrBase/KUCz6/test/runtests.jl:34 [inlined] [19] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:310 [20] top-level scope @ none:6 [21] eval(m::Module, e::Any) @ Core ./boot.jl:489 [22] exec_options(opts::Base.JLOptions) @ Base ./client.jl:310 [23] _start() @ Base ./client.jl:577 Test ASCII substrings ASCIIStr: Error During Test at /home/pkgeval/.julia/packages/StrBase/KUCz6/test/substr.jl:358 Got exception outside of a @test UndefVarError: `memhash_seed` not defined in `Base` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty @ ./Base_compiler.jl:50 [inlined] [2] hash(str::SubString{ASCIIStr}, seed::UInt64) @ StrBase ~/.julia/packages/StrBase/KUCz6/src/hash.jl:61 [3] hash @ ./hashing.jl:40 [inlined] [4] hashindex @ ./dict.jl:129 [inlined] [5] ht_keyindex2_shorthash!(h::Dict{SubString{ASCIIStr}, ASCIIStr}, key::SubString{ASCIIStr}) @ Base ./dict.jl:276 [6] setindex!(h::Dict{SubString{ASCIIStr}, ASCIIStr}, v0::ASCIIStr, key::SubString{ASCIIStr}) @ Base ./dict.jl:358 [7] Dict{SubString{ASCIIStr}, ASCIIStr}(kv::NTuple{6, Pair{SubString{ASCIIStr}, ASCIIStr}}) @ Base ./dict.jl:94 [8] Dict @ ./dict.jl:114 [inlined] [9] teststr(T::Type{ASCIIStr}) @ Main ~/.julia/packages/StrBase/KUCz6/test/substr.jl:269 [10] macro expansion @ ~/.julia/packages/StrBase/KUCz6/test/substr.jl:359 [inlined] [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] [12] macro expansion @ ~/.julia/packages/StrBase/KUCz6/test/substr.jl:359 [inlined] [13] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] [14] top-level scope @ ~/.julia/packages/StrBase/KUCz6/test/substr.jl:352 [15] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:310 [16] top-level scope @ ~/.julia/packages/StrBase/KUCz6/test/runtests.jl:34 [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] [18] macro expansion @ ~/.julia/packages/StrBase/KUCz6/test/runtests.jl:34 [inlined] [19] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:310 [20] top-level scope @ none:6 [21] eval(m::Module, e::Any) @ Core ./boot.jl:489 [22] exec_options(opts::Base.JLOptions) @ Base ./client.jl:310 [23] _start() @ Base ./client.jl:577 Test ASCII substrings LatinStr: Error During Test at /home/pkgeval/.julia/packages/StrBase/KUCz6/test/substr.jl:358 Got exception outside of a @test UndefVarError: `memhash_seed` not defined in `Base` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty @ ./Base_compiler.jl:50 [inlined] [2] hash(str::SubString{LatinStr}, seed::UInt64) @ StrBase ~/.julia/packages/StrBase/KUCz6/src/hash.jl:55 [3] hash @ ./hashing.jl:40 [inlined] [4] hashindex @ ./dict.jl:129 [inlined] [5] ht_keyindex2_shorthash!(h::Dict{SubString{LatinStr}, LatinStr}, key::SubString{LatinStr}) @ Base ./dict.jl:276 [6] setindex!(h::Dict{SubString{LatinStr}, LatinStr}, v0::LatinStr, key::SubString{LatinStr}) @ Base ./dict.jl:358 [7] Dict{SubString{LatinStr}, LatinStr}(kv::NTuple{6, Pair{SubString{LatinStr}, LatinStr}}) @ Base ./dict.jl:94 [8] Dict @ ./dict.jl:114 [inlined] [9] teststr(T::Type{LatinStr}) @ Main ~/.julia/packages/StrBase/KUCz6/test/substr.jl:269 [10] macro expansion @ ~/.julia/packages/StrBase/KUCz6/test/substr.jl:359 [inlined] [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] [12] macro expansion @ ~/.julia/packages/StrBase/KUCz6/test/substr.jl:359 [inlined] [13] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] [14] top-level scope @ ~/.julia/packages/StrBase/KUCz6/test/substr.jl:352 [15] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:310 [16] top-level scope @ ~/.julia/packages/StrBase/KUCz6/test/runtests.jl:34 [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] [18] macro expansion @ ~/.julia/packages/StrBase/KUCz6/test/runtests.jl:34 [inlined] [19] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:310 [20] top-level scope @ none:6 [21] eval(m::Module, e::Any) @ Core ./boot.jl:489 [22] exec_options(opts::Base.JLOptions) @ Base ./client.jl:310 [23] _start() @ Base ./client.jl:577 Test Summary: | Pass Error Total Time SubStrings | 32493644 3 32493647 47.3s SubString tests | 32493644 3 32493647 46.4s Test Unicode substrings UTF8Str | 32493536 32493536 32.2s Test ASCII substrings UTF8Str | 34 1 35 7.5s Test ASCII substrings ASCIIStr | 37 1 38 3.1s Test ASCII substrings LatinStr | 37 1 38 3.7s RNG of the outermost testset: Xoshiro(0x6f5bd00682d05300, 0x601ca7f5068118f7, 0xfd25cae06092d692, 0x99e21bad000a5668, 0xb69d8002797a2b97) ERROR: LoadError: Some tests did not pass: 32493644 passed, 0 failed, 3 errored, 0 broken. in expression starting at /home/pkgeval/.julia/packages/StrBase/KUCz6/test/runtests.jl:34 Testing failed after 506.37s ERROR: LoadError: Package StrBase 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:2936 [3] test @ /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Operations.jl:2785 [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: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 538.42s: package tests unexpectedly errored