You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ws.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2016/01/04 17:43:12 UTC

Build failed in Jenkins: wss4j-trunk #926

See <https://builds.apache.org/job/wss4j-trunk/926/changes>

Changes:

[coheigea] Updating Apache DS

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu3 (Ubuntu ubuntu legacy-ubuntu) in workspace <https://builds.apache.org/job/wss4j-trunk/ws/>
Updating http://svn.apache.org/repos/asf/webservices/wss4j/trunk at revision '2016-01-04T16:42:21.974 +0000'
U         parent/pom.xml
At revision 1722916
Parsing POMs
Modules changed, recalculating dependency graph
Established TCP socket on 48189
maven-agent.jar already up to date
classworlds.jar already up to date
maven-interceptor.jar already up to date
maven2.1-interceptor.jar already up to date
[wss4j] $ /home/jenkins/tools/java/jdk1.7.0_79-unlimited-security/bin/java -Xmx2g -Xms256m -XX:MaxPermSize=512m -cp /home/jenkins/jenkins-slave/maven-agent.jar:/home/jenkins/jenkins-slave/classworlds.jar hudson.maven.agent.Main /home/jenkins/tools/maven/apache-maven-2.2.1 /x1/jenkins/jenkins-slave/slave.jar /home/jenkins/jenkins-slave/maven-interceptor.jar 48189 /home/jenkins/jenkins-slave/maven2.1-interceptor.jar
<===[JENKINS REMOTING CAPACITY]===>   channel started
Executing Maven:  -B -f <https://builds.apache.org/job/wss4j-trunk/ws/wss4j/pom.xml> -Dmaven.repo.local=/home/jenkins/jenkins-slave/maven-repositories/2 clean install deploy -Pdeploy
[INFO] Scanning for projects...
[WARNING] 
	Profile with id: 'deploy' has not been activated.

[INFO] Reactor build order: 
[INFO]   Apache WSS4J Build Tools
[INFO]   Apache WSS4J
[INFO]   Apache WSS4J parent
[INFO]   Apache WSS4J WS-Security Bindings
[INFO]   Apache WSS4J WS-SecurityPolicy model
[INFO]   Apache WSS4J WS-Security Common
[INFO]   Apache WSS4J DOM WS-Security
[INFO]   Apache WSS4J Streaming WS-Security
[INFO]   Apache WSS4J WS-Security Integration
[INFO]   Apache WSS4J Streaming WS-SecurityPolicy
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache WSS4J Build Tools
[INFO]    task-segment: [clean, install, deploy]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting directory <https://builds.apache.org/job/wss4j-trunk/ws/wss4j/build-tools/target>
[INFO] [resources:resources {execution: default-resources}]
[WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 2 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] No sources to compile
[INFO] [resources:testResources {execution: default-testResources}]
[WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/wss4j-trunk/ws/wss4j/build-tools/src/test/resources>
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] No sources to compile
[INFO] [surefire:test {execution: default-test}]
[INFO] No tests to run.
[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/wss4j-trunk/ws/wss4j/build-tools/target/build-tools-2.2.0-SNAPSHOT.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/wss4j-trunk/ws/wss4j/build-tools/target/build-tools-2.2.0-SNAPSHOT.jar> to /home/jenkins/jenkins-slave/maven-repositories/2/org/apache/wss4j/build-tools/2.2.0-SNAPSHOT/build-tools-2.2.0-SNAPSHOT.jar
[INFO] [resources:resources {execution: default-resources}]
[WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 2 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] No sources to compile
[INFO] [resources:testResources {execution: default-testResources}]
[WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/wss4j-trunk/ws/wss4j/build-tools/src/test/resources>
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] No sources to compile
[INFO] [surefire:test {execution: default-test}]
[INFO] No tests to run.
[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/wss4j-trunk/ws/wss4j/build-tools/target/build-tools-2.2.0-SNAPSHOT.jar> to /home/jenkins/jenkins-slave/maven-repositories/2/org/apache/wss4j/build-tools/2.2.0-SNAPSHOT/build-tools-2.2.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to configure plugin parameters for: org.apache.maven.plugins:maven-deploy-plugin:2.4

check that the following section of the pom.xml is present and correct:

<distributionManagement>
  <!-- use the following if you're not using a snapshot version. -->
  <repository>
    <id>repo</id>
    <name>Repository Name</name>
    <url>scp://host/path/to/repo</url>
  </repository>
  <!-- use the following if you ARE using a snapshot version. -->
  <snapshotRepository>
    <id>repo</id>
    <name>Repository Name</name>
    <url>scp://host/path/to/repo</url>
  </snapshotRepository>
</distributionManagement>

Cause: Class 'org.apache.maven.artifact.repository.ArtifactRepository' cannot be instantiated
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4 seconds
[INFO] Finished at: Mon Jan 04 16:43:13 UTC 2016
[INFO] Final Memory: 17M/316M
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving <https://builds.apache.org/job/wss4j-trunk/ws/wss4j/build-tools/pom.xml> to org.apache.wss4j/build-tools/2.2.0-SNAPSHOT/build-tools-2.2.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/wss4j-trunk/ws/wss4j/build-tools/target/build-tools-2.2.0-SNAPSHOT.jar> to org.apache.wss4j/build-tools/2.2.0-SNAPSHOT/build-tools-2.2.0-SNAPSHOT.jar
No prior successful build to compare, so performing full copy of artifacts
Sending e-mails to: dev@ws.apache.org
channel stopped

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ws.apache.org
For additional commands, e-mail: dev-help@ws.apache.org


Jenkins build is back to normal : wss4j-trunk #928

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ws.apache.org
For additional commands, e-mail: dev-help@ws.apache.org


Build failed in Jenkins: wss4j-trunk #927

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

Changes:

[coheigea] Checkstyle updates

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu3 (Ubuntu ubuntu legacy-ubuntu) in workspace <https://builds.apache.org/job/wss4j-trunk/ws/>
Updating http://svn.apache.org/repos/asf/webservices/wss4j/trunk at revision '2016-01-05T10:42:17.782 +0000'
U         ws-security-dom/src/test/java/org/apache/wss4j/dom/message/ModifiedRequestTest.java
U         ws-security-dom/src/main/java/org/apache/wss4j/dom/processor/EncryptedKeyProcessor.java
U         ws-security-dom/src/main/java/org/apache/wss4j/dom/processor/ReferenceListProcessor.java
U         ws-security-dom/src/main/java/org/apache/wss4j/dom/processor/SignatureProcessor.java
U         ws-security-dom/src/main/java/org/apache/wss4j/dom/SOAP12Constants.java
U         ws-security-dom/src/main/java/org/apache/wss4j/dom/message/token/Timestamp.java
U         ws-security-dom/src/main/java/org/apache/wss4j/dom/message/token/UsernameToken.java
U         ws-security-dom/src/main/java/org/apache/wss4j/dom/validate/JAASUsernameTokenValidator.java
U         ws-security-dom/src/main/java/org/apache/wss4j/dom/saml/WSSecSignatureSAML.java
U         ws-security-dom/src/main/java/org/apache/wss4j/dom/engine/WSSConfig.java
U         ws-security-dom/src/main/java/org/apache/wss4j/dom/WSConstants.java
U         ws-security-dom/src/main/java/org/apache/wss4j/dom/util/EncryptionUtils.java
U         ws-security-dom/src/main/java/org/apache/wss4j/dom/util/WSSecurityUtil.java
U         ws-security-common/src/main/java/org/apache/wss4j/common/token/SecurityTokenReference.java
U         ws-security-common/src/main/java/org/apache/wss4j/common/crypto/ThreadLocalSecurityProvider.java
U         ws-security-common/src/main/java/org/apache/wss4j/common/crypto/Merlin.java
U         ws-security-common/src/main/java/org/apache/wss4j/common/crypto/CertificateStore.java
U         ws-security-common/src/main/java/org/apache/wss4j/common/crypto/X509SubjectPublicKeyInfo.java
U         ws-security-common/src/main/java/org/apache/wss4j/common/bsp/BSPRule.java
U         ws-security-common/src/main/java/org/apache/wss4j/common/spnego/DefaultSpnegoClientAction.java
U         ws-security-common/src/main/java/org/apache/wss4j/common/derivedKey/P_SHA1.java
At revision 1723036
Parsing POMs
Modules changed, recalculating dependency graph
Established TCP socket on 34266
maven-agent.jar already up to date
classworlds.jar already up to date
maven-interceptor.jar already up to date
maven2.1-interceptor.jar already up to date
[wss4j] $ /home/jenkins/tools/java/jdk1.7.0_79-unlimited-security/bin/java -Xmx2g -Xms256m -XX:MaxPermSize=512m -cp /home/jenkins/jenkins-slave/maven-agent.jar:/home/jenkins/jenkins-slave/classworlds.jar hudson.maven.agent.Main /home/jenkins/tools/maven/apache-maven-2.2.1 /x1/jenkins/jenkins-slave/slave.jar /home/jenkins/jenkins-slave/maven-interceptor.jar 34266 /home/jenkins/jenkins-slave/maven2.1-interceptor.jar
<===[JENKINS REMOTING CAPACITY]===>   channel started
Executing Maven:  -B -f <https://builds.apache.org/job/wss4j-trunk/ws/wss4j/pom.xml> -Dmaven.repo.local=/home/jenkins/jenkins-slave/maven-repositories/2 clean install deploy -Pdeploy
[INFO] Scanning for projects...
[WARNING] 
	Profile with id: 'deploy' has not been activated.

[INFO] Reactor build order: 
[INFO]   Apache WSS4J Build Tools
[INFO]   Apache WSS4J
[INFO]   Apache WSS4J parent
[INFO]   Apache WSS4J WS-Security Bindings
[INFO]   Apache WSS4J WS-SecurityPolicy model
[INFO]   Apache WSS4J WS-Security Common
[INFO]   Apache WSS4J DOM WS-Security
[INFO]   Apache WSS4J Streaming WS-Security
[INFO]   Apache WSS4J WS-Security Integration
[INFO]   Apache WSS4J Streaming WS-SecurityPolicy
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache WSS4J Build Tools
[INFO]    task-segment: [clean, install, deploy]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting directory <https://builds.apache.org/job/wss4j-trunk/ws/wss4j/build-tools/target>
[INFO] [resources:resources {execution: default-resources}]
[WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 2 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] No sources to compile
[INFO] [resources:testResources {execution: default-testResources}]
[WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/wss4j-trunk/ws/wss4j/build-tools/src/test/resources>
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] No sources to compile
[INFO] [surefire:test {execution: default-test}]
[INFO] No tests to run.
[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/wss4j-trunk/ws/wss4j/build-tools/target/build-tools-2.2.0-SNAPSHOT.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/wss4j-trunk/ws/wss4j/build-tools/target/build-tools-2.2.0-SNAPSHOT.jar> to /home/jenkins/jenkins-slave/maven-repositories/2/org/apache/wss4j/build-tools/2.2.0-SNAPSHOT/build-tools-2.2.0-SNAPSHOT.jar
[INFO] [resources:resources {execution: default-resources}]
[WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 2 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] No sources to compile
[INFO] [resources:testResources {execution: default-testResources}]
[WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/wss4j-trunk/ws/wss4j/build-tools/src/test/resources>
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] No sources to compile
[INFO] [surefire:test {execution: default-test}]
[INFO] No tests to run.
[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/wss4j-trunk/ws/wss4j/build-tools/target/build-tools-2.2.0-SNAPSHOT.jar> to /home/jenkins/jenkins-slave/maven-repositories/2/org/apache/wss4j/build-tools/2.2.0-SNAPSHOT/build-tools-2.2.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to configure plugin parameters for: org.apache.maven.plugins:maven-deploy-plugin:2.4

check that the following section of the pom.xml is present and correct:

<distributionManagement>
  <!-- use the following if you're not using a snapshot version. -->
  <repository>
    <id>repo</id>
    <name>Repository Name</name>
    <url>scp://host/path/to/repo</url>
  </repository>
  <!-- use the following if you ARE using a snapshot version. -->
  <snapshotRepository>
    <id>repo</id>
    <name>Repository Name</name>
    <url>scp://host/path/to/repo</url>
  </snapshotRepository>
</distributionManagement>

Cause: Class 'org.apache.maven.artifact.repository.ArtifactRepository' cannot be instantiated
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5 seconds
[INFO] Finished at: Tue Jan 05 10:43:19 UTC 2016
[INFO] Final Memory: 16M/250M
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving <https://builds.apache.org/job/wss4j-trunk/ws/wss4j/build-tools/pom.xml> to org.apache.wss4j/build-tools/2.2.0-SNAPSHOT/build-tools-2.2.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/wss4j-trunk/ws/wss4j/build-tools/target/build-tools-2.2.0-SNAPSHOT.jar> to org.apache.wss4j/build-tools/2.2.0-SNAPSHOT/build-tools-2.2.0-SNAPSHOT.jar
No prior successful build to compare, so performing full copy of artifacts
Sending e-mails to: dev@ws.apache.org
channel stopped

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ws.apache.org
For additional commands, e-mail: dev-help@ws.apache.org