Feature: Ipopt callbacks #355
Triggered via pull request
November 12, 2024 03:02
Status
Success
Total duration
20m 53s
Artifacts
–
CI.yml
on: pull_request
Documentation
20m 43s
Matrix: test
Annotations
12 warnings and 1 notice
Julia 1.10 - ubuntu-latest - x64 - pull_request
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, codecov/codecov-action@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Julia 1.10 - ubuntu-latest - x64 - pull_request
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, julia-actions/setup-julia@v1, actions/cache@4d4ae6ae148a43d0fd1eda1800170683e9882738, pyTooling/Actions/with-post-step@adef08d3bdef092282614f3b683897cefae82ee3, codecov/codecov-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Documentation:
../../../.julia/packages/Documenter/C1XEF/src/utilities/utilities.jl#L46
failed to run `@example` block in src/generated/man/ipopt_callbacks.md:86-91
```@example ipopt_callbacks
for (iter, traj) in enumerate(trajectory_history)
str_index = lpad(iter, length(string(length(trajectory_history))), "0")
plot("./iteration-$str_index-trajectory.png", traj, [:ψ̃, :a], xlims=(-Δt, (T+5)*Δt), ylims=(ψ̃1 = (-2, 2), a = (-1.1, 1.1)))
end
```
exception =
No recipe for plot with args: Tuple{String, Vector{Float64}, Vector{Symbol}}
Stacktrace:
[1] error(s::String)
@ Base ./error.jl:35
[2] plot!
@ ~/.julia/packages/Makie/pFPBw/src/interfaces.jl:363 [inlined]
[3] connect_plot!(parent::Makie.Scene, plot::MakieCore.Plot{MakieCore.plot, Tuple{String, Vector{Float64}, Vector{Symbol}}})
@ Makie ~/.julia/packages/Makie/pFPBw/src/interfaces.jl:395
[4] plot!
@ ~/.julia/packages/Makie/pFPBw/src/interfaces.jl:412 [inlined]
[5] plot!(ax::Makie.Axis, plot::MakieCore.Plot{MakieCore.plot, Tuple{String, Vector{Float64}, Vector{Symbol}}})
@ Makie ~/.julia/packages/Makie/pFPBw/src/figureplotting.jl:412
[6] plot!(fa::Makie.FigureAxis, plot::MakieCore.Plot{MakieCore.plot, Tuple{String, Vector{Float64}, Vector{Symbol}}})
@ Makie ~/.julia/packages/Makie/pFPBw/src/figureplotting.jl:407
[7] _create_plot(::Function, ::Dict{Symbol, Any}, ::String, ::Vararg{Any})
@ Makie ~/.julia/packages/Makie/pFPBw/src/figureplotting.jl:318
[8] #plot#10
@ ~/.julia/packages/MakieCore/zO6H4/src/recipes.jl:52 [inlined]
[9] top-level scope
@ ./ipopt_callbacks.md:89
[10] eval
@ ./boot.jl:430 [inlined]
[11] #60
@ ~/.julia/packages/Documenter/C1XEF/src/expander_pipeline.jl:754 [inlined]
[12] cd(f::Documenter.var"#60#62"{Module, Expr}, dir::String)
@ Base.Filesystem ./file.jl:112
[13] (::Documenter.var"#59#61"{Documenter.Page, Module, Expr})()
@ Documenter ~/.julia/packages/Documenter/C1XEF/src/expander_pipeline.jl:753
[14] (::IOCapture.var"#5#9"{DataType, Documenter.var"#59#61"{Documenter.Page, Module, Expr}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}})()
@ IOCapture ~/.julia/packages/IOCapture/Y5rEA/src/IOCapture.jl:170
[15] with_logstate(f::IOCapture.var"#5#9"{DataType, Documenter.var"#59#61"{Documenter.Page, Module, Expr}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}}, logstate::Base.CoreLogging.LogState)
@ Base.CoreLogging ./logging/logging.jl:522
[16] with_logger(f::Function, logger::Base.CoreLogging.ConsoleLogger)
@ Base.CoreLogging ./logging/logging.jl:632
[17] capture(f::Documenter.var"#59#61"{Documenter.Page, Module, Expr}; rethrow::Type, color::Bool, passthrough::Bool, capture_buffer::IOBuffer, io_context::Vector{Any})
@ IOCapture ~/.julia/packages/IOCapture/Y5rEA/src/IOCapture.jl:167
[18] runner(::Type{Documenter.Expanders.ExampleBlocks}, node::MarkdownAST.Node{Nothing}, page::Documenter.Page, doc::Documenter.Document)
@ Documenter ~/.julia/packages/Documenter/C1XEF/src/expander_pipeline.jl:752
|
Documentation:
../../../.julia/packages/Documenter/C1XEF/src/utilities/utilities.jl#L46
duplicate docs found for 'QuantumCollocation.ProblemTemplates.UnitaryMinimumTimeProblem' in src/lib.md:4-6
```@autodocs
Modules = [QuantumCollocation.ProblemTemplates]
```
|
Documentation:
../../../.julia/packages/Documenter/C1XEF/src/utilities/utilities.jl#L46
duplicate docs found for 'QuantumCollocation.EmbeddedOperators.EmbeddedOperator' in src/lib.md:39-41
```@autodocs
Modules = [QuantumCollocation.EmbeddedOperators]
```
|
Documentation:
../../../.julia/packages/Documenter/C1XEF/src/utilities/utilities.jl#L46
duplicate docs found for 'QuantumCollocation.EmbeddedOperators.get_subspace_indices' in src/lib.md:39-41
```@autodocs
Modules = [QuantumCollocation.EmbeddedOperators]
```
|
Documentation:
../../../.julia/packages/Documenter/C1XEF/src/utilities/utilities.jl#L46
duplicate docs found for 'QuantumCollocation.EmbeddedOperators.get_subspace_indices' in src/lib.md:39-41
```@autodocs
Modules = [QuantumCollocation.EmbeddedOperators]
```
|
Documentation:
../../../.julia/packages/Documenter/C1XEF/src/utilities/utilities.jl#L46
duplicate docs found for 'QuantumCollocation.ProblemSolvers.solve!' in src/lib.md:59-61
```@autodocs
Modules = [QuantumCollocation.ProblemSolvers]
```
|
|
Documentation:
../../../.julia/packages/Documenter/C1XEF/src/utilities/utilities.jl#L46
invalid local link/image: file does not exist in src/contribution_guide.md
link =
@ast MarkdownAST.Link("docs/literate", "") do
MarkdownAST.Text("docs/literate")
end
|
|
Documentation:
../../../.julia/packages/Documenter/C1XEF/src/utilities/utilities.jl#L46
22 docstrings not included in the manual:
QuantumCollocation.Constraints.NonlinearEqualityConstraint
QuantumCollocation.Constraints.FinalUnitaryFreePhaseFidelityConstraint :: Tuple{}
QuantumCollocation.QuantumSystemUtils.operator_algebra :: Union{Tuple{Vector{<:AbstractMatrix{T}}}, Tuple{T}} where T<:Number
QuantumCollocation.QuantumSystemTemplates.MultiTransmonSystem :: Tuple{AbstractVector{Float64}, AbstractVector{Float64}, AbstractMatrix{Float64}}
QuantumCollocation.QuantumSystemTemplates.TransmonDipoleCoupling
QuantumCollocation.QuantumSystemTemplates.RydbergChainSystem :: Tuple{}
QuantumCollocation.Constraints.ComplexModulusContraint :: Tuple{Symbol, Float64, NamedTrajectories.StructNamedTrajectory.NamedTrajectory}
QuantumCollocation.Constraints.ComplexModulusContraint :: Tuple{}
QuantumCollocation.Problems.QuantumControlProblem
QuantumCollocation.Constraints.constrain! :: Tuple{Ipopt.Optimizer, Vector{MathOptInterface.VariableIndex}, Vector{LinearConstraint}, NamedTrajectories.StructNamedTrajectory.NamedTrajectory}
QuantumCollocation.Constraints.NonlinearInequalityConstraint
QuantumCollocation.QuantumSystemTemplates.TransmonSystem :: Tuple{}
QuantumCollocation.Constraints.EqualityConstraint
QuantumCollocation.Dynamics.QuantumDynamics
QuantumCollocation.QuantumSystemUtils.is_reachable :: Tuple{AbstractMatrix, AbstractVector{<:AbstractMatrix}}
QuantumCollocation.QuantumSystemTemplates.lift :: Tuple{Char, Int64, Int64}
QuantumCollocation.Constraints.FinalQuantumStateFidelityConstraint :: Tuple{Symbol, Float64, NamedTrajectories.StructNamedTrajectory.NamedTrajectory}
QuantumCollocation.Problems.get_objective :: Tuple{QuantumControlProblem}
QuantumCollocation.Problems.get_constraints :: Tuple{QuantumControlProblem}
QuantumCollocation.Constraints.FinalFidelityConstraint :: Tuple{}
QuantumCollocation.Constraints.trajectory_constraints :: Tuple{NamedTrajectories.StructNamedTrajectory.NamedTrajectory}
QuantumCollocation.Constraints.FinalUnitaryFidelityConstraint :: Tuple{Symbol, Float64, NamedTrajectories.StructNamedTrajectory.NamedTrajectory}
These are docstrings in the checked modules (configured with the modules keyword)
that are not included in canonical @docs or @autodocs blocks.
|
[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`
|