[ https://issues.apache.org/jira/browse/BUILDS-10?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14105740#comment-14105740 ]
Philipp Ottlinger edited comment on BUILDS-10 at 8/21/14 6:45 PM: ------------------------------------------------------------------ Ups - I thought it should be the sense of Jenkins to run under different environments thus Windows as well .... should we change the labeling of JDKs to reflect that some are only available on *nix-systems. What about JDK 8 (latest, Ubuntu) vs. JDK 7 (latest, Windows) to make that clearer? If I'm not too mistaken we did not have any slave restricitions with Creadur-Rat and did not experience these problems (e.g. cyclic dependencies et.al.). was (Author: hugo.hirsch): Ups - I thought it should be the sense of Jenkins to run under different environments thus Windows as well .... should we change the labeling of JDKs to reflect that some are only available on *nix-systems. What about JDK 8 (latest, Ubuntu) vs. JDK 7 (latest, Windows) to make that clearer? > SVN Options failure on Jenkins - Timeout during checkout > -------------------------------------------------------- > > Key: BUILDS-10 > URL: https://issues.apache.org/jira/browse/BUILDS-10 > Project: Infra Build Platform > Issue Type: Bug > Components: Jenkins > Environment: https://builds.apache.org/job/Creadur-Rat/108/ > https://builds.apache.org/job/Creadur-Rat-Site-Latest-Jdk/1/ > all red builds in: > https://builds.apache.org/view/A-D/view/Creadur/ > Reporter: Philipp Ottlinger > Priority: Critical > Labels: build, jenkins > > There seems to be lots of timeouts during svn checkout when the build waits > for execution on Jenkins. Is that due to the long time in the Q or is it a > slave local problem with svn? > {noformat} > org.tmatesoft.svn.core.SVNException: svn: E175002: OPTIONS > /repos/asf/creadur/rat/trunk failed > at > org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:388) > at > org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:373) > at > org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:361) > at > org.tmatesoft.svn.core.internal.io.dav.DAVConnection.performHttpRequest(DAVConnection.java:707) > at > org.tmatesoft.svn.core.internal.io.dav.DAVConnection.exchangeCapabilities(DAVConnection.java:627) > at > org.tmatesoft.svn.core.internal.io.dav.DAVConnection.open(DAVConnection.java:102) > at > org.tmatesoft.svn.core.internal.io.dav.DAVRepository.openConnection(DAVRepository.java:1020) > at > org.tmatesoft.svn.core.internal.io.dav.DAVRepository.getLatestRevision(DAVRepository.java:180) > at > org.tmatesoft.svn.core.internal.wc16.SVNBasicDelegate.getRevisionNumber(SVNBasicDelegate.java:480) > at > org.tmatesoft.svn.core.internal.wc16.SVNBasicDelegate.getLocations(SVNBasicDelegate.java:833) > at > org.tmatesoft.svn.core.internal.wc16.SVNBasicDelegate.createRepository(SVNBasicDelegate.java:527) > at > org.tmatesoft.svn.core.internal.wc16.SVNUpdateClient16.doCheckout(SVNUpdateClient16.java:875) > at > org.tmatesoft.svn.core.internal.wc2.old.SvnOldCheckout.run(SvnOldCheckout.java:19) > at > org.tmatesoft.svn.core.internal.wc2.old.SvnOldCheckout.run(SvnOldCheckout.java:8) > at > org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner.run(SvnOperationRunner.java:20) > at > org.tmatesoft.svn.core.wc2.SvnOperationFactory.run(SvnOperationFactory.java:1238) > at org.tmatesoft.svn.core.wc2.SvnOperation.run(SvnOperation.java:294) > at > org.tmatesoft.svn.core.wc.SVNUpdateClient.doCheckout(SVNUpdateClient.java:777) > at > hudson.scm.subversion.CheckoutUpdater$1.perform(CheckoutUpdater.java:99) > at > hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:161) > at > hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:169) > at > hudson.scm.subversion.UpdateUpdater$TaskImpl.perform(UpdateUpdater.java:133) > at > hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:161) > at > hudson.scm.SubversionSCM$CheckOutTask.perform(SubversionSCM.java:1030) > at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:1011) > at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:987) > at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2462) > at hudson.remoting.UserRequest.perform(UserRequest.java:118) > at hudson.remoting.UserRequest.perform(UserRequest.java:48) > at hudson.remoting.Request$2.run(Request.java:328) > at > hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72) > at java.util.concurrent.FutureTask.run(FutureTask.java:262) > at > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) > at > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) > at java.lang.Thread.run(Thread.java:745) > Caused by: svn: E175002: OPTIONS /repos/asf/creadur/rat/trunk failed > at > org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:208) > at > org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:154) > at > org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:97) > ... 35 more > Caused by: org.tmatesoft.svn.core.SVNException: svn: E175002: OPTIONS request > failed on '/repos/asf/creadur/rat/trunk' > svn: E175002: timed out waiting for server > {noformat} > The problem happens regularly on creadur-related builds. -- This message was sent by Atlassian JIRA (v6.2#6252)