Package evaluation to test StrFs on Julia 1.14.0-DEV.1720 (f38c537ec6*) started at 2026-02-15T13:40:40.529 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 11.86s ################################################################################ # Installation # Installing StrFs... Resolving package versions... Updating `~/.julia/environments/v1.14/Project.toml` [299745a8] + StrFs v0.3.2 Updating `~/.julia/environments/v1.14/Manifest.toml` [aea7be01] + PrecompileTools v1.3.3 [21216c6a] + Preferences v1.5.1 [90137ffa] + StaticArrays v1.9.16 [1e83bf80] + StaticArraysCore v1.4.4 [299745a8] + StrFs v0.3.2 [56f22d72] + Artifacts v1.11.0 [ade2ca70] + Dates v1.11.0 [8f399da3] + Libdl v1.11.0 [37e2e46d] + LinearAlgebra v1.13.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 [e66e0078] + CompilerSupportLibraries_jll v1.3.0+1 [4536629a] + OpenBLAS_jll v0.3.30+0 [8e850b90] + libblastrampoline_jll v5.15.0+0 Installation completed after 1.31s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling packages... 1583.7 ms ✓ StrFs 1 dependency successfully precompiled in 2 seconds. 16 already precompiled. Precompilation completed after 18.88s ################################################################################ # Testing # Testing StrFs Status `/tmp/jl_UXyBw3/Project.toml` [90137ffa] StaticArrays v1.9.16 [299745a8] StrFs v0.3.2 [8dfed614] Test v1.11.0 Status `/tmp/jl_UXyBw3/Manifest.toml` [aea7be01] PrecompileTools v1.3.3 [21216c6a] Preferences v1.5.1 [90137ffa] StaticArrays v1.9.16 [1e83bf80] StaticArraysCore v1.4.4 [299745a8] StrFs v0.3.2 [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 v1.11.0 [ade2ca70] Dates v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.13.0 [8f399da3] Libdl v1.11.0 [37e2e46d] LinearAlgebra 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 [e66e0078] CompilerSupportLibraries_jll v1.3.0+1 [4536629a] OpenBLAS_jll v0.3.30+0 [8e850b90] libblastrampoline_jll v5.15.0+0 Testing Running tests... Test Summary: | Pass Total Time literal and show | 2 2 0.2s Test Summary: | Pass Total Time conversions | 70000 70000 9.5s Test Summary: | Pass Total Time promotion | 2 2 0.2s concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{11}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{11}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{11}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{11}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{11}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{4}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{4}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{4}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{4}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{4}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{10}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{10}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{10}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{10}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{10}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{7}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{7}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{7}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{7}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{7}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{9}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{9}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{9}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{9}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{9}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{7}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{7}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{7}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{7}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{7}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{5}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{5}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{5}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{5}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{5}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{4}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{4}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{4}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{4}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{4}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{6}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{6}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{6}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{6}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{6}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{6}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{6}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{6}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{6}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{6}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{11}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{11}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{11}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{11}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{11}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{12}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{12}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{12}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{12}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{12}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{11}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{11}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{11}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{11}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{11}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{7}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{7}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{7}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{7}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{7}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{3}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{3}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{3}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{3}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{3}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{8}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{8}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{8}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{8}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{8}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{6}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{6}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{6}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{6}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{6}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{10}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{10}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{10}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{10}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{10}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{10}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{10}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{10}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{10}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{10}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{9}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{9}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{9}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{9}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{9}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{6}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{6}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{6}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{6}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{6}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{7}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{7}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{7}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{7}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{7}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{4}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{4}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{4}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{4}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{4}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{12}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{12}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{12}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{12}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{12}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{4}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{4}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{4}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{4}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{4}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{12}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{12}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{12}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{12}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{12}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{11}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{11}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{11}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{11}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{11}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{5}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{5}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{5}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{5}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{5}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{13}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{13}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{13}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{13}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{13}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{2}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{2}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{2}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{2}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{2}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{10}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{10}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{10}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{10}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{10}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{8}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{8}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{8}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{8}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{8}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{3}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{3}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{3}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{3}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{3}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{6}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{6}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{6}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{6}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{6}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{5}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{5}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{5}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{5}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{5}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{8}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{8}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{8}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{8}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{8}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{4}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{4}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{4}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{4}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{4}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{3}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{3}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{3}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{3}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{3}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{6}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{6}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{6}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{6}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{6}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{5}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{5}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{5}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{5}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{5}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{12}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{12}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{12}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{12}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{12}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{5}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{5}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{5}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{5}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{5}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{12}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{12}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{12}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{12}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{12}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{8}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{8}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{8}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{8}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{8}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{2}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{2}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{2}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{2}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{2}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{7}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{7}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{7}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{7}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{7}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{13}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{13}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{13}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{13}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{13}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{4}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{4}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{4}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{4}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{4}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{3}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{3}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{3}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{3}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{3}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{7}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{7}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{7}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{7}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{7}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{4}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{4}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{4}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{4}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{4}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{5}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{5}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{5}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{5}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{5}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{9}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{9}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{9}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{9}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{9}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{4}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{4}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{4}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{4}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{4}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{5}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{5}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{5}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{5}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{5}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{7}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{7}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{7}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{7}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{7}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{2}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{2}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{2}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{2}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{2}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{9}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{9}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{9}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{9}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{9}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{8}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{8}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{8}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{8}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{8}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{7}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{7}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{7}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{7}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{7}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{8}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{8}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{8}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{8}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{8}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{6}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{6}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{6}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{6}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{6}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{4}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{4}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{4}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{4}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{4}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{4}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{4}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{4}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{4}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{4}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{14}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{14}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{14}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{14}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{14}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{6}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{6}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{6}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{6}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{6}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{3}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{3}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{3}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{3}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{3}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{9}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{9}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{9}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{9}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{9}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{10}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{10}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{10}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{10}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{10}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{7}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{7}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{7}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{7}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{7}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{12}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{12}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{12}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{12}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{12}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{13}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{13}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{13}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{13}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{13}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{8}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{8}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{8}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{8}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{8}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{4}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{4}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{4}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{4}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{4}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{4}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{4}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{4}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{4}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{4}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{10}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{10}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{10}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{10}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{10}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{13}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{13}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{13}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{13}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{13}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{13}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{13}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{13}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{13}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{13}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{7}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{7}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{7}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{7}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{7}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{7}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{7}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{7}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{7}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{7}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{4}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{4}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{4}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{4}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{4}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{12}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{12}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{12}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{12}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{12}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{9}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{9}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{9}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{9}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{9}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{14}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{14}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{14}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{14}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{14}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{3}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{3}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{3}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{3}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{3}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{7}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{7}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{7}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{7}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{7}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{4}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{4}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{4}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{4}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{4}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{10}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{10}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{10}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{10}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{10}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{7}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{7}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{7}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{7}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{7}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{7}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{7}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{7}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{7}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{7}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{8}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{8}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{8}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{8}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{8}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{8}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{8}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{8}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{8}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{8}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{12}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{12}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{12}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{12}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{12}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{3}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{3}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{3}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{3}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{3}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{5}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{5}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{5}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{5}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{5}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{8}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{8}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{8}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{8}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{8}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{5}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{5}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{5}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{5}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{5}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{9}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{9}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{9}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{9}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{9}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{11}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{11}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{11}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{11}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{11}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{11}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{11}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{11}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{11}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{11}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{8}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{8}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{8}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{8}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{8}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{4}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{4}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{4}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{4}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{4}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{5}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{5}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{5}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{5}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{5}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{12}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{12}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{12}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{12}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{12}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{3}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{3}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{3}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{3}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{3}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{3}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{3}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{3}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{3}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{3}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{10}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{10}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{10}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{10}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{10}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{9}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{9}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{9}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{9}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{9}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{7}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{7}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{7}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{7}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{7}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{8}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{8}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{8}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{8}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{8}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{10}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{10}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{10}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{10}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{10}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{5}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{5}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{5}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{5}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{5}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{5}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{5}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{5}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{5}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{5}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{6}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{6}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{6}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{6}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{6}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{8}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{8}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{8}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{8}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{8}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{9}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{9}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{9}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{9}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{9}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{11}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{11}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{11}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{11}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{11}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{5}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{5}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{5}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{5}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{5}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{4}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{4}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{4}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{4}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{4}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{3}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{3}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{3}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{3}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{3}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{8}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{8}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{8}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{8}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{8}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{10}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{10}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{10}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{10}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{10}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{2}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{2}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{2}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{2}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{2}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{4}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{4}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{4}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{4}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{4}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{4}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{4}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{4}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{4}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{4}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{12}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{12}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{12}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{12}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{12}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{8}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{8}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{8}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{8}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{8}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{13}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{13}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{13}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{13}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{13}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{8}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{8}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{8}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{8}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{8}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{7}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{7}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{7}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{7}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{7}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{12}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{12}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{12}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{12}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{12}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{11}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{11}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{11}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{11}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{11}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{10}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{10}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{10}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{10}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{10}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{13}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{13}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{13}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{13}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{13}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{10}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{10}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{10}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{10}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{10}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{11}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{11}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{11}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{11}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{11}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{10}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{10}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{10}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{10}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{10}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{8}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{8}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{8}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{8}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{8}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{10}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{10}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{10}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{10}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{10}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{6}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{6}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{6}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{6}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{6}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{2}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{2}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{2}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{2}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{2}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{13}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{13}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{13}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{13}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{13}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{7}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{7}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{7}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{7}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{7}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{11}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{11}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{11}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{11}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{11}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{6}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{6}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{6}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{6}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{6}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{11}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{11}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{11}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{11}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{11}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{8}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{8}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{8}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{8}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{8}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{3}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{3}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{3}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{3}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{3}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{3}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{3}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{3}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{3}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{3}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{12}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{12}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{12}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{12}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{12}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{7}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{7}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{7}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{7}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{7}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{10}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{10}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{10}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{10}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{10}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{11}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{11}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{11}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{11}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{11}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{3}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{3}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{3}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{3}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{3}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{3}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{3}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{3}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{3}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{3}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{8}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{8}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{8}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{8}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{8}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{13}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{13}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{13}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{13}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{13}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{12}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{12}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{12}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{12}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{12}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{10}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{10}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{10}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{10}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{10}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{3}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{3}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{3}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{3}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{3}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{8}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{8}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{8}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{8}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{8}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{7}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{7}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{7}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{7}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{7}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{9}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{9}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{9}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{9}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{9}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{3}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{3}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{3}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{3}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{3}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{5}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{5}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{5}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{5}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{5}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{3}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{3}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{3}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{3}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{3}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{7}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{7}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{7}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{7}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{7}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{12}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{12}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{12}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{12}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{12}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{4}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{4}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{4}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{4}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{4}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{8}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{8}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{8}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{8}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{8}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{7}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{7}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{7}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{7}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{7}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{10}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{10}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{10}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{10}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{10}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{12}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{12}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{12}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{12}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{12}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{6}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{6}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{6}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{6}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{6}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{4}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{4}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{4}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{4}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{4}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{13}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{13}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{13}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{13}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{13}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{11}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{11}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{11}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{11}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{11}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{8}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{8}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{8}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{8}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{8}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{6}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{6}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{6}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{6}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{6}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{10}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{10}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{10}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{10}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{10}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{6}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{6}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{6}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{6}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{6}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{6}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{6}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{6}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{6}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{6}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{5}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{5}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{5}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{5}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{5}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{5}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{5}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{5}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{5}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{5}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{12}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{12}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{12}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{12}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{12}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{12}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{12}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{12}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{12}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{12}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{10}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{10}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{10}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{10}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{10}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{3}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{3}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{3}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{3}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{3}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{11}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{11}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{11}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{11}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{11}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{8}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{8}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{8}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{8}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{8}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{11}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{11}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{11}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{11}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{11}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{9}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{9}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{9}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{9}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{9}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{8}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{8}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{8}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{8}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{8}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{12}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{12}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{12}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{12}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{12}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{8}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{8}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{8}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{8}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{8}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{3}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{3}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{3}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{3}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{3}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{12}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{12}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{12}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{12}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{12}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{4}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{4}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{4}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{4}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{4}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{3}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{3}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{3}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{3}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{3}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{8}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{8}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{8}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{8}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{8}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{8}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{8}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{8}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{8}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{8}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{5}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{5}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{5}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{5}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{5}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{3}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{3}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{3}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{3}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{3}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{7}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{7}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{7}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{7}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{7}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{5}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{5}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{5}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{5}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{5}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{11}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{11}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{11}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{11}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{11}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{10}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{10}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{10}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{10}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{10}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{10}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{10}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{10}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{10}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{10}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{3}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{3}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{3}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{3}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{3}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{10}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{10}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{10}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{10}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{10}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{3}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{3}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{3}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{3}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{3}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{8}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{8}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{8}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{8}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{8}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{12}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{12}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{12}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{12}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{12}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{6}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{6}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{6}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{6}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{6}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{12}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{12}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{12}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{12}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{12}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{7}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{7}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{7}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{7}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{7}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{5}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{5}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{5}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{5}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{5}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{2}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{2}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{2}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{2}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{2}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{6}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{6}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{6}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{6}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{6}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{7}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{7}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{7}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{7}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{7}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{2}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{2}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{2}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{2}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{2}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{10}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{10}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{10}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{10}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{10}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{4}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{4}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{4}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{4}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{4}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{11}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{11}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{11}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{11}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{11}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{12}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{12}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{12}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{12}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{12}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{7}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{7}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{7}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{7}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{7}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{12}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{12}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{12}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{12}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{12}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{11}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{11}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{11}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{11}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{11}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{9}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{9}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{9}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{9}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{9}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{9}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{9}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{9}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{9}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{9}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{11}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{11}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{11}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{11}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{11}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{5}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{5}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{5}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{5}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{5}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{12}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{12}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{12}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{12}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{12}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{7}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{7}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{7}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{7}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{7}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{7}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{7}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{7}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{7}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{7}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{8}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{8}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{8}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{8}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{8}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{4}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{4}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{4}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{4}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{4}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{5}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{5}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{5}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{5}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{5}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{10}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{10}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{10}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{10}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{10}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{2}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{2}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{2}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{2}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{2}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{5}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{5}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{5}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{5}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{5}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{8}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{8}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{8}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{8}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{8}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{9}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{9}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{9}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{9}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{9}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{2}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{2}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{2}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{2}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{2}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{6}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{6}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{6}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{6}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{6}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{7}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{7}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{7}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{7}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{7}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{9}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{9}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{9}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{9}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{9}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{11}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{11}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{11}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{11}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{11}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{12}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{12}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{12}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{12}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{12}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{10}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{10}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{10}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{10}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{10}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{3}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{3}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{3}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{3}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{3}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{4}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{4}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{4}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{4}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{4}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{10}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{10}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{10}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{10}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{10}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{9}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{9}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{9}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{9}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{9}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{11}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{11}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{11}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{11}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{11}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{6}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{6}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{6}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{6}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{6}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{2}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{2}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{2}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{2}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{2}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{11}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{11}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{11}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{11}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{11}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{4}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{4}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{4}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{4}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{4}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{11}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{11}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{11}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{11}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{11}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{10}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{10}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{10}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{10}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{10}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{5}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{5}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{5}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{5}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{5}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{5}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{5}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{5}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{5}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{5}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{7}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{7}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{7}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{7}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{7}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{6}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{6}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{6}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{6}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{6}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{14}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{14}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{14}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{14}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{14}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{8}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{8}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{8}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{8}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{8}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{8}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{8}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{8}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{8}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{8}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{12}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{12}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{12}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{12}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{12}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{11}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{11}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{11}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{11}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{11}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{3}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{3}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{3}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{3}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{3}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{5}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{5}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{5}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{5}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{5}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{7}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{7}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{7}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{7}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{7}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{10}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{10}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{10}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{10}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{10}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{11}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{11}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{11}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{11}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{11}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{5}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{5}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{5}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{5}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{5}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{4}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{4}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{4}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{4}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{4}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{5}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{5}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{5}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{5}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{5}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{5}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{5}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{5}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{5}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{5}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{8}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{8}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{8}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{8}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{8}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{11}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{11}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{11}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{11}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{11}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{3}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{3}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{3}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{3}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{3}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{8}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{8}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{8}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{8}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{8}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{6}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{6}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{6}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{6}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{6}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{3}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{3}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{3}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{3}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{3}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{5}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{5}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{5}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{5}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{5}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{3}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{3}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{3}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{3}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{3}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{4}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{4}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{4}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{4}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{4}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{6}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{6}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{6}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{6}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{6}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{8}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{8}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{8}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{8}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{8}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{6}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{6}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{6}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{6}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{6}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{8}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{8}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{8}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{8}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{8}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{10}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{10}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{10}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{10}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{10}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{13}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{13}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{13}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{13}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{13}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{10}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{10}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{10}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{10}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{10}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{10}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{10}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{10}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{10}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{10}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{5}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{5}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{5}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{5}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{5}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{7}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{7}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{7}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{7}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{7}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{9}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{9}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{9}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{9}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{9}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{9}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{9}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{9}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{9}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{9}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{7}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{7}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{7}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{7}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{7}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{5}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{5}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{5}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{5}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{5}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{5}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{5}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{5}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{5}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{5}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{7}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{7}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{7}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{7}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{7}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{10}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{10}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{10}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{10}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{10}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{12}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{12}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{12}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{12}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{12}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{6}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{6}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{6}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{6}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{6}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{7}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{7}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{7}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{7}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{7}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{10}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{10}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{10}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{10}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{10}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{8}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{8}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{8}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{8}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{8}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{13}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{13}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{13}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{13}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{13}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{4}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{4}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{4}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{4}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{4}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{14}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{14}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{14}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{14}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{14}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{6}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{6}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{6}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{6}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{6}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{10}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{10}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{10}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{10}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{10}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{9}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{9}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{9}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{9}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{9}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{5}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{5}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{5}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{5}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{5}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{4}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{4}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{4}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{4}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{4}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{3}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{3}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{3}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{3}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{3}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{13}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{13}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{13}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{13}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{13}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{10}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{10}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{10}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{10}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{10}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{12}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{12}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{12}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{12}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{12}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{14}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{14}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{14}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{14}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{14}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{10}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{10}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{10}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{10}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{10}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{7}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{7}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{7}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{7}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{7}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{3}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{3}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{3}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{3}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{3}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{5}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{5}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{5}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{5}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{5}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{11}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{11}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{11}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{11}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{11}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{13}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{13}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{13}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{13}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{13}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{9}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{9}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{9}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{9}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{9}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{10}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{10}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{10}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{10}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{10}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{8}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{8}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{8}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{8}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{8}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{6}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{6}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{6}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{6}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{6}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{10}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{10}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{10}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{10}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{10}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{8}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{8}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{8}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{8}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{8}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{6}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{6}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{6}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{6}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{6}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{4}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{4}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{4}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{4}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{4}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{13}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{13}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{13}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{13}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{13}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{4}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{4}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{4}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{4}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{4}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{12}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{12}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{12}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{12}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{12}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{8}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{8}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{8}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{8}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{8}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{5}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{5}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{5}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{5}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{5}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{7}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{7}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{7}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{7}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{7}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{9}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{9}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{9}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{9}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{9}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{10}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{10}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{10}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{10}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{10}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{10}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{10}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{10}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{10}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{10}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{10}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{10}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{10}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{10}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{10}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{7}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{7}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{7}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{7}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{7}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{5}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{5}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{5}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{5}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{5}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{10}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{10}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{10}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{10}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{10}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{8}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{8}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{8}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{8}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{8}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{8}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{8}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{8}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{8}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{8}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{10}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{10}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{10}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{10}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{10}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{4}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{4}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{4}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{4}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{4}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{11}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{11}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{11}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{11}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{11}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{4}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{4}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{4}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{4}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{4}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{4}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{4}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{4}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{4}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{4}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{11}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{11}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{11}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{11}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{11}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{4}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{4}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{4}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{4}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{4}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{6}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{6}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{6}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{6}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{6}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{6}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{6}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{6}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{6}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{6}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{4}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{4}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{4}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{4}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{4}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{4}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{4}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{4}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{4}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{4}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{3}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{3}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{3}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{3}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{3}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{8}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{8}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{8}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{8}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{8}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{3}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{3}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{3}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{3}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{3}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{5}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{5}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{5}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{5}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{5}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{5}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{5}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{5}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{5}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{5}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{7}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{7}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{7}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{7}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{7}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{3}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{3}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{3}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{3}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{3}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{7}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{7}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{7}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{7}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{7}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{8}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{8}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{8}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{8}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{8}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{6}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{6}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{6}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{6}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{6}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{8}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{8}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{8}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{8}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{8}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{5}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{5}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{5}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{5}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{5}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{8}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{8}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{8}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{8}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{8}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{4}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{4}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{4}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{4}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{4}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{6}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{6}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{6}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{6}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{6}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{12}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{12}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{12}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{12}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{12}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{7}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{7}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{7}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{7}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{7}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{3}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{3}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{3}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{3}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{3}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{10}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{10}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{10}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{10}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{10}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{8}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{8}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{8}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{8}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{8}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{11}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{11}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{11}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{11}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{11}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{7}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{7}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{7}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{7}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{7}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{4}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{4}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{4}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{4}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{4}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{9}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{9}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{9}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{9}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{9}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{5}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{5}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{5}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{5}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{5}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{7}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{7}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{7}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{7}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{7}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{13}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{13}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{13}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{13}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{13}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{10}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{10}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{10}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{10}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{10}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{3}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{3}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{3}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{3}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{3}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{2}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{2}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{2}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{2}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{2}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{9}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{9}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{9}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{9}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{9}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{5}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{5}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{5}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{5}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{5}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{11}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{11}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{11}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{11}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{11}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{8}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{8}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{8}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{8}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{8}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{9}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{9}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{9}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{9}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{9}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{8}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{8}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{8}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{8}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{8}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{3}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{3}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{3}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{3}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{3}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{2}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{2}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{2}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{2}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{2}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{11}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{11}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{11}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{11}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{11}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{4}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{4}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{4}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{4}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{4}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{5}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{5}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{5}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{5}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{5}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{4}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{4}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{4}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{4}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{4}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{12}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{12}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{12}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{12}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{12}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{8}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{8}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{8}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{8}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{8}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{12}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{12}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{12}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{12}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{12}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{13}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{13}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{13}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{13}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{13}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{8}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{8}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{8}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{8}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{8}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{10}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{10}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{10}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{10}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{10}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{3}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{3}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{3}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{3}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{3}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{7}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{7}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{7}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{7}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{7}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{13}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{13}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{13}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{13}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{13}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{9}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{9}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{9}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{9}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{9}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{3}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{3}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{3}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{3}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{3}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{6}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{6}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{6}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{6}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{6}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{9}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{9}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{9}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{9}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{9}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{7}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{7}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{7}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{7}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{7}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{5}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{5}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{5}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{5}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{5}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{5}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{5}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{5}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{5}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{5}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{4}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{4}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{4}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{4}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{4}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{2}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{2}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{2}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{2}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{2}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{8}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{8}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{8}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{8}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{8}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{8}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{8}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{8}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{8}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{8}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{6}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{6}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{6}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{6}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{6}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{10}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{10}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{10}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{10}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{10}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{5}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{5}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{5}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{5}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{5}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{5}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{5}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{5}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{5}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{5}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{8}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{8}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{8}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{8}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{8}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{9}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{9}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{9}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{9}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{9}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{6}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{6}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{6}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{6}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{6}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{11}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{11}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{11}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{11}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{11}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{6}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{6}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{6}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{6}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{6}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{12}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{12}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{12}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{12}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{12}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{6}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{6}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{6}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{6}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{6}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{10}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{10}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{10}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{10}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{10}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{8}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{8}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{8}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{8}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{8}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{2}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{2}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{2}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{2}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{2}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{9}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{9}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{9}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{9}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{9}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{12}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{12}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{12}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{12}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{12}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{4}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{4}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{4}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{4}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{4}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{8}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{8}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{8}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{8}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{8}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{3}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{3}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{3}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{3}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{3}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{10}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{10}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{10}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{10}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{10}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{11}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{11}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{11}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{11}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{11}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{3}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{3}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{3}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{3}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{3}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{6}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{6}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{6}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{6}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{6}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{10}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{10}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{10}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{10}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{10}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{10}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{10}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{10}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{10}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{10}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{8}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{8}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{8}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{8}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{8}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{2}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{2}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{2}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{2}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{2}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{10}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{10}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{10}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{10}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{10}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{8}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{8}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{8}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{8}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{8}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{9}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{9}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{9}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{9}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{9}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{6}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{6}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{6}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{6}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{6}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{3}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{3}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{3}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{3}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{3}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{14}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{14}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{14}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{14}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{14}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{11}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{11}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{11}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{11}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{11}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{8}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{8}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{8}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{8}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{8}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{7}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{7}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{7}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{7}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{7}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{5}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{5}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{5}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{5}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{5}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{11}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{11}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{11}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{11}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{11}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{10}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{10}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{10}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{10}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{10}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{4}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{4}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{4}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{4}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{4}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{3}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{3}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{3}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{3}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{3}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{7}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{7}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{7}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{7}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{7}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{10}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{10}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{10}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{10}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{10}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{7}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{7}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{7}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{7}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{7}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{8}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{8}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{8}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{8}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{8}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{4}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{4}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{4}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{4}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{4}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{7}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{7}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{7}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{7}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{7}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{15}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{15}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{15}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{15}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{15}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{2}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{2}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{2}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{2}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{2}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{12}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{12}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{12}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{12}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{12}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{11}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{11}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{11}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{11}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{11}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{12}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{12}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{12}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{12}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{12}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{7}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{7}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{7}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{7}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{7}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{5}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{5}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{5}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{5}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{5}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{14}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{14}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{14}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{14}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{14}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{11}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{11}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{11}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{11}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{11}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{5}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{5}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{5}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{5}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{5}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{6}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{6}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{6}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{6}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{6}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{4}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{4}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{4}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{4}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{4}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{6}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{6}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{6}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{6}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{6}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{10}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{10}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{10}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{10}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{10}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{8}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{8}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{8}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{8}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{8}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{11}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{11}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{11}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{11}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{11}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{14}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{14}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{14}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{14}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{14}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{3}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{3}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{3}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{3}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{3}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{4}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{4}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{4}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{4}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{4}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{11}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{11}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{11}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{11}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{11}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{12}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{12}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{12}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{12}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{12}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{7}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{7}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{7}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{7}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{7}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{3}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{3}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{3}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{3}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{3}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{3}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{3}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{3}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{3}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{3}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{10}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{10}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{10}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{10}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{10}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{8}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{8}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{8}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{8}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{8}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{5}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{5}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{5}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{5}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{5}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{3}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{3}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{3}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{3}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{3}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{4}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{4}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{4}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{4}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{4}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{5}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{5}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{5}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{5}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{5}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{6}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{6}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{6}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{6}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{6}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{9}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{9}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{9}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{9}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{9}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{8}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{8}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{8}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{8}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{8}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{11}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{11}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{11}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{11}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{11}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{5}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{5}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{5}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{5}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{5}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{6}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{6}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{6}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{6}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{6}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{11}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{11}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{11}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{11}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{11}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{4}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{4}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{4}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{4}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{4}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{7}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{7}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{7}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{7}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{7}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{8}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{8}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{8}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{8}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{8}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{13}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{13}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{13}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{13}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{13}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{8}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{8}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{8}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{8}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{8}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{3}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{3}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{3}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{3}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{3}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{8}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{8}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{8}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{8}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{8}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{4}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{4}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{4}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{4}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{4}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{12}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{12}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{12}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{12}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{12}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{9}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{9}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{9}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{9}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{9}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{11}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{11}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{11}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{11}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{11}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{13}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{13}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{13}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{13}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{13}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{12}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{12}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{12}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{12}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{12}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{10}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{10}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{10}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{10}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{10}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{12}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{12}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{12}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{12}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{12}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{6}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{6}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{6}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{6}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{6}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{3}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{3}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{3}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{3}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{3}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{3}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{3}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{3}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{3}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{3}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{14}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{14}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{14}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{14}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{14}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{5}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{5}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{5}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{5}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{5}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{3}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{3}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{3}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{3}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{3}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{3}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{3}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{3}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{3}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{3}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{3}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{3}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{3}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{3}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{3}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{10}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{10}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{10}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{10}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{10}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{13}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{13}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{13}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{13}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{13}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{3}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{3}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{3}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{3}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{3}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{3}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{3}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{3}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{3}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{3}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{9}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{9}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{9}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{9}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{9}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{8}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{8}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{8}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{8}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{8}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{5}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{5}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{5}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{5}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{5}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{8}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{8}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{8}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{8}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{8}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{9}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{9}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{9}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{9}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{9}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{4}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{4}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{4}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{4}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{4}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{11}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{11}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{11}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{11}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{11}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{4}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{4}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{4}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{4}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{4}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{7}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{7}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{7}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{7}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{7}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{8}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{8}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{8}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{8}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{8}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{8}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{8}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{8}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{8}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{8}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{6}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{6}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{6}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{6}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{6}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{11}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{11}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{11}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{11}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{11}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{3}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{3}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{3}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{3}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{3}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{8}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{8}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{8}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{8}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{8}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{5}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{5}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{5}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{5}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{5}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{9}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{9}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{9}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{9}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{9}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{5}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{5}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{5}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{5}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{5}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{7}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{7}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{7}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{7}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{7}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{6}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{6}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{6}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{6}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{6}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl:699 [inlined] [9] _getindex @ ./broadcast.jl:698 [inlined] [10] _broadcast_getindex @ ./broadcast.jl:674 [inlined] [11] _getindex @ ./broadcast.jl:619 [inlined] [12] getindex @ ./broadcast.jl:615 [inlined] [13] copy @ ./broadcast.jl:936 [inlined] [14] materialize @ ./broadcast.jl:897 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] macro expansion @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [18] top-level scope @ ~/.julia/packages/StrFs/rQLDj/test/runtests.jl:55 concatenation, comparisons, and hashing: Error During Test at /home/pkgeval/.julia/packages/StrFs/rQLDj/test/runtests.jl:68 Test threw exception Expression: all(hash(str) .== hash.(fstr)) MethodError: no method matching ncodeunits(::StrF{6}) The function `ncodeunits` exists, but no method is defined for this combination of argument types. Closest candidates are: ncodeunits(!Matched::Char) @ Base char.jl:71 ncodeunits(!Matched::LazyString) @ Base strings/lazy.jl:98 ncodeunits(!Matched::Base.ANSIDelimiter) @ Base show.jl:81 ... Stacktrace: [1] size(s::Base.CodeUnits{UInt8, StrF{6}}) @ Base ./strings/basic.jl:791 [2] length @ ./essentials.jl:11 [inlined] [3] hash_bytes(arr::Base.CodeUnits{UInt8, StrF{6}}, seed::UInt64, secret::NTuple{4, UInt64}) @ Base ./hashing.jl:390 [4] hash(data::StrF{6}, h::UInt64) @ Base ./hashing.jl:634 [5] hash(data::StrF{6}) @ Base ./hashing.jl:40 [6] _broadcast_getindex_evalf @ ./broadcast.jl:702 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:675 [inlined] [8] _getindex @ ./broadcast.jl: PkgEval terminated after 82.48s: test log exceeded the size limit