Bug 177488 - [Win] 'webkit-patch clean' is failing on bot.
Summary: [Win] 'webkit-patch clean' is failing on bot.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Per Arne Vollan
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2017-09-26 08:26 PDT by Per Arne Vollan
Modified: 2017-09-27 12:16 PDT (History)
7 users (show)

See Also:


Attachments
Patch (1.67 KB, patch)
2017-09-26 08:34 PDT, Per Arne Vollan
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Per Arne Vollan 2017-09-26 08:26:52 PDT
Failed to run "['/home/buildbot/WebKit/Tools/Scripts/webkit-patch', '--status-host=webkit-queues.webkit.org', '--bot-id=ews200', 'build', '--force-clean', '--no-update', '--build-style=release', '--group=None', '--port=win']" exit_code: 1 cwd: /home/buildbot/WebKit

Traceback (most recent call last):
  File "/home/buildbot/WebKit/Tools/Scripts/webkit-patch", line 84, in <module>
    main()
  File "/home/buildbot/WebKit/Tools/Scripts/webkit-patch", line 79, in main
    WebKitPatch(os.path.abspath(__file__)).main()
  File "/home/buildbot/WebKit/Tools/Scripts/webkitpy/tool/multicommandtool.py", line 305, in main
    result = command.check_arguments_and_execute(options, args, self)
  File "/home/buildbot/WebKit/Tools/Scripts/webkitpy/tool/multicommandtool.py", line 123, in check_arguments_and_execute
    return self.execute(options, args, tool) or 0
  File "/home/buildbot/WebKit/Tools/Scripts/webkitpy/tool/commands/abstractsequencedcommand.py", line 55, in execute
    self._sequence.run_and_handle_errors(tool, options, state)
  File "/home/buildbot/WebKit/Tools/Scripts/webkitpy/tool/commands/stepsequence.py", line 73, in run_and_handle_errors
    self._run(tool, options, state)
  File "/home/buildbot/WebKit/Tools/Scripts/webkitpy/tool/commands/stepsequence.py", line 67, in _run
    step(tool, options).run(state)
  File "/home/buildbot/WebKit/Tools/Scripts/webkitpy/tool/steps/discardlocalchanges.py", line 52, in run
    self._tool.scm().discard_local_changes()
  File "/home/buildbot/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/scm.py", line 252, in discard_local_changes
    self.discard_working_directory_changes()
  File "/home/buildbot/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/svn.py", line 177, in discard_working_directory_changes
    os.remove(absolute_path)
OSError: [Errno 2] No such file or directory: '/home/buildbot/WebKit/Source\\JavaScriptCore\\wasm\\js\\JSWebAssembly.h'
Comment 1 Per Arne Vollan 2017-09-26 08:34:25 PDT
Created attachment 321819 [details]
Patch
Comment 2 Brent Fulgham 2017-09-26 08:48:16 PDT
Comment on attachment 321819 [details]
Patch

r=me
Comment 3 Per Arne Vollan 2017-09-26 09:02:48 PDT
Comment on attachment 321819 [details]
Patch

Thanks for reviewing!
Comment 4 WebKit Commit Bot 2017-09-26 09:29:12 PDT
Comment on attachment 321819 [details]
Patch

Clearing flags on attachment: 321819

Committed r222502: <http://trac.webkit.org/changeset/222502>
Comment 5 WebKit Commit Bot 2017-09-26 09:29:14 PDT
All reviewed patches have been landed.  Closing bug.
Comment 6 Radar WebKit Bug Importer 2017-09-27 12:16:35 PDT
<rdar://problem/34692911>