Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DNM - TESTING #1133

Closed
wants to merge 1 commit into from
Closed

Conversation

goneri
Copy link
Member

@goneri goneri commented Nov 16, 2021

@goneri goneri closed this Nov 16, 2021
@goneri goneri reopened this Nov 16, 2021
@goneri
Copy link
Member Author

goneri commented Nov 16, 2021

recheck

@mariolenz
Copy link
Collaborator

With the exception of ansible-test-cloud-integration-govcsim-python38_3_of_3, all jobs that failed ran into a RETRY_LIMIT. I think I'll recheck and see what happens.

@mariolenz
Copy link
Collaborator

recheck

@goneri goneri closed this Nov 16, 2021
@goneri goneri reopened this Nov 16, 2021
@goneri
Copy link
Member Author

goneri commented Nov 16, 2021

The RETRY_LIMIT was probably caused by one of the Depends-On.

@goneri
Copy link
Member Author

goneri commented Nov 16, 2021

recheck

2 similar comments
@goneri
Copy link
Member Author

goneri commented Nov 16, 2021

recheck

@mariolenz
Copy link
Collaborator

recheck

@mariolenz
Copy link
Collaborator

@goneri ansible-test-units-community-vmware-python27 seems to have a serious problem:

2021-11-22 17:33:09.686881 | TASK [Coverage report for unit tests]
2021-11-22 17:33:20.895798 | fedora-35 | MODULE FAILURE:
2021-11-22 17:33:20.896370 | fedora-35 | Traceback (most recent call last):
2021-11-22 17:33:20.896496 | fedora-35 |   File "<stdin>", line 102, in <module>
2021-11-22 17:33:20.896591 | fedora-35 |   File "<stdin>", line 94, in _ansiballz_main
2021-11-22 17:33:20.896683 | fedora-35 |   File "<stdin>", line 40, in invoke_module
2021-11-22 17:33:20.896768 | fedora-35 |   File "/usr/lib64/python3.10/runpy.py", line 209, in run_module
2021-11-22 17:33:20.897121 | fedora-35 |     return _run_module_code(code, init_globals, run_name, mod_spec)
2021-11-22 17:33:20.897218 | fedora-35 |   File "/usr/lib64/python3.10/runpy.py", line 96, in _run_module_code
2021-11-22 17:33:20.897323 | fedora-35 |     _run_code(code, mod_globals, init_globals,
2021-11-22 17:33:20.897401 | fedora-35 |   File "/usr/lib64/python3.10/runpy.py", line 86, in _run_code
2021-11-22 17:33:20.897473 | fedora-35 |     exec(code, run_globals)
2021-11-22 17:33:20.897544 | fedora-35 |   File "/tmp/ansible_command_payload_w9hxz1ri/ansible_command_payload.zip/ansible/modules/command.py", line 675, in <module>
2021-11-22 17:33:20.897619 | fedora-35 |   File "/tmp/ansible_command_payload_w9hxz1ri/ansible_command_payload.zip/ansible/modules/command.py", line 620, in main
2021-11-22 17:33:20.897691 | fedora-35 | FileNotFoundError: [Errno 2] No such file or directory: '/home/zuul/.ansible/collections/ansible_collections/community/vmware'

I also see this in #1100 and #1135 but not this one:

2021-11-22 17:33:03.569211 | TASK [deploy-artifacts : Install require-project collection using ansible-galaxy]
2021-11-22 17:33:04.538856 | fedora-35 | /home/zuul/venv/lib/python2.7/site-packages/ansible/parsing/vault/__init__.py:44: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in the next release.
2021-11-22 17:33:04.538899 | fedora-35 |   from cryptography.exceptions import InvalidSignature
2021-11-22 17:33:04.621159 | fedora-35 | ERROR! Unexpected Exception, this is probably a bug: Failed to detect selinux python bindings at [u'/usr/lib64/python2.7/site-packages', u'/usr/lib/python2.7/site-packages', u'/usr/lib/site-python']
2021-11-22 17:33:04.622177 | fedora-35 | the full traceback was:
2021-11-22 17:33:04.622194 | fedora-35 |
2021-11-22 17:33:04.622199 | fedora-35 | Traceback (most recent call last):
2021-11-22 17:33:04.622204 | fedora-35 |   File "/home/zuul/venv/bin/ansible-galaxy", line 92, in <module>
2021-11-22 17:33:04.622207 | fedora-35 |     mycli = getattr(__import__("ansible.cli.%s" % sub, fromlist=[myclass]), myclass)
2021-11-22 17:33:04.622212 | fedora-35 |   File "/home/zuul/venv/lib/python2.7/site-packages/ansible/cli/__init__.py", line 25, in <module>
2021-11-22 17:33:04.622216 | fedora-35 |     from ansible.parsing.dataloader import DataLoader
2021-11-22 17:33:04.622220 | fedora-35 |   File "/home/zuul/venv/lib/python2.7/site-packages/ansible/parsing/dataloader.py", line 17, in <module>
2021-11-22 17:33:04.622280 | fedora-35 |     from ansible.module_utils.basic import is_executable
2021-11-22 17:33:04.622284 | fedora-35 |   File "/home/zuul/venv/lib/python2.7/site-packages/ansible/module_utils/basic.py", line 74, in <module>
2021-11-22 17:33:04.622287 | fedora-35 |     import selinux
2021-11-22 17:33:04.622291 | fedora-35 |   File "/home/zuul/venv/lib/python2.7/site-packages/selinux/__init__.py", line 104, in <module>
2021-11-22 17:33:04.622295 | fedora-35 |     check_system_sitepackages()
2021-11-22 17:33:04.622298 | fedora-35 |   File "/home/zuul/venv/lib/python2.7/site-packages/selinux/__init__.py", line 101, in check_system_sitepackages
2021-11-22 17:33:04.622302 | fedora-35 |     "Failed to detect selinux python bindings at %s" % system_sitepackages
2021-11-22 17:33:04.622306 | fedora-35 | Exception: Failed to detect selinux python bindings at [u'/usr/lib64/python2.7/site-packages', u'/usr/lib/python2.7/site-packages', u'/usr/lib/site-python']
2021-11-22 17:33:04.789582 | fedora-35 | ERROR
2021-11-22 17:33:04.790028 | fedora-35 | {
2021-11-22 17:33:04.790077 | fedora-35 |   "delta": "0:00:00.409845",
2021-11-22 17:33:04.790120 | fedora-35 |   "end": "2021-11-22 17:33:04.699490",
2021-11-22 17:33:04.790146 | fedora-35 |   "msg": "non-zero return code",
2021-11-22 17:33:04.790171 | fedora-35 |   "rc": 250,
2021-11-22 17:33:04.790196 | fedora-35 |   "start": "2021-11-22 17:33:04.289645"
2021-11-22 17:33:04.790220 | fedora-35 | }

log

Any idea what's going wrong here?

@goneri
Copy link
Member Author

goneri commented Nov 23, 2021

recheck

2 similar comments
@goneri
Copy link
Member Author

goneri commented Nov 23, 2021

recheck

@goneri
Copy link
Member Author

goneri commented Nov 23, 2021

recheck

@goneri goneri closed this Nov 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants