Package evaluation to test DocumentFormat on Julia 1.14.0-DEV.1893 (b4aba01002*) started at 2026-03-15T14:09:07.152 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 13.5s ################################################################################ # Installation # Installing DocumentFormat... Resolving package versions... Updating `~/.julia/environments/v1.14/Project.toml` [ffa9a821] + DocumentFormat v4.0.3 Updating `~/.julia/environments/v1.14/Manifest.toml` [00ebfdb7] + CSTParser v3.4.3 ⌅ [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.4.0 ⌅ [98e50ef6] + JuliaFormatter v1.0.62 [bac558e1] + OrderedCollections v1.8.1 [aea7be01] + PrecompileTools v1.3.3 [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.13.0 [d6f4376e] + Markdown v1.11.0 [de0858da] + Printf v1.11.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v1.0.0 [f489334b] + StyledStrings v1.13.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 4.64s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling packages... 13693.8 ms ✓ CommonMark 42143.1 ms ✓ JuliaFormatter 3083.8 ms ✓ DocumentFormat 3 dependencies successfully precompiled in 59 seconds. 25 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, 12 dependents of these packages may trigger further precompilation to work with the unexpected versions. Precompilation completed after 81.79s ################################################################################ # Testing # Testing DocumentFormat Status `/tmp/jl_5vTbYt/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_5vTbYt/Manifest.toml` [00ebfdb7] CSTParser v3.4.3 ⌅ [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.4.0 ⌅ [98e50ef6] JuliaFormatter v1.0.62 [bac558e1] OrderedCollections v1.8.1 [aea7be01] PrecompileTools v1.3.3 [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.13.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [de0858da] Printf v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v1.0.0 [9e88b42a] Serialization v1.11.0 [f489334b] StyledStrings v1.13.0 [fa267f1f] TOML v1.0.3 [8dfed614] Test v1.11.0 [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.14/Test/src/Test.jl:2243 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:7 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:7 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:778 [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.14/Test/src/Test.jl:2243 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:10 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:10 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:778 [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.14/Test/src/Test.jl:2243 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:10 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:11 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:778 [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.14/Test/src/Test.jl:2243 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:10 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:12 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:778 [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.14/Test/src/Test.jl:2243 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:10 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:13 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:778 [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.14/Test/src/Test.jl:2243 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:10 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:14 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:778 [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.14/Test/src/Test.jl:2243 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:10 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:15 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:778 [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.14/Test/src/Test.jl:2243 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:10 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:16 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:778 [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.14/Test/src/Test.jl:2243 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:10 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:17 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:778 [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.14/Test/src/Test.jl:2243 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:10 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:18 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:778 [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.14/Test/src/Test.jl:2243 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:10 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:19 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:778 [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.14/Test/src/Test.jl:2243 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:10 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:20 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:778 [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.14/Test/src/Test.jl:2243 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:10 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:21 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:778 [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.14/Test/src/Test.jl:2243 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:10 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:22 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:778 [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.14/Test/src/Test.jl:2243 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:10 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:23 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:778 [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.14/Test/src/Test.jl:2243 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:10 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:24 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:778 [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.14/Test/src/Test.jl:2243 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:10 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:25 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:778 [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.14/Test/src/Test.jl:2243 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:10 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:26 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:778 [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.14/Test/src/Test.jl:2243 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:10 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:27 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:778 [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.14/Test/src/Test.jl:2243 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:10 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:28 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:778 [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.14/Test/src/Test.jl:2243 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:10 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:29 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:778 [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.14/Test/src/Test.jl:2243 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:10 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:30 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:778 [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.14/Test/src/Test.jl:2243 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:10 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:31 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:778 [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.14/Test/src/Test.jl:2243 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:10 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:32 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:778 [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.14/Test/src/Test.jl:2243 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:35 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:35 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:778 [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.14/Test/src/Test.jl:2243 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:35 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:36 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:778 [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.14/Test/src/Test.jl:2243 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:35 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:37 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:778 [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.14/Test/src/Test.jl:2243 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:35 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:38 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:778 [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.14/Test/src/Test.jl:2243 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:35 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:39 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:778 [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.14/Test/src/Test.jl:2243 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:35 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:40 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:778 [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.14/Test/src/Test.jl:2243 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:35 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:41 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:778 [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.14/Test/src/Test.jl:2243 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:35 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:42 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:778 [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.14/Test/src/Test.jl:2243 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:35 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:43 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:778 [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.14/Test/src/Test.jl:2243 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:35 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:44 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:778 [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.14/Test/src/Test.jl:2243 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:35 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:45 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:778 [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.14/Test/src/Test.jl:2243 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:35 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:46 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:778 [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.14/Test/src/Test.jl:2243 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:52 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:52 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:778 [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.14/Test/src/Test.jl:2243 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:52 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:53 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:778 [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.14/Test/src/Test.jl:2243 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:52 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:54 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:778 [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.14/Test/src/Test.jl:2243 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:52 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:55 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:778 [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.14/Test/src/Test.jl:2243 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:52 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:56 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:778 [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.14/Test/src/Test.jl:2243 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:52 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:57 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:778 [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.14/Test/src/Test.jl:2243 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:52 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:58 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:778 [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.14/Test/src/Test.jl:2243 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:52 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:59 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:778 [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.14/Test/src/Test.jl:2243 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:52 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:60 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:778 [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.14/Test/src/Test.jl:2243 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:52 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:61 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:778 [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.14/Test/src/Test.jl:2243 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:52 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:62 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:778 [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.14/Test/src/Test.jl:2243 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:52 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:63 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:778 [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.14/Test/src/Test.jl:2243 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:52 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:64 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:778 [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.14/Test/src/Test.jl:2243 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:52 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:65 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:778 [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.14/Test/src/Test.jl:2243 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:52 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:66 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:778 [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.14/Test/src/Test.jl:2243 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:52 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:67 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:778 [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.14/Test/src/Test.jl:2243 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:52 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:68 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:778 [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.14/Test/src/Test.jl:2243 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:52 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:69 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:778 [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.14/Test/src/Test.jl:2243 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:52 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:70 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:778 [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.14/Test/src/Test.jl:2243 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:52 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:71 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:778 [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.14/Test/src/Test.jl:2243 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:52 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:72 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:778 [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.14/Test/src/Test.jl:2243 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:52 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:73 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:778 [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.14/Test/src/Test.jl:2243 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:52 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:74 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:778 [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.14/Test/src/Test.jl:2243 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:52 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:75 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:778 [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.14/Test/src/Test.jl:2243 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:52 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:76 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:778 [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.14/Test/src/Test.jl:2243 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:52 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:77 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:778 [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.14/Test/src/Test.jl:2243 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:52 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:78 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:778 [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.14/Test/src/Test.jl:2243 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:52 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:79 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:778 [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.14/Test/src/Test.jl:2243 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:52 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:80 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:778 [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.14/Test/src/Test.jl:2243 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:52 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:81 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:778 [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.14/Test/src/Test.jl:2243 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:52 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:82 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:778 [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.14/Test/src/Test.jl:2243 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:52 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:83 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:778 [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.14/Test/src/Test.jl:2243 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:52 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:84 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:778 [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.14/Test/src/Test.jl:2243 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:52 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:85 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:778 [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.14/Test/src/Test.jl:2243 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:52 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:86 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:778 [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.14/Test/src/Test.jl:2243 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:52 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:87 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:778 [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.14/Test/src/Test.jl:2243 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:52 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:88 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:778 [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.14/Test/src/Test.jl:2243 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:92 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:92 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:778 [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.14/Test/src/Test.jl:2243 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:92 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:93 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:778 [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.14/Test/src/Test.jl:2243 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:561 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:561 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:778 [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.14/Test/src/Test.jl:2243 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:565 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:565 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:778 [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.14/Test/src/Test.jl:2243 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:568 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:568 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:778 [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.14/Test/src/Test.jl:2243 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:572 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:572 [inlined] [6] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:324 [7] top-level scope @ none:6 [8] eval(m::Module, e::Any) @ Core ./boot.jl:517 [9] exec_options(opts::Base.JLOptions) @ Base ./client.jl:310 [10] _start() @ Base ./client.jl:585 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.14/Test/src/Test.jl:2243 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:582 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:582 [inlined] [6] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:324 [7] top-level scope @ none:6 [8] eval(m::Module, e::Any) @ Core ./boot.jl:517 [9] exec_options(opts::Base.JLOptions) @ Base ./client.jl:310 [10] _start() @ Base ./client.jl:585 :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.14/Test/src/Test.jl:2243 [inlined] [3] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:590 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [5] macro expansion @ ~/.julia/packages/DocumentFormat/bFNbs/test/runtests.jl:599 [inlined] [6] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:324 [7] top-level scope @ none:6 [8] eval(m::Module, e::Any) @ Core ./boot.jl:517 [9] exec_options(opts::Base.JLOptions) @ Base ./client.jl:310 [10] _start() @ Base ./client.jl:585 Test Summary: | Pass Error Broken Total Time DocumentFormat | 2 156 10 168 1m04.9s basic | 1 1 8.0s tuples | 23 23 0.1s curly | 12 12 0.0s unary ops | 1 1 0.1s 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.1s kwarg spacing | 6 6 1.1s 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 54.6s 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.0s :begin indents | 1 1 0.0s RNG of the outermost testset: Random.Xoshiro(0xed2c4b6e2acacae8, 0x9cdb5048ec2a025c, 0xc6e993d5ad33b3dd, 0x3c7a4374d25986c9, 0x4da5f7a711be04cc) 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 81.59s ERROR: LoadError: Package DocumentFormat errored during testing Stacktrace: [1] pkgerror(msg::String) @ Pkg.Types /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Types.jl:68 [2] test(ctx::Pkg.Types.Context, pkgs::Vector{PackageSpec}; coverage::Bool, julia_args::Cmd, test_args::Cmd, test_fn::Nothing, force_latest_compatible_version::Bool, allow_earlier_backwards_compatible_versions::Bool, allow_reresolve::Bool) @ Pkg.Operations /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Operations.jl:3138 [3] test @ /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Operations.jl:3003 [inlined] [4] test(ctx::Pkg.Types.Context, pkgs::Vector{PackageSpec}; coverage::Bool, test_fn::Nothing, julia_args::Cmd, test_args::Cmd, force_latest_compatible_version::Bool, allow_earlier_backwards_compatible_versions::Bool, allow_reresolve::Bool, kwargs::@Kwargs{io::IOContext{IO}}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:586 [5] kwcall(::@NamedTuple{julia_args::Cmd, io::IOContext{IO}}, ::typeof(Pkg.API.test), ctx::Pkg.Types.Context, pkgs::Vector{PackageSpec}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:562 [6] test(pkgs::Vector{PackageSpec}; io::IOContext{IO}, kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:172 [7] kwcall(::@NamedTuple{julia_args::Cmd}, ::typeof(Pkg.API.test), pkgs::Vector{PackageSpec}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:161 [8] test(pkgs::Vector{String}; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:160 [9] test @ /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:160 [inlined] [10] kwcall(::@NamedTuple{julia_args::Cmd}, ::typeof(Pkg.API.test), pkg::String) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:159 [11] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:223 [12] include(mod::Module, _path::String) @ Base ./Base.jl:323 [13] exec_options(opts::Base.JLOptions) @ Base ./client.jl:344 [14] _start() @ Base ./client.jl:585 in expression starting at /PkgEval.jl/scripts/evaluate.jl:214 PkgEval failed after 198.57s: package tests unexpectedly errored