Skip to content

Ipauser query

Ipauser query #3334

Triggered via pull request June 16, 2026 11:33
Status Failure
Total duration 4m 33s
Artifacts

lint.yml

on: pull_request
Verify ansible-lint
4m 24s
Verify ansible-lint
Verify yamllint
14s
Verify yamllint
Verify flake8
14s
Verify flake8
Verify pylint
20s
Verify pylint
Shellcheck
5s
Shellcheck
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 7 warnings
Verify pylint
Process completed with exit code 8.
Shellcheck
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4.1.1. Actions will be forced to run with Node.js 24 by default starting June 16th, 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/
Verify flake8
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4.1.1, actions/setup-python@v5.1.0. Actions will be forced to run with Node.js 24 by default starting June 16th, 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/
Verify yamllint
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4.1.1, actions/setup-python@v5.1.0. Actions will be forced to run with Node.js 24 by default starting June 16th, 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/
Verify pylint
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4.1.1, actions/setup-python@v5.1.0. Actions will be forced to run with Node.js 24 by default starting June 16th, 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/
Verify ansible-lint
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4.1.1, actions/setup-python@v5.1.0. Actions will be forced to run with Node.js 24 by default starting June 16th, 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/
jinja[spacing]: tests/user/test_user_query.yml#L116
Jinja2 spacing could be improved: (result.user.disabled != false or result.user.displayname != "first1 last1" or "uid=testuser1,cn=users,cn=accounts,dc=" not in result.user.dn or "testuser1@" not in result.user.email or result.user.first != "first1" or result.user.fullname != "first1 last1" or result.user.gecos != "first1 last1" or result.user.gid < 1 or result.user.homedir != "/home/testuser1" or result.user.initials != "fl" or result.user.last != "last1" or result.user.name != "testuser1" or "objectclass" not in result.user or result.user.preserved != false or result.user.principal|length != 1 or "testuser1@" not in result.user.principal[0] or "/bin/" not in result.user.shell or result.user.uid < 1) -> (result.user.disabled != false or result.user.displayname != "first1 last1" or "uid=testuser1,cn=users,cn=accounts,dc=" not in result.user.dn or "testuser1@" not in result.user.email or result.user.first != "first1" or result.user.fullname != "first1 last1" or result.user.gecos != "first1 last1" or result.user.gid < 1 or result.user.homedir != "/home/testuser1" or result.user.initials != "fl" or result.user.last != "last1" or result.user.name != "testuser1" or "objectclass" not in result.user or result.user.preserved != false or result.user.principal | length != 1 or "testuser1@" not in result.user.principal[0] or "/bin/" not in result.user.shell or result.user.uid < 1)
jinja[spacing]: .ansible/collections/ansible_collections/freeipa/ansible_freeipa/tests/user/test_user_query.yml#L116
Jinja2 spacing could be improved: (result.user.disabled != false or result.user.displayname != "first1 last1" or "uid=testuser1,cn=users,cn=accounts,dc=" not in result.user.dn or "testuser1@" not in result.user.email or result.user.first != "first1" or result.user.fullname != "first1 last1" or result.user.gecos != "first1 last1" or result.user.gid < 1 or result.user.homedir != "/home/testuser1" or result.user.initials != "fl" or result.user.last != "last1" or result.user.name != "testuser1" or "objectclass" not in result.user or result.user.preserved != false or result.user.principal|length != 1 or "testuser1@" not in result.user.principal[0] or "/bin/" not in result.user.shell or result.user.uid < 1) -> (result.user.disabled != false or result.user.displayname != "first1 last1" or "uid=testuser1,cn=users,cn=accounts,dc=" not in result.user.dn or "testuser1@" not in result.user.email or result.user.first != "first1" or result.user.fullname != "first1 last1" or result.user.gecos != "first1 last1" or result.user.gid < 1 or result.user.homedir != "/home/testuser1" or result.user.initials != "fl" or result.user.last != "last1" or result.user.name != "testuser1" or "objectclass" not in result.user or result.user.preserved != false or result.user.principal | length != 1 or "testuser1@" not in result.user.principal[0] or "/bin/" not in result.user.shell or result.user.uid < 1)