CompatHelper: bump compat for Nemo to 0.42, (keep existing compat) #947
Triggered via pull request
February 14, 2024 01:34
Status
Failure
Total duration
10m 40s
Artifacts
–
ci.yml
on: pull_request
Documentation
7m 29s
Matrix: test
Annotations
2 errors and 7 warnings
Documentation:
../../../.julia/packages/Documenter/1HwWe/src/utilities/utilities.jl#L44
failed to run `@example` block in src/ECC_evaluating.md:69-86
```@example decoderexample
import PyQDecoders
mem_errors = 0.001:0.005:0.1
codes = [Toric(4,4), Toric(6,6)]
results = zeros(length(codes), length(mem_errors), 2)
for (ic, c) in pairs(codes)
for (i,m) in pairs(mem_errors)
setup = ShorSyndromeECCSetup(m, 0)
decoder = PyMatchingDecoder(c)
r = evaluate_decoder(decoder, setup, 1000)
results[ic,i,:] .= r
end
end
make_decoder_figure(mem_errors, results, "Toric code with a MWPM decoder")
```
exception =
InitError: could not load library "/home/runner/.julia/conda/3/x86_64/lib/libpython3.10.so.1.0"
/home/runner/.julia/conda/3/x86_64/lib/libpython3.10.so.1.0: cannot open shared object file: No such file or directory
Stacktrace:
[1] dlopen(s::String, flags::UInt32; throw_error::Bool)
@ Base.Libc.Libdl ./libdl.jl:117
[2] dlopen
@ Base.Libc.Libdl ./libdl.jl:116 [inlined]
[3] __init__()
@ PyCall ~/.julia/packages/PyCall/1gn3u/src/pyinit.jl:149
[4] run_module_init(mod::Module, i::Int64)
@ Base ./loading.jl:1128
[5] register_restored_modules(sv::Core.SimpleVector, pkg::Base.PkgId, path::String)
@ Base ./loading.jl:1116
[6] _include_from_serialized(pkg::Base.PkgId, path::String, ocachepath::String, depmods::Vector{Any})
@ Base ./loading.jl:1061
[7] _tryrequire_from_serialized(modkey::Base.PkgId, path::String, ocachepath::String, sourcepath::String, depmods::Vector{Any})
@ Base ./loading.jl:1475
[8] _require_search_from_serialized(pkg::Base.PkgId, sourcepath::String, build_id::UInt128)
@ Base ./loading.jl:1568
[9] _require(pkg::Base.PkgId, env::String)
@ Base ./loading.jl:1932
[10] __require_prelocked(uuidkey::Base.PkgId, env::String)
@ Base ./loading.jl:1806
[11] #invoke_in_world#3
@ Base ./essentials.jl:921 [inlined]
[12] invoke_in_world
@ Base ./essentials.jl:918 [inlined]
[13] _require_prelocked(uuidkey::Base.PkgId, env::String)
@ Base ./loading.jl:1797
[14] macro expansion
@ Base ./loading.jl:1784 [inlined]
[15] macro expansion
@ Base ./lock.jl:267 [inlined]
[16] __require(into::Module, mod::Symbol)
@ Base ./loading.jl:1747
[17] #invoke_in_world#3
@ Base ./essentials.jl:921 [inlined]
[18] invoke_in_world
@ Base ./essentials.jl:918 [inlined]
[19] require(into::Module, mod::Symbol)
@ Base ./loading.jl:1740
[20] eval
@ ./boot.jl:385 [inlined]
[21] #58
@ ~/.julia/packages/Documenter/1HwWe/src/expander_pipeline.jl:754 [inlined]
[22] cd(f::Documenter.var"#58#60"{Module, Expr}, dir::String)
@ Base.Filesystem ./file.jl:112
[23] (::Documenter.var"#57#59"{Documenter.Page, Module, Expr})()
@ Documenter ~/.julia/packages/Documenter/1HwWe/src/expander_pipeline.jl:753
[24] (::IOCapture.var"#4#7"{DataType, Documenter.var"#57#59"{Documenter.Page, Module, Expr}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}})()
@ IOCapture ~/.julia/packages/IOCapture/Rzdxd/src/IOCapture.jl:161
[25] with_logstate(f::Function, logstate::Any)
@ Base.CoreLogging ./logging.jl:515
[26] with_logger
@ ./logging.jl:627 [inlined]
[27] capture(f::Documenter.var"#57#59"{Documenter.Page, Module, Expr}; rethrow::Type, color::Bool, passthrough::Bool, capture_buffer::IOBuffer)
@ IOCapture ~/.julia/packages/IOCapture/Rzdxd/src/IOCapture.jl:158
[28] runner(::Type{Documenter.Expanders.ExampleBlocks}, node::MarkdownAST.Node{Nothing}, page::Documenter.Page, doc::Documenter.Document)
@ Documenter ~/.julia/packages/Documenter/1HwWe/src/expander_pipeline.jl:752
during initialization of module PyCall
|
Documentation
Process completed with exit code 1.
|
Julia 1 - t=1 - ubuntu-latest - x64 - pull_request
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: julia-actions/setup-julia@v1, actions/cache@4d4ae6ae148a43d0fd1eda1800170683e9882738, pyTooling/Actions/with-post-step@adef08d3bdef092282614f3b683897cefae82ee3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Julia 1.9 - t=1 - ubuntu-latest - x64 - pull_request
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: julia-actions/setup-julia@v1, actions/cache@4d4ae6ae148a43d0fd1eda1800170683e9882738, pyTooling/Actions/with-post-step@adef08d3bdef092282614f3b683897cefae82ee3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Documentation:
../../../.julia/packages/Makie/z2T2o/src/scenes.jl#L220
Found `resolution` in the theme when creating a `Scene`. The `resolution` keyword for `Scene`s and `Figure`s has been deprecated. Use `Figure(; size = ...` or `Scene(; size = ...)` instead, which better reflects that this is a unitless size and not a pixel resolution. The key could also come from `set_theme!` calls or related theming functions.
|
Documentation:
../../../.julia/packages/Documenter/1HwWe/src/utilities/utilities.jl#L46
54 docstrings not included in the manual:
QuantumInterface.permutesystems :: Tuple{QuantumInterface.CompositeBasis, Any}
LinearAlgebra.normalize! :: Tuple{QuantumInterface.AbstractOperator}
LinearAlgebra.normalize! :: Tuple{QuantumInterface.StateVector}
QuantumInterface.SpinBasis
QuantumInterface.basis
QuantumInterface.PauliBasis
QuantumInterface.check_indices :: Tuple{Any, Any}
QuantumInterface.GenericBasis
QuantumInterface.equal_bases :: Tuple{Any, Any}
LinearAlgebra.ishermitian :: Tuple{QuantumInterface.AbstractOperator}
QuantumInterface.NLevelBasis
Base.exp :: Tuple{QuantumInterface.AbstractOperator}
LinearAlgebra.normalize :: Tuple{QuantumInterface.AbstractOperator}
LinearAlgebra.normalize :: Tuple{QuantumInterface.StateVector}
QuantumInterface.reduced :: Tuple{QuantumInterface.CompositeBasis, Any}
QuantumInterface.samebases :: Tuple{QuantumInterface.Basis, QuantumInterface.Basis}
QuantumInterface.AbstractOperator
QuantumInterface.equal_shape :: Tuple{Any, Any}
QuantumInterface.shiftremove :: Tuple{Any, Any}
QuantumClifford.ECC.naive_ancillary_paulimeasurement :: Union{Tuple{PauliOperator}, Tuple{PauliOperator, Any}, Tuple{PauliOperator, Any, Any}}
QuantumClifford.ECC.AbstractECCSetup
QuantumInterface.check_multiplicable :: Tuple{Any, Any}
QuantumInterface.variance :: Union{Tuple{BC}, Tuple{B}, Tuple{Any, QuantumInterface.AbstractOperator{B, B}, QuantumInterface.AbstractOperator{BC, BC}}} where {B, BC<:QuantumInterface.CompositeBasis}
QuantumClifford.ECC.hgp :: Tuple{Any, Any}
QuantumInterface.complement :: Tuple{Any, Any}
QuantumInterface.remove :: Tuple{Any, Any}
QuantumClifford.ECC.parity_matrix :: Tuple{QuantumClifford.ECC.AbstractECC}
QuantumClifford.ECC.shor_ancillary_paulimeasurement :: Union{Tuple{PauliOperator}, Tuple{PauliOperator, Any}, Tuple{PauliOperator, Any, Any}}
QuantumClifford.ECC.AbstractSyndromeDecoder
QuantumInterface.IncompatibleBases
QuantumClifford.ECC.logx_ops :: Tuple{Any}
QuantumInterface.AbstractSuperOperator
QuantumInterface.CompositeBasis
QuantumInterface.embed :: Union{Tuple{T}, Tuple{QuantumInterface.CompositeBasis, QuantumInterface.CompositeBasis, Dict{<:Vector{<:Integer}, T}}} where T<:QuantumInterface.AbstractOperator
QuantumInterface.embed :: Union{Tuple{T}, Tuple{QuantumInterface.CompositeBasis, QuantumInterface.CompositeBasis, Any, Vector{T}}} where T<:QuantumInterface.AbstractOperator
QuantumInterface.check_embed_indices :: Tuple{Any}
QuantumInterface.StateVector
LinearAlgebra.tr :: Tuple{QuantumInterface.AbstractOperator}
QuantumClifford.ECC.logz_ops :: Tuple{Any}
QuantumInterface.check_samebases :: Tuple{Any, Any}
QuantumInterface.SumBasis
QuantumInterface.multiplicable :: Tuple{QuantumInterface.Basis, QuantumInterface.Basis}
QuantumInterface.directsum :: Tuple{QuantumInterface.Basis, QuantumInterface.Basis}
QuantumInterface.FockBasis
Base.length :: Tuple{QuantumInterface.Basis}
QuantumClifford.ECC.physical_ECC_circuit
QuantumInterface.check_sortedindices :: Tuple{Any, Any}
SparseArrays.sparse :: Tuple{QuantumInterface.AbstractOperator}
QuantumInterface.@samebases :: Tuple{Any}
QuantumInterface.Basis
QuantumInterface.identityoperator :: Union{Tuple{S}, Tuple{T}, Tuple{Type{T}, Type{S}, QuantumInterface.Basis, QuantumInterface.Basis}} where {T<:QuantumInterface.AbstractOperator, S}
LinearAlgebra.norm :: Tuple{QuantumInterface.StateVector}
QuantumInterface.identitysuperoperator
QuantumInterface.ptrace :: Tuple{QuantumInterface.CompositeBasis, Any}
These are docstrings in the checked modules (configured with the modules keyword)
that are not included in canonical @docs or @autodocs blocks.
|
Documentation
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: julia-actions/setup-julia@v1, actions/cache@4d4ae6ae148a43d0fd1eda1800170683e9882738, pyTooling/Actions/with-post-step@adef08d3bdef092282614f3b683897cefae82ee3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Julia 1 - t=5 - ubuntu-latest - x64 - pull_request
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: julia-actions/setup-julia@v1, actions/cache@4d4ae6ae148a43d0fd1eda1800170683e9882738, pyTooling/Actions/with-post-step@adef08d3bdef092282614f3b683897cefae82ee3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Julia 1.9 - t=5 - ubuntu-latest - x64 - pull_request
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: julia-actions/setup-julia@v1, actions/cache@4d4ae6ae148a43d0fd1eda1800170683e9882738, pyTooling/Actions/with-post-step@adef08d3bdef092282614f3b683897cefae82ee3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|