Skip to content

fix bug on defining the Classical Problem #59

fix bug on defining the Classical Problem

fix bug on defining the Classical Problem #59

Triggered via push August 27, 2024 15:17
Status Failure
Total duration 7m 13s
Artifacts

CI.yml

on: push
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

4 errors, 22 warnings, and 1 notice
Julia 1.0 - ubuntu-latest - x86 - push
Process completed with exit code 1.
Julia 1.0 - ubuntu-latest - x64 - push
Process completed with exit code 1.
Julia nightly - ubuntu-latest - x64 - push
Process completed with exit code 1.
Julia nightly - ubuntu-latest - x86 - push
Process completed with exit code 1.
[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`
Julia 1.0 - ubuntu-latest - x86 - push
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@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.0 - ubuntu-latest - x86 - push
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. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Julia 1.0 - ubuntu-latest - x64 - push
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@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.0 - ubuntu-latest - x64 - push
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. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Julia nightly - ubuntu-latest - x64 - push
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@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 nightly - ubuntu-latest - x64 - push
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. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Julia nightly - ubuntu-latest - x86 - push
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@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 nightly - ubuntu-latest - x86 - push
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. 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/H5y27/src/Utilities/Utilities.jl#L34
@autodocs (src/api.md:3-6) encountered a bad docstring binding 'QAOALandscapes.q' ```@autodocs Modules = [QAOALandscapes] Order = [:type, :function] ``` This is likely due to a bug in the Julia docsystem relating to the handling of docstrings attached to methods of callable objects. See: https://github.com/JuliaLang/julia/issues/45174 As a workaround, the docstrings for the functor methods could be included in the docstring of the type definition. This error can also be ignored by disabling strict checking for :autodocs_block in the makedocs call with e.g. strict = Documenter.except(:autodocs_block) However, the relevant docstrings will then not be included by the @autodocs block. exception = UndefVarError: q not defined
Documentation: ../../../.julia/packages/Documenter/H5y27/src/Utilities/Utilities.jl#L34
@autodocs (src/index.md:12-14) encountered a bad docstring binding 'QAOALandscapes.q' ```@autodocs Modules = [QAOALandscapes] ``` This is likely due to a bug in the Julia docsystem relating to the handling of docstrings attached to methods of callable objects. See: https://github.com/JuliaLang/julia/issues/45174 As a workaround, the docstrings for the functor methods could be included in the docstring of the type definition. This error can also be ignored by disabling strict checking for :autodocs_block in the makedocs call with e.g. strict = Documenter.except(:autodocs_block) However, the relevant docstrings will then not be included by the @autodocs block. exception = UndefVarError: q not defined
Documentation: ../../../.julia/packages/Documenter/H5y27/src/Utilities/Utilities.jl#L34
duplicate docs found for 'QAOALandscapes.QAOA' in src/index.md:12-14 ```@autodocs Modules = [QAOALandscapes] ```
Documentation: ../../../.julia/packages/Documenter/H5y27/src/Utilities/Utilities.jl#L34
duplicate docs found for 'QAOALandscapes.QAOA' in src/index.md:12-14 ```@autodocs Modules = [QAOALandscapes] ```
Documentation: ../../../.julia/packages/Documenter/H5y27/src/Utilities/Utilities.jl#L34
duplicate docs found for 'QAOALandscapes.computationalBasisWeights' in src/index.md:12-14 ```@autodocs Modules = [QAOALandscapes] ```
Documentation: ../../../.julia/packages/Documenter/H5y27/src/Utilities/Utilities.jl#L34
duplicate docs found for 'QAOALandscapes.energyVariance' in src/index.md:12-14 ```@autodocs Modules = [QAOALandscapes] ```
Documentation: ../../../.julia/packages/Documenter/H5y27/src/Utilities/Utilities.jl#L34
duplicate docs found for 'QAOALandscapes.fourierOptimize' in src/index.md:12-14 ```@autodocs Modules = [QAOALandscapes] ```
Documentation: ../../../.julia/packages/Documenter/H5y27/src/Utilities/Utilities.jl#L34
duplicate docs found for 'QAOALandscapes.gad' in src/index.md:12-14 ```@autodocs Modules = [QAOALandscapes] ```
Documentation: ../../../.julia/packages/Documenter/H5y27/src/Utilities/Utilities.jl#L34
duplicate docs found for 'QAOALandscapes.geometricTensor' in src/index.md:12-14 ```@autodocs Modules = [QAOALandscapes] ```
Documentation: ../../../.julia/packages/Documenter/H5y27/src/Utilities/Utilities.jl#L34
duplicate docs found for 'QAOALandscapes.getEquivalentClasses' in src/index.md:12-14 ```@autodocs Modules = [QAOALandscapes] ```
Julia 1.8 - ubuntu-latest - x86 - push
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.8 - ubuntu-latest - x86 - push
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/
Julia 1.8 - ubuntu-latest - x64 - push
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.8 - ubuntu-latest - x64 - push
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/