You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2016/03/18 13:02:51 UTC

Jenkins build is unstable: sling-trunk-1.8 #2867

See <https://builds.apache.org/job/sling-trunk-1.8/2867/changes>


Jenkins build is still unstable: sling-trunk-1.8 #2884

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/sling-trunk-1.8/2884/>


Jenkins build is still unstable: sling-trunk-1.8 #2883

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/sling-trunk-1.8/2883/>


Jenkins build is still unstable: sling-trunk-1.8 #2882

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/sling-trunk-1.8/changes>


Jenkins build is still unstable: sling-trunk-1.8 #2881

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/sling-trunk-1.8/changes>


Jenkins build is still unstable: sling-trunk-1.8 #2880

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/sling-trunk-1.8/2880/>


Jenkins build is still unstable: sling-trunk-1.8 #2879

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/sling-trunk-1.8/2879/>


Jenkins build is still unstable: sling-trunk-1.8 #2878

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/sling-trunk-1.8/2878/>


Jenkins build is still unstable: sling-trunk-1.8 #2877

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/sling-trunk-1.8/2877/>


Jenkins build is still unstable: sling-trunk-1.8 #2876

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/sling-trunk-1.8/2876/>


Jenkins build is still unstable: sling-trunk-1.8 #2875

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/sling-trunk-1.8/2875/>


Jenkins build is unstable: sling-trunk-1.8 #2874

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/sling-trunk-1.8/2874/>


Build failed in Jenkins: sling-trunk-1.8 #2873

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/sling-trunk-1.8/2873/>

------------------------------------------
Started by timer
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-4 (docker Ubuntu ubuntu4 ubuntu yahoo-not-h2) in workspace <https://builds.apache.org/job/sling-trunk-1.8/ws/>
Cleaning up <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk>
Updating http://svn.apache.org/repos/asf/sling/trunk at revision '2016-03-19T18:42:26.290 +0000'
At revision 1735795
no change for http://svn.apache.org/repos/asf/sling/trunk since the previous build
Parsing POMs
Modules changed, recalculating dependency graph
Established TCP socket on 51013
maven32-agent.jar already up to date
maven32-interceptor.jar already up to date
maven3-interceptor-commons.jar already up to date
[trunk] $ /bin/java -Xmx512M -XX:MaxPermSize=256M -enableassertions -cp /home/jenkins/jenkins-slave/maven32-agent.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.0.5/boot/plexus-classworlds-2.5.2.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.0.5/conf/logging jenkins.maven3.agent.Maven32Main /home/jenkins/jenkins-slave/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.0.5 /home/jenkins/jenkins-slave/slave.jar /home/jenkins/jenkins-slave/maven32-interceptor.jar /home/jenkins/jenkins-slave/maven3-interceptor-commons.jar 51013
ERROR: Failed to parse POMs
java.io.IOException: Cannot run program "/bin/java" (in directory "<https://builds.apache.org/job/sling-trunk-1.8/ws/trunk")>: error=2, No such file or directory
	at java.lang.ProcessBuilder.start(ProcessBuilder.java:1041)
	at hudson.Proc$LocalProc.<init>(Proc.java:244)
	at hudson.Proc$LocalProc.<init>(Proc.java:216)
	at hudson.Launcher$LocalLauncher.launch(Launcher.java:815)
	at hudson.Launcher$ProcStarter.start(Launcher.java:381)
	at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:1148)
	at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:1113)
	at hudson.remoting.UserRequest.perform(UserRequest.java:120)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:326)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	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)
	at ......remote call to ubuntu-4(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1416)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:220)
	at hudson.remoting.Channel.call(Channel.java:781)
	at hudson.Launcher$RemoteLauncher.launch(Launcher.java:928)
	at hudson.Launcher$ProcStarter.start(Launcher.java:381)
	at hudson.maven.AbstractMavenProcessFactory.newProcess(AbstractMavenProcessFactory.java:281)
	at hudson.maven.ProcessCache.get(ProcessCache.java:236)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:778)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:534)
	at hudson.model.Run.execute(Run.java:1738)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:531)
	at hudson.model.ResourceController.execute(ResourceController.java:98)
	at hudson.model.Executor.run(Executor.java:410)
Caused by: java.io.IOException: error=2, No such file or directory
	at java.lang.UNIXProcess.forkAndExec(Native Method)
	at java.lang.UNIXProcess.<init>(UNIXProcess.java:186)
	at java.lang.ProcessImpl.start(ProcessImpl.java:130)
	at java.lang.ProcessBuilder.start(ProcessBuilder.java:1022)
	at hudson.Proc$LocalProc.<init>(Proc.java:244)
	at hudson.Proc$LocalProc.<init>(Proc.java:216)
	at hudson.Launcher$LocalLauncher.launch(Launcher.java:815)
	at hudson.Launcher$ProcStarter.start(Launcher.java:381)
	at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:1148)
	at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:1113)
	at hudson.remoting.UserRequest.perform(UserRequest.java:120)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:326)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	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)

Build failed in Jenkins: sling-trunk-1.8 #2872

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/sling-trunk-1.8/2872/>

------------------------------------------
[...truncated 11612 lines...]
AU        contrib/explorers/resourceeditor/src/main/resources/SLING-INF/libs/sling/resource-editor-static-content/img/info_lightgray.png
AU        contrib/explorers/resourceeditor/src/main/resources/SLING-INF/libs/sling/resource-editor-static-content/img/info_black.png
AU        contrib/explorers/resourceeditor/src/main/resources/SLING-INF/libs/sling/resource-editor-static-content/img/add.png
A         contrib/explorers/resourceeditor/src/main/resources/SLING-INF/libs/sling/resource-editor-static-content/js
A         contrib/explorers/resourceeditor/src/main/resources/SLING-INF/libs/sling/resource-editor-static-content/js/properties
A         contrib/explorers/resourceeditor/src/main/resources/SLING-INF/libs/sling/resource-editor-static-content/js/properties/PropertyController.js
A         contrib/explorers/resourceeditor/src/main/resources/SLING-INF/libs/sling/resource-editor-static-content/js/tree
A         contrib/explorers/resourceeditor/src/main/resources/SLING-INF/libs/sling/resource-editor-static-content/js/tree/AddNodeController.js
A         contrib/explorers/resourceeditor/src/main/resources/SLING-INF/libs/sling/resource-editor-static-content/js/tree/TreeController.js
A         contrib/explorers/resourceeditor/src/main/resources/SLING-INF/libs/sling/resource-editor-static-content/js/tree/JSTreeAdapter.js
A         contrib/explorers/resourceeditor/src/main/resources/SLING-INF/libs/sling/resource-editor-static-content/js/MainController.js
A         contrib/explorers/resourceeditor/src/main/resources/SLING-INF/libs/sling/resource-editor-static-content/js/LoginController.js
A         contrib/explorers/resourceeditor/src/main/resources/SLING-INF/libs/sling/resource-editor-static-content/3rd_party
A         contrib/explorers/resourceeditor/src/main/resources/SLING-INF/libs/sling/resource-editor-static-content/3rd_party/font
AU        contrib/explorers/resourceeditor/src/main/resources/SLING-INF/libs/sling/resource-editor-static-content/3rd_party/font/Michroma.eot
AU        contrib/explorers/resourceeditor/src/main/resources/SLING-INF/libs/sling/resource-editor-static-content/3rd_party/font/Michroma.woff
A         contrib/explorers/resourceeditor/src/main/resources/SLING-INF/libs/sling/resource-editor-static-content/css
A         contrib/explorers/resourceeditor/src/main/resources/SLING-INF/libs/sling/resource-editor-static-content/css/bootbox.reseditor.css
A         contrib/explorers/resourceeditor/src/main/resources/SLING-INF/libs/sling/resource-editor-static-content/css/jstree.reseditor.css
A         contrib/explorers/resourceeditor/src/main/resources/SLING-INF/libs/sling/resource-editor-static-content/css/ie.css
A         contrib/explorers/resourceeditor/src/main/resources/SLING-INF/libs/sling/resource-editor-static-content/css/browser_ie.css
A         contrib/explorers/resourceeditor/src/main/resources/SLING-INF/libs/sling/resource-editor-static-content/css/select2.reseditor.css
A         contrib/explorers/resourceeditor/src/main/resources/SLING-INF/libs/sling/resource-editor-static-content/css/font_ie.css
A         contrib/explorers/resourceeditor/src/main/resources/SLING-INF/libs/sling/resource-editor-static-content/css/font.css
A         contrib/explorers/resourceeditor/src/main/resources/SLING-INF/libs/sling/resource-editor
A         contrib/explorers/resourceeditor/src/main/resources/SLING-INF/libs/sling/resource-editor/Throwable.jsp
A         contrib/explorers/resourceeditor/src/main/resources/SLING-INF/libs/sling/resource-editor/property-editor.jsp
A         contrib/explorers/resourceeditor/src/main/resources/SLING-INF/libs/sling/resource-editor/content-nodes.json
A         contrib/explorers/resourceeditor/src/main/resources/SLING-INF/libs/sling/resource-editor/node-content.jsp
A         contrib/explorers/resourceeditor/src/main/resources/SLING-INF/libs/sling/resource-editor/nodes.json.jsp
A         contrib/explorers/resourceeditor/src/main/resources/SLING-INF/libs/sling/resource-editor/500.jsp
A         contrib/explorers/resourceeditor/src/main/resources/SLING-INF/libs/sling/resource-editor/html.jsp
A         contrib/explorers/resourceeditor/src/main/resources/SLING-INF/libs/sling/resource-editor/nodes.json.incl.jsp
A         contrib/explorers/resourceeditor/src/main/resources/SLING-INF/libs/sling/resource-editor/rootnodes.json.jsp
A         contrib/explorers/resourceeditor/src/main/img
AU        contrib/explorers/resourceeditor/src/main/img/save-bigger_white.xcf
AU        contrib/explorers/resourceeditor/src/main/img/info.png
AU        contrib/explorers/resourceeditor/src/main/img/stainless_steel.xcf
A         contrib/explorers/resourceeditor/pom.xml
A         contrib/explorers/resourceeditor/README
A         contrib/explorers/gwt
A         contrib/explorers/gwt/src
A         contrib/explorers/gwt/src/main
A         contrib/explorers/gwt/src/main/java
A         contrib/explorers/gwt/src/main/java/org
A         contrib/explorers/gwt/src/main/java/org/apache
A         contrib/explorers/gwt/src/main/java/org/apache/sling
A         contrib/explorers/gwt/src/main/java/org/apache/sling/explorer
A         contrib/explorers/gwt/src/main/java/org/apache/sling/explorer/client
A         contrib/explorers/gwt/src/main/java/org/apache/sling/explorer/client/SlingExplorerApplication.java
A         contrib/explorers/gwt/src/main/java/org/apache/sling/explorer/client/ExplorerImages.java
A         contrib/explorers/gwt/src/main/java/org/apache/sling/explorer/client/widgets
A         contrib/explorers/gwt/src/main/java/org/apache/sling/explorer/client/widgets/tree
A         contrib/explorers/gwt/src/main/java/org/apache/sling/explorer/client/widgets/tree/resource
A         contrib/explorers/gwt/src/main/java/org/apache/sling/explorer/client/widgets/tree/resource/ResourceTree.java
A         contrib/explorers/gwt/src/main/java/org/apache/sling/explorer/client/widgets/grid
A         contrib/explorers/gwt/src/main/java/org/apache/sling/explorer/client/widgets/grid/ExplorerGrid.java
A         contrib/explorers/gwt/src/main/java/org/apache/sling/explorer/client/widgets/grid/resource
A         contrib/explorers/gwt/src/main/java/org/apache/sling/explorer/client/widgets/grid/resource/ResourceGrids.java
A         contrib/explorers/gwt/src/main/java/org/apache/sling/explorer/client/ExplorerPageTemplate.java
A         contrib/explorers/gwt/src/main/java/org/apache/sling/explorer/client/sling
A         contrib/explorers/gwt/src/main/java/org/apache/sling/explorer/client/sling/SessionInfo.java
A         contrib/explorers/gwt/src/main/java/org/apache/sling/explorer/client/sling/Sling.java
A         contrib/explorers/gwt/src/main/java/org/apache/sling/explorer/client/ExplorerConstants.java
A         contrib/explorers/gwt/src/main/resources
A         contrib/explorers/gwt/src/main/resources/SLING-INF
A         contrib/explorers/gwt/src/main/resources/SLING-INF/content
A         contrib/explorers/gwt/src/main/resources/SLING-INF/content/apps
A         contrib/explorers/gwt/src/main/resources/SLING-INF/content/apps/sling
A         contrib/explorers/gwt/src/main/resources/SLING-INF/content/apps/sling/servlet
A         contrib/explorers/gwt/src/main/resources/SLING-INF/content/apps/sling/servlet/default
A         contrib/explorers/gwt/src/main/resources/SLING-INF/content/apps/sling/servlet/default/explorer
AU        contrib/explorers/gwt/src/main/resources/SLING-INF/content/apps/sling/servlet/default/explorer/tree-node.json.esp
AU        contrib/explorers/gwt/src/main/resources/SLING-INF/content/apps/sling/servlet/default/explorer/children.json.esp
A         contrib/explorers/gwt/src/main/resources/SLING-INF/content/apps/explorer
A         contrib/explorers/gwt/src/main/resources/SLING-INF/content/apps/explorer/css
A         contrib/explorers/gwt/src/main/resources/SLING-INF/content/apps/explorer/css/chrome
A         contrib/explorers/gwt/src/main/resources/SLING-INF/content/apps/explorer/css/chrome/explorer.css
A         contrib/explorers/gwt/src/main/resources/SLING-INF/content/apps/explorer/index.html
A         contrib/explorers/gwt/src/main/resources/org
A         contrib/explorers/gwt/src/main/resources/org/apache
A         contrib/explorers/gwt/src/main/resources/org/apache/sling
A         contrib/explorers/gwt/src/main/resources/org/apache/sling/explorer
A         contrib/explorers/gwt/src/main/resources/org/apache/sling/explorer/client
A         contrib/explorers/gwt/src/main/resources/org/apache/sling/explorer/client/ExplorerConstants_fr.properties
A         contrib/explorers/gwt/src/main/resources/org/apache/sling/explorer/client/ExplorerConstants.properties
A         contrib/explorers/gwt/src/main/resources/org/apache/sling/explorer/Explorer.gwt.xml
AU        contrib/explorers/gwt/src/main/resources/org/apache/sling/explorer/Sling.png
A         contrib/explorers/gwt/pom.xml
A         contrib/explorers/gwt/README.txt
A         contrib/explorers/gwt/NOTICE
A         contrib/explorers/gwt/LICENSE
A         performance
A         performance/jcr-resource-2.2.0
A         performance/jcr-resource-2.2.0/src
A         performance/jcr-resource-2.2.0/src/test
A         performance/jcr-resource-2.2.0/src/test/java
A         performance/jcr-resource-2.2.0/src/test/java/org
A         performance/jcr-resource-2.2.0/src/test/java/org/apache
A         performance/jcr-resource-2.2.0/src/test/java/org/apache/sling
A         performance/jcr-resource-2.2.0/src/test/java/org/apache/sling/performance
AU        performance/jcr-resource-2.2.0/src/test/java/org/apache/sling/performance/PerformanceTest.java
AU        performance/jcr-resource-2.2.0/pom.xml
A         performance/jcr-resource-2.2.10
A         performance/jcr-resource-2.2.10/pom.xml
A         performance/jcr-resource-2.2.10/src
A         performance/jcr-resource-2.2.10/src/test
A         performance/jcr-resource-2.2.10/src/test/java
A         performance/jcr-resource-2.2.10/src/test/java/org
A         performance/jcr-resource-2.2.10/src/test/java/org/apache
A         performance/jcr-resource-2.2.10/src/test/java/org/apache/sling
A         performance/jcr-resource-2.2.10/src/test/java/org/apache/sling/performance
A         performance/jcr-resource-2.2.10/src/test/java/org/apache/sling/performance/PerformanceTest.java
A         performance/tests
A         performance/tests/pom.xml
A         performance/tests/src
A         performance/tests/src/main
A         performance/tests/src/main/java
A         performance/tests/src/main/java/org
A         performance/tests/src/main/java/org/apache
A         performance/tests/src/main/java/org/apache/sling
A         performance/tests/src/main/java/org/apache/sling/performance
A         performance/tests/src/main/java/org/apache/sling/performance/tests
A         performance/tests/src/main/java/org/apache/sling/performance/tests/StartupWithManyAliasTest.java
A         performance/tests/src/main/java/org/apache/sling/performance/tests/ResolveNonExistingWithManyVanityPathTest.java
A         performance/tests/src/main/java/org/apache/sling/performance/tests/StartupWithManyVanityTest.java
A         performance/tests/src/main/java/org/apache/sling/performance/tests/ResolveNonExistingWithManyAliasTest.java
AU        performance/plot.sh
A         performance/base
A         performance/base/src
A         performance/base/src/main
A         performance/base/src/main/java
A         performance/base/src/main/java/org
A         performance/base/src/main/java/org/apache
A         performance/base/src/main/java/org/apache/sling
A         performance/base/src/main/java/org/apache/sling/performance
AU        performance/base/src/main/java/org/apache/sling/performance/TestHelper.java
A         performance/base/src/main/java/org/apache/sling/performance/FrameworkPerformanceMethod.java
A         performance/base/src/main/java/org/apache/sling/performance/PerformanceRecord.java
AU        performance/base/src/main/java/org/apache/sling/performance/ResourceResolverTestRequest.java
AU        performance/base/src/main/java/org/apache/sling/performance/AbstractRepositoryTest.java
A         performance/base/src/main/java/org/apache/sling/performance/IdentifiableTestClass.java
A         performance/base/src/main/java/org/apache/sling/performance/ParameterizedTestList.java
A         performance/base/src/main/java/org/apache/sling/performance/annotation
A         performance/base/src/main/java/org/apache/sling/performance/annotation/AfterSpecificTest.java
A         performance/base/src/main/java/org/apache/sling/performance/annotation/BeforeSpecificTest.java
A         performance/base/src/main/java/org/apache/sling/performance/annotation/PerformanceTestFactory.java
A         performance/base/src/main/java/org/apache/sling/performance/annotation/AfterSuite.java
A         performance/base/src/main/java/org/apache/sling/performance/annotation/PerformanceTestSuite.java
A         performance/base/src/main/java/org/apache/sling/performance/annotation/AfterMethodInvocation.java
A         performance/base/src/main/java/org/apache/sling/performance/annotation/BeforeSuite.java
A         performance/base/src/main/java/org/apache/sling/performance/annotation/BeforeMethodInvocation.java
A         performance/base/src/main/java/org/apache/sling/performance/annotation/PerformanceTest.java
A         performance/base/src/main/java/org/apache/sling/performance/IdentifiableTestCase.java
A         performance/base/src/main/java/org/apache/sling/performance/PerformanceRunner.java
A         performance/base/src/main/java/org/apache/sling/performance/ReportLogger.java
A         performance/base/src/main/java/org/apache/sling/performance/PerformanceSuiteState.java
A         performance/base/src/test
A         performance/base/src/test/java
A         performance/base/src/test/java/org
A         performance/base/src/test/java/org/apache
A         performance/base/src/test/java/org/apache/sling
A         performance/base/src/test/java/org/apache/sling/performance
A         performance/base/src/test/java/org/apache/sling/performance/samples
A         performance/base/src/test/java/org/apache/sling/performance/samples/SimplePerformanceTest.java
A         performance/base/src/test/java/org/apache/sling/performance/samples/WithParametersTest.java
AU        performance/base/pom.xml
A         performance/pom.xml
A         performance/jcr-resource-2.0.10
A         performance/jcr-resource-2.0.10/src
A         performance/jcr-resource-2.0.10/src/test
A         performance/jcr-resource-2.0.10/src/test/java
A         performance/jcr-resource-2.0.10/src/test/java/org
A         performance/jcr-resource-2.0.10/src/test/java/org/apache
A         performance/jcr-resource-2.0.10/src/test/java/org/apache/sling
A         performance/jcr-resource-2.0.10/src/test/java/org/apache/sling/performance
AU        performance/jcr-resource-2.0.10/src/test/java/org/apache/sling/performance/PerformanceTest.java
AU        performance/jcr-resource-2.0.10/pom.xml
A         performance/jcr-resource-2.1.0
A         performance/jcr-resource-2.1.0/src
A         performance/jcr-resource-2.1.0/src/test
A         performance/jcr-resource-2.1.0/src/test/java
A         performance/jcr-resource-2.1.0/src/test/java/org
A         performance/jcr-resource-2.1.0/src/test/java/org/apache
A         performance/jcr-resource-2.1.0/src/test/java/org/apache/sling
A         performance/jcr-resource-2.1.0/src/test/java/org/apache/sling/performance
AU        performance/jcr-resource-2.1.0/src/test/java/org/apache/sling/performance/PerformanceTest.java
AU        performance/jcr-resource-2.1.0/pom.xml
AU        update_dependencies.sh
 U        .
At revision 1735766
no change for http://svn.apache.org/repos/asf/sling/trunk since the previous build
Parsing POMs
Modules changed, recalculating dependency graph
Established TCP socket on 42004
maven32-agent.jar already up to date
maven32-interceptor.jar already up to date
maven3-interceptor-commons.jar already up to date
[trunk] $ /bin/java -Xmx512M -XX:MaxPermSize=256M -enableassertions -cp /home/jenkins/jenkins-slave/maven32-agent.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.0.5/boot/plexus-classworlds-2.5.2.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.0.5/conf/logging jenkins.maven3.agent.Maven32Main /home/jenkins/jenkins-slave/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.0.5 /home/jenkins/jenkins-slave/slave.jar /home/jenkins/jenkins-slave/maven32-interceptor.jar /home/jenkins/jenkins-slave/maven3-interceptor-commons.jar 42004
ERROR: Failed to parse POMs
java.io.IOException: Cannot run program "/bin/java" (in directory "<https://builds.apache.org/job/sling-trunk-1.8/ws/trunk")>: error=2, No such file or directory
	at java.lang.ProcessBuilder.start(ProcessBuilder.java:1041)
	at hudson.Proc$LocalProc.<init>(Proc.java:244)
	at hudson.Proc$LocalProc.<init>(Proc.java:216)
	at hudson.Launcher$LocalLauncher.launch(Launcher.java:815)
	at hudson.Launcher$ProcStarter.start(Launcher.java:381)
	at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:1148)
	at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:1113)
	at hudson.remoting.UserRequest.perform(UserRequest.java:120)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:326)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	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)
	at ......remote call to ubuntu-4(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1416)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:220)
	at hudson.remoting.Channel.call(Channel.java:781)
	at hudson.Launcher$RemoteLauncher.launch(Launcher.java:928)
	at hudson.Launcher$ProcStarter.start(Launcher.java:381)
	at hudson.maven.AbstractMavenProcessFactory.newProcess(AbstractMavenProcessFactory.java:281)
	at hudson.maven.ProcessCache.get(ProcessCache.java:236)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:778)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:534)
	at hudson.model.Run.execute(Run.java:1738)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:531)
	at hudson.model.ResourceController.execute(ResourceController.java:98)
	at hudson.model.Executor.run(Executor.java:410)
Caused by: java.io.IOException: error=2, No such file or directory
	at java.lang.UNIXProcess.forkAndExec(Native Method)
	at java.lang.UNIXProcess.<init>(UNIXProcess.java:186)
	at java.lang.ProcessImpl.start(ProcessImpl.java:130)
	at java.lang.ProcessBuilder.start(ProcessBuilder.java:1022)
	at hudson.Proc$LocalProc.<init>(Proc.java:244)
	at hudson.Proc$LocalProc.<init>(Proc.java:216)
	at hudson.Launcher$LocalLauncher.launch(Launcher.java:815)
	at hudson.Launcher$ProcStarter.start(Launcher.java:381)
	at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:1148)
	at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:1113)
	at hudson.remoting.UserRequest.perform(UserRequest.java:120)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:326)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	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)

Build failed in Jenkins: sling-trunk-1.8 #2871

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/sling-trunk-1.8/2871/>

------------------------------------------
Started by timer
[EnvInject] - Loading node environment variables.
Building remotely on jenkins-ubuntu-1404-4gb-560 (jenkins-cloud-4GB cloud-slave Ubuntu ubuntu) in workspace <https://builds.apache.org/job/sling-trunk-1.8/ws/>
Unpacking http://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.3.3/apache-maven-3.3.3-bin.zip to /jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.0.5 on jenkins-ubuntu-1404-4gb-560
Cleaning up <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/launchpad/content/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/launchpad/base/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/launchpad/builder/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/launchpad/api/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/launchpad/installer/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/parent/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/tooling/maven/apache-sling-jar-resource-bundle/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/tooling/support/install/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/tooling/support/provisioning-model/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/tooling/support/source/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundles/jcr/it-jackrabbit-oak/sling>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundles/jcr/it-jackrabbit-oak/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundles/jcr/it-jackrabbit-oak/jackrabbit>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundles/jcr/it-jackrabbit-oak/derby.log>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundles/jcr/davex/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundles/jcr/webdav/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundles/jcr/resource/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundles/jcr/webconsole/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundles/jcr/registration/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundles/jcr/contentloader/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundles/jcr/contentloader/jackrabbit>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundles/jcr/contentloader/derby.log>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundles/jcr/it-resource-versioning/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundles/jcr/jcr-wrapper/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundles/jcr/jackrabbit-server/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundles/jcr/base/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundles/jcr/api/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundles/jcr/jackrabbit-accessmanager/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundles/jcr/jackrabbit-usermanager/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundles/jcr/oak-server/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundles/resourceaccesssecurity/it/sling>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundles/resourceaccesssecurity/it/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundles/resourceaccesssecurity/it/derby.log>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundles/resourceaccesssecurity/core/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundles/scripting/javascript/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundles/scripting/jsp/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundles/scripting/sightly/testing-content/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundles/scripting/sightly/engine/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundles/scripting/sightly/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundles/scripting/sightly/repl/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundles/scripting/sightly/testing/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundles/scripting/sightly/js-use-provider/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundles/scripting/sightly/models-use-provider/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundles/scripting/jsp-taglib/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundles/scripting/api/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundles/scripting/jsp-jstl/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundles/scripting/core/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundles/servlets/post/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundles/servlets/get/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundles/servlets/resolver/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundles/servlets/compat/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundles/engine/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundles/resourceresolver/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundles/commons/fsclassloader/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundles/commons/threaddump/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundles/commons/scheduler/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundles/commons/contentdetection/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundles/commons/contentdetection/jackrabbit>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundles/commons/contentdetection/derby.log>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundles/commons/osgi/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundles/commons/repoinit/it/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundles/commons/repoinit/oak-jcr/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundles/commons/repoinit/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundles/commons/repoinit/parser/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundles/commons/log/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundles/commons/threads/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundles/commons/json/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundles/commons/metrics/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundles/commons/classloader/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundles/commons/compiler/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundles/commons/testing/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundles/commons/mime/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundles/commons/logservice/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundles/api/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundles/extensions/feature-flags/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundles/extensions/framework-extension-activation/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundles/extensions/servlet-helpers/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundles/extensions/validation/test-services/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundles/extensions/validation/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundles/extensions/validation/api/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundles/extensions/validation/core/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundles/extensions/validation/examples/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundles/extensions/validation/it-http/sling>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundles/extensions/validation/it-http/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundles/extensions/settings/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundles/extensions/xss/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundles/extensions/fsresource/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundles/extensions/resourcebuilder/sling>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundles/extensions/resourcebuilder/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundles/extensions/framework-extension-xml/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundles/extensions/adapter/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundles/extensions/framework-extension-transaction/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundles/extensions/healthcheck/it/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundles/extensions/healthcheck/support/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundles/extensions/healthcheck/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundles/extensions/healthcheck/core/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundles/extensions/healthcheck/annotations/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundles/extensions/healthcheck/webconsole/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundles/extensions/healthcheck/junit-bridge/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundles/extensions/healthcheck/samples/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundles/extensions/javax.activation/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundles/extensions/models/validation-impl/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundles/extensions/models/impl/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundles/extensions/models/api/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundles/extensions/models/integration-tests/sling>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundles/extensions/models/integration-tests/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundles/extensions/models/integration-tests/derby.log>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundles/extensions/dea/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundles/extensions/explorer/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundles/extensions/webconsolesecurityprovider/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundles/extensions/framework-extension-ws/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundles/extensions/event/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundles/extensions/event/derby.log>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundles/extensions/serviceusermapper/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundles/extensions/bundleresource/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundles/extensions/i18n/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundles/extensions/i18n/jackrabbit>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundles/extensions/i18n/derby.log>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundles/extensions/webconsolebranding/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundles/extensions/discovery/support/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundles/extensions/discovery/impl/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundles/extensions/discovery/oak/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundles/extensions/discovery/commons/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundles/extensions/discovery/base/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundles/extensions/discovery/api/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundles/extensions/discovery/standalone/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundles/auth/form/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundles/auth/core/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/testing/tools/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/testing/mocks/osgi-mock/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/testing/mocks/jcr-mock/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/testing/mocks/logging-mock/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/testing/mocks/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/testing/mocks/resourceresolver-mock/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/testing/mocks/sling-mock-oak/dependency-reduced-pom.xml>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/testing/mocks/sling-mock-oak/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/testing/mocks/sling-mock/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/testing/hamcrest/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/testing/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/testing/junit/scriptable/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/testing/junit/performance/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/testing/junit/core/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/testing/junit/remote/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/testing/junit/teleporter/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/testing/junit/healthcheck/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/testing/sling-pax-util/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/testing/sling-pax-util/jackrabbit>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/testing/sling-pax-util/derby.log>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/testing/samples/bundle-with-it/sling>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/testing/samples/bundle-with-it/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/installer/console/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/installer/it/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/installer/providers/jcr/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/installer/providers/file/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/installer/core/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/installer/factories/deploymentpck/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/installer/factories/subsystem_base/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/installer/factories/subsystems/target>
Deleting <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/installer/factories/configuration/target>
Updating http://svn.apache.org/repos/asf/sling/trunk at revision '2016-03-19T06:43:30.405 +0000'
At revision 1735733
no change for http://svn.apache.org/repos/asf/sling/trunk since the previous build
Parsing POMs
Modules changed, recalculating dependency graph
Established TCP socket on 50825
maven32-agent.jar already up to date
maven32-interceptor.jar already up to date
maven3-interceptor-commons.jar already up to date
[trunk] $ /bin/java -Xmx512M -XX:MaxPermSize=256M -enableassertions -cp /jenkins/maven32-agent.jar:/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.0.5/boot/plexus-classworlds-2.5.2.jar:/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.0.5/conf/logging jenkins.maven3.agent.Maven32Main /jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.0.5 /jenkins/slave.jar /jenkins/maven32-interceptor.jar /jenkins/maven3-interceptor-commons.jar 50825
ERROR: Failed to parse POMs
java.io.IOException: Cannot run program "/bin/java" (in directory "<https://builds.apache.org/job/sling-trunk-1.8/ws/trunk")>: error=2, No such file or directory
	at java.lang.ProcessBuilder.start(ProcessBuilder.java:1047)
	at hudson.Proc$LocalProc.<init>(Proc.java:244)
	at hudson.Proc$LocalProc.<init>(Proc.java:216)
	at hudson.Launcher$LocalLauncher.launch(Launcher.java:815)
	at hudson.Launcher$ProcStarter.start(Launcher.java:381)
	at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:1148)
	at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:1113)
	at hudson.remoting.UserRequest.perform(UserRequest.java:120)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:326)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	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)
	at ......remote call to jenkins-ubuntu-1404-4gb-560(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1416)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:220)
	at hudson.remoting.Channel.call(Channel.java:781)
	at hudson.Launcher$RemoteLauncher.launch(Launcher.java:928)
	at hudson.Launcher$ProcStarter.start(Launcher.java:381)
	at hudson.maven.AbstractMavenProcessFactory.newProcess(AbstractMavenProcessFactory.java:281)
	at hudson.maven.ProcessCache.get(ProcessCache.java:236)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:778)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:534)
	at hudson.model.Run.execute(Run.java:1738)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:531)
	at hudson.model.ResourceController.execute(ResourceController.java:98)
	at hudson.model.Executor.run(Executor.java:410)
Caused by: java.io.IOException: error=2, No such file or directory
	at java.lang.UNIXProcess.forkAndExec(Native Method)
	at java.lang.UNIXProcess.<init>(UNIXProcess.java:187)
	at java.lang.ProcessImpl.start(ProcessImpl.java:130)
	at java.lang.ProcessBuilder.start(ProcessBuilder.java:1028)
	at hudson.Proc$LocalProc.<init>(Proc.java:244)
	at hudson.Proc$LocalProc.<init>(Proc.java:216)
	at hudson.Launcher$LocalLauncher.launch(Launcher.java:815)
	at hudson.Launcher$ProcStarter.start(Launcher.java:381)
	at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:1148)
	at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:1113)
	at hudson.remoting.UserRequest.perform(UserRequest.java:120)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:326)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	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)

Build failed in Jenkins: sling-trunk-1.8 #2870

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/sling-trunk-1.8/2870/>

------------------------------------------
[...truncated 57842 lines...]
[INFO] Apache Sling Jackrabbit UserManager Support ....... SUCCESS [5.359s]
[INFO] Apache Sling Jackrabbit JSR-283 Access Control Manager Support  SUCCESS [4.727s]
[INFO] Apache Sling Wrapper Bundle for the JCR API ....... SUCCESS [3.229s]
[INFO] Apache Sling JCR Resource Resolver ................ SUCCESS [35.822s]
[INFO] Apache Sling Versioning Integration Tests ......... SUCCESS [10.087s]
[INFO] Apache Sling JCR Repository Registration .......... SUCCESS [5.011s]
[INFO] Apache Sling DavEx Access to repositories ......... SUCCESS [6.441s]
[INFO] Apache Sling JCR WebConsole Bundle ................ SUCCESS [4.105s]
[INFO] Apache Sling SlingRepository Integration Tests .... SUCCESS [30.536s]
[INFO] Apache Sling Servlet Resolver ..................... SUCCESS [6.241s]
[INFO] Apache Sling Default GET Servlets ................. SUCCESS [6.191s]
[INFO] Apache Sling Default POST Servlets ................ SUCCESS [7.811s]
[INFO] Apache Sling Compat Servlets ...................... SUCCESS [5.330s]
[INFO] Apache Sling Scripting Implementation API ......... SUCCESS [3.327s]
[INFO] Apache Sling Scripting Core implementation ........ SUCCESS [17.760s]
[INFO] Apache Sling Scripting JavaScript Support ......... SUCCESS [20.254s]
[INFO] Apache Sling Scripting JSP Support ................ SUCCESS [13.815s]
[INFO] Apache Sling JSP Tag Library ...................... SUCCESS [8.930s]
[INFO] Apache Sling JSP Standard Tag Library ............. SUCCESS [3.645s]
[INFO] Apache Sling Scripting Sightly Engine ............. SUCCESS [37.175s]
[INFO] Apache Sling Scripting Sightly JavaScript Use Provider  SUCCESS [6.024s]
[INFO] Apache Sling Scripting Sightly Models Use Provider  SUCCESS [4.105s]
[INFO] Apache Sling Scripting Sightly Read-Eval-Print Loop Environment  SUCCESS [4.519s]
[INFO] Apache Sling Scripting Sightly Integration Tests Content  SUCCESS [5.980s]
[INFO] Apache Sling Launchpad Application Builder ........ SUCCESS [17.135s]
[INFO] Apache Sling Scripting Sightly Integration Tests .. SUCCESS [2:09.255s]
[INFO] Apache Sling Scripting Sightly Reactor ............ SUCCESS [2.297s]
[INFO] Apache Sling Adapter Manager Implementation ....... SUCCESS [5.287s]
[INFO] Apache Sling Bundle Resource Provider ............. SUCCESS [4.084s]
[INFO] Apache Sling Distributed Event Admin .............. SUCCESS [4.931s]
[INFO] Apache Sling Discovery API ........................ SUCCESS [3.214s]
[INFO] Apache Sling Discovery Commons .................... FAILURE [0.789s]
[INFO] Apache Sling Discovery Base ....................... SKIPPED
[INFO] Apache Sling Resource-Based Discovery Service ..... SKIPPED
[INFO] Apache Sling Oak-Based Discovery Service .......... SKIPPED
[INFO] Apache Sling Discovery Support Bundle ............. SKIPPED
[INFO] Apache Sling Discovery Standalone Implementation .. SKIPPED
[INFO] Apache Sling Event Support ........................ SKIPPED
[INFO] Apache Sling Feature Flags ........................ SKIPPED
[INFO] Apache Sling javax.activation bundle .............. SKIPPED
[INFO] Apache Sling Service User Mapper .................. SKIPPED
[INFO] Apache Sling Settings ............................. SKIPPED
[INFO] Apache Sling Web Console Branding ................. SKIPPED
[INFO] Apache Sling Web Console Security Provider ........ SKIPPED
[INFO] Apache Sling Explorer ............................. SKIPPED
[INFO] Apache Sling Health Check Core .................... SKIPPED
[INFO] Apache Sling Health Check Samples ................. SKIPPED
[INFO] Apache Sling Health Check Support Components ...... SKIPPED
[INFO] Apache Sling Health Check Webconsole Plugin ....... SKIPPED
[INFO] Apache Sling Health Check JUnit Bridge ............ SKIPPED
[INFO] Apache Sling Health Check Annotations ............. SKIPPED
[INFO] Apache Sling Health Check Integration Tests ....... SKIPPED
[INFO] Apache Sling Health Check Reactor POM ............. SKIPPED
[INFO] Apache Sling Resource Access Security ............. SKIPPED
[INFO] Apache Sling Resource Access Security Integration Tests  SKIPPED
[INFO] Apache Sling Models API ........................... SKIPPED
[INFO] Apache Sling Models Implementation ................ SKIPPED
[INFO] Apache Sling Models Integration Tests ............. SKIPPED
[INFO] Apache Sling Internationalization Support ......... SKIPPED
[INFO] Apache Sling XSS Protection Bundle ................ SKIPPED
[INFO] Apache Sling Resource Builder ..................... SKIPPED
[INFO] Apache Sling Servlet Helpers ...................... SKIPPED
[INFO] Apache Sling Test Tools ........................... SKIPPED
[INFO] Apache Sling Testing Hamcrest ..................... SKIPPED
[INFO] Apache Sling JUnit Core ........................... SKIPPED
[INFO] Apache Sling JUnit Scriptable Tests Provider ...... SKIPPED
[INFO] Apache Sling JUnit Health Checks .................. SKIPPED
[INFO] Apache Sling JUnit Remote Tests Runners ........... SKIPPED
[INFO] Apache Sling JUnit Performance .................... SKIPPED
[INFO] Apache Sling Testing Mock Log Configuration ....... SKIPPED
[INFO] Apache Sling Testing Resource Resolver Mock ....... SKIPPED
[INFO] Apache Sling Testing JCR Mock ..................... SKIPPED
[INFO] Apache Sling Testing OSGi Mock .................... SKIPPED
[INFO] Apache Sling Testing Sling Mock ................... SKIPPED
[INFO] Apache Sling Testing Sling Mock Oak-based Resource Resolver  SKIPPED
[INFO] Apache Sling Testing Mocks Modules Reactor ........ SKIPPED
[INFO] Apache Sling Testing - sample bundle with integration tests  SKIPPED
[INFO] Apache Sling Testing Modules Reactor .............. SKIPPED
[INFO] Apache Sling Installer ............................ SKIPPED
[INFO] Apache Sling File Installer ....................... SKIPPED
[INFO] Apache Sling JCR Installer ........................ SKIPPED
[INFO] Apache Sling Installer Configuration Admin Support  SKIPPED
[INFO] Apache Sling Deployment Package Installer ......... SKIPPED
[INFO] Apache Sling Subsystems Installer ................. SKIPPED
[INFO] Apache Sling Installer Integration Tests .......... SKIPPED
[INFO] Apache Sling Launchpad API ........................ SKIPPED
[INFO] Apache Sling Launchpad Base ....................... SKIPPED
[INFO] Apache Sling Launchpad Installer .................. SKIPPED
[INFO] Apache Sling Launchpad Content .................... SKIPPED
[INFO] Apache Sling Validation Framework API ............. SKIPPED
[INFO] Apache Sling Validation Framework Core Implementation  SKIPPED
[INFO] Apache Sling Validation Framework Testing Services  SKIPPED
[INFO] Apache Sling Validation Framework Integration Tests  SKIPPED
[INFO] Apache Sling Validation Framework Examples ........ SKIPPED
[INFO] Apache Sling Validation Framework Builder ......... SKIPPED
[INFO] Apache Sling Models Validation Implementation ..... SKIPPED
[INFO] Apache Sling (Builder) ............................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 17:39.745s
[INFO] Finished at: Sat Mar 19 03:27:14 UTC 2016
[INFO] Final Memory: 184M/433M
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal on project org.apache.sling.discovery.commons: Could not resolve dependencies for project org.apache.sling:org.apache.sling.discovery.commons:bundle:1.0.11-SNAPSHOT: Could not transfer artifact org.apache.jackrabbit:oak-core:jar:1.3.7 from/to central (http://repo.maven.apache.org/maven2): GET request of: org/apache/jackrabbit/oak-core/1.3.7/oak-core-1.3.7.jar from central failed: Connection reset -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :org.apache.sling.discovery.commons
channel stopped

Jenkins build is still unstable: sling-trunk-1.8 #2869

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/sling-trunk-1.8/changes>


Jenkins build is still unstable: sling-trunk-1.8 #2868

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/sling-trunk-1.8/changes>