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 2012/07/21 22:22:30 UTC

Build failed in Jenkins: ws-axiom-trunk #1118

See <https://builds.apache.org/job/ws-axiom-trunk/1118/changes>

Changes:

[veithen] Implemented DocumentBuilder#parse(String).

------------------------------------------
Started by an SCM change
Building remotely on ubuntu2 in workspace <https://builds.apache.org/job/ws-axiom-trunk/ws/>
Updating http://svn.apache.org/repos/asf/webservices/commons/trunk/modules/axiom
U         modules/axiom-dom-testsuite/src/main/java/org/apache/axiom/ts/dom/DOMTestSuiteBuilder.java
AU        modules/axiom-dom-testsuite/src/main/java/org/apache/axiom/ts/dom/builder/TestParseURI.java
A         modules/axiom-dom-testsuite/src/main/resources/org/apache/axiom/ts/dom/builder
AU        modules/axiom-dom-testsuite/src/main/resources/org/apache/axiom/ts/dom/builder/test.xml
U         modules/axiom-api/src/main/java/org/apache/axiom/om/util/StAXUtils.java
U         modules/axiom-dom/src/main/java/org/apache/axiom/om/impl/dom/jaxp/DOOMDocumentBuilder.java
U         modules/axiom-common-impl/src/main/java/org/apache/axiom/om/impl/common/factory/AbstractOMMetaFactory.java
At revision 1364155
[ws-axiom-trunk] $ /bin/bash -xe /tmp/hudson1859243141066570130.sh
+ '[' -d <https://builds.apache.org/job/ws-axiom-trunk/ws/.repository> ']'
++ find <https://builds.apache.org/job/ws-axiom-trunk/ws/.repository> -type d -and -name '*-SNAPSHOT'
+ rm -rf <https://builds.apache.org/job/ws-axiom-trunk/ws/.repository/org/apache/james/apache-mime4j-project/0.8-SNAPSHOT> <https://builds.apache.org/job/ws-axiom-trunk/ws/.repository/org/apache/james/apache-mime4j-core/0.8-SNAPSHOT> <https://builds.apache.org/job/ws-axiom-trunk/ws/.repository/org/apache/ws/commons/axiom/axiom-buildutils/1.2.14-SNAPSHOT> <https://builds.apache.org/job/ws-axiom-trunk/ws/.repository/org/apache/ws/commons/axiom/axiom-all/1.2.14-SNAPSHOT> <https://builds.apache.org/job/ws-axiom-trunk/ws/.repository/org/apache/ws/commons/axiom/axiom-osgi-tests/1.2.14-SNAPSHOT> <https://builds.apache.org/job/ws-axiom-trunk/ws/.repository/org/apache/ws/commons/axiom/axiom-jaxen-testsuite/1.2.14-SNAPSHOT> <https://builds.apache.org/job/ws-axiom-trunk/ws/.repository/org/apache/ws/commons/axiom/axiom-testsuite/1.2.14-SNAPSHOT> <https://builds.apache.org/job/ws-axiom-trunk/ws/.repository/org/apache/ws/commons/axiom/axiom-c14n/1.2.14-SNAPSHOT> <https://builds.apache.org/job/ws-axiom-trunk/ws/.repository/org/apache/ws/commons/axiom/axiom-samples/1.2.14-SNAPSHOT> <https://builds.apache.org/job/ws-axiom-trunk/ws/.repository/org/apache/ws/commons/axiom/axiom-dom-testsuite/1.2.14-SNAPSHOT> <https://builds.apache.org/job/ws-axiom-trunk/ws/.repository/org/apache/ws/commons/axiom/axiom-impl/1.2.14-SNAPSHOT> <https://builds.apache.org/job/ws-axiom-trunk/ws/.repository/org/apache/ws/commons/axiom/axiom/1.2.14-SNAPSHOT> <https://builds.apache.org/job/ws-axiom-trunk/ws/.repository/org/apache/ws/commons/axiom/axiom-compat/1.2.14-SNAPSHOT> <https://builds.apache.org/job/ws-axiom-trunk/ws/.repository/org/apache/ws/commons/axiom/axiom-parent/1.2.14-SNAPSHOT> <https://builds.apache.org/job/ws-axiom-trunk/ws/.repository/org/apache/ws/commons/axiom/axiom-dom/1.2.14-SNAPSHOT> <https://builds.apache.org/job/ws-axiom-trunk/ws/.repository/org/apache/ws/commons/axiom/axiom-integration/1.2.14-SNAPSHOT> <https://builds.apache.org/job/ws-axiom-trunk/ws/.repository/org/apache/ws/commons/axiom/axiom-testutils/1.2.14-SNAPSHOT> <https://builds.apache.org/job/ws-axiom-trunk/ws/.repository/org/apache/ws/commons/axiom/axiom-api/1.2.14-SNAPSHOT> <https://builds.apache.org/job/ws-axiom-trunk/ws/.repository/org/apache/ws/commons/axiom/axiom-common-impl-testsuite/1.2.14-SNAPSHOT> <https://builds.apache.org/job/ws-axiom-trunk/ws/.repository/org/apache/ws/commons/axiom/axiom-common-impl/1.2.14-SNAPSHOT> <https://builds.apache.org/job/ws-axiom-trunk/ws/.repository/org/apache/ws/commons/axiom/axiom-tests/1.2.14-SNAPSHOT>
Parsing POMs
Modules changed, recalculating dependency graph
Build timed out (after 48 minutes). Marking the build as aborted.
ERROR: Failed to parse POMs
java.io.IOException
	at hudson.remoting.FastPipedInputStream.read(FastPipedInputStream.java:175)
	at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:283)
	at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:325)
	at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:177)
	at java.io.InputStreamReader.read(InputStreamReader.java:184)
	at java.io.Reader.read(Reader.java:140)
	at org.apache.commons.io.IOUtils.copyLarge(IOUtils.java:1128)
	at org.apache.commons.io.IOUtils.copy(IOUtils.java:1104)
	at org.apache.commons.io.IOUtils.copy(IOUtils.java:1050)
	at org.apache.commons.io.IOUtils.toString(IOUtils.java:359)
	at hudson.FilePath.readToString(FilePath.java:1449)
	at hudson.tools.DownloadFromUrlInstaller.isUpToDate(DownloadFromUrlInstaller.java:45)
	at hudson.tools.DownloadFromUrlInstaller.performInstallation(DownloadFromUrlInstaller.java:69)
	at hudson.tools.InstallerTranslator.getToolHome(InstallerTranslator.java:61)
	at hudson.tools.ToolLocationNodeProperty.getToolHome(ToolLocationNodeProperty.java:107)
	at hudson.tools.ToolInstallation.translateFor(ToolInstallation.java:198)
	at hudson.tasks.Maven$MavenInstallation.forNode(Maven.java:522)
	at hudson.maven.AbstractMavenProcessFactory.getMavenInstallation(AbstractMavenProcessFactory.java:388)
	at hudson.maven.AbstractMavenProcessFactory.buildMavenAgentCmdLine(AbstractMavenProcessFactory.java:257)
	at hudson.maven.AbstractMavenProcessFactory.newProcess(AbstractMavenProcessFactory.java:221)
	at hudson.maven.ProcessCache.get(ProcessCache.java:231)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:704)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
	at hudson.model.Run.execute(Run.java:1488)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:477)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:236)

---------------------------------------------------------------------
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 : ws-axiom-trunk #1119

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


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