Bug 192207

Summary: [Buildbot] svn update silently fails if conflict happens
Product: WebKit Reporter: Fujii Hironori <Hironori.Fujii>
Component: Tools / TestsAssignee: 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:    

Description Fujii Hironori 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/
Comment 1 Fujii Hironori 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".
Comment 2 Fujii Hironori 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
Comment 3 Fujii Hironori 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
Comment 4 Fujii Hironori 2021-10-12 13:01:45 PDT
I don't see this error these days. Closed.