Package evaluation to test StrBase on Julia 1.12.4 (01a2eadb04*) started at 2026-01-08T21:19:23.716 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 6.47s ################################################################################ # Installation # Installing StrBase... Resolving package versions... Updating `~/.julia/environments/v1.12/Project.toml` [e79e7a6a] + StrBase v1.1.5 Updating `~/.julia/environments/v1.12/Manifest.toml` [cb9422de] + CharSetEncodings v1.0.0 [c13fa7b1] + ChrBase v1.0.4 [5cb8414e] + ModuleInterfaceTools v1.0.1 [b10b62ed] + MurmurHash3 v1.2.0 [69e7dfc3] + StrAPI v1.1.0 [e79e7a6a] + StrBase v1.1.5 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v0.7.0 [4ec0a83e] + Unicode v1.11.0 Installation completed after 0.98s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... ┌ Error: Failed to use TestEnv.jl; test dependencies will not be precompiled │ exception = │ UndefVarError: `project_rel_path` not defined in `TestEnv` │ Suggestion: this global was defined as `Pkg.Operations.project_rel_path` but not assigned a value. │ Stacktrace: │ [1] get_test_dir(ctx::Pkg.Types.Context, pkgspec::PackageSpec) │ @ TestEnv ~/.julia/packages/TestEnv/iseFl/src/julia-1.11/common.jl:75 │ [2] test_dir_has_project_file │ @ ~/.julia/packages/TestEnv/iseFl/src/julia-1.11/common.jl:52 [inlined] │ [3] maybe_gen_project_override! │ @ ~/.julia/packages/TestEnv/iseFl/src/julia-1.11/common.jl:83 [inlined] │ [4] activate(pkg::String; allow_reresolve::Bool) │ @ TestEnv ~/.julia/packages/TestEnv/iseFl/src/julia-1.11/activate_set.jl:12 │ [5] activate(pkg::String) │ @ TestEnv ~/.julia/packages/TestEnv/iseFl/src/julia-1.11/activate_set.jl:9 │ [6] top-level scope │ @ /PkgEval.jl/scripts/precompile.jl:24 │ [7] include(mod::Module, _path::String) │ @ Base ./Base.jl:306 │ [8] exec_options(opts::Base.JLOptions) │ @ Base ./client.jl:317 │ [9] _start() │ @ Base ./client.jl:550 └ @ Main /PkgEval.jl/scripts/precompile.jl:26 Precompiling package dependencies... Precompiling packages... 5143.7 ms ✓ StrBase 1 dependency successfully precompiled in 5 seconds. 6 already precompiled. Precompilation completed after 14.81s ################################################################################ # Testing # Testing StrBase Status `/tmp/jl_hKD0pi/Project.toml` [cb9422de] CharSetEncodings v1.0.0 [c13fa7b1] ChrBase v1.0.4 [5cb8414e] ModuleInterfaceTools v1.0.1 [b10b62ed] MurmurHash3 v1.2.0 [69e7dfc3] StrAPI v1.1.0 [e79e7a6a] StrBase v1.1.5 [9a3f8284] Random v1.11.0 [8dfed614] Test v1.11.0 [4ec0a83e] Unicode v1.11.0 Status `/tmp/jl_hKD0pi/Manifest.toml` [cb9422de] CharSetEncodings v1.0.0 [c13fa7b1] ChrBase v1.0.4 [5cb8414e] ModuleInterfaceTools v1.0.1 [b10b62ed] MurmurHash3 v1.2.0 [69e7dfc3] StrAPI v1.1.0 [e79e7a6a] StrBase v1.1.5 [2a0f44e3] Base64 v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.12.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v0.7.0 [9e88b42a] Serialization v1.11.0 [f489334b] StyledStrings v1.11.0 [8dfed614] Test v1.11.0 [4ec0a83e] Unicode v1.11.0 Testing Running tests... Test Summary: | Pass Total Time string | 3 3 0.9s Test Summary: | Pass Total Time constructors | 5632 5632 7.6s Test Summary: | Pass Total Time legacy constructors | 2048 2048 3.1s Test Summary: | Pass Total Time empty strings | 7 7 0.1s Test Summary: | Pass Total Time casefold string: ASCIIStr | 1536 1536 0.6s Test Summary: | Pass Total Time casefold string: LatinStr | 3036 3036 0.5s Test Summary: | Pass Total Time casefold string: UCS2Str | 761856 761856 2.8s Test Summary: | Pass Total Time casefold string: UTF32Str | 13344768 13344768 38.5s Test Summary: | Pass Total Time casefold string: UniStr | 13344768 13344768 43.3s Test Summary: | Pass Total Time casefold string: UTF8Str | 13344768 13344768 43.0s Test Summary: | Pass Total Time casefold string: UTF16Str | 13344768 13344768 40.3s Test Summary: | Pass Total Time {starts,ends}_with | 22442 22442 33.2s Vector{Int16} Test Summary: | Pass Total Time Basic String Tests: String, Char | 835612 835612 2m16.8s Vector{Int16} Test Summary: | Pass Total Time Basic String Tests: UTF8Str, UTF32Chr | 835069 835069 2m06.5s Test Summary: | Pass Total Time Binary String Tests: BinaryStr | 91 91 0.4s Test Summary: | Pass Total Time Binary String Tests: Text1Str | 91 91 0.3s Test Summary: | Pass Total Time Binary String Tests: String | 91 91 0.3s Test Summary: | Pass Total Time issue #6027 - make symbol with invalid char | 4 4 0.8s Test Summary: | Pass Total Time invalid code point | 2 2 0.1s Test Summary: | Pass Total Time issue #24388 | 2 2 0.0s Test Summary: | Pass Total Time Unicode Strings | 1 1 0.1s Test Summary: | Pass Total Time CESU-8 sequences | 3145728 3145728 33.0s Test Summary: | Pass Total Time Reverse of UTF8 | 11 11 0.2s Test Summary: | Pass Total Time Issue 12268 | 24 24 1.0s Test Summary: | Pass Total Time Invalid sequences | 2247 2247 3.4s Test Summary: | Pass Total Time Valid sequences | 37 37 0.7s Test Summary: | Pass Total Time Bounds Errors | 12 12 0.2s Test Summary: | Pass Total Time UTF-16 tests | 7 7 0.9s Test Summary: | Pass Total Time UTF-32 tests | 5 5 0.2s Test Summary: | Pass Total Time Conversion errors | 35 35 1.2s Test Summary: | Pass Total Time Pointer functions | 32 32 0.4s Test Summary: | Pass Total Time Search functions | 3124 3124 31.6s Test Summary: | Pass Total Time SubStrings | 32496800 32496800 1m05.1s Test Summary: | Pass Total Time Utility functions | 792 792 11.8s Test Summary: | Pass Total Time IO functions | 12533 12533 6.4s Testing StrBase tests passed Testing completed after 660.06s PkgEval succeeded after 692.79s