Bug 181332
Summary: | commit-queue sometimes fails to land patch | ||
---|---|---|---|
Product: | WebKit | Reporter: | Aakash Jain <aakash_jain> |
Component: | Tools / Tests | Assignee: | Aakash Jain <aakash_jain> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | ap, lforschler |
Priority: | P2 | ||
Version: | Other | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: |
https://bugs.webkit.org/show_bug.cgi?id=181201 https://bugs.webkit.org/show_bug.cgi?id=181561 |
Aakash Jain
commit-queue failed to land the patch (330436) in https://bugs.webkit.org/show_bug.cgi?id=181201
commit-queue logs: https://webkit-queues.webkit.org/patch/330436/commit-queue
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Aakash Jain
logs from webkit-cq-02 bot:
2018-01-03 20:38:09,980 - Patch does not pass tests
2018-01-03 20:38:13,856 - Fetching: https://bugs.webkit.org/attachment.cgi?id=330436&action=edit
2018-01-03 20:38:14,233 - Fetching: https://bugs.webkit.org/show_bug.cgi?id=181201&ctype=xml&excludefield=attachmentdata
2018-01-03 20:38:14,599 - Running: webkit-patch --status-host=webkit-queues.webkit.org --bot-id=webkit-cq-02 build-and-test --no-clean --no-update --test --non-interactive --build-style=release --port=mac
2018-01-03 20:49:53,142 - Passed tests
Traceback (most recent call last):
File "/Volumes/Data/EWS/WebKit/Tools/Scripts/webkitpy/tool/bot/queueengine.py", line 103, in run
if not self._delegate.process_work_item(work_item):
File "/Volumes/Data/EWS/WebKit/Tools/Scripts/webkitpy/tool/commands/queues.py", line 340, in process_work_item
if task.run():
File "/Volumes/Data/EWS/WebKit/Tools/Scripts/webkitpy/tool/bot/commitqueuetask.py", line 88, in run
if not self._did_pass_tests_recently():
File "/Volumes/Data/EWS/WebKit/Tools/Scripts/webkitpy/tool/bot/commitqueuetask.py", line 72, in _did_pass_tests_recently
return self._test_patch()
File "/Volumes/Data/EWS/WebKit/Tools/Scripts/webkitpy/tool/bot/patchanalysistask.py", line 374, in _test_patch
return self._retry_layout_tests()
File "/Volumes/Data/EWS/WebKit/Tools/Scripts/webkitpy/tool/bot/patchanalysistask.py", line 305, in _retry_layout_tests
self._report_flaky_tests(first_results.failing_test_results(), first_results_archive)
File "/Volumes/Data/EWS/WebKit/Tools/Scripts/webkitpy/tool/bot/patchanalysistask.py", line 217, in _report_flaky_tests
self._delegate.report_flaky_tests(self._patch, flaky_test_results, results_archive)
File "/Volumes/Data/EWS/WebKit/Tools/Scripts/webkitpy/tool/commands/queues.py", line 403, in report_flaky_tests
reporter.report_flaky_tests(patch, flaky_test_results, results_archive)
File "/Volumes/Data/EWS/WebKit/Tools/Scripts/webkitpy/tool/bot/flakytestreporter.py", line 179, in report_flaky_tests
bug = self._lookup_bug_for_flaky_test(flaky_test)
File "/Volumes/Data/EWS/WebKit/Tools/Scripts/webkitpy/tool/bot/flakytestreporter.py", line 71, in _lookup_bug_for_flaky_test
bugs = self._tool.bugs.queries.fetch_bugs_matching_search(search_string=flaky_test)
File "/Volumes/Data/EWS/WebKit/Tools/Scripts/webkitpy/common/net/bugzilla/bugzilla.py", line 240, in fetch_bugs_matching_search
return self._fetch_bugs_from_advanced_query(query)
File "/Volumes/Data/EWS/WebKit/Tools/Scripts/webkitpy/common/net/bugzilla/bugzilla.py", line 164, in _fetch_bugs_from_advanced_query
if not self._parse_result_count(results_page):
File "/Volumes/Data/EWS/WebKit/Tools/Scripts/webkitpy/common/net/bugzilla/bugzilla.py", line 142, in _parse_result_count
result_count_parts = result_count_text.strip().split(" ")
AttributeError: 'NoneType' object has no attribute 'strip'
2018-01-03 20:49:55,250 - Exception while preparing queue Sleeping until 2018-01-03 20:51:55 (120 seconds).
2018-01-03 20:51:55,252 - Fetching next work item for commit-queue
Aakash Jain
*** This bug has been marked as a duplicate of bug 181561 ***