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 13:46:32 UTC

Build failed in Jenkins: wss4j-2.1 » Apache WSS4J Build Tools #14

See <https://builds.apache.org/job/wss4j-2.1/org.apache.wss4j$build-tools/14/>

------------------------------------------
Established TCP socket on 46070
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
<===[JENKINS REMOTING CAPACITY]===>   channel started
Executing Maven:  -B -f /home/jenkins/jenkins-slave/workspace/wss4j-2.1/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] Deleting directory <https://builds.apache.org/job/wss4j-2.1/org.apache.wss4j$build-tools/ws/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/org.apache.wss4j$build-tools/ws/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/org.apache.wss4j$build-tools/ws/target/build-tools-2.1.5-SNAPSHOT.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/wss4j-2.1/org.apache.wss4j$build-tools/ws/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 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/org.apache.wss4j$build-tools/ws/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/org.apache.wss4j$build-tools/ws/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: 3 seconds
[INFO] Finished at: Mon Jan 04 12:46:33 UTC 2016
[INFO] Final Memory: 17M/315M
[INFO] ------------------------------------------------------------------------

---------------------------------------------------------------------
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-2.1 » Apache WSS4J Build Tools #21

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/wss4j-2.1/org.apache.wss4j$build-tools/21/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-2.1 » Apache WSS4J Build Tools #20

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/wss4j-2.1/org.apache.wss4j$build-tools/20/changes>

Changes:

[coheigea] Fixing deploy

------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache WSS4J Build Tools
[INFO]    task-segment: [clean, install, deploy]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting <https://builds.apache.org/job/wss4j-2.1/org.apache.wss4j$build-tools/ws/target>
[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
ERROR: Could not find local repository for 2.2.1
[INFO] [pmd:check {execution: validate}]
[INFO] 
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] No sources to compile
[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/wss4j-2.1/org.apache.wss4j$build-tools/ws/src/test/resources>
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] No sources to compile
[INFO] [surefire:test {execution: default-test}]
[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/wss4j-2.1/org.apache.wss4j$build-tools/ws/target/build-tools-2.1.5-SNAPSHOT.jar>
[INFO] [site:attach-descriptor {execution: attach-descriptor}]
[INFO] Preparing source:jar
[WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
[WARNING] Removing: check from forked lifecycle, to prevent recursive invocation.
[INFO] No goals needed for project - skipping
[INFO] [source:jar {execution: default}]
[INFO] Building jar: <https://builds.apache.org/job/wss4j-2.1/org.apache.wss4j$build-tools/ws/target/build-tools-2.1.5-SNAPSHOT-sources.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/wss4j-2.1/org.apache.wss4j$build-tools/ws/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] Installing <https://builds.apache.org/job/wss4j-2.1/org.apache.wss4j$build-tools/ws/target/build-tools-2.1.5-SNAPSHOT-sources.jar> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/wss4j/build-tools/2.1.5-SNAPSHOT/build-tools-2.1.5-SNAPSHOT-sources.jar
[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
ERROR: Could not find local repository for 2.2.1
[INFO] ------------------------------------------------------------------------
[ERROR] FATAL ERROR
[INFO] ------------------------------------------------------------------------
[INFO] org.apache.maven.reporting.MavenReportException: Cannot create file-based resource:invalid distance too far back
[INFO] ------------------------------------------------------------------------
[INFO] Trace
java.lang.RuntimeException: org.apache.maven.reporting.MavenReportException: Cannot create file-based resource:invalid distance too far back
	at org.apache.maven.plugin.pmd.PmdReport.canGenerateReport(PmdReport.java:267)
	at org.apache.maven.reporting.AbstractMavenReport.execute(AbstractMavenReport.java:119)
	at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
	at hudson.maven.agent.PluginManagerInterceptor.executeMojo(PluginManagerInterceptor.java:182)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.forkProjectLifecycle(DefaultLifecycleExecutor.java:1211)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.forkLifecycle(DefaultLifecycleExecutor.java:1038)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:643)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
	at org.apache.maven.lifecycle.LifecycleExecutorInterceptor.execute(LifecycleExecutorInterceptor.java:65)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
	at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
	at hudson.maven.agent.Main.launch(Main.java:205)
	at hudson.maven.MavenBuilder.call(MavenBuilder.java:154)
	at hudson.maven.Maven2Builder.call(Maven2Builder.java:79)
	at hudson.maven.Maven2Builder.call(Maven2Builder.java:55)
	at hudson.remoting.UserRequest.perform(UserRequest.java:121)
	at hudson.remoting.UserRequest.perform(UserRequest.java:49)
	at hudson.remoting.Request$2.run(Request.java:326)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.maven.reporting.MavenReportException: Cannot create file-based resource:invalid distance too far back
	at org.apache.maven.plugin.pmd.PmdReport.executePmd(PmdReport.java:336)
	at org.apache.maven.plugin.pmd.PmdReport.executePmdWithClassloader(PmdReport.java:280)
	at org.apache.maven.plugin.pmd.PmdReport.canGenerateReport(PmdReport.java:254)
	... 34 more
Caused by: org.codehaus.plexus.resource.loader.FileResourceCreationException: Cannot create file-based resource:invalid distance too far back
	at org.codehaus.plexus.resource.DefaultResourceManager.createResourceAsFile(DefaultResourceManager.java:220)
	at org.codehaus.plexus.resource.DefaultResourceManager.getResourceAsFile(DefaultResourceManager.java:101)
	at org.apache.maven.plugin.pmd.PmdReport.executePmd(PmdReport.java:322)
	... 36 more
Caused by: java.util.zip.ZipException: invalid distance too far back
	at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:164)
	at java.io.FilterInputStream.read(FilterInputStream.java:133)
	at java.io.FilterInputStream.read(FilterInputStream.java:107)
	at org.codehaus.plexus.util.IOUtil.copy(IOUtil.java:189)
	at org.codehaus.plexus.util.IOUtil.copy(IOUtil.java:175)
	at org.codehaus.plexus.resource.DefaultResourceManager.createResourceAsFile(DefaultResourceManager.java:212)
	... 38 more
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 23 seconds
[INFO] Finished at: Thu Jan 07 14:47:43 UTC 2016
[INFO] Final Memory: 63M/802M
[INFO] ------------------------------------------------------------------------

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


Build failed in Jenkins: wss4j-2.1 » Apache WSS4J Build Tools #19

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/wss4j-2.1/org.apache.wss4j$build-tools/19/changes>

Changes:

[coheigea] More WSS4J checkstyle work

------------------------------------------
Established TCP socket on 46507
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
<===[JENKINS REMOTING CAPACITY]===>   channel started
Executing Maven:  -B -f /home/jenkins/jenkins-slave/workspace/wss4j-2.1/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-2.1/org.apache.wss4j$build-tools/ws/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/org.apache.wss4j$build-tools/ws/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/org.apache.wss4j$build-tools/ws/target/build-tools-2.1.5-SNAPSHOT.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/wss4j-2.1/org.apache.wss4j$build-tools/ws/target/build-tools-2.1.5-SNAPSHOT.jar> to /home/jenkins/jenkins-slave/maven-repositories/2/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/org.apache.wss4j$build-tools/ws/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/org.apache.wss4j$build-tools/ws/target/build-tools-2.1.5-SNAPSHOT.jar> to /home/jenkins/jenkins-slave/maven-repositories/2/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: Thu Jan 07 11:46:47 UTC 2016
[INFO] Final Memory: 17M/316M
[INFO] ------------------------------------------------------------------------

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


Build failed in Jenkins: wss4j-2.1 » Apache WSS4J Build Tools #18

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/wss4j-2.1/org.apache.wss4j$build-tools/18/>

------------------------------------------
Established TCP socket on 53426
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
<===[JENKINS REMOTING CAPACITY]===>   channel started
Executing Maven:  -B -f /home/jenkins/jenkins-slave/workspace/wss4j-2.1/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] Deleting directory <https://builds.apache.org/job/wss4j-2.1/org.apache.wss4j$build-tools/ws/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/org.apache.wss4j$build-tools/ws/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/org.apache.wss4j$build-tools/ws/target/build-tools-2.1.5-SNAPSHOT.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/wss4j-2.1/org.apache.wss4j$build-tools/ws/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 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/org.apache.wss4j$build-tools/ws/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/org.apache.wss4j$build-tools/ws/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: 4 seconds
[INFO] Finished at: Wed Jan 06 11:46:38 UTC 2016
[INFO] Final Memory: 16M/250M
[INFO] ------------------------------------------------------------------------

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


Build failed in Jenkins: wss4j-2.1 » Apache WSS4J Build Tools #17

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/wss4j-2.1/org.apache.wss4j$build-tools/17/>

------------------------------------------
Established TCP socket on 52296
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
<===[JENKINS REMOTING CAPACITY]===>   channel started
Executing Maven:  -B -f /home/jenkins/jenkins-slave/workspace/wss4j-2.1/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-2.1/org.apache.wss4j$build-tools/ws/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/org.apache.wss4j$build-tools/ws/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/org.apache.wss4j$build-tools/ws/target/build-tools-2.1.5-SNAPSHOT.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/wss4j-2.1/org.apache.wss4j$build-tools/ws/target/build-tools-2.1.5-SNAPSHOT.jar> to /home/jenkins/jenkins-slave/maven-repositories/2/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/org.apache.wss4j$build-tools/ws/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/org.apache.wss4j$build-tools/ws/target/build-tools-2.1.5-SNAPSHOT.jar> to /home/jenkins/jenkins-slave/maven-repositories/2/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: 12 seconds
[INFO] Finished at: Tue Jan 05 15:53:32 UTC 2016
[INFO] Final Memory: 16M/250M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data

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


Build failed in Jenkins: wss4j-2.1 » Apache WSS4J Build Tools #16

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/wss4j-2.1/org.apache.wss4j$build-tools/16/>

------------------------------------------
Established TCP socket on 58898
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
<===[JENKINS REMOTING CAPACITY]===>   channel started
Executing Maven:  -B -f /home/jenkins/jenkins-slave/workspace/wss4j-2.1/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] Deleting directory <https://builds.apache.org/job/wss4j-2.1/org.apache.wss4j$build-tools/ws/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/org.apache.wss4j$build-tools/ws/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/org.apache.wss4j$build-tools/ws/target/build-tools-2.1.5-SNAPSHOT.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/wss4j-2.1/org.apache.wss4j$build-tools/ws/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 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/org.apache.wss4j$build-tools/ws/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/org.apache.wss4j$build-tools/ws/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: 4 seconds
[INFO] Finished at: Tue Jan 05 11:46:49 UTC 2016
[INFO] Final Memory: 17M/316M
[INFO] ------------------------------------------------------------------------

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


Build failed in Jenkins: wss4j-2.1 » Apache WSS4J Build Tools #15

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/wss4j-2.1/org.apache.wss4j$build-tools/15/>

------------------------------------------
Established TCP socket on 40426
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
<===[JENKINS REMOTING CAPACITY]===>   channel started
Executing Maven:  -B -f /home/jenkins/jenkins-slave/workspace/wss4j-2.1/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] Deleting directory <https://builds.apache.org/job/wss4j-2.1/org.apache.wss4j$build-tools/ws/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/org.apache.wss4j$build-tools/ws/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/org.apache.wss4j$build-tools/ws/target/build-tools-2.1.5-SNAPSHOT.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/wss4j-2.1/org.apache.wss4j$build-tools/ws/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 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/org.apache.wss4j$build-tools/ws/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/org.apache.wss4j$build-tools/ws/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: 3 seconds
[INFO] Finished at: Mon Jan 04 16:47:10 UTC 2016
[INFO] Final Memory: 17M/316M
[INFO] ------------------------------------------------------------------------

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