Bug 228014
| Summary: | [AppleWin] delete-WebKitBuild-directory fails with FileNotFoundError: [Errno 2] No such file or directory: 'C:' | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ryan Haddad <ryanhaddad> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED WONTFIX | ||
| Severity: | Normal | CC: | aakash_jain, ap, fujii.hironori, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Ryan Haddad
A clean build triggered for the Apple Windows queue failed with the following error:
Traceback (most recent call last):
File "Tools/CISupport/clean-build", line 64, in <module>
sys.exit(main())
File "Tools/CISupport/clean-build", line 59, in main
shutil.rmtree(webkit_build_directory)
File "/usr/lib/python3.8/shutil.py", line 718, in rmtree
_rmtree_safe_fd(fd, path, onerror)
File "/usr/lib/python3.8/shutil.py", line 655, in _rmtree_safe_fd
_rmtree_safe_fd(dirfd, fullname, onerror)
File "/usr/lib/python3.8/shutil.py", line 655, in _rmtree_safe_fd
_rmtree_safe_fd(dirfd, fullname, onerror)
File "/usr/lib/python3.8/shutil.py", line 655, in _rmtree_safe_fd
_rmtree_safe_fd(dirfd, fullname, onerror)
File "/usr/lib/python3.8/shutil.py", line 645, in _rmtree_safe_fd
onerror(os.lstat, fullname, sys.exc_info())
File "/usr/lib/python3.8/shutil.py", line 642, in _rmtree_safe_fd
orig_st = entry.stat(follow_symlinks=False)
FileNotFoundError: [Errno 2] No such file or directory: 'C:'
https://build.webkit.org/#/builders/67/builds/4166
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/80663398>
Fujii Hironori
AppleWin port was removed.