yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #87644
[Bug 1950795] [NEW] neutron-tempest-plugin-scenario jobs on stable/rocky and stable/queens are failing with POST_FAILURE every time
Public bug reported:
It seems that there is error during generation of the test results file:
2021-11-10 21:38:28.832885 | TASK [fetch-subunit-output : Generate testr_results.html file]
2021-11-10 21:38:30.122424 | controller | neutron_tempest_plugin.scenario.test_mtu.NetworkWritableMtuTest.test_connectivity_min_max_mtu[id-bc470200-d8f4-4f07-b294-1b4cbaaa35b9]
2021-11-10 21:38:30.122548 | controller | neutron_tempest_plugin.scenario.test_trunk.TrunkTest.test_subport_connectivity[id-a8a02c9b-b453-49b5-89a2-cce7da66aafb]
2021-11-10 21:38:30.122613 | controller | Traceback (most recent call last):
2021-11-10 21:38:30.122666 | controller | File "/usr/local/bin/subunit2html", line 11, in <module>
2021-11-10 21:38:30.122746 | controller | sys.exit(main())
2021-11-10 21:38:30.122808 | controller | File "/usr/local/lib/python2.7/dist-packages/os_testr/subunit2html.py", line 761, in main
2021-11-10 21:38:30.123606 | controller | result.stopTestRun()
2021-11-10 21:38:30.123673 | controller | File "/usr/local/lib/python2.7/dist-packages/testtools/testresult/real.py", line 549, in stopTestRun
2021-11-10 21:38:30.125201 | controller | sink.stopTestRun()
2021-11-10 21:38:30.125351 | controller | File "/usr/local/lib/python2.7/dist-packages/testtools/testresult/real.py", line 1775, in stopTestRun
2021-11-10 21:38:30.125835 | controller | self.decorated.stopTestRun()
2021-11-10 21:38:30.125900 | controller | File "/usr/local/lib/python2.7/dist-packages/testtools/testresult/real.py", line 1529, in stopTestRun
2021-11-10 21:38:30.126206 | controller | return self.decorated.stopTestRun()
2021-11-10 21:38:30.126262 | controller | File "/usr/local/lib/python2.7/dist-packages/os_testr/subunit2html.py", line 517, in stopTestRun
2021-11-10 21:38:30.126405 | controller | report = self._generate_report()
2021-11-10 21:38:30.126459 | controller | File "/usr/local/lib/python2.7/dist-packages/os_testr/subunit2html.py", line 603, in _generate_report
2021-11-10 21:38:30.126603 | controller | self._generate_report_test(rows, cid, tid, n, t, o, e)
2021-11-10 21:38:30.126656 | controller | File "/usr/local/lib/python2.7/dist-packages/os_testr/subunit2html.py", line 685, in _generate_report_test
2021-11-10 21:38:30.126814 | controller | output=saxutils.escape(o + e),
2021-11-10 21:38:30.126921 | controller | UnicodeDecodeError: 'ascii' codec can't decode byte 0xef in position 121085: ordinal not in range(128)
2021-11-10 21:38:30.473606 | controller | ERROR
2021-11-10 21:38:30.473915 | controller | {
2021-11-10 21:38:30.474026 | controller | "delta": "0:00:00.590579",
2021-11-10 21:38:30.474104 | controller | "end": "2021-11-10 21:38:30.146043",
2021-11-10 21:38:30.474198 | controller | "msg": "non-zero return code",
2021-11-10 21:38:30.474272 | controller | "rc": 1,
2021-11-10 21:38:30.474341 | controller | "start": "2021-11-10 21:38:29.555464"
2021-11-10 21:38:30.474408 | controller | }
But I think that real issue is that some tests are failing earlier in
all those jobs.
** Affects: neutron
Importance: Critical
Assignee: Slawek Kaplonski (slaweq)
Status: Confirmed
** Tags: gate-failure
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1950795
Title:
neutron-tempest-plugin-scenario jobs on stable/rocky and stable/queens
are failing with POST_FAILURE every time
Status in neutron:
Confirmed
Bug description:
It seems that there is error during generation of the test results
file:
2021-11-10 21:38:28.832885 | TASK [fetch-subunit-output : Generate testr_results.html file]
2021-11-10 21:38:30.122424 | controller | neutron_tempest_plugin.scenario.test_mtu.NetworkWritableMtuTest.test_connectivity_min_max_mtu[id-bc470200-d8f4-4f07-b294-1b4cbaaa35b9]
2021-11-10 21:38:30.122548 | controller | neutron_tempest_plugin.scenario.test_trunk.TrunkTest.test_subport_connectivity[id-a8a02c9b-b453-49b5-89a2-cce7da66aafb]
2021-11-10 21:38:30.122613 | controller | Traceback (most recent call last):
2021-11-10 21:38:30.122666 | controller | File "/usr/local/bin/subunit2html", line 11, in <module>
2021-11-10 21:38:30.122746 | controller | sys.exit(main())
2021-11-10 21:38:30.122808 | controller | File "/usr/local/lib/python2.7/dist-packages/os_testr/subunit2html.py", line 761, in main
2021-11-10 21:38:30.123606 | controller | result.stopTestRun()
2021-11-10 21:38:30.123673 | controller | File "/usr/local/lib/python2.7/dist-packages/testtools/testresult/real.py", line 549, in stopTestRun
2021-11-10 21:38:30.125201 | controller | sink.stopTestRun()
2021-11-10 21:38:30.125351 | controller | File "/usr/local/lib/python2.7/dist-packages/testtools/testresult/real.py", line 1775, in stopTestRun
2021-11-10 21:38:30.125835 | controller | self.decorated.stopTestRun()
2021-11-10 21:38:30.125900 | controller | File "/usr/local/lib/python2.7/dist-packages/testtools/testresult/real.py", line 1529, in stopTestRun
2021-11-10 21:38:30.126206 | controller | return self.decorated.stopTestRun()
2021-11-10 21:38:30.126262 | controller | File "/usr/local/lib/python2.7/dist-packages/os_testr/subunit2html.py", line 517, in stopTestRun
2021-11-10 21:38:30.126405 | controller | report = self._generate_report()
2021-11-10 21:38:30.126459 | controller | File "/usr/local/lib/python2.7/dist-packages/os_testr/subunit2html.py", line 603, in _generate_report
2021-11-10 21:38:30.126603 | controller | self._generate_report_test(rows, cid, tid, n, t, o, e)
2021-11-10 21:38:30.126656 | controller | File "/usr/local/lib/python2.7/dist-packages/os_testr/subunit2html.py", line 685, in _generate_report_test
2021-11-10 21:38:30.126814 | controller | output=saxutils.escape(o + e),
2021-11-10 21:38:30.126921 | controller | UnicodeDecodeError: 'ascii' codec can't decode byte 0xef in position 121085: ordinal not in range(128)
2021-11-10 21:38:30.473606 | controller | ERROR
2021-11-10 21:38:30.473915 | controller | {
2021-11-10 21:38:30.474026 | controller | "delta": "0:00:00.590579",
2021-11-10 21:38:30.474104 | controller | "end": "2021-11-10 21:38:30.146043",
2021-11-10 21:38:30.474198 | controller | "msg": "non-zero return code",
2021-11-10 21:38:30.474272 | controller | "rc": 1,
2021-11-10 21:38:30.474341 | controller | "start": "2021-11-10 21:38:29.555464"
2021-11-10 21:38:30.474408 | controller | }
But I think that real issue is that some tests are failing earlier in
all those jobs.
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1950795/+subscriptions
Follow ups