Skip to content

Replace auto_ptr by unique_ptr #769

Replace auto_ptr by unique_ptr

Replace auto_ptr by unique_ptr #769

Triggered via pull request March 28, 2026 12:30
Status Failure
Total duration 3m 4s
Artifacts 1

lint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

15 errors, 27 warnings, and 2 notices
flake8
Process completed with exit code 2.
codespell
Process completed with exit code 1.
codespell
re-used ==> reused
codespell
re-used ==> reused
codespell
re-used ==> reused
cpplint
#ifndef header guard has wrong style, please use: ___W_OLA_OLA_COMMON_IO_TIMEOUTMANAGER_H_ [build/header_guard] [5]
cpplint
Add #include <memory> for unique_ptr<> [build/include_what_you_use] [4]
cpplint
#endif line should be "#endif // ___W_OLA_OLA_COMMON_IO_SELECTPOLLER_H_" [build/header_guard] [5]
cpplint
#ifndef header guard has wrong style, please use: ___W_OLA_OLA_COMMON_IO_SELECTPOLLER_H_ [build/header_guard] [5]
cpplint
#endif line should be "#endif // ___W_OLA_OLA_COMMON_IO_POLLERINTERFACE_H_" [build/header_guard] [5]
cpplint
#ifndef header guard has wrong style, please use: ___W_OLA_OLA_COMMON_IO_POLLERINTERFACE_H_ [build/header_guard] [5]
cpplint
#endif line should be "#endif // ___W_OLA_OLA_COMMON_IO_KQUEUEPOLLER_H_" [build/header_guard] [5]
cpplint
#ifndef header guard has wrong style, please use: ___W_OLA_OLA_COMMON_IO_KQUEUEPOLLER_H_ [build/header_guard] [5]
cpplint
#endif line should be "#endif // ___W_OLA_OLA_COMMON_IO_EPOLLER_H_" [build/header_guard] [5]
cpplint
#ifndef header guard has wrong style, please use: ___W_OLA_OLA_COMMON_IO_EPOLLER_H_ [build/header_guard] [5]
weblint
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Build for Lint Tasks
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Count generic NOLINTs
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Check Licences
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
flake8
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, rbialon/flake8-annotations@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
flake8
F824 `global olad_process` is unused: name is never assigned in scope
flake8
F824 `global wrapper` is unused: name is never assigned in scope
flake8
F824 `global wrapper` is unused: name is never assigned in scope
flake8
F824 `global wrapper` is unused: name is never assigned in scope
flake8
F824 `global wrapper` is unused: name is never assigned in scope
flake8
F824 `global wrapper` is unused: name is never assigned in scope
flake8
F824 `global wrapper` is unused: name is never assigned in scope
flake8
F824 `global wrapper` is unused: name is never assigned in scope
flake8
F824 `global wrapper` is unused: name is never assigned in scope
spellintian
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
spellintian
namespace namespace (duplicate word) -> namespace
spellintian
UID UID (duplicate word) -> UID
spellintian
length length (duplicate word) -> length
spellintian
namespace namespace (duplicate word) -> namespace
spellintian
string string (duplicate word) -> string
spellintian
long long (duplicate word) -> long
spellintian
Setts -> Sets
spellintian
validator validator (duplicate word) -> validator
spellintian
namespace namespace (duplicate word) -> namespace
spellintian
can't decode ill-formed UTF-8 octet sequence <89> in position 0 at /usr/share/perl5/Path/Tiny.pm line 2117.
codespell
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, codespell-project/codespell-problem-matcher@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
cpplint
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Count generic NOLINTs
Found 0 generic NOLINTs
Check Licences
Found 0 files with incorrect licences

Artifacts

Produced during runtime
Name Size Digest
ola-debian-stable-built-source-tree
6.49 MB
sha256:ad8d86b727ca3930380e979387980392805cd7e85226852e84ddbfae727c6415