Bug 1717664
| Summary: | python-tornado fails to build with Python 3.8 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Miro Hrončok <mhroncok> |
| Component: | python-tornado | Assignee: | Python SIG <python-sig> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | urgent | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | aurelien, mhroncok, orion, pviktori, python-sig, tomspur, zbyszek |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| URL: | https://copr.fedorainfracloud.org/coprs/g/python/python3.8/package/python-tornado/ | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-06-19 21:53:58 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1686977 | ||
|
Description
Miro Hrončok
2019-06-05 21:44:50 UTC
[E 190605 19:10:32 runtests:210] logged 0 infos, 0 warnings, 4 errors, and 2516 bytes to stderr
error: Bad exit status from /var/tmp/rpm-tmp.4FLcgx (%check)
The errors look like:
[E 190605 19:10:24 base_events:1692] Exception in callback with_timeout.<locals>.error_callback(<Future cancelled>) at /builddir/build/BUILD/tornado-5.1.1/tornado/gen.py:968
handle: <Handle with_timeout.<locals>.error_callback(<Future cancelled>) at /builddir/build/BUILD/tornado-5.1.1/tornado/gen.py:968>
Traceback (most recent call last):
File "/usr/lib64/python3.8/asyncio/events.py", line 81, in _run
self._context.run(self._callback, *self._args)
File "/builddir/build/BUILD/tornado-5.1.1/tornado/gen.py", line 970, in error_callback
future.result()
asyncio.exceptions.CancelledError
tornado 6.0.2 does not fix this:
test_event_timeout (tornado.test.locks_test.EventTest) ... [E 190610 11:43:57 base_events:1692] Exception in callback with_timeout.<locals>.error_callback(<Future cancelled>) at /builddir/build/BUILD/tornado-6.0.2/tornado/gen.py:587
handle: <Handle with_timeout.<locals>.error_callback(<Future cancelled>) at /builddir/build/BUILD/tornado-6.0.2/tornado/gen.py:587>
Traceback (most recent call last):
File "/usr/lib64/python3.8/asyncio/events.py", line 81, in _run
self._context.run(self._callback, *self._args)
File "/builddir/build/BUILD/tornado-6.0.2/tornado/gen.py", line 589, in error_callback
future.result()
asyncio.exceptions.CancelledError
ok
This issue is blocking the Python 3.8 rebuilds. If this package won't build with 3.8, it won't be installable, along with all its dependent packages, after the side tag is merged. Furthermore, as it fails to install, its dependent packages will fail to install and/or build as well. The fix should be pushed on the master branch and no release bump is required. Testing and mass rebuild of packages is happening in copr. You can follow these instructions to test locally in mock if your package builds with Python 3.8: https://copr.fedorainfracloud.org/coprs/g/python/python3.8/ This issue needs to be resolved by next week, if other rebuilds of Python 3.8 beta 1 go well. If this is unrealistic for you, let us know how much time you need. |