Package evaluation to test StrFormat on Julia 1.13.0-DEV.1324 (c1d413cf8a*) started at 2025-10-17T15:48:06.015 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 10.6s ################################################################################ # Installation # Installing StrFormat... Resolving package versions... Installed Format ─────────────── v1.3.7 Installed StrLiterals ────────── v1.1.0 Installed StrFormat ──────────── v1.0.1 Installed ModuleInterfaceTools ─ v1.0.1 Updating `~/.julia/environments/v1.13/Project.toml` [b5087856] + StrFormat v1.0.1 Updating `~/.julia/environments/v1.13/Manifest.toml` [1fa38f19] + Format v1.3.7 [5cb8414e] + ModuleInterfaceTools v1.0.1 [b5087856] + StrFormat v1.0.1 [68059f60] + StrLiterals v1.1.0 Installation completed after 1.06s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling packages... 4287.0 ms ✓ TestEnv 1 dependency successfully precompiled in 5 seconds. 27 already precompiled. Precompiling package dependencies... Precompilation completed after 25.47s ################################################################################ # Testing # Testing StrFormat Status `/tmp/jl_6FMonG/Project.toml` [1fa38f19] Format v1.3.7 [5cb8414e] ModuleInterfaceTools v1.0.1 [b5087856] StrFormat v1.0.1 [68059f60] StrLiterals v1.1.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_6FMonG/Manifest.toml` [1fa38f19] Format v1.3.7 [5cb8414e] ModuleInterfaceTools v1.0.1 [b5087856] StrFormat v1.0.1 [68059f60] StrLiterals v1.1.0 [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 Testing Running tests... int: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:9 Test threw exception Expression: f"\%d(typemax(Int64))" == "9223372036854775807" MethodError: no method matching cfmt(::SubString{String}, ::Int64) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:9 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:9 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 int: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:14 Test threw exception Expression: f"\%a(typemax(Int64))" == "0x1p+63" MethodError: no method matching cfmt(::SubString{String}, ::Int64) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:14 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:9 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 int: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:15 Test threw exception Expression: f"\%A(typemax(Int64))" == "0X1P+63" MethodError: no method matching cfmt(::SubString{String}, ::Int64) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:15 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:9 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:21 Test threw exception Expression: f"\%i(num)" == "42" MethodError: no method matching cfmt(::SubString{String}, ::UInt16) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:21 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:22 Test threw exception Expression: f"\%u(num)" == "42" MethodError: no method matching cfmt(::SubString{String}, ::UInt16) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:22 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:23 Test threw exception Expression: f"Test: \%i(num)" == "Test: 42" MethodError: no method matching cfmt(::SubString{String}, ::UInt16) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:23 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:24 Test threw exception Expression: f"\%#x(num)" == "0x2a" MethodError: no method matching cfmt(::SubString{String}, ::UInt16) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:24 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:25 Test threw exception Expression: f"\%#o(num)" == "052" MethodError: no method matching cfmt(::SubString{String}, ::UInt16) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:25 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:26 Test threw exception Expression: f"\%x(num)" == "2a" MethodError: no method matching cfmt(::SubString{String}, ::UInt16) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:26 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:27 Test threw exception Expression: f"\%X(num)" == "2A" MethodError: no method matching cfmt(::SubString{String}, ::UInt16) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:27 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:28 Test threw exception Expression: f"\% i(num)" == " 42" MethodError: no method matching cfmt(::SubString{String}, ::UInt16) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:28 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:29 Test threw exception Expression: f"\%+i(num)" == "+42" MethodError: no method matching cfmt(::SubString{String}, ::UInt16) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:29 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:30 Test threw exception Expression: f"\%4i(num)" == " 42" MethodError: no method matching cfmt(::SubString{String}, ::UInt16) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:30 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:31 Test threw exception Expression: f"\%-4i(num)" == "42 " MethodError: no method matching cfmt(::SubString{String}, ::UInt16) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:31 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:38 Test threw exception Expression: f"\%a(num)" == "0x1.5p+5" MethodError: no method matching cfmt(::SubString{String}, ::UInt16) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:38 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:39 Test threw exception Expression: f"\%A(num)" == "0X1.5P+5" MethodError: no method matching cfmt(::SubString{String}, ::UInt16) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:39 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:40 Test threw exception Expression: f"\%20a(num)" == " 0x1.5p+5" MethodError: no method matching cfmt(::SubString{String}, ::UInt16) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:40 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:41 Test threw exception Expression: f"\%-20a(num)" == "0x1.5p+5 " MethodError: no method matching cfmt(::SubString{String}, ::UInt16) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:41 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:43 Test threw exception Expression: f"\%f(num)" == "42.000000" MethodError: no method matching cfmt(::SubString{String}, ::UInt16) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:43 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:44 Test threw exception Expression: f"\%g(num)" == "42" MethodError: no method matching cfmt(::SubString{String}, ::UInt16) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:44 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:21 Test threw exception Expression: f"\%i(num)" == "42" MethodError: no method matching cfmt(::SubString{String}, ::UInt32) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:21 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:22 Test threw exception Expression: f"\%u(num)" == "42" MethodError: no method matching cfmt(::SubString{String}, ::UInt32) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:22 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:23 Test threw exception Expression: f"Test: \%i(num)" == "Test: 42" MethodError: no method matching cfmt(::SubString{String}, ::UInt32) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:23 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:24 Test threw exception Expression: f"\%#x(num)" == "0x2a" MethodError: no method matching cfmt(::SubString{String}, ::UInt32) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:24 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:25 Test threw exception Expression: f"\%#o(num)" == "052" MethodError: no method matching cfmt(::SubString{String}, ::UInt32) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:25 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:26 Test threw exception Expression: f"\%x(num)" == "2a" MethodError: no method matching cfmt(::SubString{String}, ::UInt32) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:26 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:27 Test threw exception Expression: f"\%X(num)" == "2A" MethodError: no method matching cfmt(::SubString{String}, ::UInt32) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:27 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:28 Test threw exception Expression: f"\% i(num)" == " 42" MethodError: no method matching cfmt(::SubString{String}, ::UInt32) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:28 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:29 Test threw exception Expression: f"\%+i(num)" == "+42" MethodError: no method matching cfmt(::SubString{String}, ::UInt32) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:29 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:30 Test threw exception Expression: f"\%4i(num)" == " 42" MethodError: no method matching cfmt(::SubString{String}, ::UInt32) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:30 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:31 Test threw exception Expression: f"\%-4i(num)" == "42 " MethodError: no method matching cfmt(::SubString{String}, ::UInt32) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:31 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:38 Test threw exception Expression: f"\%a(num)" == "0x1.5p+5" MethodError: no method matching cfmt(::SubString{String}, ::UInt32) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:38 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:39 Test threw exception Expression: f"\%A(num)" == "0X1.5P+5" MethodError: no method matching cfmt(::SubString{String}, ::UInt32) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:39 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:40 Test threw exception Expression: f"\%20a(num)" == " 0x1.5p+5" MethodError: no method matching cfmt(::SubString{String}, ::UInt32) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:40 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:41 Test threw exception Expression: f"\%-20a(num)" == "0x1.5p+5 " MethodError: no method matching cfmt(::SubString{String}, ::UInt32) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:41 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:43 Test threw exception Expression: f"\%f(num)" == "42.000000" MethodError: no method matching cfmt(::SubString{String}, ::UInt32) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:43 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:44 Test threw exception Expression: f"\%g(num)" == "42" MethodError: no method matching cfmt(::SubString{String}, ::UInt32) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:44 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:21 Test threw exception Expression: f"\%i(num)" == "42" MethodError: no method matching cfmt(::SubString{String}, ::UInt64) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:21 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:22 Test threw exception Expression: f"\%u(num)" == "42" MethodError: no method matching cfmt(::SubString{String}, ::UInt64) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:22 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:23 Test threw exception Expression: f"Test: \%i(num)" == "Test: 42" MethodError: no method matching cfmt(::SubString{String}, ::UInt64) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:23 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:24 Test threw exception Expression: f"\%#x(num)" == "0x2a" MethodError: no method matching cfmt(::SubString{String}, ::UInt64) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:24 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:25 Test threw exception Expression: f"\%#o(num)" == "052" MethodError: no method matching cfmt(::SubString{String}, ::UInt64) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:25 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:26 Test threw exception Expression: f"\%x(num)" == "2a" MethodError: no method matching cfmt(::SubString{String}, ::UInt64) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:26 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:27 Test threw exception Expression: f"\%X(num)" == "2A" MethodError: no method matching cfmt(::SubString{String}, ::UInt64) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:27 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:28 Test threw exception Expression: f"\% i(num)" == " 42" MethodError: no method matching cfmt(::SubString{String}, ::UInt64) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:28 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:29 Test threw exception Expression: f"\%+i(num)" == "+42" MethodError: no method matching cfmt(::SubString{String}, ::UInt64) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:29 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:30 Test threw exception Expression: f"\%4i(num)" == " 42" MethodError: no method matching cfmt(::SubString{String}, ::UInt64) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:30 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:31 Test threw exception Expression: f"\%-4i(num)" == "42 " MethodError: no method matching cfmt(::SubString{String}, ::UInt64) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:31 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:38 Test threw exception Expression: f"\%a(num)" == "0x1.5p+5" MethodError: no method matching cfmt(::SubString{String}, ::UInt64) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:38 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:39 Test threw exception Expression: f"\%A(num)" == "0X1.5P+5" MethodError: no method matching cfmt(::SubString{String}, ::UInt64) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:39 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:40 Test threw exception Expression: f"\%20a(num)" == " 0x1.5p+5" MethodError: no method matching cfmt(::SubString{String}, ::UInt64) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:40 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:41 Test threw exception Expression: f"\%-20a(num)" == "0x1.5p+5 " MethodError: no method matching cfmt(::SubString{String}, ::UInt64) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:41 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:43 Test threw exception Expression: f"\%f(num)" == "42.000000" MethodError: no method matching cfmt(::SubString{String}, ::UInt64) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:43 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:44 Test threw exception Expression: f"\%g(num)" == "42" MethodError: no method matching cfmt(::SubString{String}, ::UInt64) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:44 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:21 Test threw exception Expression: f"\%i(num)" == "42" MethodError: no method matching cfmt(::SubString{String}, ::UInt128) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:21 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:22 Test threw exception Expression: f"\%u(num)" == "42" MethodError: no method matching cfmt(::SubString{String}, ::UInt128) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:22 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:23 Test threw exception Expression: f"Test: \%i(num)" == "Test: 42" MethodError: no method matching cfmt(::SubString{String}, ::UInt128) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:23 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:24 Test threw exception Expression: f"\%#x(num)" == "0x2a" MethodError: no method matching cfmt(::SubString{String}, ::UInt128) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:24 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:25 Test threw exception Expression: f"\%#o(num)" == "052" MethodError: no method matching cfmt(::SubString{String}, ::UInt128) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:25 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:26 Test threw exception Expression: f"\%x(num)" == "2a" MethodError: no method matching cfmt(::SubString{String}, ::UInt128) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:26 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:27 Test threw exception Expression: f"\%X(num)" == "2A" MethodError: no method matching cfmt(::SubString{String}, ::UInt128) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:27 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:28 Test threw exception Expression: f"\% i(num)" == " 42" MethodError: no method matching cfmt(::SubString{String}, ::UInt128) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:28 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:29 Test threw exception Expression: f"\%+i(num)" == "+42" MethodError: no method matching cfmt(::SubString{String}, ::UInt128) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:29 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:30 Test threw exception Expression: f"\%4i(num)" == " 42" MethodError: no method matching cfmt(::SubString{String}, ::UInt128) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:30 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:31 Test threw exception Expression: f"\%-4i(num)" == "42 " MethodError: no method matching cfmt(::SubString{String}, ::UInt128) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:31 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:38 Test threw exception Expression: f"\%a(num)" == "0x1.5p+5" MethodError: no method matching cfmt(::SubString{String}, ::UInt128) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:38 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:39 Test threw exception Expression: f"\%A(num)" == "0X1.5P+5" MethodError: no method matching cfmt(::SubString{String}, ::UInt128) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:39 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:40 Test threw exception Expression: f"\%20a(num)" == " 0x1.5p+5" MethodError: no method matching cfmt(::SubString{String}, ::UInt128) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:40 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:41 Test threw exception Expression: f"\%-20a(num)" == "0x1.5p+5 " MethodError: no method matching cfmt(::SubString{String}, ::UInt128) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:41 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:43 Test threw exception Expression: f"\%f(num)" == "42.000000" MethodError: no method matching cfmt(::SubString{String}, ::UInt128) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:43 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:44 Test threw exception Expression: f"\%g(num)" == "42" MethodError: no method matching cfmt(::SubString{String}, ::UInt128) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:44 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:21 Test threw exception Expression: f"\%i(num)" == "42" MethodError: no method matching cfmt(::SubString{String}, ::Int16) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:21 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:22 Test threw exception Expression: f"\%u(num)" == "42" MethodError: no method matching cfmt(::SubString{String}, ::Int16) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:22 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:23 Test threw exception Expression: f"Test: \%i(num)" == "Test: 42" MethodError: no method matching cfmt(::SubString{String}, ::Int16) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:23 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:24 Test threw exception Expression: f"\%#x(num)" == "0x2a" MethodError: no method matching cfmt(::SubString{String}, ::Int16) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:24 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:25 Test threw exception Expression: f"\%#o(num)" == "052" MethodError: no method matching cfmt(::SubString{String}, ::Int16) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:25 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:26 Test threw exception Expression: f"\%x(num)" == "2a" MethodError: no method matching cfmt(::SubString{String}, ::Int16) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:26 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:27 Test threw exception Expression: f"\%X(num)" == "2A" MethodError: no method matching cfmt(::SubString{String}, ::Int16) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:27 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:28 Test threw exception Expression: f"\% i(num)" == " 42" MethodError: no method matching cfmt(::SubString{String}, ::Int16) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:28 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:29 Test threw exception Expression: f"\%+i(num)" == "+42" MethodError: no method matching cfmt(::SubString{String}, ::Int16) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:29 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:30 Test threw exception Expression: f"\%4i(num)" == " 42" MethodError: no method matching cfmt(::SubString{String}, ::Int16) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:30 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:31 Test threw exception Expression: f"\%-4i(num)" == "42 " MethodError: no method matching cfmt(::SubString{String}, ::Int16) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:31 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:38 Test threw exception Expression: f"\%a(num)" == "0x1.5p+5" MethodError: no method matching cfmt(::SubString{String}, ::Int16) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:38 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:39 Test threw exception Expression: f"\%A(num)" == "0X1.5P+5" MethodError: no method matching cfmt(::SubString{String}, ::Int16) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:39 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:40 Test threw exception Expression: f"\%20a(num)" == " 0x1.5p+5" MethodError: no method matching cfmt(::SubString{String}, ::Int16) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:40 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:41 Test threw exception Expression: f"\%-20a(num)" == "0x1.5p+5 " MethodError: no method matching cfmt(::SubString{String}, ::Int16) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:41 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:43 Test threw exception Expression: f"\%f(num)" == "42.000000" MethodError: no method matching cfmt(::SubString{String}, ::Int16) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:43 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:44 Test threw exception Expression: f"\%g(num)" == "42" MethodError: no method matching cfmt(::SubString{String}, ::Int16) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:44 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:21 Test threw exception Expression: f"\%i(num)" == "42" MethodError: no method matching cfmt(::SubString{String}, ::Int32) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:21 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:22 Test threw exception Expression: f"\%u(num)" == "42" MethodError: no method matching cfmt(::SubString{String}, ::Int32) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:22 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:23 Test threw exception Expression: f"Test: \%i(num)" == "Test: 42" MethodError: no method matching cfmt(::SubString{String}, ::Int32) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:23 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:24 Test threw exception Expression: f"\%#x(num)" == "0x2a" MethodError: no method matching cfmt(::SubString{String}, ::Int32) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:24 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:25 Test threw exception Expression: f"\%#o(num)" == "052" MethodError: no method matching cfmt(::SubString{String}, ::Int32) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:25 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:26 Test threw exception Expression: f"\%x(num)" == "2a" MethodError: no method matching cfmt(::SubString{String}, ::Int32) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:26 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:27 Test threw exception Expression: f"\%X(num)" == "2A" MethodError: no method matching cfmt(::SubString{String}, ::Int32) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:27 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:28 Test threw exception Expression: f"\% i(num)" == " 42" MethodError: no method matching cfmt(::SubString{String}, ::Int32) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:28 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:29 Test threw exception Expression: f"\%+i(num)" == "+42" MethodError: no method matching cfmt(::SubString{String}, ::Int32) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:29 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:30 Test threw exception Expression: f"\%4i(num)" == " 42" MethodError: no method matching cfmt(::SubString{String}, ::Int32) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:30 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:31 Test threw exception Expression: f"\%-4i(num)" == "42 " MethodError: no method matching cfmt(::SubString{String}, ::Int32) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:31 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:38 Test threw exception Expression: f"\%a(num)" == "0x1.5p+5" MethodError: no method matching cfmt(::SubString{String}, ::Int32) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:38 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:39 Test threw exception Expression: f"\%A(num)" == "0X1.5P+5" MethodError: no method matching cfmt(::SubString{String}, ::Int32) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:39 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:40 Test threw exception Expression: f"\%20a(num)" == " 0x1.5p+5" MethodError: no method matching cfmt(::SubString{String}, ::Int32) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:40 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:41 Test threw exception Expression: f"\%-20a(num)" == "0x1.5p+5 " MethodError: no method matching cfmt(::SubString{String}, ::Int32) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:41 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:43 Test threw exception Expression: f"\%f(num)" == "42.000000" MethodError: no method matching cfmt(::SubString{String}, ::Int32) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:43 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:44 Test threw exception Expression: f"\%g(num)" == "42" MethodError: no method matching cfmt(::SubString{String}, ::Int32) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:44 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:21 Test threw exception Expression: f"\%i(num)" == "42" MethodError: no method matching cfmt(::SubString{String}, ::Int64) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:21 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:22 Test threw exception Expression: f"\%u(num)" == "42" MethodError: no method matching cfmt(::SubString{String}, ::Int64) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:22 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:23 Test threw exception Expression: f"Test: \%i(num)" == "Test: 42" MethodError: no method matching cfmt(::SubString{String}, ::Int64) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:23 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:24 Test threw exception Expression: f"\%#x(num)" == "0x2a" MethodError: no method matching cfmt(::SubString{String}, ::Int64) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:24 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:25 Test threw exception Expression: f"\%#o(num)" == "052" MethodError: no method matching cfmt(::SubString{String}, ::Int64) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:25 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:26 Test threw exception Expression: f"\%x(num)" == "2a" MethodError: no method matching cfmt(::SubString{String}, ::Int64) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:26 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:27 Test threw exception Expression: f"\%X(num)" == "2A" MethodError: no method matching cfmt(::SubString{String}, ::Int64) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:27 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:28 Test threw exception Expression: f"\% i(num)" == " 42" MethodError: no method matching cfmt(::SubString{String}, ::Int64) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:28 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:29 Test threw exception Expression: f"\%+i(num)" == "+42" MethodError: no method matching cfmt(::SubString{String}, ::Int64) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:29 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:30 Test threw exception Expression: f"\%4i(num)" == " 42" MethodError: no method matching cfmt(::SubString{String}, ::Int64) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:30 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:31 Test threw exception Expression: f"\%-4i(num)" == "42 " MethodError: no method matching cfmt(::SubString{String}, ::Int64) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:31 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:38 Test threw exception Expression: f"\%a(num)" == "0x1.5p+5" MethodError: no method matching cfmt(::SubString{String}, ::Int64) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:38 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:39 Test threw exception Expression: f"\%A(num)" == "0X1.5P+5" MethodError: no method matching cfmt(::SubString{String}, ::Int64) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:39 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:40 Test threw exception Expression: f"\%20a(num)" == " 0x1.5p+5" MethodError: no method matching cfmt(::SubString{String}, ::Int64) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:40 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:41 Test threw exception Expression: f"\%-20a(num)" == "0x1.5p+5 " MethodError: no method matching cfmt(::SubString{String}, ::Int64) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:41 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:43 Test threw exception Expression: f"\%f(num)" == "42.000000" MethodError: no method matching cfmt(::SubString{String}, ::Int64) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:43 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:44 Test threw exception Expression: f"\%g(num)" == "42" MethodError: no method matching cfmt(::SubString{String}, ::Int64) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:44 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:21 Test threw exception Expression: f"\%i(num)" == "42" MethodError: no method matching cfmt(::SubString{String}, ::Int128) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:21 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:22 Test threw exception Expression: f"\%u(num)" == "42" MethodError: no method matching cfmt(::SubString{String}, ::Int128) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:22 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:23 Test threw exception Expression: f"Test: \%i(num)" == "Test: 42" MethodError: no method matching cfmt(::SubString{String}, ::Int128) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:23 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:24 Test threw exception Expression: f"\%#x(num)" == "0x2a" MethodError: no method matching cfmt(::SubString{String}, ::Int128) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:24 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:25 Test threw exception Expression: f"\%#o(num)" == "052" MethodError: no method matching cfmt(::SubString{String}, ::Int128) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:25 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:26 Test threw exception Expression: f"\%x(num)" == "2a" MethodError: no method matching cfmt(::SubString{String}, ::Int128) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:26 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:27 Test threw exception Expression: f"\%X(num)" == "2A" MethodError: no method matching cfmt(::SubString{String}, ::Int128) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:27 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:28 Test threw exception Expression: f"\% i(num)" == " 42" MethodError: no method matching cfmt(::SubString{String}, ::Int128) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:28 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:29 Test threw exception Expression: f"\%+i(num)" == "+42" MethodError: no method matching cfmt(::SubString{String}, ::Int128) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:29 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:30 Test threw exception Expression: f"\%4i(num)" == " 42" MethodError: no method matching cfmt(::SubString{String}, ::Int128) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:30 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:31 Test threw exception Expression: f"\%-4i(num)" == "42 " MethodError: no method matching cfmt(::SubString{String}, ::Int128) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:31 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:38 Test threw exception Expression: f"\%a(num)" == "0x1.5p+5" MethodError: no method matching cfmt(::SubString{String}, ::Int128) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:38 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:39 Test threw exception Expression: f"\%A(num)" == "0X1.5P+5" MethodError: no method matching cfmt(::SubString{String}, ::Int128) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:39 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:40 Test threw exception Expression: f"\%20a(num)" == " 0x1.5p+5" MethodError: no method matching cfmt(::SubString{String}, ::Int128) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:40 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:41 Test threw exception Expression: f"\%-20a(num)" == "0x1.5p+5 " MethodError: no method matching cfmt(::SubString{String}, ::Int128) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:41 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:43 Test threw exception Expression: f"\%f(num)" == "42.000000" MethodError: no method matching cfmt(::SubString{String}, ::Int128) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:43 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 printing an int value: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:44 Test threw exception Expression: f"\%g(num)" == "42" MethodError: no method matching cfmt(::SubString{String}, ::Int128) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:44 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:19 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 pointers: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:49 Test threw exception Expression: f"\%20p(0)" == " 0x0000000000000000" MethodError: no method matching cfmt(::SubString{String}, ::Int64) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:49 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:48 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 pointers: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:50 Test threw exception Expression: f"\%-20p(0)" == "0x0000000000000000 " MethodError: no method matching cfmt(::SubString{String}, ::Int64) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:50 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:48 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 float / BigFloat: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:60 Test threw exception Expression: f"\%7.2f(num)" == " 1.23" MethodError: no method matching cfmt(::SubString{String}, ::Float64) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:60 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:59 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 float / BigFloat: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:61 Test threw exception Expression: f"\%-7.2f(num)" == "1.23 " MethodError: no method matching cfmt(::SubString{String}, ::Float64) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:61 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:59 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 float / BigFloat: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:62 Test threw exception Expression: f"\%07.2f(num)" == "0001.23" MethodError: no method matching cfmt(::SubString{String}, ::Float64) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:62 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:59 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 float / BigFloat: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:63 Test threw exception Expression: f"\%.0f(num)" == "1" MethodError: no method matching cfmt(::SubString{String}, ::Float64) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:63 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:59 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 float / BigFloat: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:64 Test threw exception Expression: f"\%#.0f(num)" == "1." MethodError: no method matching cfmt(::SubString{String}, ::Float64) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:64 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:59 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 float / BigFloat: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:65 Test threw exception Expression: f"\%.4e(num)" == "1.2345e+00" MethodError: no method matching cfmt(::SubString{String}, ::Float64) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:65 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:59 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 float / BigFloat: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:66 Test threw exception Expression: f"\%.4E(num)" == "1.2345E+00" MethodError: no method matching cfmt(::SubString{String}, ::Float64) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:66 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:59 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 float / BigFloat: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:67 Test threw exception Expression: f"\%.2a(num)" == "0x1.3cp+0" MethodError: no method matching cfmt(::SubString{String}, ::Float64) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:67 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:59 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 float / BigFloat: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:68 Test threw exception Expression: f"\%.2A(num)" == "0X1.3CP+0" MethodError: no method matching cfmt(::SubString{String}, ::Float64) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:68 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:59 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 float / BigFloat: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:60 Test threw exception Expression: f"\%7.2f(num)" == " 1.23" MethodError: no method matching cfmt(::SubString{String}, ::BigFloat) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:60 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:59 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 float / BigFloat: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:61 Test threw exception Expression: f"\%-7.2f(num)" == "1.23 " MethodError: no method matching cfmt(::SubString{String}, ::BigFloat) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:61 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:59 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 float / BigFloat: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:62 Test threw exception Expression: f"\%07.2f(num)" == "0001.23" MethodError: no method matching cfmt(::SubString{String}, ::BigFloat) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:62 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:59 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 float / BigFloat: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:63 Test threw exception Expression: f"\%.0f(num)" == "1" MethodError: no method matching cfmt(::SubString{String}, ::BigFloat) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:63 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:59 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 float / BigFloat: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:64 Test threw exception Expression: f"\%#.0f(num)" == "1." MethodError: no method matching cfmt(::SubString{String}, ::BigFloat) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:64 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:59 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 float / BigFloat: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:65 Test threw exception Expression: f"\%.4e(num)" == "1.2345e+00" MethodError: no method matching cfmt(::SubString{String}, ::BigFloat) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:65 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:59 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 float / BigFloat: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:66 Test threw exception Expression: f"\%.4E(num)" == "1.2345E+00" MethodError: no method matching cfmt(::SubString{String}, ::BigFloat) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:66 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:59 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 float / BigFloat: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:67 Test threw exception Expression: f"\%.2a(num)" == "0x1.3cp+0" MethodError: no method matching cfmt(::SubString{String}, ::BigFloat) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:67 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:59 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 float / BigFloat: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:68 Test threw exception Expression: f"\%.2A(num)" == "0X1.3CP+0" MethodError: no method matching cfmt(::SubString{String}, ::BigFloat) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:68 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:59 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 Inf / NaN handling: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:74 Test threw exception Expression: f"\%f(Inf)" == "Inf" MethodError: no method matching cfmt(::SubString{String}, ::Float64) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:74 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:72 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 Inf / NaN handling: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:75 Test threw exception Expression: f"\%f(NaN)" == "NaN" MethodError: no method matching cfmt(::SubString{String}, ::Float64) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:75 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:72 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 Inf / NaN handling: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:76 Test threw exception Expression: f"\%f(bf)" == "Inf" MethodError: no method matching cfmt(::SubString{String}, ::BigFloat) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:76 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:72 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 Inf / NaN handling: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:77 Test threw exception Expression: f"\%f(bn)" == "NaN" MethodError: no method matching cfmt(::SubString{String}, ::BigFloat) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:77 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:72 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 scientific notation: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:82 Test threw exception Expression: f"\%.0e(fv)" == "3e+142" MethodError: no method matching cfmt(::SubString{String}, ::Float64) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:82 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:80 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 scientific notation: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:83 Test threw exception Expression: f"\%#.0e(fv)" == "3.e+142" MethodError: no method matching cfmt(::SubString{String}, ::Float64) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:83 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:80 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 scientific notation: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:84 Test threw exception Expression: f"\%.0e(bv)" == "3e+142" MethodError: no method matching cfmt(::SubString{String}, ::BigFloat) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:84 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:80 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 scientific notation: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:85 Test threw exception Expression: f"\%#.0e(bv)" == "3.e+142" MethodError: no method matching cfmt(::SubString{String}, ::BigFloat) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:85 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:80 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 scientific notation: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:87 Test threw exception Expression: f"\%.0e(bv)" == "3e+1042" MethodError: no method matching cfmt(::SubString{String}, ::BigFloat) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:87 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:80 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 scientific notation: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:88 Test threw exception Expression: f"\%e(3e42)" == "3.000000e+42" MethodError: no method matching cfmt(::SubString{String}, ::Float64) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:88 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:80 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 scientific notation: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:89 Test threw exception Expression: f"\%E(3e42)" == "3.000000E+42" MethodError: no method matching cfmt(::SubString{String}, ::Float64) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:89 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:80 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 scientific notation: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:90 Test threw exception Expression: f"\%e(3e-42)" == "3.000000e-42" MethodError: no method matching cfmt(::SubString{String}, ::Float64) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:90 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:80 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 scientific notation: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:91 Test threw exception Expression: f"\%E(3e-42)" == "3.000000E-42" MethodError: no method matching cfmt(::SubString{String}, ::Float64) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:91 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:80 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 scientific notation: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:92 Test threw exception Expression: f"\%a(3e4)" == "0x1.d4cp+14" MethodError: no method matching cfmt(::SubString{String}, ::Float64) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:92 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:80 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 scientific notation: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:93 Test threw exception Expression: f"\%A(3e4)" == "0X1.D4CP+14" MethodError: no method matching cfmt(::SubString{String}, ::Float64) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:93 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:80 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 scientific notation: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:94 Test threw exception Expression: f"\%.4a(3e-4)" == "0x1.3a93p-12" MethodError: no method matching cfmt(::SubString{String}, ::Float64) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:94 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:80 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 scientific notation: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:95 Test threw exception Expression: f"\%.4A(3e-4)" == "0X1.3A93P-12" MethodError: no method matching cfmt(::SubString{String}, ::Float64) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:95 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:80 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 %g: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:108 Test threw exception Expression: f"\%.6g(val)" == res MethodError: no method matching cfmt(::SubString{String}, ::Float64) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:108 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:98 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 %g: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:108 Test threw exception Expression: f"\%.6g(val)" == res MethodError: no method matching cfmt(::SubString{String}, ::Float64) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:108 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:98 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 %g: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:108 Test threw exception Expression: f"\%.6g(val)" == res MethodError: no method matching cfmt(::SubString{String}, ::Float64) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:108 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:98 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 %g: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:108 Test threw exception Expression: f"\%.6g(val)" == res MethodError: no method matching cfmt(::SubString{String}, ::Float64) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:108 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:98 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 %g: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:108 Test threw exception Expression: f"\%.6g(val)" == res MethodError: no method matching cfmt(::SubString{String}, ::Float64) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:108 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:98 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 %g: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:108 Test threw exception Expression: f"\%.6g(val)" == res MethodError: no method matching cfmt(::SubString{String}, ::BigFloat) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:108 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:98 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 %g: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:108 Test threw exception Expression: f"\%.6g(val)" == res MethodError: no method matching cfmt(::SubString{String}, ::BigFloat) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:108 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:98 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 %g: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:108 Test threw exception Expression: f"\%.6g(val)" == res MethodError: no method matching cfmt(::SubString{String}, ::BigFloat) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:108 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:98 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 %g: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:108 Test threw exception Expression: f"\%.6g(val)" == res MethodError: no method matching cfmt(::SubString{String}, ::BigFloat) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:108 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:98 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 %g: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:111 Test threw exception Expression: f"\%10.5g(num)" == " 123.4" MethodError: no method matching cfmt(::SubString{String}, ::Float64) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:111 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:98 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 %g: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:112 Test threw exception Expression: f"\%+10.5g(num)" == " +123.4" MethodError: no method matching cfmt(::SubString{String}, ::Float64) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:112 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:98 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 %g: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:113 Test threw exception Expression: f"\% 10.5g(num)" == " 123.4" MethodError: no method matching cfmt(::SubString{String}, ::Float64) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:113 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:98 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 %g: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:114 Test threw exception Expression: f"\%#10.5g(num)" == " 123.40" MethodError: no method matching cfmt(::SubString{String}, ::Float64) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:114 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:98 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 %g: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:115 Test threw exception Expression: f"\%-10.5g(num)" == "123.4 " MethodError: no method matching cfmt(::SubString{String}, ::Float64) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:115 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:98 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 %g: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:116 Test threw exception Expression: f"\%-+10.5g(num)" == "+123.4 " MethodError: no method matching cfmt(::SubString{String}, ::Float64) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:116 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:98 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 %g: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:117 Test threw exception Expression: f"\%010.5g(num)" == "00000123.4" MethodError: no method matching cfmt(::SubString{String}, ::Float64) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:117 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:98 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 %g: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:111 Test threw exception Expression: f"\%10.5g(num)" == " 123.4" MethodError: no method matching cfmt(::SubString{String}, ::BigFloat) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:111 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:98 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 %g: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:112 Test threw exception Expression: f"\%+10.5g(num)" == " +123.4" MethodError: no method matching cfmt(::SubString{String}, ::BigFloat) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:112 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:98 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 %g: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:113 Test threw exception Expression: f"\% 10.5g(num)" == " 123.4" MethodError: no method matching cfmt(::SubString{String}, ::BigFloat) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:113 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:98 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 %g: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:114 Test threw exception Expression: f"\%#10.5g(num)" == " 123.40" MethodError: no method matching cfmt(::SubString{String}, ::BigFloat) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:114 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:98 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 %g: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:115 Test threw exception Expression: f"\%-10.5g(num)" == "123.4 " MethodError: no method matching cfmt(::SubString{String}, ::BigFloat) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:115 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:98 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 %g: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:116 Test threw exception Expression: f"\%-+10.5g(num)" == "+123.4 " MethodError: no method matching cfmt(::SubString{String}, ::BigFloat) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:116 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:98 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 %g: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:117 Test threw exception Expression: f"\%010.5g(num)" == "00000123.4" MethodError: no method matching cfmt(::SubString{String}, ::BigFloat) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:117 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:98 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 %g: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:121 Test threw exception Expression: f"\%10.5g(-123.4)" == " -123.4" MethodError: no method matching cfmt(::SubString{String}, ::Float64) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:121 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:98 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 %g: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:122 Test threw exception Expression: f"\%010.5g(-123.4)" == "-0000123.4" MethodError: no method matching cfmt(::SubString{String}, ::Float64) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:122 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:98 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 %g: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:123 Test threw exception Expression: f"\%.6g(12340000.0)" == "1.234e+07" MethodError: no method matching cfmt(::SubString{String}, ::Float64) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:123 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:98 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 %g: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:124 Test threw exception Expression: f"\%#.6g(12340000.0)" == "1.23400e+07" MethodError: no method matching cfmt(::SubString{String}, ::Float64) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:124 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:98 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 %g: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:125 Test threw exception Expression: f"\%10.5g(bv)" == " -123.4" MethodError: no method matching cfmt(::SubString{String}, ::BigFloat) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:125 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:98 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 %g: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:126 Test threw exception Expression: f"\%010.5g(bv)" == "-0000123.4" MethodError: no method matching cfmt(::SubString{String}, ::BigFloat) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:126 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:98 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 %g: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:127 Test threw exception Expression: f"\%.6g(b2)" == "1.234e+07" MethodError: no method matching cfmt(::SubString{String}, ::BigFloat) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:127 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:98 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 %g: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:128 Test threw exception Expression: f"\%#.6g(b2)" == "1.23400e+07" MethodError: no method matching cfmt(::SubString{String}, ::BigFloat) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:128 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:98 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 %g: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:129 Test threw exception Expression: f"\%.5g(42)" == "42" MethodError: no method matching cfmt(::SubString{String}, ::Int64) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:129 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:98 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 %g: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:130 Test threw exception Expression: f"\%#.2g(42)" == "42." MethodError: no method matching cfmt(::SubString{String}, ::Int64) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:130 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:98 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 %g: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:131 Test threw exception Expression: f"\%#.5g(42)" == "42.000" MethodError: no method matching cfmt(::SubString{String}, ::Int64) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:131 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:98 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 hex float: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:136 Test threw exception Expression: f"\%a(1.5)" == "0x1.8p+0" MethodError: no method matching cfmt(::SubString{String}, ::Float64) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:136 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:135 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 hex float: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:137 Test threw exception Expression: f"\%a(1.5f0)" == "0x1.8p+0" MethodError: no method matching cfmt(::SubString{String}, ::Float32) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:137 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:135 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 hex float: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:138 Test threw exception Expression: f"\%a(bv)" == "0x1.8p+0" MethodError: no method matching cfmt(::SubString{String}, ::BigFloat) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:138 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:135 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 hex float: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:139 Test threw exception Expression: f"\%#.0a(1.5)" == "0x2.p+0" MethodError: no method matching cfmt(::SubString{String}, ::Float64) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:139 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:135 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 hex float: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:140 Test threw exception Expression: f"\%+30a(1/3)" == " +0x1.5555555555555p-2" MethodError: no method matching cfmt(::SubString{String}, ::Float64) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:140 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:135 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 chars: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:144 Test threw exception Expression: f"\%c(65)" == "A" MethodError: no method matching cfmt(::SubString{String}, ::Int64) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:144 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:144 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 chars: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:145 Test threw exception Expression: f"\%c('A')" == "A" MethodError: no method matching cfmt(::SubString{String}, ::Char) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:145 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:144 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 chars: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:146 Test threw exception Expression: f"\%3c('A')" == " A" MethodError: no method matching cfmt(::SubString{String}, ::Char) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:146 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:144 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 chars: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:147 Test threw exception Expression: f"\%-3c('A')" == "A " MethodError: no method matching cfmt(::SubString{String}, ::Char) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:147 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:144 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 chars: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:148 Test threw exception Expression: f"\%c(248)" == "ø" MethodError: no method matching cfmt(::SubString{String}, ::Int64) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:148 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:144 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 chars: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:149 Test threw exception Expression: f"\%c('ø')" == "ø" MethodError: no method matching cfmt(::SubString{String}, ::Char) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:149 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:144 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 type width specifier parsing (ignored): Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:153 Test threw exception Expression: f"\%llf(1.2)" == "1.200000" MethodError: no method matching cfmt(::SubString{String}, ::Float64) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:153 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:153 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 type width specifier parsing (ignored): Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:154 Test threw exception Expression: f"\%Lf(1.2)" == "1.200000" MethodError: no method matching cfmt(::SubString{String}, ::Float64) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:154 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:153 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 type width specifier parsing (ignored): Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:155 Test threw exception Expression: f"\%hhu(1)" == "1" MethodError: no method matching cfmt(::SubString{String}, ::Int64) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:155 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:153 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 type width specifier parsing (ignored): Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:156 Test threw exception Expression: f"\%hu(1)" == "1" MethodError: no method matching cfmt(::SubString{String}, ::Int64) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:156 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:153 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 type width specifier parsing (ignored): Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:157 Test threw exception Expression: f"\%lu(1)" == "1" MethodError: no method matching cfmt(::SubString{String}, ::Int64) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:157 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:153 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 type width specifier parsing (ignored): Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:158 Test threw exception Expression: f"\%llu(1)" == "1" MethodError: no method matching cfmt(::SubString{String}, ::Int64) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:158 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:153 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 type width specifier parsing (ignored): Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:159 Test threw exception Expression: f"\%Lu(1)" == "1" MethodError: no method matching cfmt(::SubString{String}, ::Int64) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:159 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:153 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 type width specifier parsing (ignored): Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:160 Test threw exception Expression: f"\%zu(1)" == "1" MethodError: no method matching cfmt(::SubString{String}, ::Int64) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:160 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:153 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 type width specifier parsing (ignored): Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:161 Test threw exception Expression: f"\%ju(1)" == "1" MethodError: no method matching cfmt(::SubString{String}, ::Int64) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:161 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:153 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 type width specifier parsing (ignored): Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:162 Test threw exception Expression: f"\%tu(1)" == "1" MethodError: no method matching cfmt(::SubString{String}, ::Int64) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:162 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:153 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 strings: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:169 Test threw exception Expression: f"\%s(s1)" == s1 MethodError: no method matching cfmt(::SubString{String}, ::String) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:169 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:166 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 strings: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:170 Test threw exception Expression: f"\%s(s2)" == s2 MethodError: no method matching cfmt(::SubString{String}, ::String) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:170 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:166 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 strings: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:172 Test threw exception Expression: f"\%8s(s1)" == " test" MethodError: no method matching cfmt(::SubString{String}, ::String) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:172 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:166 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 strings: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:173 Test threw exception Expression: f"\%-8s(s1)" == "test " MethodError: no method matching cfmt(::SubString{String}, ::String) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:173 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:166 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 strings: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:177 Test threw exception Expression: f"\%8.3s(s1)" == " tes" MethodError: no method matching cfmt(::SubString{String}, ::String) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:177 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:166 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 strings: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:178 Test threw exception Expression: f"\%#8.3s(s1)" == " \"te" MethodError: no method matching cfmt(::SubString{String}, ::String) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:178 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:166 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 strings: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:179 Test threw exception Expression: f"\%-8.3s(s1)" == "tes " MethodError: no method matching cfmt(::SubString{String}, ::String) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:179 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:166 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 strings: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:180 Test threw exception Expression: f"\%#-8.3s(s1)" == "\"te " MethodError: no method matching cfmt(::SubString{String}, ::String) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:180 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:166 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 strings: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:181 Test threw exception Expression: f"\%.3s(s1)" == "tes" MethodError: no method matching cfmt(::SubString{String}, ::String) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:181 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:166 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 strings: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:182 Test threw exception Expression: f"\%#.3s(s1)" == "\"te" MethodError: no method matching cfmt(::SubString{String}, ::String) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:182 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:166 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 strings: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:183 Test threw exception Expression: f"\%-.3s(s1)" == "tes" MethodError: no method matching cfmt(::SubString{String}, ::String) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:183 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:166 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 strings: Error During Test at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:184 Test threw exception Expression: f"\%#-.3s(s1)" == "\"te" MethodError: no method matching cfmt(::SubString{String}, ::String) The function `cfmt` exists, but no method is defined for this combination of argument types. Closest candidates are: cfmt(!Matched::String, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:25 cfmt(!Matched::Format.FmtSpec, ::Any) @ Format ~/.julia/packages/Format/0LfJN/src/cformat.jl:24 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:184 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:166 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/StrFormat/UAQSM/test/runtests.jl:8 Test Summary: | Pass Error Total Time C Formatting | 14 243 257 8.8s int | 3 3 2.6s printing an int value | 136 136 1.7s pointers | 2 2 0.0s float / BigFloat | 18 18 0.4s Inf / NaN handling | 4 4 0.0s scientific notation | 13 13 0.1s %g | 34 34 0.2s hex float | 5 5 0.1s chars | 6 6 0.1s type width specifier parsing (ignored) | 10 10 0.1s strings | 12 12 0.2s type based formatting | 14 14 3.2s RNG of the outermost testset: Random.Xoshiro(0x234da10b5489fdd7, 0x9884a1dc82bc00e4, 0x36e05a8a7a4ca88e, 0x813626ed0f3a52b2, 0x87b85bd0aad58e27) ERROR: LoadError: Some tests did not pass: 14 passed, 0 failed, 243 errored, 0 broken. in expression starting at /home/pkgeval/.julia/packages/StrFormat/UAQSM/test/runtests.jl:7 Testing failed after 29.71s ERROR: LoadError: Package StrFormat errored during testing Stacktrace: [1] pkgerror(msg::String) @ Pkg.Types /opt/julia/share/julia/stdlib/v1.13/Pkg/src/Types.jl:68 [2] test(ctx::Pkg.Types.Context, pkgs::Vector{PackageSpec}; coverage::Bool, julia_args::Cmd, test_args::Cmd, test_fn::Nothing, force_latest_compatible_version::Bool, allow_earlier_backwards_compatible_versions::Bool, allow_reresolve::Bool) @ Pkg.Operations /opt/julia/share/julia/stdlib/v1.13/Pkg/src/Operations.jl:2674 [3] test @ /opt/julia/share/julia/stdlib/v1.13/Pkg/src/Operations.jl:2523 [inlined] [4] test(ctx::Pkg.Types.Context, pkgs::Vector{PackageSpec}; coverage::Bool, test_fn::Nothing, julia_args::Cmd, test_args::Cmd, force_latest_compatible_version::Bool, allow_earlier_backwards_compatible_versions::Bool, allow_reresolve::Bool, kwargs::@Kwargs{io::IOContext{IO}}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:548 [5] kwcall(::@NamedTuple{julia_args::Cmd, io::IOContext{IO}}, ::typeof(Pkg.API.test), ctx::Pkg.Types.Context, pkgs::Vector{PackageSpec}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:525 [6] test(pkgs::Vector{PackageSpec}; io::IOContext{IO}, kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:172 [7] kwcall(::@NamedTuple{julia_args::Cmd}, ::typeof(Pkg.API.test), pkgs::Vector{PackageSpec}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:161 [8] test(pkgs::Vector{String}; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:160 [9] test @ /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:160 [inlined] [10] kwcall(::@NamedTuple{julia_args::Cmd}, ::typeof(Pkg.API.test), pkg::String) @ Pkg.API /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:159 [11] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:219 [12] include(mod::Module, _path::String) @ Base ./Base.jl:309 [13] exec_options(opts::Base.JLOptions) @ Base ./client.jl:344 [14] _start() @ Base ./client.jl:577 in expression starting at /PkgEval.jl/scripts/evaluate.jl:210 PkgEval failed after 80.55s: package tests unexpectedly errored