Package evaluation to test DocumentFormat on Julia 1.12.7-DEV.42 (6f510b6086*) started at 2026-06-19T12:03:09.955 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.12` Set-up completed after 8.67s ################################################################################ # Installation # Installing DocumentFormat... Resolving package versions... Updating `~/.julia/environments/v1.12/Project.toml` [ffa9a821] + DocumentFormat v4.0.3 Updating `~/.julia/environments/v1.12/Manifest.toml` [00ebfdb7] + CSTParser v3.5.0 ⌅ [a80b9123] + CommonMark v0.8.16 [34da2185] + Compat v4.18.1 [a8cc5b0e] + Crayons v4.1.1 ⌅ [864edb3b] + DataStructures v0.18.22 [ffa9a821] + DocumentFormat v4.0.3 [48062228] + FilePathsBase v0.9.24 [c27321d9] + Glob v1.5.0 ⌅ [98e50ef6] + JuliaFormatter v1.0.62 ⌅ [bac558e1] + OrderedCollections v1.8.2 [aea7be01] + PrecompileTools v1.3.4 [21216c6a] + Preferences v1.5.2 [0796e94c] + Tokenize v0.5.29 [2a0f44e3] + Base64 v1.11.0 [ade2ca70] + Dates v1.11.0 [b77e0a4c] + InteractiveUtils v1.11.0 [ac6e5ff7] + JuliaSyntaxHighlighting v1.12.0 [d6f4376e] + Markdown v1.11.0 [de0858da] + Printf v1.11.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v0.7.0 [f489334b] + StyledStrings v1.11.0 [fa267f1f] + TOML v1.0.3 [cf7118a7] + UUIDs v1.11.0 [4ec0a83e] + Unicode v1.11.0 Info Packages marked with ⌅ have new versions available but compatibility constraints restrict them from upgrading. To see why use `status --outdated -m` Installation completed after 5.51s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling packages... 71919.4 ms ✓ DocumentFormat 1 dependency successfully precompiled in 72 seconds. 26 already precompiled. 9 dependencies precompiled but different versions are currently loaded (Base64, Dates, JuliaSyntaxHighlighting, Logging, Markdown, Printf, StyledStrings, TOML and UUIDs). Restart julia to access the new versions. Otherwise, 11 dependents of these packages may trigger further precompilation to work with the unexpected versions. Precompilation completed after 90.19s ################################################################################ # Testing # Testing DocumentFormat Status `/tmp/jl_HBqtpB/Project.toml` [ffa9a821] DocumentFormat v4.0.3 [48062228] FilePathsBase v0.9.24 ⌅ [98e50ef6] JuliaFormatter v1.0.62 [8dfed614] Test v1.11.0 Status `/tmp/jl_HBqtpB/Manifest.toml` [00ebfdb7] CSTParser v3.5.0 ⌅ [a80b9123] CommonMark v0.8.16 [34da2185] Compat v4.18.1 [a8cc5b0e] Crayons v4.1.1 ⌅ [864edb3b] DataStructures v0.18.22 [ffa9a821] DocumentFormat v4.0.3 [48062228] FilePathsBase v0.9.24 [c27321d9] Glob v1.5.0 ⌅ [98e50ef6] JuliaFormatter v1.0.62 ⌅ [bac558e1] OrderedCollections v1.8.2 [aea7be01] PrecompileTools v1.3.4 [21216c6a] Preferences v1.5.2 [0796e94c] Tokenize v0.5.29 [2a0f44e3] Base64 v1.11.0 [ade2ca70] Dates v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.12.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [de0858da] Printf v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v0.7.0 [9e88b42a] Serialization v1.11.0 [f489334b] StyledStrings v1.11.0 [fa267f1f] TOML v1.0.3 [8dfed614] Test v1.11.0 [cf7118a7] UUIDs v1.11.0 [4ec0a83e] Unicode v1.11.0 Info Packages marked with ⌅ have new versions available but compatibility constraints restrict them from upgrading. Testing Running tests... WARNING: Imported binding DocumentFormat.FormatOptions was undeclared at import time during import to Main. basic: Error During Test at /home/pkgeval/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:7 Test threw exception Expression: format("a") == "a" MethodError: no method matching format(::String) The function `format` exists, but no method is defined for this combination of argument types. Closest candidates are: format(!Matched::AbstractPath) @ DocumentFormat ~/.julia/packages/DocumentFormat/bFNbs/src/DocumentFormat.jl:20 Stacktrace: [1] top-level scope @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:6 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:7 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:7 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:677 [inlined] tuples: Error During Test at /home/pkgeval/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:10 Test threw exception Expression: format("a,b") == "a, b" MethodError: no method matching format(::String) The function `format` exists, but no method is defined for this combination of argument types. Closest candidates are: format(!Matched::AbstractPath) @ DocumentFormat ~/.julia/packages/DocumentFormat/bFNbs/src/DocumentFormat.jl:20 Stacktrace: [1] top-level scope @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:6 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:10 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:10 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:677 [inlined] tuples: Error During Test at /home/pkgeval/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:11 Test threw exception Expression: format("a ,b") == "a, b" MethodError: no method matching format(::String) The function `format` exists, but no method is defined for this combination of argument types. Closest candidates are: format(!Matched::AbstractPath) @ DocumentFormat ~/.julia/packages/DocumentFormat/bFNbs/src/DocumentFormat.jl:20 Stacktrace: [1] top-level scope @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:6 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:10 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:11 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:677 [inlined] tuples: Error During Test at /home/pkgeval/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:12 Test threw exception Expression: format("a ,b") == "a, b" MethodError: no method matching format(::String) The function `format` exists, but no method is defined for this combination of argument types. Closest candidates are: format(!Matched::AbstractPath) @ DocumentFormat ~/.julia/packages/DocumentFormat/bFNbs/src/DocumentFormat.jl:20 Stacktrace: [1] top-level scope @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:6 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:10 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:12 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:677 [inlined] tuples: Error During Test at /home/pkgeval/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:13 Test threw exception Expression: format("a ,b") == "a, b" MethodError: no method matching format(::String) The function `format` exists, but no method is defined for this combination of argument types. Closest candidates are: format(!Matched::AbstractPath) @ DocumentFormat ~/.julia/packages/DocumentFormat/bFNbs/src/DocumentFormat.jl:20 Stacktrace: [1] top-level scope @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:6 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:10 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:13 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:677 [inlined] tuples: Error During Test at /home/pkgeval/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:14 Test threw exception Expression: format("a , b") == "a, b" MethodError: no method matching format(::String) The function `format` exists, but no method is defined for this combination of argument types. Closest candidates are: format(!Matched::AbstractPath) @ DocumentFormat ~/.julia/packages/DocumentFormat/bFNbs/src/DocumentFormat.jl:20 Stacktrace: [1] top-level scope @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:6 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:10 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:14 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:677 [inlined] tuples: Error During Test at /home/pkgeval/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:15 Test threw exception Expression: format("(a,b)") == "(a, b)" MethodError: no method matching format(::String) The function `format` exists, but no method is defined for this combination of argument types. Closest candidates are: format(!Matched::AbstractPath) @ DocumentFormat ~/.julia/packages/DocumentFormat/bFNbs/src/DocumentFormat.jl:20 Stacktrace: [1] top-level scope @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:6 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:10 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:15 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:677 [inlined] tuples: Error During Test at /home/pkgeval/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:16 Test threw exception Expression: format("(a ,b)") == "(a, b)" MethodError: no method matching format(::String) The function `format` exists, but no method is defined for this combination of argument types. Closest candidates are: format(!Matched::AbstractPath) @ DocumentFormat ~/.julia/packages/DocumentFormat/bFNbs/src/DocumentFormat.jl:20 Stacktrace: [1] top-level scope @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:6 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:10 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:16 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:677 [inlined] tuples: Error During Test at /home/pkgeval/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:17 Test threw exception Expression: format("( a, b)") == "(a, b)" MethodError: no method matching format(::String) The function `format` exists, but no method is defined for this combination of argument types. Closest candidates are: format(!Matched::AbstractPath) @ DocumentFormat ~/.julia/packages/DocumentFormat/bFNbs/src/DocumentFormat.jl:20 Stacktrace: [1] top-level scope @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:6 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:10 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:17 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:677 [inlined] tuples: Error During Test at /home/pkgeval/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:18 Test threw exception Expression: format("(a, b )") == "(a, b)" MethodError: no method matching format(::String) The function `format` exists, but no method is defined for this combination of argument types. Closest candidates are: format(!Matched::AbstractPath) @ DocumentFormat ~/.julia/packages/DocumentFormat/bFNbs/src/DocumentFormat.jl:20 Stacktrace: [1] top-level scope @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:6 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:10 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:18 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:677 [inlined] tuples: Error During Test at /home/pkgeval/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:19 Test threw exception Expression: format("(a, b ,)") == "(a, b,)" MethodError: no method matching format(::String) The function `format` exists, but no method is defined for this combination of argument types. Closest candidates are: format(!Matched::AbstractPath) @ DocumentFormat ~/.julia/packages/DocumentFormat/bFNbs/src/DocumentFormat.jl:20 Stacktrace: [1] top-level scope @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:6 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:10 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:19 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:677 [inlined] tuples: Error During Test at /home/pkgeval/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:20 Test threw exception Expression: format("π,汉") == "π, 汉" MethodError: no method matching format(::String) The function `format` exists, but no method is defined for this combination of argument types. Closest candidates are: format(!Matched::AbstractPath) @ DocumentFormat ~/.julia/packages/DocumentFormat/bFNbs/src/DocumentFormat.jl:20 Stacktrace: [1] top-level scope @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:6 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:10 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:20 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:677 [inlined] tuples: Error During Test at /home/pkgeval/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:21 Test threw exception Expression: format("π ,汉") == "π, 汉" MethodError: no method matching format(::String) The function `format` exists, but no method is defined for this combination of argument types. Closest candidates are: format(!Matched::AbstractPath) @ DocumentFormat ~/.julia/packages/DocumentFormat/bFNbs/src/DocumentFormat.jl:20 Stacktrace: [1] top-level scope @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:6 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:10 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:21 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:677 [inlined] tuples: Error During Test at /home/pkgeval/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:22 Test threw exception Expression: format("π ,汉") == "π, 汉" MethodError: no method matching format(::String) The function `format` exists, but no method is defined for this combination of argument types. Closest candidates are: format(!Matched::AbstractPath) @ DocumentFormat ~/.julia/packages/DocumentFormat/bFNbs/src/DocumentFormat.jl:20 Stacktrace: [1] top-level scope @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:6 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:10 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:22 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:677 [inlined] tuples: Error During Test at /home/pkgeval/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:23 Test threw exception Expression: format("π ,汉") == "π, 汉" MethodError: no method matching format(::String) The function `format` exists, but no method is defined for this combination of argument types. Closest candidates are: format(!Matched::AbstractPath) @ DocumentFormat ~/.julia/packages/DocumentFormat/bFNbs/src/DocumentFormat.jl:20 Stacktrace: [1] top-level scope @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:6 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:10 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:23 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:677 [inlined] tuples: Error During Test at /home/pkgeval/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:24 Test threw exception Expression: format("π , 汉") == "π, 汉" MethodError: no method matching format(::String) The function `format` exists, but no method is defined for this combination of argument types. Closest candidates are: format(!Matched::AbstractPath) @ DocumentFormat ~/.julia/packages/DocumentFormat/bFNbs/src/DocumentFormat.jl:20 Stacktrace: [1] top-level scope @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:6 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:10 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:24 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:677 [inlined] tuples: Error During Test at /home/pkgeval/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:25 Test threw exception Expression: format("(π,汉)") == "(π, 汉)" MethodError: no method matching format(::String) The function `format` exists, but no method is defined for this combination of argument types. Closest candidates are: format(!Matched::AbstractPath) @ DocumentFormat ~/.julia/packages/DocumentFormat/bFNbs/src/DocumentFormat.jl:20 Stacktrace: [1] top-level scope @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:6 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:10 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:25 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:677 [inlined] tuples: Error During Test at /home/pkgeval/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:26 Test threw exception Expression: format("(π ,汉)") == "(π, 汉)" MethodError: no method matching format(::String) The function `format` exists, but no method is defined for this combination of argument types. Closest candidates are: format(!Matched::AbstractPath) @ DocumentFormat ~/.julia/packages/DocumentFormat/bFNbs/src/DocumentFormat.jl:20 Stacktrace: [1] top-level scope @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:6 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:10 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:26 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:677 [inlined] tuples: Error During Test at /home/pkgeval/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:27 Test threw exception Expression: format("( π, 汉)") == "(π, 汉)" MethodError: no method matching format(::String) The function `format` exists, but no method is defined for this combination of argument types. Closest candidates are: format(!Matched::AbstractPath) @ DocumentFormat ~/.julia/packages/DocumentFormat/bFNbs/src/DocumentFormat.jl:20 Stacktrace: [1] top-level scope @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:6 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:10 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:27 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:677 [inlined] tuples: Error During Test at /home/pkgeval/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:28 Test threw exception Expression: format("(π, 汉 )") == "(π, 汉)" MethodError: no method matching format(::String) The function `format` exists, but no method is defined for this combination of argument types. Closest candidates are: format(!Matched::AbstractPath) @ DocumentFormat ~/.julia/packages/DocumentFormat/bFNbs/src/DocumentFormat.jl:20 Stacktrace: [1] top-level scope @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:6 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:10 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:28 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:677 [inlined] tuples: Error During Test at /home/pkgeval/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:29 Test threw exception Expression: format("(π, 汉 )") == "(π, 汉)" MethodError: no method matching format(::String) The function `format` exists, but no method is defined for this combination of argument types. Closest candidates are: format(!Matched::AbstractPath) @ DocumentFormat ~/.julia/packages/DocumentFormat/bFNbs/src/DocumentFormat.jl:20 Stacktrace: [1] top-level scope @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:6 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:10 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:29 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:677 [inlined] tuples: Error During Test at /home/pkgeval/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:30 Test threw exception Expression: format("(π, 汉 )") == "(π, 汉)" MethodError: no method matching format(::String) The function `format` exists, but no method is defined for this combination of argument types. Closest candidates are: format(!Matched::AbstractPath) @ DocumentFormat ~/.julia/packages/DocumentFormat/bFNbs/src/DocumentFormat.jl:20 Stacktrace: [1] top-level scope @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:6 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:10 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:30 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:677 [inlined] tuples: Error During Test at /home/pkgeval/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:31 Test threw exception Expression: format("(1, #= comment =# 3 )") == "(1, #= comment =# 3)" MethodError: no method matching format(::String) The function `format` exists, but no method is defined for this combination of argument types. Closest candidates are: format(!Matched::AbstractPath) @ DocumentFormat ~/.julia/packages/DocumentFormat/bFNbs/src/DocumentFormat.jl:20 Stacktrace: [1] top-level scope @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:6 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:10 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:31 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:677 [inlined] tuples: Error During Test at /home/pkgeval/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:32 Test threw exception Expression: format("(\n# comment\n1, \n# comment \n3\n# comment\n)") == "(\n# comment\n1, \n# comment \n3\n# comment\n)" MethodError: no method matching format(::String) The function `format` exists, but no method is defined for this combination of argument types. Closest candidates are: format(!Matched::AbstractPath) @ DocumentFormat ~/.julia/packages/DocumentFormat/bFNbs/src/DocumentFormat.jl:20 Stacktrace: [1] top-level scope @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:6 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:10 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:32 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:677 [inlined] curly: Error During Test at /home/pkgeval/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:35 Test threw exception Expression: format("X{a,b}") == "X{a,b}" MethodError: no method matching format(::String) The function `format` exists, but no method is defined for this combination of argument types. Closest candidates are: format(!Matched::AbstractPath) @ DocumentFormat ~/.julia/packages/DocumentFormat/bFNbs/src/DocumentFormat.jl:20 Stacktrace: [1] top-level scope @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:6 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:35 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:35 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:677 [inlined] curly: Error During Test at /home/pkgeval/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:36 Test threw exception Expression: format("X{ a,b}") == "X{a,b}" MethodError: no method matching format(::String) The function `format` exists, but no method is defined for this combination of argument types. Closest candidates are: format(!Matched::AbstractPath) @ DocumentFormat ~/.julia/packages/DocumentFormat/bFNbs/src/DocumentFormat.jl:20 Stacktrace: [1] top-level scope @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:6 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:35 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:36 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:677 [inlined] curly: Error During Test at /home/pkgeval/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:37 Test threw exception Expression: format("X{a ,b}") == "X{a,b}" MethodError: no method matching format(::String) The function `format` exists, but no method is defined for this combination of argument types. Closest candidates are: format(!Matched::AbstractPath) @ DocumentFormat ~/.julia/packages/DocumentFormat/bFNbs/src/DocumentFormat.jl:20 Stacktrace: [1] top-level scope @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:6 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:35 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:37 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:677 [inlined] curly: Error During Test at /home/pkgeval/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:38 Test threw exception Expression: format("X{a, b}") == "X{a,b}" MethodError: no method matching format(::String) The function `format` exists, but no method is defined for this combination of argument types. Closest candidates are: format(!Matched::AbstractPath) @ DocumentFormat ~/.julia/packages/DocumentFormat/bFNbs/src/DocumentFormat.jl:20 Stacktrace: [1] top-level scope @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:6 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:35 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:38 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:677 [inlined] curly: Error During Test at /home/pkgeval/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:39 Test threw exception Expression: format("X{a,b }") == "X{a,b}" MethodError: no method matching format(::String) The function `format` exists, but no method is defined for this combination of argument types. Closest candidates are: format(!Matched::AbstractPath) @ DocumentFormat ~/.julia/packages/DocumentFormat/bFNbs/src/DocumentFormat.jl:20 Stacktrace: [1] top-level scope @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:6 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:35 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:39 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:677 [inlined] curly: Error During Test at /home/pkgeval/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:40 Test threw exception Expression: format("X{a,b }") == "X{a,b}" MethodError: no method matching format(::String) The function `format` exists, but no method is defined for this combination of argument types. Closest candidates are: format(!Matched::AbstractPath) @ DocumentFormat ~/.julia/packages/DocumentFormat/bFNbs/src/DocumentFormat.jl:20 Stacktrace: [1] top-level scope @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:6 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:35 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:40 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:677 [inlined] curly: Error During Test at /home/pkgeval/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:41 Test threw exception Expression: format("X{π,汉}") == "X{π,汉}" MethodError: no method matching format(::String) The function `format` exists, but no method is defined for this combination of argument types. Closest candidates are: format(!Matched::AbstractPath) @ DocumentFormat ~/.julia/packages/DocumentFormat/bFNbs/src/DocumentFormat.jl:20 Stacktrace: [1] top-level scope @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:6 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:35 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:41 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:677 [inlined] curly: Error During Test at /home/pkgeval/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:42 Test threw exception Expression: format("X{ π,汉}") == "X{π,汉}" MethodError: no method matching format(::String) The function `format` exists, but no method is defined for this combination of argument types. Closest candidates are: format(!Matched::AbstractPath) @ DocumentFormat ~/.julia/packages/DocumentFormat/bFNbs/src/DocumentFormat.jl:20 Stacktrace: [1] top-level scope @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:6 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:35 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:42 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:677 [inlined] curly: Error During Test at /home/pkgeval/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:43 Test threw exception Expression: format("X{π ,汉}") == "X{π,汉}" MethodError: no method matching format(::String) The function `format` exists, but no method is defined for this combination of argument types. Closest candidates are: format(!Matched::AbstractPath) @ DocumentFormat ~/.julia/packages/DocumentFormat/bFNbs/src/DocumentFormat.jl:20 Stacktrace: [1] top-level scope @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:6 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:35 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:43 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:677 [inlined] curly: Error During Test at /home/pkgeval/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:44 Test threw exception Expression: format("X{π, 汉}") == "X{π,汉}" MethodError: no method matching format(::String) The function `format` exists, but no method is defined for this combination of argument types. Closest candidates are: format(!Matched::AbstractPath) @ DocumentFormat ~/.julia/packages/DocumentFormat/bFNbs/src/DocumentFormat.jl:20 Stacktrace: [1] top-level scope @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:6 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:35 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:44 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:677 [inlined] curly: Error During Test at /home/pkgeval/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:45 Test threw exception Expression: format("X{π,汉 }") == "X{π,汉}" MethodError: no method matching format(::String) The function `format` exists, but no method is defined for this combination of argument types. Closest candidates are: format(!Matched::AbstractPath) @ DocumentFormat ~/.julia/packages/DocumentFormat/bFNbs/src/DocumentFormat.jl:20 Stacktrace: [1] top-level scope @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:6 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:35 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:45 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:677 [inlined] curly: Error During Test at /home/pkgeval/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:46 Test threw exception Expression: format("X{π,汉 }") == "X{π,汉}" MethodError: no method matching format(::String) The function `format` exists, but no method is defined for this combination of argument types. Closest candidates are: format(!Matched::AbstractPath) @ DocumentFormat ~/.julia/packages/DocumentFormat/bFNbs/src/DocumentFormat.jl:20 Stacktrace: [1] top-level scope @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:6 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:35 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:46 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:677 [inlined] binary ops: Error During Test at /home/pkgeval/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:52 Test threw exception Expression: format("a+b*c") == "a + b * c" MethodError: no method matching format(::String) The function `format` exists, but no method is defined for this combination of argument types. Closest candidates are: format(!Matched::AbstractPath) @ DocumentFormat ~/.julia/packages/DocumentFormat/bFNbs/src/DocumentFormat.jl:20 Stacktrace: [1] top-level scope @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:6 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:52 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:52 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:677 [inlined] binary ops: Error During Test at /home/pkgeval/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:53 Test threw exception Expression: format("a +b*c") == "a + b * c" MethodError: no method matching format(::String) The function `format` exists, but no method is defined for this combination of argument types. Closest candidates are: format(!Matched::AbstractPath) @ DocumentFormat ~/.julia/packages/DocumentFormat/bFNbs/src/DocumentFormat.jl:20 Stacktrace: [1] top-level scope @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:6 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:52 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:53 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:677 [inlined] binary ops: Error During Test at /home/pkgeval/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:54 Test threw exception Expression: format("a+ b*c") == "a + b * c" MethodError: no method matching format(::String) The function `format` exists, but no method is defined for this combination of argument types. Closest candidates are: format(!Matched::AbstractPath) @ DocumentFormat ~/.julia/packages/DocumentFormat/bFNbs/src/DocumentFormat.jl:20 Stacktrace: [1] top-level scope @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:6 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:52 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:54 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:677 [inlined] binary ops: Error During Test at /home/pkgeval/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:55 Test threw exception Expression: format("a+b *c") == "a + b * c" MethodError: no method matching format(::String) The function `format` exists, but no method is defined for this combination of argument types. Closest candidates are: format(!Matched::AbstractPath) @ DocumentFormat ~/.julia/packages/DocumentFormat/bFNbs/src/DocumentFormat.jl:20 Stacktrace: [1] top-level scope @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:6 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:52 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:55 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:677 [inlined] binary ops: Error During Test at /home/pkgeval/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:56 Test threw exception Expression: format("a+b* c") == "a + b * c" MethodError: no method matching format(::String) The function `format` exists, but no method is defined for this combination of argument types. Closest candidates are: format(!Matched::AbstractPath) @ DocumentFormat ~/.julia/packages/DocumentFormat/bFNbs/src/DocumentFormat.jl:20 Stacktrace: [1] top-level scope @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:6 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:52 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:56 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:677 [inlined] binary ops: Error During Test at /home/pkgeval/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:57 Test threw exception Expression: format("a+b*c ") == "a + b * c " MethodError: no method matching format(::String) The function `format` exists, but no method is defined for this combination of argument types. Closest candidates are: format(!Matched::AbstractPath) @ DocumentFormat ~/.julia/packages/DocumentFormat/bFNbs/src/DocumentFormat.jl:20 Stacktrace: [1] top-level scope @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:6 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:52 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:57 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:677 [inlined] binary ops: Error During Test at /home/pkgeval/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:58 Test threw exception Expression: format("a:b") == "a:b" MethodError: no method matching format(::String) The function `format` exists, but no method is defined for this combination of argument types. Closest candidates are: format(!Matched::AbstractPath) @ DocumentFormat ~/.julia/packages/DocumentFormat/bFNbs/src/DocumentFormat.jl:20 Stacktrace: [1] top-level scope @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:6 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:52 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:58 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:677 [inlined] binary ops: Error During Test at /home/pkgeval/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:59 Test threw exception Expression: format("a : b") == "a:b" MethodError: no method matching format(::String) The function `format` exists, but no method is defined for this combination of argument types. Closest candidates are: format(!Matched::AbstractPath) @ DocumentFormat ~/.julia/packages/DocumentFormat/bFNbs/src/DocumentFormat.jl:20 Stacktrace: [1] top-level scope @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:6 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:52 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:59 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:677 [inlined] binary ops: Error During Test at /home/pkgeval/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:60 Test threw exception Expression: format("a: b") == "a:b" MethodError: no method matching format(::String) The function `format` exists, but no method is defined for this combination of argument types. Closest candidates are: format(!Matched::AbstractPath) @ DocumentFormat ~/.julia/packages/DocumentFormat/bFNbs/src/DocumentFormat.jl:20 Stacktrace: [1] top-level scope @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:6 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:52 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:60 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:677 [inlined] binary ops: Error During Test at /home/pkgeval/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:61 Test threw exception Expression: format("a :b") == "a:b" MethodError: no method matching format(::String) The function `format` exists, but no method is defined for this combination of argument types. Closest candidates are: format(!Matched::AbstractPath) @ DocumentFormat ~/.julia/packages/DocumentFormat/bFNbs/src/DocumentFormat.jl:20 Stacktrace: [1] top-level scope @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:6 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:52 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:61 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:677 [inlined] binary ops: Error During Test at /home/pkgeval/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:62 Test threw exception Expression: format("a:b:c") == "a:b:c" MethodError: no method matching format(::String) The function `format` exists, but no method is defined for this combination of argument types. Closest candidates are: format(!Matched::AbstractPath) @ DocumentFormat ~/.julia/packages/DocumentFormat/bFNbs/src/DocumentFormat.jl:20 Stacktrace: [1] top-level scope @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:6 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:52 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:62 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:677 [inlined] binary ops: Error During Test at /home/pkgeval/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:63 Test threw exception Expression: format("a :b:c") == "a:b:c" MethodError: no method matching format(::String) The function `format` exists, but no method is defined for this combination of argument types. Closest candidates are: format(!Matched::AbstractPath) @ DocumentFormat ~/.julia/packages/DocumentFormat/bFNbs/src/DocumentFormat.jl:20 Stacktrace: [1] top-level scope @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:6 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:52 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:63 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:677 [inlined] binary ops: Error During Test at /home/pkgeval/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:64 Test threw exception Expression: format("a: b:c") == "a:b:c" MethodError: no method matching format(::String) The function `format` exists, but no method is defined for this combination of argument types. Closest candidates are: format(!Matched::AbstractPath) @ DocumentFormat ~/.julia/packages/DocumentFormat/bFNbs/src/DocumentFormat.jl:20 Stacktrace: [1] top-level scope @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:6 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:52 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:64 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:677 [inlined] binary ops: Error During Test at /home/pkgeval/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:65 Test threw exception Expression: format("a:b :c") == "a:b:c" MethodError: no method matching format(::String) The function `format` exists, but no method is defined for this combination of argument types. Closest candidates are: format(!Matched::AbstractPath) @ DocumentFormat ~/.julia/packages/DocumentFormat/bFNbs/src/DocumentFormat.jl:20 Stacktrace: [1] top-level scope @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:6 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:52 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:65 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:677 [inlined] binary ops: Error During Test at /home/pkgeval/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:66 Test threw exception Expression: format("a:b: c") == "a:b:c" MethodError: no method matching format(::String) The function `format` exists, but no method is defined for this combination of argument types. Closest candidates are: format(!Matched::AbstractPath) @ DocumentFormat ~/.julia/packages/DocumentFormat/bFNbs/src/DocumentFormat.jl:20 Stacktrace: [1] top-level scope @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:6 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:52 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:66 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:677 [inlined] binary ops: Error During Test at /home/pkgeval/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:67 Test threw exception Expression: format("a:b:c ") == "a:b:c " MethodError: no method matching format(::String) The function `format` exists, but no method is defined for this combination of argument types. Closest candidates are: format(!Matched::AbstractPath) @ DocumentFormat ~/.julia/packages/DocumentFormat/bFNbs/src/DocumentFormat.jl:20 Stacktrace: [1] top-level scope @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:6 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:52 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:67 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:677 [inlined] binary ops: Error During Test at /home/pkgeval/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:68 Test threw exception Expression: format("a::b:: c") == "a::b::c" MethodError: no method matching format(::String) The function `format` exists, but no method is defined for this combination of argument types. Closest candidates are: format(!Matched::AbstractPath) @ DocumentFormat ~/.julia/packages/DocumentFormat/bFNbs/src/DocumentFormat.jl:20 Stacktrace: [1] top-level scope @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:6 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:52 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:68 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:677 [inlined] binary ops: Error During Test at /home/pkgeval/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:69 Test threw exception Expression: format("a :: b::c") == "a::b::c" MethodError: no method matching format(::String) The function `format` exists, but no method is defined for this combination of argument types. Closest candidates are: format(!Matched::AbstractPath) @ DocumentFormat ~/.julia/packages/DocumentFormat/bFNbs/src/DocumentFormat.jl:20 Stacktrace: [1] top-level scope @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:6 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:52 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:69 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:677 [inlined] binary ops: Error During Test at /home/pkgeval/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:70 Test threw exception Expression: format("π+σ*汉") == "π + σ * 汉" MethodError: no method matching format(::String) The function `format` exists, but no method is defined for this combination of argument types. Closest candidates are: format(!Matched::AbstractPath) @ DocumentFormat ~/.julia/packages/DocumentFormat/bFNbs/src/DocumentFormat.jl:20 Stacktrace: [1] top-level scope @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:6 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:52 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:70 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:677 [inlined] binary ops: Error During Test at /home/pkgeval/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:71 Test threw exception Expression: format("π +σ*汉") == "π + σ * 汉" MethodError: no method matching format(::String) The function `format` exists, but no method is defined for this combination of argument types. Closest candidates are: format(!Matched::AbstractPath) @ DocumentFormat ~/.julia/packages/DocumentFormat/bFNbs/src/DocumentFormat.jl:20 Stacktrace: [1] top-level scope @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:6 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:52 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:71 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:677 [inlined] binary ops: Error During Test at /home/pkgeval/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:72 Test threw exception Expression: format("π+ σ*汉") == "π + σ * 汉" MethodError: no method matching format(::String) The function `format` exists, but no method is defined for this combination of argument types. Closest candidates are: format(!Matched::AbstractPath) @ DocumentFormat ~/.julia/packages/DocumentFormat/bFNbs/src/DocumentFormat.jl:20 Stacktrace: [1] top-level scope @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:6 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:52 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:72 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:677 [inlined] binary ops: Error During Test at /home/pkgeval/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:73 Test threw exception Expression: format("π+σ *汉") == "π + σ * 汉" MethodError: no method matching format(::String) The function `format` exists, but no method is defined for this combination of argument types. Closest candidates are: format(!Matched::AbstractPath) @ DocumentFormat ~/.julia/packages/DocumentFormat/bFNbs/src/DocumentFormat.jl:20 Stacktrace: [1] top-level scope @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:6 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:52 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:73 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:677 [inlined] binary ops: Error During Test at /home/pkgeval/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:74 Test threw exception Expression: format("π+σ* 汉") == "π + σ * 汉" MethodError: no method matching format(::String) The function `format` exists, but no method is defined for this combination of argument types. Closest candidates are: format(!Matched::AbstractPath) @ DocumentFormat ~/.julia/packages/DocumentFormat/bFNbs/src/DocumentFormat.jl:20 Stacktrace: [1] top-level scope @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:6 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:52 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:74 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:677 [inlined] binary ops: Error During Test at /home/pkgeval/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:75 Test threw exception Expression: format("π+σ*汉 ") == "π + σ * 汉 " MethodError: no method matching format(::String) The function `format` exists, but no method is defined for this combination of argument types. Closest candidates are: format(!Matched::AbstractPath) @ DocumentFormat ~/.julia/packages/DocumentFormat/bFNbs/src/DocumentFormat.jl:20 Stacktrace: [1] top-level scope @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:6 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:52 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:75 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:677 [inlined] binary ops: Error During Test at /home/pkgeval/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:76 Test threw exception Expression: format("π:汉") == "π:汉" MethodError: no method matching format(::String) The function `format` exists, but no method is defined for this combination of argument types. Closest candidates are: format(!Matched::AbstractPath) @ DocumentFormat ~/.julia/packages/DocumentFormat/bFNbs/src/DocumentFormat.jl:20 Stacktrace: [1] top-level scope @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:6 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:52 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:76 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:677 [inlined] binary ops: Error During Test at /home/pkgeval/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:77 Test threw exception Expression: format("π : 汉") == "π:汉" MethodError: no method matching format(::String) The function `format` exists, but no method is defined for this combination of argument types. Closest candidates are: format(!Matched::AbstractPath) @ DocumentFormat ~/.julia/packages/DocumentFormat/bFNbs/src/DocumentFormat.jl:20 Stacktrace: [1] top-level scope @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:6 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:52 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:77 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:677 [inlined] binary ops: Error During Test at /home/pkgeval/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:78 Test threw exception Expression: format("π: 汉") == "π:汉" MethodError: no method matching format(::String) The function `format` exists, but no method is defined for this combination of argument types. Closest candidates are: format(!Matched::AbstractPath) @ DocumentFormat ~/.julia/packages/DocumentFormat/bFNbs/src/DocumentFormat.jl:20 Stacktrace: [1] top-level scope @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:6 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:52 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:78 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:677 [inlined] binary ops: Error During Test at /home/pkgeval/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:79 Test threw exception Expression: format("π :汉") == "π:汉" MethodError: no method matching format(::String) The function `format` exists, but no method is defined for this combination of argument types. Closest candidates are: format(!Matched::AbstractPath) @ DocumentFormat ~/.julia/packages/DocumentFormat/bFNbs/src/DocumentFormat.jl:20 Stacktrace: [1] top-level scope @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:6 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:52 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:79 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:677 [inlined] binary ops: Error During Test at /home/pkgeval/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:80 Test threw exception Expression: format("π:σ:汉") == "π:σ:汉" MethodError: no method matching format(::String) The function `format` exists, but no method is defined for this combination of argument types. Closest candidates are: format(!Matched::AbstractPath) @ DocumentFormat ~/.julia/packages/DocumentFormat/bFNbs/src/DocumentFormat.jl:20 Stacktrace: [1] top-level scope @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:6 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:52 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:80 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:677 [inlined] binary ops: Error During Test at /home/pkgeval/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:81 Test threw exception Expression: format("π :σ:汉") == "π:σ:汉" MethodError: no method matching format(::String) The function `format` exists, but no method is defined for this combination of argument types. Closest candidates are: format(!Matched::AbstractPath) @ DocumentFormat ~/.julia/packages/DocumentFormat/bFNbs/src/DocumentFormat.jl:20 Stacktrace: [1] top-level scope @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:6 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:52 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:81 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:677 [inlined] binary ops: Error During Test at /home/pkgeval/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:82 Test threw exception Expression: format("π: σ:汉") == "π:σ:汉" MethodError: no method matching format(::String) The function `format` exists, but no method is defined for this combination of argument types. Closest candidates are: format(!Matched::AbstractPath) @ DocumentFormat ~/.julia/packages/DocumentFormat/bFNbs/src/DocumentFormat.jl:20 Stacktrace: [1] top-level scope @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:6 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:52 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:82 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:677 [inlined] binary ops: Error During Test at /home/pkgeval/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:83 Test threw exception Expression: format("π:σ :汉") == "π:σ:汉" MethodError: no method matching format(::String) The function `format` exists, but no method is defined for this combination of argument types. Closest candidates are: format(!Matched::AbstractPath) @ DocumentFormat ~/.julia/packages/DocumentFormat/bFNbs/src/DocumentFormat.jl:20 Stacktrace: [1] top-level scope @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:6 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:52 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:83 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:677 [inlined] binary ops: Error During Test at /home/pkgeval/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:84 Test threw exception Expression: format("π:σ: 汉") == "π:σ:汉" MethodError: no method matching format(::String) The function `format` exists, but no method is defined for this combination of argument types. Closest candidates are: format(!Matched::AbstractPath) @ DocumentFormat ~/.julia/packages/DocumentFormat/bFNbs/src/DocumentFormat.jl:20 Stacktrace: [1] top-level scope @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:6 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:52 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:84 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:677 [inlined] binary ops: Error During Test at /home/pkgeval/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:85 Test threw exception Expression: format("π:σ:汉 ") == "π:σ:汉 " MethodError: no method matching format(::String) The function `format` exists, but no method is defined for this combination of argument types. Closest candidates are: format(!Matched::AbstractPath) @ DocumentFormat ~/.julia/packages/DocumentFormat/bFNbs/src/DocumentFormat.jl:20 Stacktrace: [1] top-level scope @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:6 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:52 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:85 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:677 [inlined] binary ops: Error During Test at /home/pkgeval/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:86 Test threw exception Expression: format("π::σ:: 汉") == "π::σ::汉" MethodError: no method matching format(::String) The function `format` exists, but no method is defined for this combination of argument types. Closest candidates are: format(!Matched::AbstractPath) @ DocumentFormat ~/.julia/packages/DocumentFormat/bFNbs/src/DocumentFormat.jl:20 Stacktrace: [1] top-level scope @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:6 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:52 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:86 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:677 [inlined] binary ops: Error During Test at /home/pkgeval/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:87 Test threw exception Expression: format("π :: σ::汉") == "π::σ::汉" MethodError: no method matching format(::String) The function `format` exists, but no method is defined for this combination of argument types. Closest candidates are: format(!Matched::AbstractPath) @ DocumentFormat ~/.julia/packages/DocumentFormat/bFNbs/src/DocumentFormat.jl:20 Stacktrace: [1] top-level scope @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:6 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:52 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:87 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:677 [inlined] binary ops: Error During Test at /home/pkgeval/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:88 Test threw exception Expression: format("-π/ 2") == "-π / 2" MethodError: no method matching format(::String) The function `format` exists, but no method is defined for this combination of argument types. Closest candidates are: format(!Matched::AbstractPath) @ DocumentFormat ~/.julia/packages/DocumentFormat/bFNbs/src/DocumentFormat.jl:20 Stacktrace: [1] top-level scope @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:6 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:52 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:88 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:677 [inlined] op chain: Error During Test at /home/pkgeval/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:92 Test threw exception Expression: format("a+b+c+d") == "a + b + c + d" MethodError: no method matching format(::String) The function `format` exists, but no method is defined for this combination of argument types. Closest candidates are: format(!Matched::AbstractPath) @ DocumentFormat ~/.julia/packages/DocumentFormat/bFNbs/src/DocumentFormat.jl:20 Stacktrace: [1] top-level scope @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:6 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:92 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:92 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:677 [inlined] op chain: Error During Test at /home/pkgeval/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:93 Test threw exception Expression: format("π+σ+汉+a汉π") == "π + σ + 汉 + a汉π" MethodError: no method matching format(::String) The function `format` exists, but no method is defined for this combination of argument types. Closest candidates are: format(!Matched::AbstractPath) @ DocumentFormat ~/.julia/packages/DocumentFormat/bFNbs/src/DocumentFormat.jl:20 Stacktrace: [1] top-level scope @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:6 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:92 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:93 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:677 [inlined] comparison chain: Error During Test at /home/pkgeval/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:97 Test threw exception Expression: format("afoo") == "x -> foo" MethodError: no method matching format(::String) The function `format` exists, but no method is defined for this combination of argument types. Closest candidates are: format(!Matched::AbstractPath) @ DocumentFormat ~/.julia/packages/DocumentFormat/bFNbs/src/DocumentFormat.jl:20 Stacktrace: [1] top-level scope @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:6 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:561 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:561 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:677 [inlined] globaldocref: Error During Test at /home/pkgeval/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:565 Test threw exception Expression: format("\"\"\"\ndoc\n\"\"\"\nf") == "\"\"\"\ndoc\n\"\"\"\nf" MethodError: no method matching format(::String) The function `format` exists, but no method is defined for this combination of argument types. Closest candidates are: format(!Matched::AbstractPath) @ DocumentFormat ~/.julia/packages/DocumentFormat/bFNbs/src/DocumentFormat.jl:20 Stacktrace: [1] top-level scope @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:6 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:565 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:565 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:677 [inlined] dot ops: Error During Test at /home/pkgeval/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:568 Test threw exception Expression: format("a .+b") == "a .+ b" MethodError: no method matching format(::String) The function `format` exists, but no method is defined for this combination of argument types. Closest candidates are: format(!Matched::AbstractPath) @ DocumentFormat ~/.julia/packages/DocumentFormat/bFNbs/src/DocumentFormat.jl:20 Stacktrace: [1] top-level scope @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:6 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:568 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:568 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:677 [inlined] :if out of bounds: Error During Test at /home/pkgeval/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:571 Got exception outside of a @test MethodError: no method matching format(::String) The function `format` exists, but no method is defined for this combination of argument types. Closest candidates are: format(!Matched::AbstractPath) @ DocumentFormat ~/.julia/packages/DocumentFormat/bFNbs/src/DocumentFormat.jl:20 Stacktrace: [1] top-level scope @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:6 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:572 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:572 [inlined] [6] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:307 [7] top-level scope @ none:6 [8] eval(m::Module, e::Any) @ Core ./boot.jl:489 [9] exec_options(opts::Base.JLOptions) @ Base ./client.jl:283 [10] _start() @ Base ./client.jl:550 constructor: Error During Test at /home/pkgeval/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:581 Got exception outside of a @test UndefVarError: `FormatOptions` not defined in `Main` Suggestion: this global was defined as `DocumentFormat.FormatOptions` but not assigned a value. Stacktrace: [1] top-level scope @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:6 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:582 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:582 [inlined] [6] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:307 [7] top-level scope @ none:6 [8] eval(m::Module, e::Any) @ Core ./boot.jl:489 [9] exec_options(opts::Base.JLOptions) @ Base ./client.jl:283 [10] _start() @ Base ./client.jl:550 :begin indents: Error During Test at /home/pkgeval/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:589 Got exception outside of a @test MethodError: no method matching format(::String) The function `format` exists, but no method is defined for this combination of argument types. Closest candidates are: format(!Matched::AbstractPath) @ DocumentFormat ~/.julia/packages/DocumentFormat/bFNbs/src/DocumentFormat.jl:20 Stacktrace: [1] top-level scope @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:6 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:590 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1777 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:599 [inlined] [6] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:307 [7] top-level scope @ none:6 [8] eval(m::Module, e::Any) @ Core ./boot.jl:489 [9] exec_options(opts::Base.JLOptions) @ Base ./client.jl:283 [10] _start() @ Base ./client.jl:550 Test Summary: | Pass Error Broken Total Time DocumentFormat | 2 156 10 168 1m08.0s basic | 1 1 7.4s tuples | 23 23 0.1s curly | 12 12 0.1s unary ops | 1 1 0.4s binary ops | 37 37 0.1s op chain | 2 2 0.0s comparison chain | 2 2 0.0s colon op | 7 7 0.0s func call | 14 2 16 1.4s kwarg spacing | 6 6 1.4s indents | 7 7 0.0s begin | 7 7 0.0s quote | 3 3 0.0s do | 2 2 0.0s for | 10 10 0.0s while | 3 3 0.0s let | 6 6 0.0s struct | 3 3 0.0s mutable struct | 3 3 0.0s try-catch | 9 9 0.0s docs | 7 7 0.0s Public API | 2 4 6 57.9s keyword format | 2 2 0.0s anonymous function | 1 1 0.0s globaldocref | 1 1 0.0s dot ops | 1 1 0.0s :if out of bounds | 1 1 0.3s constructor | 1 1 0.1s :begin indents | 1 1 0.0s RNG of the outermost testset: Random.Xoshiro(0xa8cfd80ee21c6c24, 0x01f086751da70146, 0x9acd6935208e3879, 0xd533001e9cb9baca, 0x89097a4e26eca5d9) ERROR: LoadError: Some tests did not pass: 2 passed, 0 failed, 156 errored, 10 broken. in expression starting at /home/pkgeval/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:5 Testing failed after 83.38s ERROR: LoadError: Package DocumentFormat errored during testing Stacktrace: [1] pkgerror(msg::String) @ Pkg.Types /opt/julia/share/julia/stdlib/v1.12/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.12/Pkg/src/Operations.jl:2538 [3] test @ /opt/julia/share/julia/stdlib/v1.12/Pkg/src/Operations.jl:2387 [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.12/Pkg/src/API.jl:552 [5] test(pkgs::Vector{PackageSpec}; io::IOContext{IO}, kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.12/Pkg/src/API.jl:169 [6] test(pkgs::Vector{String}; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.12/Pkg/src/API.jl:157 [7] test @ /opt/julia/share/julia/stdlib/v1.12/Pkg/src/API.jl:157 [inlined] [8] #test#81 @ /opt/julia/share/julia/stdlib/v1.12/Pkg/src/API.jl:156 [inlined] [9] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:223 [10] include(mod::Module, _path::String) @ Base ./Base.jl:306 [11] exec_options(opts::Base.JLOptions) @ Base ./client.jl:317 [12] _start() @ Base ./client.jl:550 in expression starting at /PkgEval.jl/scripts/evaluate.jl:214 PkgEval failed after 208.36s: package tests unexpectedly errored