Package evaluation to test AutomaticDocstrings on Julia 1.13.0-DEV.1324 (c1d413cf8a*) started at 2025-10-17T15:49:01.607 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 11.44s ################################################################################ # Installation # Installing AutomaticDocstrings... Resolving package versions... Installed MacroTools ────────── v0.5.16 Installed Tokenize ──────────── v0.5.29 Installed CSTParser ─────────── v3.4.3 Installed AutomaticDocstrings ─ v1.0.5 Updating `~/.julia/environments/v1.13/Project.toml` [70b36510] + AutomaticDocstrings v1.0.5 Updating `~/.julia/environments/v1.13/Manifest.toml` [70b36510] + AutomaticDocstrings v1.0.5 [00ebfdb7] + CSTParser v3.4.3 [1914dd2f] + MacroTools v0.5.16 [0796e94c] + Tokenize v0.5.29 Installation completed after 1.26s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling packages... 5881.7 ms ✓ TestEnv 1 dependency successfully precompiled in 7 seconds. 27 already precompiled. Precompiling package dependencies... Precompilation completed after 39.82s ################################################################################ # Testing # Testing AutomaticDocstrings Status `/tmp/jl_Lv3hnh/Project.toml` [70b36510] AutomaticDocstrings v1.0.5 [00ebfdb7] CSTParser v3.4.3 [ab62b9b5] DeepDiffs v1.2.0 [1914dd2f] MacroTools v0.5.16 [8dfed614] Test v1.11.0 Status `/tmp/jl_Lv3hnh/Manifest.toml` [70b36510] AutomaticDocstrings v1.0.5 [00ebfdb7] CSTParser v3.4.3 [ab62b9b5] DeepDiffs v1.2.0 [1914dd2f] MacroTools v0.5.16 [0796e94c] Tokenize v0.5.29 [2a0f44e3] Base64 v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.12.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v0.7.0 [9e88b42a] Serialization v1.11.0 [f489334b] StyledStrings v1.11.0 [8dfed614] Test v1.11.0 Testing Running tests... [ Info: Testing AutomaticDOcstrings [ Info: Saved a backup to /tmp/jl_6P5ahn/backup [ Info: Saved a backup to /tmp/jl_O2cnMs/backup WARNING: Method definition f(Any, Any) in module Main at /tmp/jl_RSavAe:11 overwritten at /tmp/jl_uTWfkU:11. WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, typeof(Main.f), Any, Any) in module Main at /tmp/jl_RSavAe:11 overwritten at /tmp/jl_uTWfkU:11. [ Info: Saved a backup to /tmp/jl_CPKsCU/backup WARNING: Method definition f(A, Any) where {A} in module Main at /tmp/jl_uTWfkU:11 overwritten at /tmp/jl_PbeWqe:11. WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, typeof(Main.f), A, Any) where {A} in module Main at /tmp/jl_uTWfkU:11 overwritten at /tmp/jl_PbeWqe:11. [ Info: Saved a backup to /tmp/jl_K2nOQJ/backup WARNING: Method definition f(A, Any) where {A} in module Main at /tmp/jl_PbeWqe:11 overwritten at /tmp/jl_dEsl02:11. WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, typeof(Main.f), A, Any) where {A} in module Main at /tmp/jl_PbeWqe:11 overwritten at /tmp/jl_dEsl02:11. [ Info: Saved a backup to /tmp/jl_Y0Q4S0/backup WARNING: Method definition f(Any, Any) in module Main at /tmp/jl_dEsl02:11 overwritten at /tmp/jl_4Hub0c:11. WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, typeof(Main.f), Any, Any) in module Main at /tmp/jl_dEsl02:11 overwritten at /tmp/jl_4Hub0c:11. [ Info: Saved a backup to /tmp/jl_eJAGHB/backup WARNING: Method definition f() in module Main at /tmp/jl_4Hub0c:11 overwritten at /tmp/jl_qtDG63:6. WARNING: Method definition f(Any) in module Main at /tmp/jl_4Hub0c:11 overwritten at /tmp/jl_qtDG63:6. WARNING: Method definition f(Any, Any) in module Main at /tmp/jl_4Hub0c:11 overwritten at /tmp/jl_qtDG63:6. [ Info: Saved a backup to /tmp/jl_evxZuh/backup AutomaticDocstrings: Error During Test at /home/pkgeval/.julia/packages/AutomaticDocstrings/fDpKL/test/runtests.jl:221 Test threw exception Expression: testdoc("@autodoc\n@kwdef struct Workspace{T1,T2,T3,T4,T5,T6}\n simple_input::T1\n simple_result::T2\n result::T3\n buffersetter::T4\n resultsetter::T5\n f::T6\n N::Int = 2\nend\n", "\"\"\"\n Workspace{T1, T2, T3, T4, T5, T6}\n\nDOCSTRING\n\n# Fields:\n- `simple_input::T1`: DESCRIPTION\n- `simple_result::T2`: DESCRIPTION\n- `result::T3`: DESCRIPTION\n- `buffersetter::T4`: DESCRIPTION\n- `resultsetter::T5`: DESCRIPTION\n- `f::T6`: DESCRIPTION\n- `N::Int = 2`: DESCRIPTION\n\"\"\"\n@kwdef struct Workspace{T1,T2,T3,T4,T5,T6}\n simple_input::T1\n simple_result::T2\n result::T3\n buffersetter::T4\n resultsetter::T5\n f::T6\n N::Int = 2\nend\n") MethodError: no method matching parse(::SubString{String}) The function `parse` exists, but no method is defined for this combination of argument types. Closest candidates are: parse(!Matched::String) @ CSTParser ~/.julia/packages/CSTParser/0hXvH/src/packagedef.jl:196 parse(!Matched::CSTParser.ParseState) @ CSTParser ~/.julia/packages/CSTParser/0hXvH/src/packagedef.jl:227 parse(!Matched::String, !Matched::Any) @ CSTParser ~/.julia/packages/CSTParser/0hXvH/src/packagedef.jl:196 ... Stacktrace: [1] build_docstring(str::String) @ AutomaticDocstrings ~/.julia/packages/AutomaticDocstrings/fDpKL/src/AutomaticDocstrings.jl:92 [2] generate_docstring(file::String, li::Int64) @ AutomaticDocstrings ~/.julia/packages/AutomaticDocstrings/fDpKL/src/AutomaticDocstrings.jl:57 [3] autodoc(file::String) @ AutomaticDocstrings ~/.julia/packages/AutomaticDocstrings/fDpKL/src/AutomaticDocstrings.jl:43 [4] testdoc(input::String, output::String) @ Main ~/.julia/packages/AutomaticDocstrings/fDpKL/test/runtests.jl:8 [5] eval_test_function(func::Any, args::Any, kwargs::Any, quoted_func::Union{Expr, Symbol}, source::LineNumberNode, negate::Bool) @ Test /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:394 [6] top-level scope @ ~/.julia/packages/AutomaticDocstrings/fDpKL/test/runtests.jl:33 [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [8] macro expansion @ ~/.julia/packages/AutomaticDocstrings/fDpKL/test/runtests.jl:221 [inlined] [9] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:750 [inlined] [ Info: Saved a backup to /tmp/jl_BOBtFO/backup WARNING: Method definition f(A) where {A} in module Main at /tmp/jl_qtDG63:6 overwritten at /tmp/jl_tqdMwK:11. WARNING: Method definition f(A, Any) where {A} in module Main at /tmp/jl_qtDG63:6 overwritten at /tmp/jl_tqdMwK:11. WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, typeof(Main.f), A) where {A} in module Main at /tmp/jl_4Hub0c:11 overwritten at /tmp/jl_tqdMwK:11. WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, typeof(Main.f), A, Any) where {A} in module Main at /tmp/jl_4Hub0c:11 overwritten at /tmp/jl_tqdMwK:11. [ Info: Saved a backup to /tmp/jl_5bOufH/backup WARNING: Method definition f(A) where {A} in module Main at /tmp/jl_tqdMwK:11 overwritten at /tmp/jl_YghJd8:12. WARNING: Method definition f(A, Any) where {A} in module Main at /tmp/jl_tqdMwK:11 overwritten at /tmp/jl_YghJd8:12. WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, typeof(Main.f), A) where {A} in module Main at /tmp/jl_tqdMwK:11 overwritten at /tmp/jl_YghJd8:12. WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, typeof(Main.f), A, Any) where {A} in module Main at /tmp/jl_tqdMwK:11 overwritten at /tmp/jl_YghJd8:12. Test Summary: | Pass Error Total Time AutomaticDocstrings | 11 1 12 36.4s RNG of the outermost testset: Random.Xoshiro(0x54fbbc99ea5216d9, 0x82c75c8fa08d1e01, 0x2fde59c76abc7c72, 0x0d0654ed3c151680, 0x27d5e5aa863b7c96) ERROR: LoadError: Some tests did not pass: 11 passed, 0 failed, 1 errored, 0 broken. in expression starting at /home/pkgeval/.julia/packages/AutomaticDocstrings/fDpKL/test/runtests.jl:32 Testing failed after 48.21s ERROR: LoadError: Package AutomaticDocstrings errored during testing Stacktrace: [1] pkgerror(msg::String) @ Pkg.Types /opt/julia/share/julia/stdlib/v1.13/Pkg/src/Types.jl:68 [2] test(ctx::Pkg.Types.Context, pkgs::Vector{PackageSpec}; coverage::Bool, julia_args::Cmd, test_args::Cmd, test_fn::Nothing, force_latest_compatible_version::Bool, allow_earlier_backwards_compatible_versions::Bool, allow_reresolve::Bool) @ Pkg.Operations /opt/julia/share/julia/stdlib/v1.13/Pkg/src/Operations.jl:2674 [3] test @ /opt/julia/share/julia/stdlib/v1.13/Pkg/src/Operations.jl:2523 [inlined] [4] test(ctx::Pkg.Types.Context, pkgs::Vector{PackageSpec}; coverage::Bool, test_fn::Nothing, julia_args::Cmd, test_args::Cmd, force_latest_compatible_version::Bool, allow_earlier_backwards_compatible_versions::Bool, allow_reresolve::Bool, kwargs::@Kwargs{io::IOContext{IO}}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:548 [5] kwcall(::@NamedTuple{julia_args::Cmd, io::IOContext{IO}}, ::typeof(Pkg.API.test), ctx::Pkg.Types.Context, pkgs::Vector{PackageSpec}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:525 [6] test(pkgs::Vector{PackageSpec}; io::IOContext{IO}, kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:172 [7] kwcall(::@NamedTuple{julia_args::Cmd}, ::typeof(Pkg.API.test), pkgs::Vector{PackageSpec}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:161 [8] test(pkgs::Vector{String}; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:160 [9] test @ /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:160 [inlined] [10] kwcall(::@NamedTuple{julia_args::Cmd}, ::typeof(Pkg.API.test), pkg::String) @ Pkg.API /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:159 [11] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:219 [12] include(mod::Module, _path::String) @ Base ./Base.jl:309 [13] exec_options(opts::Base.JLOptions) @ Base ./client.jl:344 [14] _start() @ Base ./client.jl:577 in expression starting at /PkgEval.jl/scripts/evaluate.jl:210 PkgEval failed after 117.3s: package tests unexpectedly errored