You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@cxf.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2012/02/22 19:00:17 UTC

Build failed in Jenkins: CXF-trunk-deploy #791

See <https://builds.apache.org/job/CXF-trunk-deploy/791/changes>

Changes:

[sergeyb] [CXF-4112] Initial OAuth 2.0 Authorization Code support

[dkulp] [CXF-4129] Restore compatibility with in-jdk jaxb

[coheigea] [CXF-3635] - WS-Trust SPNego (WCF message level spnego)

------------------------------------------
Started by user dkulp
Building remotely on ubuntu5 in workspace <https://builds.apache.org/job/CXF-trunk-deploy/ws/>
Updating http://svn.apache.org/repos/asf/cxf/trunk
U         rt/databinding/jaxb/src/main/java/org/apache/cxf/endpoint/dynamic/DynamicClientFactory.java
A         rt/rs/security/oauth-parent/oauth2
A         rt/rs/security/oauth-parent/oauth2/src
A         rt/rs/security/oauth-parent/oauth2/src/test
A         rt/rs/security/oauth-parent/oauth2/src/test/java
A         rt/rs/security/oauth-parent/oauth2/src/main
A         rt/rs/security/oauth-parent/oauth2/src/main/java
A         rt/rs/security/oauth-parent/oauth2/src/main/java/org
A         rt/rs/security/oauth-parent/oauth2/src/main/java/org/apache
A         rt/rs/security/oauth-parent/oauth2/src/main/java/org/apache/cxf
A         rt/rs/security/oauth-parent/oauth2/src/main/java/org/apache/cxf/rs
A         rt/rs/security/oauth-parent/oauth2/src/main/java/org/apache/cxf/rs/security
A         rt/rs/security/oauth-parent/oauth2/src/main/java/org/apache/cxf/rs/security/oauth
A         rt/rs/security/oauth-parent/oauth2/src/main/java/org/apache/cxf/rs/security/oauth/utils
AU        rt/rs/security/oauth-parent/oauth2/src/main/java/org/apache/cxf/rs/security/oauth/utils/AuthorizationUtils.java
AU        rt/rs/security/oauth-parent/oauth2/src/main/java/org/apache/cxf/rs/security/oauth/utils/OAuthUtils.java
AU        rt/rs/security/oauth-parent/oauth2/src/main/java/org/apache/cxf/rs/security/oauth/utils/MD5SequenceGenerator.java
AU        rt/rs/security/oauth-parent/oauth2/src/main/java/org/apache/cxf/rs/security/oauth/utils/OAuthConstants.java
A         rt/rs/security/oauth-parent/oauth2/src/main/java/org/apache/cxf/rs/security/oauth/services
AU        rt/rs/security/oauth-parent/oauth2/src/main/java/org/apache/cxf/rs/security/oauth/services/AccessTokenService.java
AU        rt/rs/security/oauth-parent/oauth2/src/main/java/org/apache/cxf/rs/security/oauth/services/AbstractOAuthService.java
AU        rt/rs/security/oauth-parent/oauth2/src/main/java/org/apache/cxf/rs/security/oauth/services/AuthorizationCodeGrantService.java
A         rt/rs/security/oauth-parent/oauth2/src/main/java/org/apache/cxf/rs/security/oauth/tokens
A         rt/rs/security/oauth-parent/oauth2/src/main/java/org/apache/cxf/rs/security/oauth/tokens/bearer
AU        rt/rs/security/oauth-parent/oauth2/src/main/java/org/apache/cxf/rs/security/oauth/tokens/bearer/BearerAccessToken.java
A         rt/rs/security/oauth-parent/oauth2/src/main/java/org/apache/cxf/rs/security/oauth/common
AU        rt/rs/security/oauth-parent/oauth2/src/main/java/org/apache/cxf/rs/security/oauth/common/AccessTokenGrantType.java
AU        rt/rs/security/oauth-parent/oauth2/src/main/java/org/apache/cxf/rs/security/oauth/common/ClientAccessToken.java
AU        rt/rs/security/oauth-parent/oauth2/src/main/java/org/apache/cxf/rs/security/oauth/common/AccessToken.java
AU        rt/rs/security/oauth-parent/oauth2/src/main/java/org/apache/cxf/rs/security/oauth/common/AccessTokenType.java
AU        rt/rs/security/oauth-parent/oauth2/src/main/java/org/apache/cxf/rs/security/oauth/common/OAuthContext.java
AU        rt/rs/security/oauth-parent/oauth2/src/main/java/org/apache/cxf/rs/security/oauth/common/Permission.java
AU        rt/rs/security/oauth-parent/oauth2/src/main/java/org/apache/cxf/rs/security/oauth/common/OAuthPermission.java
AU        rt/rs/security/oauth-parent/oauth2/src/main/java/org/apache/cxf/rs/security/oauth/common/ServerAccessToken.java
AU        rt/rs/security/oauth-parent/oauth2/src/main/java/org/apache/cxf/rs/security/oauth/common/OAuthError.java
AU        rt/rs/security/oauth-parent/oauth2/src/main/java/org/apache/cxf/rs/security/oauth/common/OAuthAuthorizationData.java
AU        rt/rs/security/oauth-parent/oauth2/src/main/java/org/apache/cxf/rs/security/oauth/common/AccessTokenGrant.java
AU        rt/rs/security/oauth-parent/oauth2/src/main/java/org/apache/cxf/rs/security/oauth/common/Client.java
AU        rt/rs/security/oauth-parent/oauth2/src/main/java/org/apache/cxf/rs/security/oauth/common/UserSubject.java
A         rt/rs/security/oauth-parent/oauth2/src/main/java/org/apache/cxf/rs/security/oauth/filters
AU        rt/rs/security/oauth-parent/oauth2/src/main/java/org/apache/cxf/rs/security/oauth/filters/OAuthRequestFilter.java
A         rt/rs/security/oauth-parent/oauth2/src/main/java/org/apache/cxf/rs/security/oauth/provider
AU        rt/rs/security/oauth-parent/oauth2/src/main/java/org/apache/cxf/rs/security/oauth/provider/OAuthServiceException.java
AU        rt/rs/security/oauth-parent/oauth2/src/main/java/org/apache/cxf/rs/security/oauth/provider/OAuthDataProvider.java
AU        rt/rs/security/oauth-parent/oauth2/src/main/java/org/apache/cxf/rs/security/oauth/provider/AccessTokenValidator.java
AU        rt/rs/security/oauth-parent/oauth2/src/main/java/org/apache/cxf/rs/security/oauth/provider/AccessTokenGrantHandler.java
A         rt/rs/security/oauth-parent/oauth2/src/main/java/org/apache/cxf/rs/security/oauth/client
AU        rt/rs/security/oauth-parent/oauth2/src/main/java/org/apache/cxf/rs/security/oauth/client/OAuthClientUtils.java
A         rt/rs/security/oauth-parent/oauth2/src/main/java/org/apache/cxf/rs/security/oauth/grants
A         rt/rs/security/oauth-parent/oauth2/src/main/java/org/apache/cxf/rs/security/oauth/grants/code
AU        rt/rs/security/oauth-parent/oauth2/src/main/java/org/apache/cxf/rs/security/oauth/grants/code/AuthorizationCodeDataProvider.java
AU        rt/rs/security/oauth-parent/oauth2/src/main/java/org/apache/cxf/rs/security/oauth/grants/code/AuthorizationCodeGrantHandler.java
AU        rt/rs/security/oauth-parent/oauth2/src/main/java/org/apache/cxf/rs/security/oauth/grants/code/AuthorizationCodeRegistration.java
AU        rt/rs/security/oauth-parent/oauth2/src/main/java/org/apache/cxf/rs/security/oauth/grants/code/AuthorizationCodeGrant.java
AU        rt/rs/security/oauth-parent/oauth2/src/main/java/org/apache/cxf/rs/security/oauth/grants/code/ServerAuthorizationCodeGrant.java
AU        rt/rs/security/oauth-parent/oauth2/pom.xml
U         rt/rs/security/oauth-parent/pom.xml
U         rt/ws/security/src/main/java/org/apache/cxf/ws/security/policy/interceptors/SpnegoContextTokenOutInterceptor.java
U         rt/ws/security/src/main/java/org/apache/cxf/ws/security/SecurityConstants.java
U         parent/pom.xml
U         systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/spnego/client/client.xml
At revision 1292423
Parsing POMs
Discovered a new module org.apache.cxf:cxf-rt-rs-security-oauth2 Apache CXF Runtime OAuth 2.0
Modules changed, recalculating dependency graph
[trunk] $ /home/hudson/tools/java/latest1.5/bin/java -da -dsa -XX:MaxPermSize=256m -Xmx1024M -cp /home/jenkins/jenkins-slave/maven-agent.jar:/home/jenkins/jenkins-slave/classworlds.jar hudson.maven.agent.Main /home/hudson/tools/maven/apache-maven-2.2.1 /home/jenkins/jenkins-slave/slave.jar /home/jenkins/jenkins-slave/maven-interceptor.jar 58718 /home/jenkins/jenkins-slave/maven2.1-interceptor.jar
<===[JENKINS REMOTING CAPACITY]===>channel started
   + Error stacktraces are turned on.
Apache Maven 2.2.1 (r801777; 2009-08-06 19:16:01+0000)
Java version: 1.5.0_22
Java home: /home/jenkins/tools/java/jdk1.5.0_22-32/jre
Default locale: en_US, platform encoding: ANSI_X3.4-1968
OS name: "linux" version: "2.6.32-33-server" arch: "i386" Family: "unix"
Executing Maven:  -B -f <https://builds.apache.org/job/CXF-trunk-deploy/ws/trunk/pom.xml> -Dmaven.repo.local=<https://builds.apache.org/job/CXF-trunk-deploy/ws/.repository> -U -B -e clean deploy -Pdeploy,everything,nochecks -Dmaven.test.skip.exec=true -V
Feb 22, 2012 6:00:14 PM hudson.remoting.Channel$ReaderThread run
SEVERE: I/O error in channel channel
java.io.StreamCorruptedException
	at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1332)
	at java.io.ObjectInputStream.readObject(ObjectInputStream.java:348)
	at hudson.remoting.Channel$ReaderThread.run(Channel.java:1127)
channel stopped
ERROR: Maven JVM terminated unexpectedly with exit code 0



Jenkins build is back to normal : CXF-trunk-deploy #793

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/CXF-trunk-deploy/793/>



Build failed in Jenkins: CXF-trunk-deploy #792

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/CXF-trunk-deploy/792/>

------------------------------------------
[...truncated 8945 lines...]
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = '4c7ca1dd883d661c12b02becf18e327a6a0bd609'; remote = '00e3bd828a2e9982b3e207028c010dae568e5d67' - IGNORING
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/services/sts/cxf-services-sts-systests/2.6.0-SNAPSHOT/cxf-services-sts-systests-2.6.0-20120222.181037-30.pom
1K uploaded  (cxf-services-sts-systests-2.6.0-20120222.181037-30.pom)
[INFO] Retrieving previous metadata from apache.snapshots.https
[INFO] Uploading repository metadata for: 'artifact org.apache.cxf.services.sts:cxf-services-sts-systests'
[INFO] Retrieving previous metadata from apache.snapshots.https
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = '4c7ca1dd883d661c12b02becf18e327a6a0bd609'; remote = '00e3bd828a2e9982b3e207028c010dae568e5d67' - RETRYING
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = '4c7ca1dd883d661c12b02becf18e327a6a0bd609'; remote = '00e3bd828a2e9982b3e207028c010dae568e5d67' - IGNORING
[INFO] Uploading repository metadata for: 'snapshot org.apache.cxf.services.sts:cxf-services-sts-systests:2.6.0-SNAPSHOT'
[JENKINS] Archiving <https://builds.apache.org/job/CXF-trunk-deploy/ws/trunk/services/sts/systests/pom.xml> to /home/hudson/hudson/jobs/CXF-trunk-deploy/modules/org.apache.cxf.services.sts$cxf-services-sts-systests/builds/2012-02-22_18-09-46/archive/org.apache.cxf.services.sts/cxf-services-sts-systests/2.6.0-SNAPSHOT/cxf-services-sts-systests-2.6.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/CXF-trunk-deploy/ws/.repository/org/apache/cxf/services/sts/cxf-services-sts-systests/2.6.0-SNAPSHOT/cxf-services-sts-systests-2.6.0-SNAPSHOT.pom> to /home/hudson/hudson/jobs/CXF-trunk-deploy/modules/org.apache.cxf.services.sts$cxf-services-sts-systests/builds/2012-02-22_18-09-46/archive/org.apache.cxf.services.sts/cxf-services-sts-systests/2.6.0-20120222.181037-30/cxf-services-sts-systests-2.6.0-20120222.181037-30.pom
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF WSN API
[INFO]    task-segment: [clean, deploy]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [bundle:cleanVersions {execution: versions}]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [cxf-codegen:wsdl2java {execution: default}]
Loading FrontEnd jaxws ...
Loading DataBinding jaxb ...
wsdl2java -d <https://builds.apache.org/job/CXF-trunk-deploy/ws/trunk/services/wsn/wsn-api/target/jaxws> -mark-generated -faultSerialVersionUID 1 -verbose <https://builds.apache.org/job/CXF-trunk-deploy/ws/trunk/services/wsn/wsn-api/src/main/resources/org/apache/cxf/wsn/wsdl/wsn.wsdl>
wsdl2java - Apache CXF 2.6.0-SNAPSHOT

[INFO] [remote-resources:process {execution: default}]
[debug] execute contextualize
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] Copying 17 resources
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/CXF-trunk-deploy/ws/trunk/services/wsn/wsn-api/src/main/resources-filtered>
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/CXF-trunk-deploy/ws/trunk/services/wsn/wsn-api/target/generated/src/main/resources>
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 167 source files to <https://builds.apache.org/job/CXF-trunk-deploy/ws/trunk/services/wsn/wsn-api/target/classes>
[INFO] [bundle:manifest {execution: bundle-manifest}]
[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/CXF-trunk-deploy/ws/trunk/services/wsn/wsn-api/src/test/java>
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/CXF-trunk-deploy/ws/trunk/services/wsn/wsn-api/src/test/resources>
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/CXF-trunk-deploy/ws/trunk/services/wsn/wsn-api/target/generated/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] Tests are skipped.
[JENKINS] Recording test results[INFO] [bundle:bundle {execution: default-bundle}]

[INFO] [source:jar-no-fork {execution: attach-sources}]
[INFO] org already added, skipping
[INFO] org/apache already added, skipping
[INFO] org/apache/cxf already added, skipping
[INFO] org/apache/cxf/wsn already added, skipping
[INFO] org already added, skipping
[INFO] org/apache already added, skipping
[INFO] org/apache/cxf already added, skipping
[INFO] org/apache/cxf/wsn already added, skipping
[INFO] org/apache/cxf/wsn/util already added, skipping
[INFO] org/apache/cxf/wsn/client already added, skipping
[INFO] org/apache/cxf/wsn/wsdl already added, skipping
[INFO] org already added, skipping
[INFO] org/apache already added, skipping
[INFO] org/apache/cxf already added, skipping
[INFO] org/apache/cxf/wsn already added, skipping
[INFO] org/apache/cxf/wsn/wsdl already added, skipping
[INFO] META-INF already added, skipping
[INFO] META-INF/NOTICE already added, skipping
[INFO] META-INF/LICENSE already added, skipping
[INFO] META-INF/DEPENDENCIES already added, skipping
[INFO] Building jar: <https://builds.apache.org/job/CXF-trunk-deploy/ws/trunk/services/wsn/wsn-api/target/cxf-services-wsn-api-2.6.0-SNAPSHOT-sources.jar>
[INFO] org already added, skipping
[INFO] org/apache already added, skipping
[INFO] org/apache/cxf already added, skipping
[INFO] org/apache/cxf/wsn already added, skipping
[INFO] org already added, skipping
[INFO] org/apache already added, skipping
[INFO] org/apache/cxf already added, skipping
[INFO] org/apache/cxf/wsn already added, skipping
[INFO] org/apache/cxf/wsn/util already added, skipping
[INFO] org/apache/cxf/wsn/client already added, skipping
[INFO] org/apache/cxf/wsn/wsdl already added, skipping
[INFO] org already added, skipping
[INFO] org/apache already added, skipping
[INFO] org/apache/cxf already added, skipping
[INFO] org/apache/cxf/wsn already added, skipping
[INFO] org/apache/cxf/wsn/wsdl already added, skipping
[INFO] META-INF already added, skipping
[INFO] META-INF/NOTICE already added, skipping
[INFO] META-INF/LICENSE already added, skipping
[INFO] META-INF/DEPENDENCIES already added, skipping
[INFO] [javadoc:jar {execution: attach-javadocs}]
[INFO] Building jar: <https://builds.apache.org/job/CXF-trunk-deploy/ws/trunk/services/wsn/wsn-api/target/cxf-services-wsn-api-2.6.0-SNAPSHOT-javadoc.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/CXF-trunk-deploy/ws/trunk/services/wsn/wsn-api/target/cxf-services-wsn-api-2.6.0-SNAPSHOT.jar> to <https://builds.apache.org/job/CXF-trunk-deploy/ws/.repository/org/apache/cxf/services/wsn/cxf-services-wsn-api/2.6.0-SNAPSHOT/cxf-services-wsn-api-2.6.0-SNAPSHOT.jar>
[INFO] Installing <https://builds.apache.org/job/CXF-trunk-deploy/ws/trunk/services/wsn/wsn-api/target/cxf-services-wsn-api-2.6.0-SNAPSHOT-sources.jar> to <https://builds.apache.org/job/CXF-trunk-deploy/ws/.repository/org/apache/cxf/services/wsn/cxf-services-wsn-api/2.6.0-SNAPSHOT/cxf-services-wsn-api-2.6.0-SNAPSHOT-sources.jar>
[INFO] Installing <https://builds.apache.org/job/CXF-trunk-deploy/ws/trunk/services/wsn/wsn-api/target/cxf-services-wsn-api-2.6.0-SNAPSHOT-javadoc.jar> to <https://builds.apache.org/job/CXF-trunk-deploy/ws/.repository/org/apache/cxf/services/wsn/cxf-services-wsn-api/2.6.0-SNAPSHOT/cxf-services-wsn-api-2.6.0-SNAPSHOT-javadoc.jar>
[INFO] [bundle:install {execution: default-install}]
[INFO] Installing org/apache/cxf/services/wsn/cxf-services-wsn-api/2.6.0-SNAPSHOT/cxf-services-wsn-api-2.6.0-SNAPSHOT.jar
[INFO] Writing OBR metadata
[INFO] [deploy:deploy {execution: default-deploy}]
[INFO] Retrieving previous build number from apache.snapshots.https
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = 'c7e22daf73c3c6b49d1388352982c2a7900e5bdd'; remote = '3466dc6f22edf114de4deb6bbb4cc79cc9935f90' - RETRYING
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = 'c7e22daf73c3c6b49d1388352982c2a7900e5bdd'; remote = '3466dc6f22edf114de4deb6bbb4cc79cc9935f90' - IGNORING
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/services/wsn/cxf-services-wsn-api/2.6.0-SNAPSHOT/cxf-services-wsn-api-2.6.0-20120222.181037-30.jar
223K uploaded  (cxf-services-wsn-api-2.6.0-20120222.181037-30.jar)
[INFO] Uploading project information for cxf-services-wsn-api 2.6.0-20120222.181037-30
[INFO] Retrieving previous metadata from apache.snapshots.https
[INFO] Uploading repository metadata for: 'artifact org.apache.cxf.services.wsn:cxf-services-wsn-api'
[INFO] Retrieving previous metadata from apache.snapshots.https
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = 'c7e22daf73c3c6b49d1388352982c2a7900e5bdd'; remote = '3466dc6f22edf114de4deb6bbb4cc79cc9935f90' - RETRYING
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = 'c7e22daf73c3c6b49d1388352982c2a7900e5bdd'; remote = '3466dc6f22edf114de4deb6bbb4cc79cc9935f90' - IGNORING
[INFO] Uploading repository metadata for: 'snapshot org.apache.cxf.services.wsn:cxf-services-wsn-api:2.6.0-SNAPSHOT'
[INFO] Retrieving previous build number from apache.snapshots.https
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/services/wsn/cxf-services-wsn-api/2.6.0-SNAPSHOT/cxf-services-wsn-api-2.6.0-20120222.181037-30-sources.jar
222K uploaded  (cxf-services-wsn-api-2.6.0-20120222.181037-30-sources.jar)
[INFO] Retrieving previous build number from apache.snapshots.https
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/services/wsn/cxf-services-wsn-api/2.6.0-SNAPSHOT/cxf-services-wsn-api-2.6.0-20120222.181037-30-javadoc.jar
983K uploaded  (cxf-services-wsn-api-2.6.0-20120222.181037-30-javadoc.jar)
[INFO] [bundle:deploy {execution: default-deploy}]
[INFO] Remote OBR update disabled (enable with -DremoteOBR)
[JENKINS] Archiving <https://builds.apache.org/job/CXF-trunk-deploy/ws/trunk/services/wsn/wsn-api/pom.xml> to /home/hudson/hudson/jobs/CXF-trunk-deploy/modules/org.apache.cxf.services.wsn$cxf-services-wsn-api/builds/2012-02-22_18-09-46/archive/org.apache.cxf.services.wsn/cxf-services-wsn-api/2.6.0-SNAPSHOT/cxf-services-wsn-api-2.6.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/CXF-trunk-deploy/ws/trunk/services/wsn/wsn-api/target/cxf-services-wsn-api-2.6.0-SNAPSHOT.jar> to /home/hudson/hudson/jobs/CXF-trunk-deploy/modules/org.apache.cxf.services.wsn$cxf-services-wsn-api/builds/2012-02-22_18-09-46/archive/org.apache.cxf.services.wsn/cxf-services-wsn-api/2.6.0-20120222.181037-30/cxf-services-wsn-api-2.6.0-20120222.181037-30.jar
[JENKINS] Archiving <https://builds.apache.org/job/CXF-trunk-deploy/ws/trunk/services/wsn/wsn-api/target/cxf-services-wsn-api-2.6.0-SNAPSHOT-sources.jar> to /home/hudson/hudson/jobs/CXF-trunk-deploy/modules/org.apache.cxf.services.wsn$cxf-services-wsn-api/builds/2012-02-22_18-09-46/archive/org.apache.cxf.services.wsn/cxf-services-wsn-api/2.6.0-20120222.181037-30/cxf-services-wsn-api-2.6.0-20120222.181037-30-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/CXF-trunk-deploy/ws/trunk/services/wsn/wsn-api/target/cxf-services-wsn-api-2.6.0-SNAPSHOT-javadoc.jar> to /home/hudson/hudson/jobs/CXF-trunk-deploy/modules/org.apache.cxf.services.wsn$cxf-services-wsn-api/builds/2012-02-22_18-09-46/archive/org.apache.cxf.services.wsn/cxf-services-wsn-api/2.6.0-20120222.181037-30/cxf-services-wsn-api-2.6.0-20120222.181037-30-javadoc.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF WSN Core
[INFO]    task-segment: [clean, deploy]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [bundle:cleanVersions {execution: versions}]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [remote-resources:process {execution: default}]
Downloading: http://repo1.maven.org/maven2/com/sun/xml/ws/jaxws-rt/2.1.7/jaxws-rt-2.1.7.pom

Downloading: http://repo1.maven.org/maven2/com/sun/xml/stream/buffer/streambuffer/0.9/streambuffer-0.9.pom

[INFO] artifact org.jvnet.staxex:stax-ex: checking for updates from central
Downloading: http://repo1.maven.org/maven2/org/jvnet/staxex/stax-ex/1.7/stax-ex-1.7.pom

Downloading: http://repo1.maven.org/maven2/org/jvnet/staxex/stax-ex/1.2/stax-ex-1.2.pom

Downloading: http://repo1.maven.org/maven2/com/sun/org/apache/xml/internal/resolver/20050927/resolver-20050927.pom

Downloading: http://repo1.maven.org/maven2/org/jvnet/mimepull/1.3/mimepull-1.3.pom

Downloading: http://repo1.maven.org/maven2/com/sun/net/httpserver/http/20070405/http-20070405.pom

Downloading: http://repo1.maven.org/maven2/org/jvnet/staxex/stax-ex/1.2/stax-ex-1.2.jar
Downloading: http://repo1.maven.org/maven2/org/jvnet/mimepull/1.3/mimepull-1.3.jar
Downloading: http://repo1.maven.org/maven2/com/sun/org/apache/xml/internal/resolver/20050927/resolver-20050927.jar
Downloading: http://repo1.maven.org/maven2/com/sun/xml/ws/jaxws-rt/2.1.7/jaxws-rt-2.1.7.jar
Downloading: http://repo1.maven.org/maven2/com/sun/xml/stream/buffer/streambuffer/0.9/streambuffer-0.9.jar




Downloading: http://repo1.maven.org/maven2/com/sun/net/httpserver/http/20070405/http-20070405.jar
[INFO] snapshot org.apache.cxf.services.wsn:cxf-services-wsn-api:2.6.0-SNAPSHOT: checking for updates from apache.snapshots


[WARNING] Component manager not found for returned component. Ignored. component=org.apache.maven.wagon.providers.http.LightweightHttpWagon@1012439
[debug] execute contextualize
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/CXF-trunk-deploy/ws/trunk/services/wsn/wsn-core/src/main/resources-filtered>
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/CXF-trunk-deploy/ws/trunk/services/wsn/wsn-core/target/generated/src/main/resources>
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 27 source files to <https://builds.apache.org/job/CXF-trunk-deploy/ws/trunk/services/wsn/wsn-core/target/classes>
[INFO] [bundle:manifest {execution: bundle-manifest}]
[WARNING] Manifest org.apache.cxf.services.wsn:cxf-services-wsn-core:bundle:2.6.0-SNAPSHOT : No translation found for macro: cxf.wsn.rootUrl
[WARNING] Manifest org.apache.cxf.services.wsn:cxf-services-wsn-core:bundle:2.6.0-SNAPSHOT : No translation found for macro: cxf.wsn.context
[debug] execute contextualize
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] Copying 2 resources
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/CXF-trunk-deploy/ws/trunk/services/wsn/wsn-core/target/generated/src/test/resources>
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 3 source files to <https://builds.apache.org/job/CXF-trunk-deploy/ws/trunk/services/wsn/wsn-core/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Tests are skipped.
[JENKINS] Recording test results[INFO] [bundle:bundle {execution: default-bundle}]

[WARNING] Bundle org.apache.cxf.services.wsn:cxf-services-wsn-core:bundle:2.6.0-SNAPSHOT : Did not find matching referal for !org.apache.cxf.wsn*
[WARNING] Bundle org.apache.cxf.services.wsn:cxf-services-wsn-core:bundle:2.6.0-SNAPSHOT : No translation found for macro: cxf.wsn.rootUrl
[WARNING] Bundle org.apache.cxf.services.wsn:cxf-services-wsn-core:bundle:2.6.0-SNAPSHOT : No translation found for macro: cxf.wsn.context
[INFO] [source:jar-no-fork {execution: attach-sources}]
[INFO] org already added, skipping
[INFO] org/apache already added, skipping
[INFO] org/apache/cxf already added, skipping
[INFO] org/apache/cxf/wsn already added, skipping
[INFO] org/apache/cxf/wsn/jms already added, skipping
[INFO] org/apache/cxf/wsn/services already added, skipping
[INFO] META-INF already added, skipping
[INFO] META-INF/NOTICE already added, skipping
[INFO] META-INF/LICENSE already added, skipping
[INFO] META-INF/DEPENDENCIES already added, skipping
[INFO] Building jar: <https://builds.apache.org/job/CXF-trunk-deploy/ws/trunk/services/wsn/wsn-core/target/cxf-services-wsn-core-2.6.0-SNAPSHOT-sources.jar>
[INFO] org already added, skipping
[INFO] org/apache already added, skipping
[INFO] org/apache/cxf already added, skipping
[INFO] org/apache/cxf/wsn already added, skipping
[INFO] org/apache/cxf/wsn/jms already added, skipping
[INFO] org/apache/cxf/wsn/services already added, skipping
[INFO] META-INF already added, skipping
[INFO] META-INF/NOTICE already added, skipping
[INFO] META-INF/LICENSE already added, skipping
[INFO] META-INF/DEPENDENCIES already added, skipping
[INFO] [javadoc:jar {execution: attach-javadocs}]
[INFO] Building jar: <https://builds.apache.org/job/CXF-trunk-deploy/ws/trunk/services/wsn/wsn-core/target/cxf-services-wsn-core-2.6.0-SNAPSHOT-javadoc.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/CXF-trunk-deploy/ws/trunk/services/wsn/wsn-core/target/cxf-services-wsn-core-2.6.0-SNAPSHOT.jar> to <https://builds.apache.org/job/CXF-trunk-deploy/ws/.repository/org/apache/cxf/services/wsn/cxf-services-wsn-core/2.6.0-SNAPSHOT/cxf-services-wsn-core-2.6.0-SNAPSHOT.jar>
[INFO] Installing <https://builds.apache.org/job/CXF-trunk-deploy/ws/trunk/services/wsn/wsn-core/target/cxf-services-wsn-core-2.6.0-SNAPSHOT-sources.jar> to <https://builds.apache.org/job/CXF-trunk-deploy/ws/.repository/org/apache/cxf/services/wsn/cxf-services-wsn-core/2.6.0-SNAPSHOT/cxf-services-wsn-core-2.6.0-SNAPSHOT-sources.jar>
[INFO] Installing <https://builds.apache.org/job/CXF-trunk-deploy/ws/trunk/services/wsn/wsn-core/target/cxf-services-wsn-core-2.6.0-SNAPSHOT-javadoc.jar> to <https://builds.apache.org/job/CXF-trunk-deploy/ws/.repository/org/apache/cxf/services/wsn/cxf-services-wsn-core/2.6.0-SNAPSHOT/cxf-services-wsn-core-2.6.0-SNAPSHOT-javadoc.jar>
[INFO] [bundle:install {execution: default-install}]
[INFO] Installing org/apache/cxf/services/wsn/cxf-services-wsn-core/2.6.0-SNAPSHOT/cxf-services-wsn-core-2.6.0-SNAPSHOT.jar
[INFO] Writing OBR metadata
[INFO] [deploy:deploy {execution: default-deploy}]
[INFO] Retrieving previous build number from apache.snapshots.https
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = '36b9aa077951efcfee070ebf15daf7aea4ec89f1'; remote = '8f07a345be2df307a1c4553e90c5c8cec0fb1429' - RETRYING
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = '36b9aa077951efcfee070ebf15daf7aea4ec89f1'; remote = '8f07a345be2df307a1c4553e90c5c8cec0fb1429' - IGNORING
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/services/wsn/cxf-services-wsn-core/2.6.0-SNAPSHOT/cxf-services-wsn-core-2.6.0-20120222.181037-30.jar
56K uploaded  (cxf-services-wsn-core-2.6.0-20120222.181037-30.jar)
[INFO] Retrieving previous metadata from apache.snapshots.https
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = '36b9aa077951efcfee070ebf15daf7aea4ec89f1'; remote = '8f07a345be2df307a1c4553e90c5c8cec0fb1429' - RETRYING
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = '36b9aa077951efcfee070ebf15daf7aea4ec89f1'; remote = '8f07a345be2df307a1c4553e90c5c8cec0fb1429' - IGNORING
[INFO] Uploading repository metadata for: 'snapshot org.apache.cxf.services.wsn:cxf-services-wsn-core:2.6.0-SNAPSHOT'
[INFO] Uploading project information for cxf-services-wsn-core 2.6.0-20120222.181037-30
[INFO] Retrieving previous metadata from apache.snapshots.https
[INFO] Uploading repository metadata for: 'artifact org.apache.cxf.services.wsn:cxf-services-wsn-core'
[INFO] Retrieving previous build number from apache.snapshots.https
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/services/wsn/cxf-services-wsn-core/2.6.0-SNAPSHOT/cxf-services-wsn-core-2.6.0-20120222.181037-30-sources.jar
44K uploaded  (cxf-services-wsn-core-2.6.0-20120222.181037-30-sources.jar)
[INFO] Retrieving previous build number from apache.snapshots.https
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/services/wsn/cxf-services-wsn-core/2.6.0-SNAPSHOT/cxf-services-wsn-core-2.6.0-20120222.181037-30-javadoc.jar
Feb 22, 2012 6:37:14 PM hudson.remoting.Channel$ReaderThread run
SEVERE: I/O error in channel channel
java.io.StreamCorruptedException
	at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1332)
	at java.io.ObjectInputStream.readObject(ObjectInputStream.java:348)
	at hudson.remoting.Channel$ReaderThread.run(Channel.java:1127)
channel stopped
ERROR: Maven JVM terminated unexpectedly with exit code 0