| Summary: | old commit-queue sometimes fail to commit because of files being out of date | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Aakash Jain <aakash_jain> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED CONFIGURATION CHANGED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Other | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
|
Description
Aakash Jain
2020-03-15 10:37:54 PDT
This is probably because during the time patch was applied, and attempted to committed, there was another commit which modified one of the file being modified by the patch. The chances of this happening seems higher with large patches. From the logs on : 2020-03-13 23:34:21,893 - Running: webkit-patch --status-host=webkit-queues.webkit.org --bot-id=webkit-cq-03 land-attachment --force-clean --non-interactive --parent-command=commit-queue 393570 --port=mac 2020-03-14 00:10:44,032 - Failed to run "['/Volumes/Data/EWS/WebKit/Tools/Scripts/webkit-patch', '--status-host=webkit-queues.webkit.org', '--bot-id=webkit-cq-03', 'land-attachment', '--force-clean', '--non-interactive', '--parent-command=commit-queue', 393570, '--port=mac']" exit_code: 2 cwd: /Volumes/Data/EWS/WebKit There was a commit https://trac.webkit.org/changeset/258462/webkit at 11:43:46 PM which also modified LayoutTests/ChangeLog. commit-queue has been re-implemented from scratch. old commit-queue has been decommissioned. |