Skip to content

cherry-pick acc3290 #104

cherry-pick acc3290

cherry-pick acc3290 #104

Triggered via pull request July 6, 2026 07:17
Status Failure
Total duration 40m 53s
Artifacts

continuous-integration.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

18 errors and 20 warnings
codespell
Process completed with exit code 2.
reuse-spdx
Process completed with exit code 2.
docker-image
Process completed with exit code 2.
shellcheck
Process completed with exit code 2.
ansible-galaxy
Process completed with exit code 2.
var-naming[no-role-prefix]: ansible/roles/global_handlers/handlers/gitlab.yml#L6
Variables names from within roles should use global_handlers_ as a prefix. (register: gitlab__register_reconfigure)
var-naming[no-role-prefix]: ansible/roles/global_handlers/handlers/freeradius.yml#L6
Variables names from within roles should use global_handlers_ as a prefix. (register: freeradius__register_check_config)
var-naming[no-role-prefix]: ansible/roles/global_handlers/handlers/filebeat.yml#L15
Variables names from within roles should use global_handlers_ as a prefix. (register: filebeat__register_test_output)
var-naming[no-role-prefix]: ansible/roles/global_handlers/handlers/filebeat.yml#L6
Variables names from within roles should use global_handlers_ as a prefix. (register: filebeat__register_test_config)
var-naming[no-role-prefix]: ansible/roles/global_handlers/handlers/fail2ban.yml#L20
Variables names from within roles should use global_handlers_ as a prefix. (register: fail2ban__register_reload)
var-naming[no-role-prefix]: ansible/roles/global_handlers/handlers/etckeeper.yml#L7
Variables names from within roles should use global_handlers_ as a prefix. (register: etckeeper__register_commit)
var-naming[no-role-prefix]: ansible/roles/global_handlers/handlers/etc_aliases.yml#L6
Variables names from within roles should use global_handlers_ as a prefix. (register: etc_aliases__register_newaliases)
var-naming[no-role-prefix]: ansible/roles/global_handlers/handlers/dnsmasq.yml#L7
Variables names from within roles should use global_handlers_ as a prefix. (register: dnsmasq__register_config_test)
var-naming[no-role-prefix]: ansible/roles/global_handlers/handlers/bind.yml#L9
Variables names from within roles should use global_handlers_ as a prefix. (register: bind__register_checkconf)
meta-runtime[unsupported-version]: ansible/collections/ansible_collections/debops/debops/meta/runtime.yml#L1
'requires_ansible' key must refer to a currently supported version such as: >=2.15.0, >=2.16.0, >=2.17.0, >=2.18.0, >=2.19.0
documentation
Process completed with exit code 2.
debops-wheel
Process completed with exit code 2.
debops-sdist
Process completed with exit code 2.
codespell
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
reuse-spdx
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
yamllint
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
debops-unit-test
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
pycodestyle
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
docker-image
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
shellcheck
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
ansible-galaxy
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
ansible-playbook
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
ansible-lint
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
jinja[spacing]: ansible/roles/rabbitmq_server/tasks/main.yml#L217
Jinja2 spacing could be improved: {{ item.password | d(omit) if ( (item.password is defined) or (item.state | d("present") == "absent") ) else lookup("password", secret + "/rabbitmq_server/accounts/" + (item.user | d(item.name | d(item))) + "/password length=" + rabbitmq_server__account_password_length ) }} -> {{ item.password | d(omit) if ((item.password is defined) or (item.state | d("present") == "absent")) else lookup("password", secret + "/rabbitmq_server/accounts/" + (item.user | d(item.name | d(item))) + "/password length=" + rabbitmq_server__account_password_length) }}
args[module]: ansible/roles/mariadb_server/tasks/secure_installation.yml#L6
missing required arguments: name
jinja[spacing]: ansible/roles/gitlab_runner/tasks/main.yml#L198
Jinja2 spacing could be improved: {{ ([(ansible_local.libvirtd.unix_sock_group if (ansible_local.libvirtd.unix_sock_group | d()) else "libvirt")] + (["kvm"] if (ansible_local | d() and ansible_local.libvirtd | d() and (ansible_local.libvirtd.hw_virt | d()) | bool) else [])) | join(",") }} -> {{ ([ansible_local.libvirtd.unix_sock_group if (ansible_local.libvirtd.unix_sock_group | d()) else "libvirt"] + (["kvm"] if (ansible_local | d() and ansible_local.libvirtd | d() and (ansible_local.libvirtd.hw_virt | d()) | bool) else [])) | join(",") }}
jinja[spacing]: ansible/roles/core/defaults/main.yml#L133
Jinja2 spacing could be improved: {{ ((ansible_local.core.admin_users if (ansible_local.core.admin_users | d()) else []) + [(ansible_user if (ansible_user is defined and ansible_user not in (core__admin_blacklist_default_users + core__admin_blacklist_users)) else lookup("env", "USER"))]) | unique }} -> {{ ((ansible_local.core.admin_users if (ansible_local.core.admin_users | d()) else []) + [ansible_user if (ansible_user is defined and ansible_user not in (core__admin_blacklist_default_users + core__admin_blacklist_users)) else lookup("env", "USER")]) | unique }}
jinja[spacing]: ansible/roles/authorized_keys/tasks/main.yml#L61
Jinja2 spacing could be improved: {{ item.exclusive | d(omit) }} -> {{ item.exclusive | d(omit) }}
jinja[spacing]: ansible/roles/authorized_keys/tasks/main.yml#L60
Jinja2 spacing could be improved: {{ item.path | d(omit) }} -> {{ item.path | d(omit) }}
jinja[spacing]: ansible/roles/authorized_keys/tasks/main.yml#L59
Jinja2 spacing could be improved: {{ item.comment | d(omit) }} -> {{ item.comment | d(omit) }}
documentation
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
debops-wheel
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
debops-sdist
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/