Bug 259935

Summary: Regression 264089@main: [ews] unapply-patch is consistently failing with an exception
Product: WebKit Reporter: Aakash Jain <aakash_jain>
Component: Tools / TestsAssignee: Jonathan Bedard <jbedard>
Status: RESOLVED FIXED    
Severity: Normal CC: ap, jbedard, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: Other   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=256740

Description Aakash Jain 2023-08-08 11:06:32 PDT
unapply-patch is consistently failing with an exception (for patch-based workflow only, this step isn't used for PR based workflows). 
e.g.: https://ews-build.webkit.org/#/builders/34/builds/16308

  File "/var/buildbot/OpenSource/Tools/CISupport/ews-build/steps.py", line 950, in run
    self.setCommand(self.command + ['--keep-jhbuild-directory'])
builtins.AttributeError: 'UnApplyPatch' object has no attribute 'setCommand'


It started failing since last week when buildbot was restarted. Most likely it's a regression from 264089@main (Bug 256740 [ews-build] Convert trivial shell.ShellCommand steps)
Comment 1 Radar WebKit Bug Importer 2023-08-08 16:00:24 PDT
<rdar://problem/113591649>
Comment 2 Jonathan Bedard 2023-08-08 16:08:22 PDT
Pull request: https://github.com/WebKit/WebKit/pull/16497
Comment 3 EWS 2023-08-09 04:33:12 PDT
Committed 266721@main (acd94547f739): <https://commits.webkit.org/266721@main>

Reviewed commits have been landed. Closing PR #16497 and removing active labels.