-
Notifications
You must be signed in to change notification settings - Fork 124
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
🐛SQLite: fix Ironic container restarting issue #566
🐛SQLite: fix Ironic container restarting issue #566
Conversation
/test metal3-centos-e2e-integration-test-release-1-7 metal3-ubuntu-e2e-integration-test-release-1-7 |
/retitle 🐛SQLite: fix Ironic container restarting issue |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/cc @elfosardo
/retest |
1 similar comment
/retest |
Are we having some Python or baseimage issues? [2024-09-23T16:25:16.133Z] ERROR: Command errored out with exit status 1:
[2024-09-23T16:25:16.133Z] command: /usr/bin/python3 -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-nz17nwvr/jsonpath-rw_2f5f16245ab54bd99221743caaa430f5/setup.py'"'"'; __file__='"'"'/tmp/pip-install-nz17nwvr/jsonpath-rw_2f5f16245ab54bd99221743caaa430f5/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-ux3_xuwh/install-record.txt --single-version-externally-managed --prefix /usr --compile --install-headers /usr/include/python3.9/jsonpath-rw
[2024-09-23T16:25:16.133Z] cwd: /tmp/pip-install-nz17nwvr/jsonpath-rw_2f5f16245ab54bd99221743caaa430f5/
[2024-09-23T16:25:16.133Z] Complete output (19 lines):
[2024-09-23T16:25:16.133Z] Traceback (most recent call last):
[2024-09-23T16:25:16.133Z] File "<string>", line 1, in <module>
[2024-09-23T16:25:16.133Z] File "/tmp/pip-install-nz17nwvr/jsonpath-rw_2f5f16245ab54bd99221743caaa430f5/setup.py", line 7, in <module>
[2024-09-23T16:25:16.133Z] setuptools.setup(
[2024-09-23T16:25:16.133Z] File "/usr/lib/python3.9/site-packages/setuptools/__init__.py", line 117, in setup
[2024-09-23T16:25:16.133Z] return distutils.core.setup(**attrs)
[2024-09-23T16:25:16.133Z] File "/usr/lib/python3.9/site-packages/setuptools/_distutils/core.py", line 145, in setup
[2024-09-23T16:25:16.133Z] _setup_distribution = dist = klass(attrs)
[2024-09-23T16:25:16.133Z] File "/usr/lib/python3.9/site-packages/setuptools/dist.py", line 283, in __init__
[2024-09-23T16:25:16.133Z] _Distribution.__init__(self, dist_attrs)
[2024-09-23T16:25:16.133Z] File "/usr/lib/python3.9/site-packages/setuptools/_distutils/dist.py", line 279, in __init__
[2024-09-23T16:25:16.133Z] self.finalize_options()
[2024-09-23T16:25:16.133Z] File "/usr/lib/python3.9/site-packages/setuptools/dist.py", line 635, in finalize_options
[2024-09-23T16:25:16.133Z] ep(self)
[2024-09-23T16:25:16.133Z] File "/usr/lib/python3.9/site-packages/setuptools/dist.py", line 655, in _finalize_setup_keywords
[2024-09-23T16:25:16.133Z] ep.load()(self, ep.name, value)
[2024-09-23T16:25:16.133Z] File "/usr/lib/python3.9/site-packages/importlib_metadata/__init__.py", line 211, in load
[2024-09-23T16:25:16.133Z] return functools.reduce(getattr, attrs, module)
[2024-09-23T16:25:16.134Z] AttributeError: module 'setuptools.dist' has no attribute 'check_test_suite' |
/retest |
/retest Maybe needs rebase? |
Ah even the fix is still pending merging. Maybe next week then. |
In case of SQLite implementation Ironic container fails to restart. create_schema will be called only when required. fix metal3-io#562 Signed-off-by: LALLAU Bertrand <blallau@github.com>
03c7b57
to
e10acd6
Compare
/test metal3-centos-e2e-integration-test-release-1-7 metal3-ubuntu-e2e-integration-test-release-1-7 |
/retest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: elfosardo The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
NO-ISSUE: fix scos and fcos dockerfiles to remove ironic-inspector
This is an automated cherry-pick of #563
/assign tuminoid