Bug 1838161
Summary: | borgbackup fails to build with Python 3.9: AssertionError: assert 0 < (0 * 0.1) | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Miro Hrončok <mhroncok> |
Component: | borgbackup | Assignee: | Felix Schwarz <fschwarz> |
Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | cstratak, fschwarz, mhroncok, mplch, nobody+366555 |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2020-05-22 10:11:02 UTC | Type: | Bug |
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: | 1785415 |
Description
Miro Hrončok
2020-05-20 14:47:50 UTC
Just a quick note: This bug was auto-assigned to a former packager of borgbackup. Any idea how this happened? pagure lists "fschwarz" as default assignee. (In reply to Felix Schwarz from comment #1) > Just a quick note: This bug was auto-assigned to a former packager of > borgbackup. Any idea how this happened? pagure lists "fschwarz" as default > assignee. No idea. How long are you the main admin? about 7 months now: https://pagure.io/fesco/issue/2242 In that case, please open an infra ticket: https://pagure.io/fedora-infrastructure/issues I started to debug this issue but the test failure is really strange as I can not reproduce this in a rawhide VM with all packages installed from the Python 3.9 COPR. I suspect there might be a package which was not fully rebuilt (or borg somewhere ships a C/Cython file which needs to be updated for Python 3.9) as indicated by the output of the failing test: Remote: <frozen importlib._bootstrap>:228: RuntimeWarning: builtins.type size changed, may indicate binary incompatibility. Expected 872 from C header, got 880 from PyObject I hope debugging will be easier once the Python 3.9 mass rebuild is done and the side tag is merged into rawhide. I created an upstream issue - maybe it helps also coordinating with other distros just in case they experience a similar issue: https://github.com/borgbackup/borg/issues/5195 Remote: <frozen importlib._bootstrap>:228: RuntimeWarning: builtins.type size changed, may indicate binary incompatibility. Expected 872 from C header, got 880 from PyObject This means at least one of the depndencies was build with pre 3.9.0b1 version. That's my fault, sorry about it. Hold on. Running a new build. Sorry for the noise. I just noticed that build 1401712 was successful (https://copr.fedorainfracloud.org/coprs/g/python/python3.9/build/1401712/) so I guess this issue can be closed? What's strange is that I ran a few builds with the COPR repo enabled just this morning (maybe ~10:00 UTC) and got the same failure consistently while you could just trigger a new build an it works. I tried the "--scrub" parameter and cleared /var/lib/mock of course... Anyway - thanks for looking into this so quickly. :-) |