Bug 256586 - Untracked file prevents EWS bot from completing
Summary: Untracked file prevents EWS bot from completing
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Jonathan Bedard
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-05-10 07:53 PDT by Anne van Kesteren
Modified: 2023-05-17 07:54 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Anne van Kesteren 2023-05-10 07:53:07 PDT
I hit this issue trying to sync websockets WPT:

- https://ews-build.webkit.org/#/builders/4/builds/9571
- https://ews-build.webkit.org/#/builders/4/builds/9576

Output:

using PTY: False
program finished with exit code 0
elapsedTime=0.026877
git remote set-url annevk https://github.com/annevk/WebKit.git
 in dir /Volumes/Data/worker/watchOS-9-Build-EWS/build (timeout 600 secs)
 watching logfiles {}
 argv: [b'git', b'remote', b'set-url', b'annevk', b'https://github.com/annevk/WebKit.git']
 using PTY: False
program finished with exit code 0
elapsedTime=0.016769
git fetch annevk eng/Synchronize-websockets-WPT
 in dir /Volumes/Data/worker/watchOS-9-Build-EWS/build (timeout 600 secs)
 watching logfiles {}
 argv: [b'git', b'fetch', b'annevk', b'eng/Synchronize-websockets-WPT']
 using PTY: False
From https://github.com/annevk/WebKit
 * branch                      eng/Synchronize-websockets-WPT -> FETCH_HEAD
 * [new branch]                eng/Synchronize-websockets-WPT -> annevk/eng/Synchronize-websockets-WPT
program finished with exit code 0
elapsedTime=1.427224
git checkout -b eng/Synchronize-websockets-WPT
 in dir /Volumes/Data/worker/watchOS-9-Build-EWS/build (timeout 600 secs)
 watching logfiles {}
 argv: [b'git', b'checkout', b'-b', b'eng/Synchronize-websockets-WPT']
 using PTY: False
Switched to a new branch 'eng/Synchronize-websockets-WPT'
program finished with exit code 0
elapsedTime=0.013735
git cherry-pick HEAD..remotes/annevk/eng/Synchronize-websockets-WPT
 in dir /Volumes/Data/worker/watchOS-9-Build-EWS/build (timeout 600 secs)
 watching logfiles {}
 argv: [b'git', b'cherry-pick', b'HEAD..remotes/annevk/eng/Synchronize-websockets-WPT']
 using PTY: False
error: The following untracked working tree files would be overwritten by merge:
	LayoutTests/imported/w3c/web-platform-tests/websockets/Send-unpaired-surrogates.any.worker.html
Please move or remove them before you merge.
Aborting
fatal: cherry-pick failed
program finished with exit code 128
elapsedTime=2.544757
Comment 1 Anne van Kesteren 2023-05-10 10:41:06 PDT
Hit it again in the same PR:

- https://ews-build.webkit.org/#/builders/4/builds/9623
Comment 2 Anne van Kesteren 2023-05-10 10:43:04 PDT
- https://ews-build.webkit.org/#/builders/4/builds/9624
Comment 3 Radar WebKit Bug Importer 2023-05-17 07:54:20 PDT
<rdar://problem/109459280>