[prev in list] [next in list] [prev in thread] [next in thread] 

List:       ws-general
Subject:    Build failed in Jenkins: wss4j-2.1 #12
From:       Apache Jenkins Server  <jenkins () builds ! apache ! org>
Date:       2015-12-23 18:00:24
Message-ID: 1470094560.4668.1450893624201.JavaMail.jenkins () crius
[Download RAW message or body]

See <https://builds.apache.org/job/wss4j-2.1/12/changes>

Changes:

[coheigea] Property write out KeyInfo elements for encrypted attachments

------------------------------------------
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-2.1/ws/> Updating \
http://svn.apache.org/repos/asf/webservices/wss4j/branches/2_1_x-fixes at revision \
'2015-12-23T17:59:44.259 +0000' U         \
ws-security-dom/src/main/java/org/apache/wss4j/dom/message/WSSecEncrypt.java At \
revision 1721562 Parsing POMs
Established TCP socket on 45990
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 \
45990 /home/jenkins/jenkins-slave/maven2.1-interceptor.jar <===[JENKINS REMOTING \
CAPACITY]===>   channel started Executing Maven:  -B -f \
<https://builds.apache.org/job/wss4j-2.1/ws/wss4j/pom.xml> \
-Dmaven.repo.local=/home/jenkins/jenkins-slave/maven-repositories/0 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-2.1/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-2.1/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-2.1/ws/wss4j/build-tools/target/build-tools-2.1.5-SNAPSHOT.jar>
 [INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/wss4j-2.1/ws/wss4j/build-tools/target/build-tools-2.1.5-SNAPSHOT.jar> \
to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/wss4j/build-tools/2.1.5-SNAPSHOT/build-tools-2.1.5-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-2.1/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-2.1/ws/wss4j/build-tools/target/build-tools-2.1.5-SNAPSHOT.jar> \
to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/wss4j/build-tools/2.1.5-SNAPSHOT/build-tools-2.1.5-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: Wed Dec 23 18:00:10 UTC 2015
[INFO] Final Memory: 17M/316M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[JENKINS] Archiving <https://builds.apache.org/job/wss4j-2.1/ws/wss4j/build-tools/pom.xml> \
to org.apache.wss4j/build-tools/2.1.5-SNAPSHOT/build-tools-2.1.5-SNAPSHOT.pom \
[JENKINS] Archiving <https://builds.apache.org/job/wss4j-2.1/ws/wss4j/build-tools/target/build-tools-2.1.5-SNAPSHOT.jar> \
to org.apache.wss4j/build-tools/2.1.5-SNAPSHOT/build-tools-2.1.5-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


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic