Skip to content

Update CI setup (#6) #13

Update CI setup (#6)

Update CI setup (#6) #13

Triggered via push September 19, 2025 06:30
Status Failure
Total duration 2m 20s
Artifacts

Documenter.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

5 errors, 3 warnings, and 1 notice
Documentation
Process completed with exit code 1.
Documentation: ../../../.julia/packages/Documenter/R2HVS/src/Documenter.jl#L684
Failed to push: exception = failed process: Process(`git fetch upstream`, ProcessExited(128)) [128] Stacktrace: [1] pipeline_error @ ./process.jl:598 [inlined] [2] run(::Cmd; wait::Bool) @ Base ./process.jl:513 [3] run @ ./process.jl:510 [inlined] [4] (::Documenter.var"#git_commands#24"{String, String, SubString{String}, String, Vector{Any}, Bool, String, String})(sshconfig::String) @ Documenter ~/.julia/packages/Documenter/R2HVS/src/Documenter.jl:570 [5] (::Documenter.var"#23#29"{String})() @ Documenter ~/.julia/packages/Documenter/R2HVS/src/Documenter.jl:679 [6] cd(f::Documenter.var"#23#29"{String}, dir::String) @ Base.Filesystem ./file.jl:112 [7] #22 @ ~/.julia/packages/Documenter/R2HVS/src/Documenter.jl:679 [inlined] [8] withenv(f::Documenter.var"#22#28"{String, String}, keyvals::Pair{String, String}) @ Base ./env.jl:265 [9] (::Documenter.var"#21#27"{String, String, SubString{String}, String})(sshconfig::String, io::IOStream) @ Documenter ~/.julia/packages/Documenter/R2HVS/src/Documenter.jl:678 [10] mktemp(fn::Documenter.var"#21#27"{String, String, SubString{String}, String}, parent::String) @ Base.Filesystem ./file.jl:790 [11] mktemp(fn::Function) @ Base.Filesystem ./file.jl:788 [12] git_push(root::String, temp::String, repo::String; branch::String, dirname::String, target::String, sha::SubString{String}, devurl::String, versions::Vector{Any}, forcepush::Bool, deploy_config::Documenter.GitHubActions, subfolder::String, is_preview::Bool) @ Documenter ~/.julia/packages/Documenter/R2HVS/src/Documenter.jl:663 [13] (::Documenter.var"#15#17"{SubString{String}, String, String, String, String, Vector{Any}, Bool, Documenter.GitHubActions, Bool, String, String})(temp::String) @ Documenter ~/.julia/packages/Documenter/R2HVS/src/Documenter.jl:524 [14] mktempdir(fn::Documenter.var"#15#17"{SubString{String}, String, String, String, String, Vector{Any}, Bool, Documenter.GitHubActions, Bool, String, String}, parent::String; prefix::String) @ Base.Filesystem ./file.jl:819 [15] mktempdir(fn::Function, parent::String) @ Base.Filesystem ./file.jl:815 [16] mktempdir @ ./file.jl:815 [inlined] [17] (::Documenter.var"#14#16"{String, String, String, Nothing, String, Vector{Any}, Bool, Documenter.GitHubActions, Bool, String, String})() @ Documenter ~/.julia/packages/Documenter/R2HVS/src/Documenter.jl:523 [18] cd(f::Documenter.var"#14#16"{String, String, String, Nothing, String, Vector{Any}, Bool, Documenter.GitHubActions, Bool, String, String}, dir::String) @ Base.Filesystem ./file.jl:112 [19] deploydocs(; root::String, target::String, dirname::String, repo::String, branch::String, repo_previews::String, branch_previews::String, deps::Nothing, make::Nothing, devbranch::String, devurl::String, versions::Vector{Any}, forcepush::Bool, deploy_config::Documenter.GitHubActions, push_preview::Bool) @ Documenter ~/.julia/packages/Documenter/R2HVS/src/Documenter.jl:500 [20] top-level scope @ ~/work/ModuleDocstrings.jl/ModuleDocstrings.jl/docs/make.jl:21 [21] include(fname::String) @ Main ./sysimg.jl:38 [22] top-level scope @ none:8 [23] eval @ ./boot.jl:430 [inlined] [24] exec_options(opts::Base.JLOptions) @ Base ./client.jl:296 [25] _start() @ Base ./client.jl:531
Documentation: ../../../.julia/packages/Documenter/R2HVS/src/Documenter.jl#L572
Git failed to fetch [email protected]:JuliaDocs/ModuleDocstrings.jl This can be caused by a DOCUMENTER_KEY variable that is not correctly set up. Make sure that the environment variable is properly set up as a Base64-encoded string of the SSH private key. You may need to re-generate the keys with DocumenterTools.
Documentation: ../../../.julia/packages/Documenter/R2HVS/src/DocTests.jl#L385
doctest failure in src/index.md:62-76 ```jldoctest example; filter=(r"julia/dev/.*") julia> ModuleDocstrings.write(TestDocStrings) ERROR: TestDocStrings must be a writable package, but there is no corresponding file, suggesting it wasn't loaded from a package. Stacktrace: [1] error(s::String) @ Base ./error.jl:33 [2] error_write(mod::Module, #unused#::Nothing) @ ModuleDocstrings ~/.julia/dev/ModuleDocstrings/src/ModuleDocstrings.jl:101 [3] write(mod::Module, str::String) @ ModuleDocstrings ~/.julia/dev/ModuleDocstrings/src/ModuleDocstrings.jl:79 [4] write(mod::Module) @ ModuleDocstrings ~/.julia/dev/ModuleDocstrings/src/ModuleDocstrings.jl:96 [5] top-level scope @ none:1 ``` Subexpression: ModuleDocstrings.write(TestDocStrings) Evaluated output: ERROR: TestDocStrings must be a writable package, but there is no corresponding file, suggesting it wasn't loaded from a package. Stacktrace: [1] error(s::String) @ Base ./error.jl:35 [2] error_write(mod::Module, ::Nothing) @ ModuleDocstrings ~/work/ModuleDocstrings.jl/ModuleDocstrings.jl/src/ModuleDocstrings.jl:101 [3] write(mod::Module, str::String) @ ModuleDocstrings ~/work/ModuleDocstrings.jl/ModuleDocstrings.jl/src/ModuleDocstrings.jl:79 [4] write(mod::Module) @ ModuleDocstrings ~/work/ModuleDocstrings.jl/ModuleDocstrings.jl/src/ModuleDocstrings.jl:96 [5] top-level scope @ none:1 Expected output: ERROR: TestDocStrings must be a writable package, but there is no corresponding file, suggesting it wasn't loaded from a package. Stacktrace: [1] error(s::String) @ Base ./error.jl:33 [2] error_write(mod::Module, #unused#::Nothing) @ ModuleDocstrings ~/.julia/dev/ModuleDocstrings/src/ModuleDocstrings.jl:101 [3] write(mod::Module, str::String) @ ModuleDocstrings ~/.julia/dev/ModuleDocstrings/src/ModuleDocstrings.jl:79 [4] write(mod::Module) @ ModuleDocstrings ~/.julia/dev/ModuleDocstrings/src/ModuleDocstrings.jl:96 [5] top-level scope @ none:1 diff = Warning: Diff output requires color. ERROR: TestDocStrings must be a writable package, but there is no corresponding file, suggesting it wasn't loaded from a package. Stacktrace: [1] error(s::String) @ Base ./error.jl:33 ./error.jl:35 [2] error_write(mod::Module, #unused#::Nothing) ::Nothing) @ ModuleDocstrings ~/.julia/dev/ModuleDocstrings/src/ModuleDocstrings.jl:101 ~/work/ModuleDocstrings.jl/ModuleDocstrings.jl/src/ModuleDocstrings.jl:101 [3] write(mod::Module, str::String) @ ModuleDocstrings ~/.julia/dev/ModuleDocstrings/src/ModuleDocstrings.jl:79 ~/work/ModuleDocstrings.jl/ModuleDocstrings.jl/src/ModuleDocstrings.jl:79 [4] write(mod::Module) @ ModuleDocstrings ~/.julia/dev/ModuleDocstrings/src/ModuleDocstrings.jl:96 ~/work/ModuleDocstrings.jl/ModuleDocstrings.jl/src/ModuleDocstrings.jl:96 [5] top-level scope @ none:1
Documentation: ../../../.julia/packages/Documenter/R2HVS/src/DocTests.jl#L385
doctest failure in src/index.md:47-55 ```jldoctest example julia> using ModuleDocstrings julia> print(ModuleDocstrings.generate(TestDocStrings)) - `distance`: + Compute the minimum distance between `pos` and any point in `points`. + Compute the distance between points `pos1` and `pos2`. - `radius`: Compute the radius of the cartesian-coordinate position `[x, y, z]`. ``` Subexpression: print(ModuleDocstrings.generate(TestDocStrings)) Evaluated output: - `distance`: + Compute the distance between points `pos1` and `pos2`. + Compute the minimum distance between `pos` and any point in `points`. - `radius`: Compute the radius of the cartesian-coordinate position `[x, y, z]`. Expected output: - `distance`: + Compute the minimum distance between `pos` and any point in `points`. + Compute the distance between points `pos1` and `pos2`. - `radius`: Compute the radius of the cartesian-coordinate position `[x, y, z]`. diff = Warning: Diff output requires color. - `distance`: + Compute the minimum distance between `pos` points `pos1` and any point in `points`. `pos2`. + Compute the minimum distance between points `pos1` `pos` and `pos2`. any point in `points`. - `radius`: Compute the radius of the cartesian-coordinate position `[x, y, z]`.
Documentation: ../../../.julia/packages/Documenter/R2HVS/src/Writers/HTMLWriter.jl#L2054
invalid local link: unresolved path in index.md link.text = 1-element Vector{Any}: "ModuleDocstrings.generate" link.url = "@ref"
Documentation: ../../../.julia/packages/Documenter/R2HVS/src/DocChecks.jl#L69
1 docstring not included in the manual: ModuleDocstrings.ModuleDocstrings These are docstrings in the checked modules (configured with the modules keyword) that are not included in @docs or @autodocs blocks.
Documentation: ../../../.julia/packages/Documenter/R2HVS/src/CrossReferences.jl#L104
reference for 'ModuleDocstrings.generate' could not be found in src/index.md.
[julia-buildpkg] Caching of the julia depot was not detected
Consider using `julia-actions/cache` to speed up runs https://github.com/julia-actions/cache. To ignore, set input `ignore-no-cache: true`