Skip to content

Revert "Refactor/project structure" #51

Revert "Refactor/project structure"

Revert "Refactor/project structure" #51

Triggered via pull request February 13, 2024 20:01
Status Failure
Total duration 5m 44s
Artifacts

CI.yml

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

Annotations

5 errors, 22 warnings, and 1 notice
Julia 1.0 - ubuntu-latest - x64 - pull_request
Process completed with exit code 1.
Julia 1.0 - ubuntu-latest - x86 - pull_request
Process completed with exit code 1.
Julia nightly - ubuntu-latest - x64 - pull_request
Process completed with exit code 1.
Julia nightly - ubuntu-latest - x86 - pull_request
Process completed with exit code 1.
Documentation: ../../../.julia/packages/Metal/TtPHW/src/initialization.jl#L9
Metal.jl is only supported on macOS
[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 - x64 - pull_request
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, 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.0 - ubuntu-latest - x64 - pull_request
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 - pull_request
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, 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.0 - ubuntu-latest - x86 - pull_request
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 - pull_request
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, 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 nightly - ubuntu-latest - x64 - pull_request
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 - pull_request
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, 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 nightly - ubuntu-latest - x86 - pull_request
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.8 - ubuntu-latest - x64 - pull_request
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, julia-actions/setup-julia@v1, actions/cache@4d4ae6ae148a43d0fd1eda1800170683e9882738, pyTooling/Actions/with-post-step@adef08d3bdef092282614f3b683897cefae82ee3, codecov/codecov-action@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Julia 1.8 - 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.8 - ubuntu-latest - x86 - pull_request
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, julia-actions/setup-julia@v1, actions/cache@4d4ae6ae148a43d0fd1eda1800170683e9882738, pyTooling/Actions/with-post-step@adef08d3bdef092282614f3b683897cefae82ee3, codecov/codecov-action@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Julia 1.8 - ubuntu-latest - x86 - 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/
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.HxDiag' in src/index.md:12-14 ```@autodocs Modules = [QAOALandscapes] ```
Documentation: ../../../.julia/packages/Documenter/H5y27/src/Utilities/Utilities.jl#L34
duplicate docs found for 'QAOALandscapes.HxDiagSymmetric' in src/index.md:12-14 ```@autodocs Modules = [QAOALandscapes] ```
Documentation: ../../../.julia/packages/Documenter/H5y27/src/Utilities/Utilities.jl#L34
duplicate docs found for 'QAOALandscapes.HzzDiag' in src/index.md:12-14 ```@autodocs Modules = [QAOALandscapes] ```
Documentation: ../../../.julia/packages/Documenter/H5y27/src/Utilities/Utilities.jl#L34
duplicate docs found for 'QAOALandscapes.HzzDiagSymmetric' 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.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] ```