JuliaDocs / Documenter.jl

A documentation generator for Julia.
https://documenter.juliadocs.org
MIT License
814 stars 479 forks source link

Documenter build now failing with no change to underlying pkg #2587

Closed drizk1 closed 2 hours ago

drizk1 commented 2 hours ago

First off, ty for a great package.

Sometime over the last 72 hours, there is a new failure that is occurring even if I dont make any changes to the underlying pkg. I now get the following error when trying to do any PR no matter how big or small. The documenter build was previously successful, and I have not made any changes to the documentation. How can I fix this error? I have linked a 1 line PR change to illustrate this where I bump to 1.10 for julia compat, but this error is happening no matter what

ty

ERROR: LoadError: UndefVarError: `showvalue` not defined in `Logging`
Suggestion: check for spelling errors or missing imports.
Stacktrace:
  [1] handle_message(::GitHubActions.GitHubActionsLogger, level::Base.CoreLogging.LogLevel, msg::String, _module::Module, group::Symbol, id::Symbol, file::String, line::Int64; location::Nothing, kwargs::@Kwargs{keys(doc.blueprint.pages)::Base.KeySet{String, Dict{String, Documenter.Documents.Page}}, priority_pages::Vector{String}, normal_pages::Vector{String}})
    @ GitHubActions ~/.julia/packages/GitHubActions/PCtSF/src/GitHubActions.jl:259
  [2] #invokelatest#2
    @ ./essentials.jl:1056 [inlined]
  [3] invokelatest
    @ ./essentials.jl:1051 [inlined]
  [4] macro expansion
    @ ./logging/logging.jl:388 [inlined]
  [5] expand(doc::Documenter.Documents.Document)
    @ Documenter.Expanders ~/.julia/packages/Documenter/bYYzK/src/Expanders.jl:36
  [6] runner(::Type{Documenter.Builder.ExpandTemplates}, doc::Documenter.Documents.Document)
    @ Documenter.Builder ~/.julia/packages/Documenter/bYYzK/src/Builder.jl:226
  [7] dispatch(::Type{Documenter.Builder.DocumentPipeline}, x::Documenter.Documents.Document)
    @ Documenter.Utilities.Selectors ~/.julia/packages/Documenter/bYYzK/src/Utilities/Selectors.jl:170
  [8] #2
    @ ~/.julia/packages/Documenter/bYYzK/src/Documenter.jl:273 [inlined]
  [9] cd(f::Documenter.var"#2#3"{Documenter.Documents.Document}, dir::String)
    @ Base.Filesystem ./file.jl:112
 [10] makedocs(; debug::Bool, format::Documenter.Writers.MarkdownWriter.Markdown, kwargs::@Kwargs{modules::Vector{Module}, clean::Bool, doctest::Bool, sitename::String, authors::String, strict::Vector{Symbol}, checkdocs::Symbol, draft::Bool, build::String})
    @ Documenter ~/.julia/packages/Documenter/bYYzK/src/Documenter.jl:272
 [11] top-level scope
    @ ~/work/TidierDB.jl/TidierDB.jl/docs/make.jl:13
 [12] include(fname::String)
    @ Main ./sysimg.jl:38
 [13] top-level scope
    @ none:8
in expression starting at /home/runner/work/TidierDB.jl/TidierDB.jl/docs/make.jl:13
Error: Process completed with exit code 1.
fredrikekre commented 2 hours ago

~/.julia/packages/GitHubActions/PCtSF/src/GitHubActions.jl

The issue is in the GitHubActions.jl package so perhaps you can reopen it there.

drizk1 commented 2 hours ago

Sorry for the issue misplacement ! Thank you