[Webkit-unassigned] [Bug 278941] New: [ews] unsafe-merge-queue sometimes fails with exception in retrieve-pr-data-from-label-webkit-webkit step

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 30 12:26:41 PDT 2024


https://bugs.webkit.org/show_bug.cgi?id=278941

            Bug ID: 278941
           Summary: [ews] unsafe-merge-queue sometimes fails with
                    exception in retrieve-pr-data-from-label-webkit-webkit
                    step
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: aakash_jain at apple.com

[ews] unsafe-merge-queue sometimes fails with exception in retrieve-pr-data-from-label-webkit-webkit step.

e.g.: https://ews-build.webkit.org/#/builders/40/builds/31144

Traceback (most recent call last):
  File "/usr/local/lib/python3.9/site-packages/twisted/internet/defer.py", line 662, in _runCallbacks
    current.result = callback(current.result, *args, **kw)
  File "/usr/local/lib/python3.9/site-packages/twisted/internet/defer.py", line 1514, in gotResult
    current_context.run(_inlineCallbacks, r, g, status)
  File "/usr/local/lib/python3.9/site-packages/twisted/internet/defer.py", line 1443, in _inlineCallbacks
    result = current_context.run(result.throwExceptionIntoGenerator, g)
  File "/usr/local/lib/python3.9/site-packages/twisted/python/failure.py", line 500, in throwExceptionIntoGenerator
    return g.throw(self.type, self.value, self.tb)
--- <exception caught here> ---
  File "/usr/local/lib/python3.9/site-packages/buildbot/process/buildstep.py", line 628, in startStep
    self.results = yield self.run()
  File "/usr/local/lib/python3.9/site-packages/twisted/internet/defer.py", line 1443, in _inlineCallbacks
    result = current_context.run(result.throwExceptionIntoGenerator, g)
  File "/usr/local/lib/python3.9/site-packages/twisted/python/failure.py", line 500, in throwExceptionIntoGenerator
    return g.throw(self.type, self.value, self.tb)
  File "/var/buildbot/OpenSource/Tools/CISupport/ews-build/steps.py", line 2466, in run
    num_prs = yield self.get_number_of_prs_with_label(self.label)
  File "/usr/local/lib/python3.9/site-packages/twisted/internet/defer.py", line 1445, in _inlineCallbacks
    result = current_context.run(g.send, result)
  File "/var/buildbot/OpenSource/Tools/CISupport/ews-build/steps.py", line 262, in get_number_of_prs_with_label
    num_prs = response['data']['repository']['pullRequests']['totalCount']
builtins.KeyError: 'data'

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20240830/ca2e1de6/attachment.htm>


More information about the webkit-unassigned mailing list