Bug 256845 - EWS - PR caught in re-try loop: Unable to parse API test results
Summary: EWS - PR caught in re-try loop: Unable to parse API test results
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-05-16 09:37 PDT by Karl Rackler
Modified: 2023-05-16 10:31 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Karl Rackler 2023-05-16 09:37:51 PDT
PR caught in re-try loop. PR: https://github.com/WebKit/WebKit/pull/12956
This happens multiple times for queue: https://ews-build.webkit.org/#/builders/13?numbuilds=1000 "Unable to parse API test results"

https://ews-build.webkit.org/#/builders/13/builds/6619
https://ews-build.webkit.org/#/builders/13/builds/6619/steps/14/logs/stdio
https://ews-build.webkit.org/#/builders/13/builds/6619/steps/17/logs/stdio
https://ews-build.webkit.org/#/builders/13/builds/6619/steps/25/logs/stderr

ERROR: unable to parse data, exception: Expecting value: line 1 column 1 (char 0)ERROR: unable to parse data, exception: Expecting value: line 1 column 1 (char 0)
Comment 1 Karl Rackler 2023-05-16 09:40:37 PDT
<rdar://109409199>
Comment 2 Aakash Jain 2023-05-16 10:31:58 PDT
It seems like that particular PR is causing failure in weird manner causing API tests not be able to run and tripping EWS. Most EWSes are red for that PR.

I cancelled that api test builds on that PR (which were stuck in infinite retry loop).