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

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

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

Changes:

[coheigea] Fixing merge

[coheigea] Adding a build-tools module

------------------------------------------
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-21T12:28:57.117 +0000' U         pom.xml
A         build-tools
A         build-tools/src
A         build-tools/src/main
A         build-tools/src/main/resources
A         build-tools/src/main/resources/wss4j-pmd-ruleset.xml
A         build-tools/pom.xml
At revision 1721139
Parsing POMs
Discovered a new module org.apache.wss4j:build-tools Apache WSS4J Build Tools
Modules changed, recalculating dependency graph
Established TCP socket on 60974
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 \
60974 /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/1 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] [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 1 resource
[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/1/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 1 resource
[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/1/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: 8 seconds
[INFO] Finished at: Mon Dec 21 12:30:49 UTC 2015
[INFO] Final Memory: 17M/316M
[INFO] ------------------------------------------------------------------------
[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 coheigea@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