You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2013/09/29 13:26:55 UTC

Build failed in Jenkins: myfaces-current12 #1045

See <https://builds.apache.org/job/myfaces-current12/1045/>

------------------------------------------
[...truncated 1412 lines...]
  Found PropertyDescriptor java.beans.PropertyDescriptor@c8ae18d2descriptor(class=org.apache.myfaces.renderkit.html.HtmlTableRendererTest$Person, name=lastName
  Found BeanInfo java.beans.GenericBeanInfo@1ef7de4
  Found PropertyDescriptor java.beans.PropertyDescriptor@5a947f50descriptor(class=org.apache.myfaces.renderkit.html.HtmlTableRendererTest$Person, name=firstName
  Found BeanInfo java.beans.GenericBeanInfo@1ef7de4
  Found PropertyDescriptor java.beans.PropertyDescriptor@c8ae18d2descriptor(class=org.apache.myfaces.renderkit.html.HtmlTableRendererTest$Person, name=lastName
  Found BeanInfo java.beans.GenericBeanInfo@1ef7de4
  Found PropertyDescriptor java.beans.PropertyDescriptor@5a947f50descriptor(class=org.apache.myfaces.renderkit.html.HtmlTableRendererTest$Person, name=firstName
  Found BeanInfo java.beans.GenericBeanInfo@1ef7de4
  Found PropertyDescriptor java.beans.PropertyDescriptor@c8ae18d2descriptor(class=org.apache.myfaces.renderkit.html.HtmlTableRendererTest$Person, name=lastName
  Found BeanInfo java.beans.GenericBeanInfo@1ef7de4
  Found PropertyDescriptor java.beans.PropertyDescriptor@5a947f50Sep 29, 2013 11:24:32 AM javax.faces.component.UIComponentBase getClientId
WARNING: WARNING: Component j_id0 just got an automatic id, because there was no id assigned yet. If this component was created dynamically (i.e. not by a JSP tag) you should assign it an explicit static id or assign it the id you get from the createUniqueId from the current UIViewRoot component right after creation! Path to Component: {Component-Path : [Class: javax.faces.component.html.HtmlInputText,Id: j_id0]}
No Renderer found for component {Component-Path : [Class: javax.faces.component.UIViewRoot,ViewId: null][Class: javax.faces.component.UIForm,Id: formId]} (component-family=javax.faces.Form, renderer-type=javax.faces.Form)
Sep 29, 2013 11:24:32 AM javax.faces.component.UIComponentBase getRenderer
WARNING: No Renderer found for component {Component-Path : [Class: javax.faces.component.UIViewRoot,ViewId: null][Class: javax.faces.component.UIForm,Id: formId]} (component-family=javax.faces.Form, renderer-type=javax.faces.Form)
Sep 29, 2013 11:24:32 AM javax.faces.component.UIComponentBase getClientId
WARNING: WARNING: Component formId:j_id0 just got an automatic id, because there was no id assigned yet. If this component was created dynamically (i.e. not by a JSP tag) you should assign it an explicit static id or assign it the id you get from the createUniqueId from the current UIViewRoot component right after creation! Path to Component: {Component-Path : [Class: javax.faces.component.UIViewRoot,ViewId: null][Class: javax.faces.component.UIForm,Id: formId][Class: javax.faces.component.html.HtmlInputText,Id: j_id0]}
Sep 29, 2013 11:24:32 AM javax.faces.component.UIComponentBase getClientId
WARNING: WARNING: Component j_id0 just got an automatic id, because there was no id assigned yet. If this component was created dynamically (i.e. not by a JSP tag) you should assign it an explicit static id or assign it the id you get from the createUniqueId from the current UIViewRoot component right after creation! Path to Component: {Component-Path : [Class: javax.faces.component.html.HtmlInputTextarea,Id: j_id0]}
Sep 29, 2013 11:24:32 AM javax.faces.component.UIComponentBase getClientId
WARNING: WARNING: Component j_id0 just got an automatic id, because there was no id assigned yet. If this component was created dynamically (i.e. not by a JSP tag) you should assign it an explicit static id or assign it the id you get from the createUniqueId from the current UIViewRoot component right after creation! Path to Component: {Component-Path : [Class: javax.faces.component.html.HtmlInputTextarea,Id: j_id0]}
Sep 29, 2013 11:24:32 AM javax.faces.component.UIComponentBase getClientId
WARNING: WARNING: Component j_id0 just got an automatic id, because there was no id assigned yet. If this component was created dynamically (i.e. not by a JSP tag) you should assign it an explicit static id or assign it the id you get from the createUniqueId from the current UIViewRoot component right after creation! Path to Component: {Component-Path : [Class: javax.faces.component.html.HtmlInputTextarea,Id: j_id0]}
Sep 29, 2013 11:24:32 AM javax.faces.component.UIComponentBase getClientId
WARNING: WARNING: Component j_id0 just got an automatic id, because there was no id assigned yet. If this component was created dynamically (i.e. not by a JSP tag) you should assign it an explicit static id or assign it the id you get from the createUniqueId from the current UIViewRoot component right after creation! Path to Component: {Component-Path : [Class: javax.faces.component.html.HtmlInputText,Id: j_id0]}
Sep 29, 2013 11:24:32 AM org.apache.myfaces.webapp.AbstractFacesInitializer initFaces
SEVERE: An error occured while initializing MyFaces: null
java.lang.NullPointerException
	at org.apache.myfaces.shared_impl.webapp.webxml.WebXml.getWebXml(WebXml.java:225)
	at org.apache.myfaces.webapp.AbstractFacesInitializer.initFaces(AbstractFacesInitializer.java:80)
	at org.apache.myfaces.webapp.Jsp21FacesInitializerTest.testInitFaces(Jsp21FacesInitializerTest.java:91)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.testng.internal.MethodHelper.invokeMethod(MethodHelper.java:552)
	at org.testng.internal.Invoker.invokeMethod(Invoker.java:411)
	at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:785)
	at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:114)
	at org.testng.TestRunner.privateRun(TestRunner.java:693)
	at org.testng.TestRunner.run(TestRunner.java:574)
	at org.testng.SuiteRunner.privateRun(SuiteRunner.java:241)
	at org.testng.SuiteRunner.run(SuiteRunner.java:145)
	at org.testng.TestNG.createAndRunSuiteRunners(TestNG.java:901)
	at org.testng.TestNG.runSuitesLocally(TestNG.java:863)
	at org.testng.TestNG.run(TestNG.java:613)
	at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:62)
	at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:155)
	at org.apache.maven.surefire.Surefire.run(Surefire.java:180)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:350)
	at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1021)
Tests run: 143, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.701 sec

Results :

Tests run: 143, Failures: 0, Errors: 0, Skipped: 0

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/myfaces-current12/ws/current12/core/impl/target/myfaces-impl-1.2.13-SNAPSHOT.jar>
[INFO] Preparing source:jar
[WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
[JENKINS] Archiving <https://builds.apache.org/job/myfaces-current12/ws/current12/core/impl/pom.xml> to /home/hudson/hudson/jobs/myfaces-current12/modules/org.apache.myfaces.core$myfaces-impl/builds/2013-09-29_11-21-16/archive/org.apache.myfaces.core/myfaces-impl/1.2.13-SNAPSHOT/myfaces-impl-1.2.13-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/myfaces-current12/ws/current12/core/impl/target/myfaces-impl-1.2.13-SNAPSHOT.jar> to /home/hudson/hudson/jobs/myfaces-current12/modules/org.apache.myfaces.core$myfaces-impl/builds/2013-09-29_11-21-16/archive/org.apache.myfaces.core/myfaces-impl/1.2.13-SNAPSHOT/myfaces-impl-1.2.13-SNAPSHOT.jar
[INFO] [myfaces-builder:build-metadata {execution: makemyfacesmetadata}]
Artifact: myfaces-api-1.2.13-SNAPSHOT.jar have META-INF/myfaces-metadata.xml
[INFO] [myfaces-builder:make-config {execution: makefacesconfig}]
[WARNING] *******************************************************************
[WARNING] RuntimeInstance initializing.
[WARNING] Default ResourceManager initializing. (class org.apache.velocity.runtime.resource.ResourceManagerImpl)
[WARNING] FileResourceLoader : initialization starting.
[WARNING] FileResourceLoader : initialization complete.
[WARNING] RelativeClasspathResourceLoader : initialization complete.
[INFO] RelativeClasspathResourceLoader : adding path 'META-INF'
[WARNING] RelativeClasspathResourceLoader : initialization complete.
[WARNING] Default ResourceManager initialization complete.
[WARNING] Velocimacro : initialization starting.
[WARNING] Velocimacro : VM library registration complete.
[WARNING] Velocimacro : Velocimacro : initialization complete.
[WARNING] RuntimeInstance successfully initialized.
[INFO] using base content file: <https://builds.apache.org/job/myfaces-current12/ws/current12/core/impl/src/main/conf/META-INF/standard-faces-config-base.xml>
[INFO] [myfaces-builder:make-tags {execution: make_tags}]
[INFO] Using template from file loader: <https://builds.apache.org/job/myfaces-current12/ws/current12/core/impl/src/main/resources/META-INF/tagClass12.vm>
[WARNING] *******************************************************************
[WARNING] RuntimeInstance initializing.
[WARNING] Default ResourceManager initializing. (class org.apache.velocity.runtime.resource.ResourceManagerImpl)
[WARNING] FileResourceLoader : initialization starting.
[WARNING] FileResourceLoader : initialization complete.
[WARNING] RelativeClasspathResourceLoader : initialization complete.
[INFO] RelativeClasspathResourceLoader : adding path 'META-INF'
[WARNING] RelativeClasspathResourceLoader : initialization complete.
[WARNING] Default ResourceManager initialization complete.
[WARNING] Velocimacro : initialization starting.
[WARNING] Velocimacro : VM library registration complete.
[WARNING] Velocimacro : Velocimacro : initialization complete.
[WARNING] RuntimeInstance successfully initialized.
[INFO] Generating tag class:org.apache.myfaces.taglib.html.HtmlInputHiddenTag
[INFO] Generating tag class:org.apache.myfaces.taglib.html.HtmlColumnTag
[INFO] Generating tag class:org.apache.myfaces.taglib.html.HtmlCommandButtonTag
[INFO] Generating tag class:org.apache.myfaces.taglib.html.HtmlCommandLinkTag
[INFO] Generating tag class:org.apache.myfaces.taglib.html.HtmlDataTableTag
[INFO] Generating tag class:org.apache.myfaces.taglib.html.HtmlFormTag
[INFO] Generating tag class:org.apache.myfaces.taglib.html.HtmlGraphicImageTag
[INFO] Generating tag class:org.apache.myfaces.taglib.html.HtmlInputSecretTag
[INFO] Generating tag class:org.apache.myfaces.taglib.html.HtmlInputTextTag
[INFO] Generating tag class:org.apache.myfaces.taglib.html.HtmlInputTextareaTag
[INFO] Generating tag class:org.apache.myfaces.taglib.html.HtmlMessageTag
[INFO] Generating tag class:org.apache.myfaces.taglib.html.HtmlMessagesTag
[INFO] Generating tag class:org.apache.myfaces.taglib.html.HtmlOutputFormatTag
[INFO] Generating tag class:org.apache.myfaces.taglib.html.HtmlOutputLabelTag
[INFO] Generating tag class:org.apache.myfaces.taglib.html.HtmlOutputLinkTag
[INFO] Generating tag class:org.apache.myfaces.taglib.html.HtmlOutputTextTag
[INFO] Generating tag class:org.apache.myfaces.taglib.html.HtmlPanelGridTag
[INFO] Generating tag class:org.apache.myfaces.taglib.html.HtmlPanelGroupTag
[INFO] Generating tag class:org.apache.myfaces.taglib.html.HtmlSelectBooleanCheckboxTag
[INFO] Generating tag class:org.apache.myfaces.taglib.html.HtmlSelectManyCheckboxTag
[INFO] Generating tag class:org.apache.myfaces.taglib.html.HtmlSelectManyListboxTag
[INFO] Generating tag class:org.apache.myfaces.taglib.html.HtmlSelectManyMenuTag
[INFO] Generating tag class:org.apache.myfaces.taglib.html.HtmlSelectOneListboxTag
[INFO] Generating tag class:org.apache.myfaces.taglib.html.HtmlSelectOneMenuTag
[INFO] Generating tag class:org.apache.myfaces.taglib.html.HtmlSelectOneRadioTag
[INFO] [myfaces-builder:make-config {execution: makecoretld}]
[WARNING] *******************************************************************
[WARNING] RuntimeInstance initializing.
[WARNING] Default ResourceManager initializing. (class org.apache.velocity.runtime.resource.ResourceManagerImpl)
[WARNING] FileResourceLoader : initialization starting.
[WARNING] FileResourceLoader : initialization complete.
[WARNING] RelativeClasspathResourceLoader : initialization complete.
[INFO] RelativeClasspathResourceLoader : adding path 'META-INF'
[WARNING] RelativeClasspathResourceLoader : initialization complete.
[WARNING] Default ResourceManager initialization complete.
[WARNING] Velocimacro : initialization starting.
[WARNING] Velocimacro : VM library registration complete.
[WARNING] Velocimacro : Velocimacro : initialization complete.
[WARNING] RuntimeInstance successfully initialized.
[INFO] using base content file: <https://builds.apache.org/job/myfaces-current12/ws/current12/core/impl/src/main/conf/META-INF/myfaces_core-base.tld>
[INFO] [myfaces-builder:make-config {execution: makehtmltld}]
[WARNING] *******************************************************************
[WARNING] RuntimeInstance initializing.
[WARNING] Default ResourceManager initializing. (class org.apache.velocity.runtime.resource.ResourceManagerImpl)
[WARNING] FileResourceLoader : initialization starting.
[WARNING] FileResourceLoader : initialization complete.
[WARNING] RelativeClasspathResourceLoader : initialization complete.
[INFO] RelativeClasspathResourceLoader : adding path 'META-INF'
[WARNING] RelativeClasspathResourceLoader : initialization complete.
[WARNING] Default ResourceManager initialization complete.
[WARNING] Velocimacro : initialization starting.
[WARNING] Velocimacro : VM library registration complete.
[WARNING] Velocimacro : Velocimacro : initialization complete.
[WARNING] RuntimeInstance successfully initialized.
[INFO] using base content file: <https://builds.apache.org/job/myfaces-current12/ws/current12/core/impl/src/main/conf/META-INF/myfaces_html-base.tld>
ERROR: Could not find local repository for 2.2.1
[INFO] [source:jar {execution: attach-source}]
[INFO] Building jar: <https://builds.apache.org/job/myfaces-current12/ws/current12/core/impl/target/myfaces-impl-1.2.13-SNAPSHOT-sources.jar>
[INFO] [checkstyle:check {execution: verify-style}]
[INFO] 
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/myfaces-current12/ws/current12/core/impl/target/myfaces-impl-1.2.13-SNAPSHOT.jar> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/myfaces/core/myfaces-impl/1.2.13-SNAPSHOT/myfaces-impl-1.2.13-SNAPSHOT.jar
[INFO] Installing <https://builds.apache.org/job/myfaces-current12/ws/current12/core/impl/target/myfaces-impl-1.2.13-SNAPSHOT-sources.jar> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/myfaces/core/myfaces-impl/1.2.13-SNAPSHOT/myfaces-impl-1.2.13-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/myfaces-current12/ws/current12/core/impl/target/myfaces-impl-1.2.13-SNAPSHOT-sources.jar> to /home/hudson/hudson/jobs/myfaces-current12/modules/org.apache.myfaces.core$myfaces-impl/builds/2013-09-29_11-21-16/archive/org.apache.myfaces.core/myfaces-impl/1.2.13-SNAPSHOT/myfaces-impl-1.2.13-SNAPSHOT-sources.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Build Project
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] Setting property: classpath.resource.loader.class => 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
[INFO] Setting property: velocimacro.messages.on => 'false'.
[INFO] Setting property: resource.loader => 'classpath'.
[INFO] Setting property: resource.manager.logwhenfound => 'false'.
[INFO] [remote-resources:process {execution: default}]
[JENKINS] Archiving <https://builds.apache.org/job/myfaces-current12/ws/current12/pom.xml> to /home/hudson/hudson/jobs/myfaces-current12/modules/org.apache.myfaces$myfaces-base/builds/2013-09-29_11-21-16/archive/org.apache.myfaces/myfaces-base/1.2.10-SNAPSHOT/myfaces-base-1.2.10-SNAPSHOT.pom
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/myfaces-current12/ws/current12/pom.xml> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/myfaces/myfaces-base/1.2.10-SNAPSHOT/myfaces-base-1.2.10-SNAPSHOT.pom
[INFO] 
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] Apache MyFaces JSF-1.2 Core Project ................... SUCCESS [15.245s]
[INFO] Apache Myfaces JSF Core-1.2 API ....................... SUCCESS [42.234s]
[INFO] Apache MyFaces Shared For JSF 1.2 - Project ........... SUCCESS [15.644s]
[INFO] Apache MyFaces Shared For JSF 1.2 - Core .............. SUCCESS [21.161s]
[INFO] MyFaces Shared Impl ................................... SUCCESS [17.388s]
[INFO] MyFaces Shared Tomahawk ............................... SUCCESS [35.333s]
[INFO] Apache MyFaces JSF-1.2 Core Impl ...................... SUCCESS [49.068s]
[INFO] Build Project ......................................... SUCCESS [16.527s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4 minutes 12 seconds
[INFO] Finished at: Sun Sep 29 11:25:34 UTC 2013
[INFO] Final Memory: 109M/397M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
channel stopped
Maven RedeployPublisher use remote ubuntu3 maven settings from : /home/jenkins/.m2/settings.xml
[INFO] Deployment in https://repository.apache.org/content/repositories/snapshots (id=apache.snapshots.https,uniqueVersion=false)
Deploying the main artifact myfaces-base-1.2.10-SNAPSHOT.pom
[INFO] Deployment in https://repository.apache.org/content/repositories/snapshots (id=apache.snapshots.https,uniqueVersion=false)
Deploying the main artifact myfaces-api-1.2.13-SNAPSHOT.jar
ERROR: Error installing artifact's metadata: Error while deploying metadata: The target server failed to respond
org.apache.maven.artifact.deployer.ArtifactDeploymentException: Error installing artifact's metadata: Error while deploying metadata: The target server failed to respond
	at hudson.maven.artifact.deployer.DefaultArtifactDeployer.deploy(DefaultArtifactDeployer.java:183)
	at hudson.maven.reporters.MavenArtifactRecord.deploy(MavenArtifactRecord.java:190)
	at hudson.maven.RedeployPublisher.perform(RedeployPublisher.java:176)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:782)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:754)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.post2(MavenModuleSetBuild.java:1007)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:707)
	at hudson.model.Run.execute(Run.java:1628)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:506)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:246)
Caused by: org.apache.maven.artifact.repository.metadata.RepositoryMetadataDeploymentException: Error while deploying metadata: The target server failed to respond
	at org.apache.maven.artifact.repository.metadata.DefaultRepositoryMetadataManager.deploy(DefaultRepositoryMetadataManager.java:492)
	at hudson.maven.artifact.deployer.DefaultArtifactDeployer.deploy(DefaultArtifactDeployer.java:167)
	... 11 more
Caused by: org.apache.maven.wagon.TransferFailedException: The target server failed to respond
	at org.apache.maven.wagon.shared.http4.AbstractHttpClientWagon.put(AbstractHttpClientWagon.java:580)
	at org.apache.maven.wagon.shared.http4.AbstractHttpClientWagon.put(AbstractHttpClientWagon.java:524)
	at org.apache.maven.wagon.shared.http4.AbstractHttpClientWagon.put(AbstractHttpClientWagon.java:505)
	at org.apache.maven.wagon.shared.http4.AbstractHttpClientWagon.put(AbstractHttpClientWagon.java:485)
	at org.apache.maven.repository.legacy.DefaultWagonManager.putRemoteFile(DefaultWagonManager.java:543)
	at org.apache.maven.repository.legacy.DefaultWagonManager.putArtifactMetadata(DefaultWagonManager.java:501)
	at org.apache.maven.artifact.repository.metadata.DefaultRepositoryMetadataManager.deploy(DefaultRepositoryMetadataManager.java:488)
	... 12 more
Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:95)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:62)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:254)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:289)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:252)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:191)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:300)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:127)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:715)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:520)
	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906)
	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:805)
	at org.apache.maven.wagon.shared.http4.AbstractHttpClientWagon.execute(AbstractHttpClientWagon.java:746)
	at org.apache.maven.wagon.shared.http4.AbstractHttpClientWagon.put(AbstractHttpClientWagon.java:574)
	... 18 more
[INFO] Deployment failed after 22 sec
Build step 'Deploy artifacts to Maven repository' changed build result to FAILURE

Jenkins build is back to normal : myfaces-current12 #1047

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/myfaces-current12/1047/>


Build failed in Jenkins: myfaces-current12 #1046

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/myfaces-current12/1046/>

------------------------------------------
[...truncated 647 lines...]
[INFO] META-INF/NOTICE already added, skipping
[INFO] [checkstyle:check {execution: verify-style}]
[INFO] 
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/myfaces-current12/ws/current12/shared/core/target/myfaces-shared-core-3.0.13-SNAPSHOT.jar> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/myfaces/shared/myfaces-shared-core/3.0.13-SNAPSHOT/myfaces-shared-core-3.0.13-SNAPSHOT.jar
[INFO] Installing <https://builds.apache.org/job/myfaces-current12/ws/current12/shared/core/target/myfaces-shared-core-3.0.13-SNAPSHOT-sources.jar> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/myfaces/shared/myfaces-shared-core/3.0.13-SNAPSHOT/myfaces-shared-core-3.0.13-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/myfaces-current12/ws/current12/shared/core/pom.xml> to /home/hudson/hudson/jobs/myfaces-current12/modules/org.apache.myfaces.shared$myfaces-shared-core/builds/2013-09-29_11-59-26/archive/org.apache.myfaces.shared/myfaces-shared-core/3.0.13-SNAPSHOT/myfaces-shared-core-3.0.13-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/myfaces-current12/ws/current12/shared/core/target/myfaces-shared-core-3.0.13-SNAPSHOT.jar> to /home/hudson/hudson/jobs/myfaces-current12/modules/org.apache.myfaces.shared$myfaces-shared-core/builds/2013-09-29_11-59-26/archive/org.apache.myfaces.shared/myfaces-shared-core/3.0.13-SNAPSHOT/myfaces-shared-core-3.0.13-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/myfaces-current12/ws/current12/shared/core/target/myfaces-shared-core-3.0.13-SNAPSHOT-sources.jar> to /home/hudson/hudson/jobs/myfaces-current12/modules/org.apache.myfaces.shared$myfaces-shared-core/builds/2013-09-29_11-59-26/archive/org.apache.myfaces.shared/myfaces-shared-core/3.0.13-SNAPSHOT/myfaces-shared-core-3.0.13-SNAPSHOT-sources.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building MyFaces Shared Impl
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [dependency:unpack {execution: unpack-sources}]
[INFO] Configured Artifact: org.apache.myfaces.shared:myfaces-shared-core:sources:3.0.13-SNAPSHOT:jar
[INFO] snapshot org.apache.myfaces.shared:myfaces-shared-core:3.0.13-SNAPSHOT: checking for updates from apache-maven-snapshots
[INFO] snapshot org.apache.myfaces.shared:myfaces-shared-core:3.0.13-SNAPSHOT: checking for updates from apache.snapshots
[INFO] Unpacking /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/myfaces/shared/myfaces-shared-core/3.0.13-SNAPSHOT/myfaces-shared-core-3.0.13-SNAPSHOT-sources.jarto
 <https://builds.apache.org/job/myfaces-current12/ws/current12/shared/shared-impl/target/unpacked-shared-sources>
with Includes null and excludes:null
[WARNING] DEPRECATED [sourceRoot]: Use the build-helper-maven-plugin to bind source directories
[WARNING] DEPRECATED [tasks]: Use target instead
[INFO] [antrun:run {execution: refactor-shared-sources}]
[WARNING] Parameter tasks is deprecated, use target instead
[INFO] Executing tasks

main:

refactor-java-sources:
     [move] Moving 128 files to <https://builds.apache.org/job/myfaces-current12/ws/current12/shared/shared-impl/target/refactored-shared-sources/main/java/org/apache/myfaces/shared_impl>
[INFO] Executed tasks
[INFO] Registering compile source root <https://builds.apache.org/job/myfaces-current12/ws/current12/shared/shared-impl/target/refactored-shared-sources/main/java>
[INFO] [remote-resources:process {execution: default}]
[WARNING] DEPRECATED [tasks]: Use target instead
[INFO] [antrun:run {execution: refactor-resources}]
[WARNING] Parameter tasks is deprecated, use target instead
[INFO] Executing tasks

main:

refactor-resources:
[INFO] Executed tasks
[debug] execute contextualize
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 128 source files to <https://builds.apache.org/job/myfaces-current12/ws/current12/shared/shared-impl/target/classes>
[debug] execute contextualize
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/myfaces-current12/ws/current12/shared/shared-impl/src/test/resources>
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] No sources to compile
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://builds.apache.org/job/myfaces-current12/ws/current12/shared/shared-impl/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/myfaces-current12/ws/current12/shared/shared-impl/target/myfaces-shared-impl-3.0.13-SNAPSHOT.jar>
[INFO] Preparing source:jar
[WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
[JENKINS] Archiving <https://builds.apache.org/job/myfaces-current12/ws/current12/shared/shared-impl/pom.xml> to /home/hudson/hudson/jobs/myfaces-current12/modules/org.apache.myfaces.shared$myfaces-shared-impl/builds/2013-09-29_11-59-26/archive/org.apache.myfaces.shared/myfaces-shared-impl/3.0.13-SNAPSHOT/myfaces-shared-impl-3.0.13-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/myfaces-current12/ws/current12/shared/shared-impl/target/myfaces-shared-impl-3.0.13-SNAPSHOT.jar> to /home/hudson/hudson/jobs/myfaces-current12/modules/org.apache.myfaces.shared$myfaces-shared-impl/builds/2013-09-29_11-59-26/archive/org.apache.myfaces.shared/myfaces-shared-impl/3.0.13-SNAPSHOT/myfaces-shared-impl-3.0.13-SNAPSHOT.jar
[INFO] [dependency:unpack {execution: unpack-sources}]
[INFO] Configured Artifact: org.apache.myfaces.shared:myfaces-shared-core:sources:3.0.13-SNAPSHOT:jar
[INFO] Unpacking /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/myfaces/shared/myfaces-shared-core/3.0.13-SNAPSHOT/myfaces-shared-core-3.0.13-SNAPSHOT-sources.jarto
 <https://builds.apache.org/job/myfaces-current12/ws/current12/shared/shared-impl/target/unpacked-shared-sources>
with Includes null and excludes:null
ERROR: Could not find local repository for 2.2.1
[INFO] [source:jar {execution: attach-source}]
[INFO] META-INF already added, skipping
[INFO] META-INF/LICENSE already added, skipping
[INFO] META-INF/DEPENDENCIES already added, skipping
[INFO] META-INF/NOTICE already added, skipping
[INFO] Building jar: <https://builds.apache.org/job/myfaces-current12/ws/current12/shared/shared-impl/target/myfaces-shared-impl-3.0.13-SNAPSHOT-sources.jar>
[INFO] META-INF already added, skipping
[INFO] META-INF/LICENSE already added, skipping
[INFO] META-INF/DEPENDENCIES already added, skipping
[INFO] META-INF/NOTICE already added, skipping
[INFO] [checkstyle:check {execution: verify-style}]
[INFO] 
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/myfaces-current12/ws/current12/shared/shared-impl/target/myfaces-shared-impl-3.0.13-SNAPSHOT.jar> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/myfaces/shared/myfaces-shared-impl/3.0.13-SNAPSHOT/myfaces-shared-impl-3.0.13-SNAPSHOT.jar
[INFO] Installing <https://builds.apache.org/job/myfaces-current12/ws/current12/shared/shared-impl/target/myfaces-shared-impl-3.0.13-SNAPSHOT-sources.jar> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/myfaces/shared/myfaces-shared-impl/3.0.13-SNAPSHOT/myfaces-shared-impl-3.0.13-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/myfaces-current12/ws/current12/shared/shared-impl/target/myfaces-shared-impl-3.0.13-SNAPSHOT-sources.jar> to /home/hudson/hudson/jobs/myfaces-current12/modules/org.apache.myfaces.shared$myfaces-shared-impl/builds/2013-09-29_11-59-26/archive/org.apache.myfaces.shared/myfaces-shared-impl/3.0.13-SNAPSHOT/myfaces-shared-impl-3.0.13-SNAPSHOT-sources.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building MyFaces Shared Tomahawk
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [dependency:unpack {execution: unpack-sources}]
[INFO] Configured Artifact: org.apache.myfaces.shared:myfaces-shared-core:sources:3.0.13-SNAPSHOT:jar
[INFO] Unpacking /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/myfaces/shared/myfaces-shared-core/3.0.13-SNAPSHOT/myfaces-shared-core-3.0.13-SNAPSHOT-sources.jarto
 <https://builds.apache.org/job/myfaces-current12/ws/current12/shared/shared-tomahawk/target/unpacked-shared-sources>
with Includes null and excludes:null
[WARNING] DEPRECATED [sourceRoot]: Use the build-helper-maven-plugin to bind source directories
[WARNING] DEPRECATED [tasks]: Use target instead
[INFO] [antrun:run {execution: refactor-shared-sources}]
[WARNING] Parameter tasks is deprecated, use target instead
[INFO] Executing tasks

main:

refactor-java-sources:
     [move] Moving 128 files to <https://builds.apache.org/job/myfaces-current12/ws/current12/shared/shared-tomahawk/target/refactored-shared-sources/main/java/org/apache/myfaces/shared_tomahawk>
[INFO] Executed tasks
[INFO] Registering compile source root <https://builds.apache.org/job/myfaces-current12/ws/current12/shared/shared-tomahawk/target/refactored-shared-sources/main/java>
[INFO] [remote-resources:process {execution: default}]
[WARNING] DEPRECATED [tasks]: Use target instead
[INFO] [antrun:run {execution: refactor-resources}]
[WARNING] Parameter tasks is deprecated, use target instead
[INFO] Executing tasks

main:

refactor-resources:
[INFO] Executed tasks
[debug] execute contextualize
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 128 source files to <https://builds.apache.org/job/myfaces-current12/ws/current12/shared/shared-tomahawk/target/classes>
[debug] execute contextualize
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/myfaces-current12/ws/current12/shared/shared-tomahawk/src/test/resources>
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] No sources to compile
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://builds.apache.org/job/myfaces-current12/ws/current12/shared/shared-tomahawk/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/myfaces-current12/ws/current12/shared/shared-tomahawk/target/myfaces-shared-tomahawk-3.0.13-SNAPSHOT.jar>
[INFO] Preparing source:jar
[WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
[JENKINS] Archiving <https://builds.apache.org/job/myfaces-current12/ws/current12/shared/shared-tomahawk/pom.xml> to /home/hudson/hudson/jobs/myfaces-current12/modules/org.apache.myfaces.shared$myfaces-shared-tomahawk/builds/2013-09-29_11-59-26/archive/org.apache.myfaces.shared/myfaces-shared-tomahawk/3.0.13-SNAPSHOT/myfaces-shared-tomahawk-3.0.13-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/myfaces-current12/ws/current12/shared/shared-tomahawk/target/myfaces-shared-tomahawk-3.0.13-SNAPSHOT.jar> to /home/hudson/hudson/jobs/myfaces-current12/modules/org.apache.myfaces.shared$myfaces-shared-tomahawk/builds/2013-09-29_11-59-26/archive/org.apache.myfaces.shared/myfaces-shared-tomahawk/3.0.13-SNAPSHOT/myfaces-shared-tomahawk-3.0.13-SNAPSHOT.jar
[INFO] [dependency:unpack {execution: unpack-sources}]
[INFO] Configured Artifact: org.apache.myfaces.shared:myfaces-shared-core:sources:3.0.13-SNAPSHOT:jar
[INFO] Unpacking /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/myfaces/shared/myfaces-shared-core/3.0.13-SNAPSHOT/myfaces-shared-core-3.0.13-SNAPSHOT-sources.jarto
 <https://builds.apache.org/job/myfaces-current12/ws/current12/shared/shared-tomahawk/target/unpacked-shared-sources>
with Includes null and excludes:null
ERROR: Could not find local repository for 2.2.1
[INFO] [source:jar {execution: attach-source}]
[INFO] META-INF already added, skipping
[INFO] META-INF/LICENSE already added, skipping
[INFO] META-INF/DEPENDENCIES already added, skipping
[INFO] META-INF/NOTICE already added, skipping
[INFO] Building jar: <https://builds.apache.org/job/myfaces-current12/ws/current12/shared/shared-tomahawk/target/myfaces-shared-tomahawk-3.0.13-SNAPSHOT-sources.jar>
[INFO] META-INF already added, skipping
[INFO] META-INF/LICENSE already added, skipping
[INFO] META-INF/DEPENDENCIES already added, skipping
[INFO] META-INF/NOTICE already added, skipping
[INFO] [checkstyle:check {execution: verify-style}]
[INFO] 
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/myfaces-current12/ws/current12/shared/shared-tomahawk/target/myfaces-shared-tomahawk-3.0.13-SNAPSHOT.jar> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/myfaces/shared/myfaces-shared-tomahawk/3.0.13-SNAPSHOT/myfaces-shared-tomahawk-3.0.13-SNAPSHOT.jar
[INFO] Installing <https://builds.apache.org/job/myfaces-current12/ws/current12/shared/shared-tomahawk/target/myfaces-shared-tomahawk-3.0.13-SNAPSHOT-sources.jar> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/myfaces/shared/myfaces-shared-tomahawk/3.0.13-SNAPSHOT/myfaces-shared-tomahawk-3.0.13-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/myfaces-current12/ws/current12/shared/shared-tomahawk/target/myfaces-shared-tomahawk-3.0.13-SNAPSHOT-sources.jar> to /home/hudson/hudson/jobs/myfaces-current12/modules/org.apache.myfaces.shared$myfaces-shared-tomahawk/builds/2013-09-29_11-59-26/archive/org.apache.myfaces.shared/myfaces-shared-tomahawk/3.0.13-SNAPSHOT/myfaces-shared-tomahawk-3.0.13-SNAPSHOT-sources.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache MyFaces JSF-1.2 Core Impl
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] snapshot org.apache.myfaces.shared:myfaces-shared-impl:3.0.12-SNAPSHOT: checking for updates from java.net
[INFO] snapshot org.apache.myfaces.shared:myfaces-shared-impl:3.0.12-SNAPSHOT: checking for updates from tomcat
[INFO] snapshot org.apache.myfaces.shared:myfaces-shared-impl:3.0.12-SNAPSHOT: checking for updates from apache.snapshots
Downloading: http://download.java.net/maven/2/org/apache/myfaces/shared/myfaces-shared-impl/3.0.12-SNAPSHOT/myfaces-shared-impl-3.0.12-SNAPSHOT.pom
[INFO] Unable to find resource 'org.apache.myfaces.shared:myfaces-shared-impl:pom:3.0.12-SNAPSHOT' in repository java.net (http://download.java.net/maven/2)
Downloading: http://tomcat.apache.org/dev/dist/m2-repository/org/apache/myfaces/shared/myfaces-shared-impl/3.0.12-SNAPSHOT/myfaces-shared-impl-3.0.12-SNAPSHOT.pom
[INFO] Unable to find resource 'org.apache.myfaces.shared:myfaces-shared-impl:pom:3.0.12-SNAPSHOT' in repository tomcat (http://tomcat.apache.org/dev/dist/m2-repository)
Downloading: http://repository.apache.org/snapshots/org/apache/myfaces/shared/myfaces-shared-impl/3.0.12-SNAPSHOT/myfaces-shared-impl-3.0.12-SNAPSHOT.pom
[INFO] Unable to find resource 'org.apache.myfaces.shared:myfaces-shared-impl:pom:3.0.12-SNAPSHOT' in repository apache.snapshots (http://repository.apache.org/snapshots)
Downloading: http://download.java.net/maven/2/cactus/cactus/13-1.7.2/cactus-13-1.7.2.pom
[INFO] Unable to find resource 'cactus:cactus:pom:13-1.7.2' in repository java.net (http://download.java.net/maven/2)
Downloading: http://tomcat.apache.org/dev/dist/m2-repository/cactus/cactus/13-1.7.2/cactus-13-1.7.2.pom
[INFO] Unable to find resource 'cactus:cactus:pom:13-1.7.2' in repository tomcat (http://tomcat.apache.org/dev/dist/m2-repository)
Downloading: http://repo1.maven.org/maven2/cactus/cactus/13-1.7.2/cactus-13-1.7.2.pom
[INFO] Unable to find resource 'cactus:cactus:pom:13-1.7.2' in repository central (http://repo1.maven.org/maven2)
Downloading: http://download.java.net/maven/2/org/apache/myfaces/shared/myfaces-shared-impl/3.0.12-SNAPSHOT/myfaces-shared-impl-3.0.12-SNAPSHOT.jar
[INFO] Unable to find resource 'org.apache.myfaces.shared:myfaces-shared-impl:jar:3.0.12-SNAPSHOT' in repository java.net (http://download.java.net/maven/2)
Downloading: http://tomcat.apache.org/dev/dist/m2-repository/org/apache/myfaces/shared/myfaces-shared-impl/3.0.12-SNAPSHOT/myfaces-shared-impl-3.0.12-SNAPSHOT.jar
[INFO] Unable to find resource 'org.apache.myfaces.shared:myfaces-shared-impl:jar:3.0.12-SNAPSHOT' in repository tomcat (http://tomcat.apache.org/dev/dist/m2-repository)
Downloading: http://repository.apache.org/snapshots/org/apache/myfaces/shared/myfaces-shared-impl/3.0.12-SNAPSHOT/myfaces-shared-impl-3.0.12-SNAPSHOT.jar
[INFO] Unable to find resource 'org.apache.myfaces.shared:myfaces-shared-impl:jar:3.0.12-SNAPSHOT' in repository apache.snapshots (http://repository.apache.org/snapshots)
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

Missing:
----------
1) org.apache.myfaces.shared:myfaces-shared-impl:jar:3.0.12-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.apache.myfaces.shared -DartifactId=myfaces-shared-impl -Dversion=3.0.12-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
      mvn deploy:deploy-file -DgroupId=org.apache.myfaces.shared -DartifactId=myfaces-shared-impl -Dversion=3.0.12-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) org.apache.myfaces.core:myfaces-impl:jar:1.2.13-SNAPSHOT
  	2) org.apache.myfaces.shared:myfaces-shared-impl:jar:3.0.12-SNAPSHOT

----------
1 required artifact is missing.

for artifact: 
  org.apache.myfaces.core:myfaces-impl:jar:1.2.13-SNAPSHOT

from the specified remote repositories:
  tomcat (http://tomcat.apache.org/dev/dist/m2-repository),
  central (http://repo1.maven.org/maven2),
  java.net (http://download.java.net/maven/2),
  Nexus (http://repository.apache.org/snapshots)



[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1 minute 42 seconds
[INFO] Finished at: Sun Sep 29 12:01:24 UTC 2013
[INFO] Final Memory: 94M/430M
[INFO] ------------------------------------------------------------------------
channel stopped