Bug 256845

Summary: EWS - PR caught in re-try loop: Unable to parse API test results
Product: WebKit Reporter: Karl Rackler <rackler>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: aakash_jain, justin_michaud, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

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).