Bug 192207
Summary: | [Buildbot] svn update silently fails if conflict happens | ||
---|---|---|---|
Product: | WebKit | Reporter: | Fujii Hironori <fujii.hironori> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED CONFIGURATION CHANGED | ||
Severity: | Normal | CC: | aakash_jain, ap, ddkilzer, jlewis3, lforschler, ossy, rniwa, ryanhaddad, tsavell, youennf |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=142400 | ||
Bug Depends on: | 192293 | ||
Bug Blocks: |
Fujii Hironori
[BuildBot] svn update silently fails if conflict happens
In WinCairo Debug builder, a network problem happened in build# 4532.
> svn: E170013: Unable to connect to a repository at URL 'https://svn.webkit.org/repository/webkit/trunk'
https://build.webkit.org/builders/WinCairo%2064-bit%20WKL%20Debug%20%28Build%29/builds/4532
Since that, svn update silently fails.
> Skipped 'LayoutTests' -- Node remains in conflict
> Skipped 'Source' -- Node remains in conflict
https://build.webkit.org/builders/WinCairo%2064-bit%20WKL%20Debug%20%28Build%29/builds/4535/
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Fujii Hironori
Bug 142400 added clean-webkit script, but this is executed only when is_clean.
Jenkins has a option to "Use 'svn update' as much as possible, with 'svn revert' before update".
Fujii Hironori
Removing workspace was failed in build# 4534.
> exceptions.WindowsError: [Error 3] The system cannot find the path specified: u'C:\\WebKit-BuildWorker\\wincairo-wkl-debug\\build\\LayoutTests\\platform\\ios-simulator-wk2\\imported\\w3c\\web-platform-tests\\html\\browsers\\browsing-the-web\\history-traversal\\persisted-user-state-restoration\\scroll-restoration-fragment-scrolling-cross-origin-expected.txt'
https://build.webkit.org/builders/WinCairo%2064-bit%20WKL%20Debug%20%28Build%29/builds/4534
Fujii Hironori
It happened again in WinCairo Debug build bot.
In build#4931,
https://build.webkit.org/builders/WinCairo%2064-bit%20WKL%20Debug%20%28Build%29/builds/4931
A network error happened.
> svn: E170013: Unable to connect to a repository at URL 'https://svn.webkit.org/repository/webkit/trunk'
Then, tried to remove source tree.
> update failed, clobbering and trying again
Then, failed to remove.
> exceptions.WindowsError: [Error 3] The system cannot find the path specified: u'C:\\WebKit-BuildWorker\\wincairo-wkl-debug\\build\\LayoutTests\\platform\\ios-simulator-wk2\\imported\\w3c\\web-platform-tests\\html\\browsers\\browsing-the-web\\history-traversal\\persisted-user-state-restoration\\scroll-restoration-fragment-scrolling-cross-origin-expected.txt'
In build#4932,
https://build.webkit.org/builders/WinCairo%2064-bit%20WKL%20Debug%20%28Build%29/builds/4932
svn update skipped updating.
> Skipped 'Source' -- Node remains in conflict
It seems that the following issue should be addressed.
Bug 192293 – [WinCairo] Windows Python 2.7 path length limitation
Fujii Hironori
I don't see this error these days. Closed.