Bug 1592979

Summary: python-blessed FTBFS (builds forever) with Python 3.7
Product: [Fedora] Fedora Reporter: Miro Hrončok <mhroncok>
Component: python-blessedAssignee: Aurelien Bompard <aurelien>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: aurelien, aviso
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: python-blessed-1.15.0-1.fc29 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-06-20 11:14:22 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: 1565020    

Description Miro Hrončok 2018-06-19 18:55:25 UTC
When building python-blessed in f29-python side tag (with Python 3.7), it builds forever, looping in the python3 tests. When the teets fail, it appears to either start running them again or just repeating the output from around ~30 % of the tests progress.

https://koji.fedoraproject.org/koji/taskinfo?taskID=27734850
https://koji.fedoraproject.org/koji/taskinfo?taskID=27738606

Version-Release number of selected component (if applicable): python-blessed-1.14.1-7.fc29


Steps to Reproduce: fedpkg build --target=f29-python


Actual results: loops ofrever, build.log has GBs and GBs...


Expected results: builds fine

Comment 1 Avram Lubkin 2018-06-19 22:46:21 UTC
Not sure why it's looping. I suspect it's a change in behaviour for pytest. As far as the failing, blessed doesn't support 3.7 yet. I submitted a pull request about a month ago.

https://github.com/jquast/blessed/pull/102

Comment 2 Avram Lubkin 2018-06-19 23:29:23 UTC
Looks like it's looping because 'looponfailroots = blessed' is specified in the tox.ini file. I'm not having much luck overriding it on the command line, but we can add --exitfirst so it exits on the first failure.

Comment 3 Miro Hrončok 2018-06-20 06:53:45 UTC
https://pypi.org/project/blessed/1.15.0/ \o/

Comment 4 Miro Hrončok 2018-06-20 06:54:30 UTC
Once updated, please build in the side tag with:

    fedpkg build --target=f29-python

Thank you.

Comment 5 Avram Lubkin 2018-06-20 11:02:14 UTC
Updated. I was sloppy while trying to rush to get this done before work, so I messed up the changelog on the first build and forgot the side tag when I went back to fix that. Not sure the best way to resolve that or if it even needs resolving. Sorry about that, hopefully I did more good than harm.

Comment 6 Miro Hrončok 2018-06-20 11:14:22 UTC
It got built in the side tag. That's all that matters now. Thanks.