-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build freeze #248
Comments
CI[ Info: SetupBuildDirectory: setting up build directory.
[ Info: Doctest: running doctests.
┌ Debug: Running doctests.
└ @ Documenter.DocTests ~/.julia/packages/Documenter/oBZFM/src/DocTests.jl:47
[ Info: ExpandTemplates: expanding markdown templates.
┌ Debug: pages
│ keys(doc.blueprint.pages) =
│ KeySet for a Dict{String, Documenter.Documents.Page} with 35 entries. Keys:
│ "generated/attributes_series.md"
│ ⋮
│ priority_pages = String[]
│ normal_pages =
│ 35-element Vector{String}:
│ "animations.md"
│ ⋮
└ @ Documenter.Expanders ~/.julia/packages/Documenter/oBZFM/src/Expanders.jl:36
┌ Debug: Running ExpanderPipeline on animations.md
└ @ Documenter.Expanders ~/.julia/packages/Documenter/oBZFM/src/Expanders.jl:39 LOCALProcedure: $ julia -e 'using Pkg; pkg"up"'
$ julia -e 'using Pkg; pkg"dev https://github.com/JuliaPlots/PlotReferenceImages.jl; dev https://github.com/JuliaPlots/PlotDocs.jl"'
$ cd ~/.julia/dev/PlotDocs; JULIA_DEBUG=Documenter julia --project=docs/ docs/make.jl Gtk-Message: 16:07:38.275: Failed to load module "appmenu-gtk-module"
Gtk-Message: 16:07:38.276: Failed to load module "appmenu-gtk-module"
WARNING: both jlgr and Base export "step"; uses of it in module GR must be qualified
[ Info: SetupBuildDirectory: setting up build directory.
[ Info: Doctest: running doctests.
┌ Debug: Running doctests.
└ @ Documenter.DocTests ~/.julia/packages/Documenter/oBZFM/src/DocTests.jl:47
[ Info: ExpandTemplates: expanding markdown templates.
┌ Debug: pages
│ keys(doc.blueprint.pages) =
│ KeySet for a Dict{String, Documenter.Documents.Page} with 35 entries. Keys:
│ "generated/attributes_series.md"
│ "generated/attributes_subplot.md"
│ "generated/plotthemes.md"
│ "graphrecipes/examples.md"
│ "contributing.md"
│ "basics.md"
│ "install.md"
│ "colorschemes.md"
│ "output.md"
│ "generated/plotly.md"
│ "graphrecipes/introduction.md"
│ "animations.md"
│ "generated/colorschemes.md"
│ "ecosystem.md"
│ ⋮
│ priority_pages = String[]
│ normal_pages =
│ 35-element Vector{String}:
│ "animations.md"
│ "attributes.md"
│ "backends.md"
│ "basics.md"
│ "colors.md"
│ "colorschemes.md"
│ "contributing.md"
│ ⋮
│ "install.md"
│ "layouts.md"
│ "learning.md"
│ "output.md"
│ "pipeline.md"
│ "recipes.md"
│ "tutorial.md"
└ @ Documenter.Expanders ~/.julia/packages/Documenter/oBZFM/src/Expanders.jl:36
┌ Debug: Running ExpanderPipeline on animations.md
└ @ Documenter.Expanders ~/.julia/packages/Documenter/oBZFM/src/Expanders.jl:39 |
Hangs at ┌ Info: anim = #= none:2 =# @animate(for i = 1:n
│ #= none:3 =#
│ circleplot(x, y, i)
└ end) |
Commenting c = IOCapture.capture() do
...
end works ... |
Tracked down to |
I disabled all the |
Fails on the first |
No. This bug is odd. |
I guess |
Closed by JuliaPlots/Plots.jl@f049f56. |
Now that
Documenter@0.27.4
is out, we're trying #246, but the build hangs.Example:
recent https://github.com/JuliaPlots/Plots.jl/runs/3111869101 in ≈
3h 35min
(and still running-> Inf
, build canceled)previous: https://github.com/JuliaPlots/Plots.jl/runs/2991757317 in ≈
30min
Can we get more output out of the
Documenter
process ? (JuliaPlots/Plots.jl@192eb6f)The text was updated successfully, but these errors were encountered: