Reviewed: https://review.opendev.org/713611 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=a2f30f9d7cad1c025592c1087ff0cba6dec9a309 Submitter: Zuul Branch: master
commit a2f30f9d7cad1c025592c1087ff0cba6dec9a309 Author: Stephen Finucane <[email protected]> Date: Wed Mar 18 10:19:07 2020 +0000 Bump python-subunit minimum to 1.4.0 This contains the fix required to avoid the 'subunit parser error' errors we've been seeing for some time now. Change-Id: I605005e97b58a9dc037f426c7c313e8dfb081e4d Signed-off-by: Stephen Finucane <[email protected]> Closes-Bug: #1813147 ** Changed in: nova Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1813147 Title: p35 jobs are failing with subunit.parser ... FAILED Status in Glance: Triaged Status in OpenStack Compute (nova): Fix Released Bug description: Various py35 jobs[1] are failing recently with: 2019-01-22 00:10:44.708744 | ubuntu-xenial | {0} subunit.parser [0.000360s] ... FAILED 2019-01-22 00:10:44.708947 | ubuntu-xenial | 2019-01-22 00:10:44.709000 | ubuntu-xenial | Captured Parser Error: 2019-01-22 00:10:44.709057 | ubuntu-xenial | ~~~~~~~~~~~~~~~~~~~~~~ 2019-01-22 00:10:44.709122 | ubuntu-xenial | b'Short read - got 167 bytes, wanted 4263 bytes' It seems that when a job fails, the log of the test case that triggered the failure is truncated. Also it feels that it is caused by extensive logging. There was a past cinder bug[2] that was marked fixed after couple of logging reduction. There was 11 failures in the last 24 hours[3] [1] http://logs.openstack.org/58/632158/1/check/cross-nova-py35/afe0282/job-output.txt#_2019-01-22_00_10_44_708744 [2] https://bugs.launchpad.net/cinder/+bug/1728640 [3] http://logstash.openstack.org/#/dashboard/file/logstash.json?query=message:%5C%22subunit.parser%5C%22%20AND%20message:%5C%22FAILED%5C%22%20AND%20voting:1&from=864000s To manage notifications about this bug go to: https://bugs.launchpad.net/glance/+bug/1813147/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

