[ 
https://issues.apache.org/jira/browse/BUILDS-10?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14104432#comment-14104432
 ] 

Philipp Ottlinger commented on BUILDS-10:
-----------------------------------------

Our (creadur*) jobs are not labeled at all but fail regularly. Independent of 
our (Gavin) configuration they are queued for slave ubuntu-5 for 3 hours and 
get timeouts once they are about to run.

I don't know the detailed slave config, but can creadur's problems be related 
to the fact that some of the jobs require JDK1.5 and other's jdk8? Would it be 
possible to introduce 'JDK 8 (latest)' since we don't care about the specific 
version but need a running possibly up2date JDK8? Do all machines have a 
properly configured JDK environment?

Some of our builds failed due to various reasons:

* No JDK installed: https://builds.apache.org/job/Creadur-Whisker-Site/7/changes
{noformat}
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-site-plugin:3.4:site (default-site) on project 
apache-whisker: failed to get report for 
org.apache.maven.plugins:maven-javadoc-plugin: Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on 
project apache-whisker-model: Compilation failure
[ERROR] No compiler is provided in this environment. Perhaps you are running on 
a JRE rather than a JDK?
[ERROR] -> [Help 1]
{noformat}

* SVN Timeouts on ubuntu-5, e.g. 
https://builds.apache.org/job/Creadur-Tentacles/3/
{noformat}
Caused by: svn: E175002: timed out waiting for server
        at 
org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:208)
        at 
org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection._request(HTTPConnection.java:514)
        ... 35 more
Caused by: java.net.SocketTimeoutException: connect timed out
{noformat}


> 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/
>            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)

Reply via email to