RESOLVED CONFIGURATION CHANGED 192207
[Buildbot] svn update silently fails if conflict happens
https://bugs.webkit.org/show_bug.cgi?id=192207
Summary [Buildbot] svn update silently fails if conflict happens
Fujii Hironori
Reported 2018-11-29 19:03:11 PST
[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
Fujii Hironori
Comment 1 2018-11-29 20:19:44 PST
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
Comment 2 2018-11-29 22:55:45 PST
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
Comment 3 2018-12-11 18:44:11 PST
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
Comment 4 2021-10-12 13:01:45 PDT
I don't see this error these days. Closed.
Note You need to log in before you can comment on or make changes to this bug.