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 2015/05/24 23:41:37 UTC

Build failed in Jenkins: axiom-trunk » Axiom Impl #2048

See <https://builds.apache.org/job/axiom-trunk/org.apache.ws.commons.axiom$axiom-impl/2048/>

------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Axiom Impl 1.2.15-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ axiom-impl ---
[INFO] 
[INFO] --- tidy-maven-plugin:1.0-beta-1:check (default) @ axiom-impl ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.1:enforce (default) @ axiom-impl ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.6.3.201306030806:prepare-agent (prepare-agent-for-surefire) @ axiom-impl ---
[INFO] jacoco.surefireArgLine set to -javaagent:/home/jenkins/jenkins-slave/workspace/axiom-trunk/.repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=<https://builds.apache.org/job/axiom-trunk/org.apache.ws.commons.axiom$axiom-impl/ws/target/jacoco.exec,sessionid=mvn>:org.apache.ws.commons.axiom:axiom-impl:1.2.15-SNAPSHOT:surefire
[INFO] 
[INFO] --- gmaven-plugin:1.2:execute (initialize) @ axiom-impl ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ axiom-impl ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ axiom-impl ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- aspectj-maven-plugin:1.6:compile (default) @ axiom-impl ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ axiom-impl ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/axiom-trunk/org.apache.ws.commons.axiom$axiom-impl/ws/src/test/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ axiom-impl ---
[INFO] Compiling 5 source files to <https://builds.apache.org/job/axiom-trunk/org.apache.ws.commons.axiom$axiom-impl/ws/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ axiom-impl ---
[INFO] Surefire report directory: <https://builds.apache.org/job/axiom-trunk/org.apache.ws.commons.axiom$axiom-impl/ws/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.axiom.om.impl.llom.OMImplementationTest
May 24, 2015 9:39:39 PM org.apache.axiom.om.impl.builder.StAXOMBuilder parserNext
WARNING: Attempt to access a parser that has thrown a parse exception before; rethrowing the original exception.
May 24, 2015 9:39:39 PM org.apache.axiom.om.impl.builder.StAXOMBuilder parserNext
WARNING: Attempt to access a parser that has thrown a parse exception before; rethrowing the original exception.
May 24, 2015 9:40:28 PM org.apache.axiom.om.impl.llom.OMElementImpl declareNamespace
WARNING: Deprecated usage of OMElement#declareNamespace(String,String) with empty prefix
<root xmlns:p="urn:some:namespace">
    <!-- Some comment -->
    <element xmlns="urn:ns1" xmlns:ns2="urn:ns2">
        <ns2:subelement attr1="test" attr2="test2">Some text</ns2:subelement>
        <otherelement attr1="test" ns2:attr2="test2">more text</otherelement>
    </element>
</root>
<root xmlns:p="urn:some:namespace">
    <!-- Some comment -->
    <element xmlns="urn:ns1" xmlns:ns2="urn:ns2">
        <ns2:subelement attr1="test" attr2="test2">Some text</ns2:subelement>
        <otherelement attr1="test" ns2:attr2="test2">more text</otherelement>
    </element>
</root>
<root xmlns:p="urn:some:namespace">
    <!-- Some comment -->
    <element xmlns="urn:ns1" xmlns:ns2="urn:ns2">
        <ns2:subelement attr1="test" attr2="test2">Some text</ns2:subelement>
        <otherelement attr1="test" ns2:attr2="test2">more text</otherelement>
    </element>
</root>
<root xmlns:p="urn:some:namespace">
    <!-- Some comment -->
    <element xmlns="urn:ns1" xmlns:ns2="urn:ns2">
        <ns2:subelement attr1="test" attr2="test2">Some text</ns2:subelement>
        <otherelement attr1="test" ns2:attr2="test2">more text</otherelement>
    </element>
</root>
Tests run: 2900, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 67.823 sec - in org.apache.axiom.om.impl.llom.OMImplementationTest
Running org.apache.axiom.om.impl.llom.OMDocumentImplSerializationTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.axiom.om.impl.llom.OMDocumentImplSerializationTest
Running org.apache.axiom.om.impl.llom.OMDocumentImplTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.axiom.om.impl.llom.OMDocumentImplTest
Running org.apache.axiom.om.impl.llom.SOAPEnvelopeTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.axiom.om.impl.llom.SOAPEnvelopeTest
Running org.apache.axiom.soap.impl.llom.SOAPImplementationTest
<detail><test:DetailEntry1 xmlns:test="http://www.test.org"/><test:DetailEntry2 xmlns:test="http://www.test.org"/></detail>
<soapenv:Detail xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope"><test:DetailEntry1 xmlns:test="http://www.test.org"/><test:DetailEntry2 xmlns:test="http://www.test.org"/></soapenv:Detail>
Tests run: 1583, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.977 sec - in org.apache.axiom.soap.impl.llom.SOAPImplementationTest

Results :

Tests run: 4493, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] 
[INFO] --- gmaven-plugin:1.2:execute (check-jacoco-exec) @ axiom-impl ---
[INFO] 
[INFO] --- maven-bundle-plugin:2.4.0:bundle (default-bundle) @ axiom-impl ---
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ axiom-impl ---
[INFO] 
[INFO] --- maven-shade-plugin:1.6:shade (default) @ axiom-impl ---
[INFO] Excluding org.apache.ws.commons.axiom:axiom-api:jar:1.2.15-SNAPSHOT from the shaded jar.
[INFO] Excluding org.apache.geronimo.specs:geronimo-activation_1.1_spec:jar:1.1 from the shaded jar.
[INFO] Excluding jaxen:jaxen:jar:1.1.4 from the shaded jar.
[INFO] Excluding org.apache.geronimo.specs:geronimo-stax-api_1.0_spec:jar:1.0.1 from the shaded jar.
[INFO] Excluding org.apache.james:apache-mime4j-core:jar:0.7.2 from the shaded jar.
[INFO] Including org.apache.ws.commons.axiom:om-aspects:jar:1.2.15-SNAPSHOT in the shaded jar.
[INFO] Including org.aspectj:aspectjrt:jar:1.7.4 in the shaded jar.
[INFO] Including org.apache.ws.commons.axiom:core-aspects:jar:1.2.15-SNAPSHOT in the shaded jar.
[INFO] Excluding org.codehaus.woodstox:woodstox-core-asl:jar:4.2.0 from the shaded jar.
[INFO] Excluding org.codehaus.woodstox:stax2-api:jar:3.1.1 from the shaded jar.
[INFO] Excluding commons-logging:commons-logging:jar:1.2 from the shaded jar.
[INFO] Replacing original artifact with shaded artifact.
[INFO] Replacing <https://builds.apache.org/job/axiom-trunk/org.apache.ws.commons.axiom$axiom-impl/ws/target/axiom-impl-1.2.15-SNAPSHOT.jar> with <https://builds.apache.org/job/axiom-trunk/org.apache.ws.commons.axiom$axiom-impl/ws/target/axiom-impl-1.2.15-SNAPSHOT-shaded.jar>
[INFO] Replacing <https://builds.apache.org/job/axiom-trunk/org.apache.ws.commons.axiom$axiom-impl/ws/target/axiom-impl-1.2.15-SNAPSHOT-sources.jar> with <https://builds.apache.org/job/axiom-trunk/org.apache.ws.commons.axiom$axiom-impl/ws/target/axiom-impl-1.2.15-SNAPSHOT-shaded-sources.jar>
[INFO] 
[INFO] --- build-helper-maven-plugin:1.7:attach-artifact (attach-jacoco-exec) @ axiom-impl ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.2-beta-5:single (source-release-assembly) @ axiom-impl ---
[INFO] Assemblies have been skipped per configuration of the skipAssembly parameter.
[INFO] 
[INFO] --- tidy-maven-plugin:1.0-beta-1:check (default) @ axiom-impl ---
[WARNING] Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo

---------------------------------------------------------------------
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 : axiom-trunk » Axiom Impl #2049

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/axiom-trunk/org.apache.ws.commons.axiom$axiom-impl/2049/>


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