Bug 192207 - [Buildbot] svn update silently fails if conflict happens
Summary: [Buildbot] svn update silently fails if conflict happens
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 192293
Blocks:
  Show dependency treegraph
 
Reported: 2018-11-29 19:03 PST by Fujii Hironori
Modified: 2021-10-12 13:01 PDT (History)
10 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.