| CONSOLE OUTPUT |
| [...truncated 131 lines...] |
| adding: Pharo-2.0-AfterRunningTests/TestURI-testColonOnly.fuel (deflated 74%) |
| adding: Pharo-2.0-AfterRunningTests/TestURI-testDotDotInPath.fuel (deflated 74%) |
| adding: Pharo-2.0-AfterRunningTests/TestURI-testEmptyButDefinedQuery.fuel (deflated 74%) |
| adding: Pharo-2.0-AfterRunningTests/TestURI-testNoEscapedCharactersInScheme.fuel (deflated 74%) |
| adding: Pharo-2.0-AfterRunningTests/TestURI-testNonNumericPorts.fuel (deflated 73%) |
| adding: Pharo-2.0-AfterRunningTests/TestURI-testNoPlusAtTheBeginningOfScheme.fuel (deflated 74%) |
| adding: Pharo-2.0-AfterRunningTests/TestURI-testParseFragment6.fuel (deflated 75%) |
| adding: Pharo-2.0-AfterRunningTests/TestURI-testParseFragment7.fuel (deflated 75%) |
| adding: Pharo-2.0-AfterRunningTests/TestURI-testParseFragment8.fuel (deflated 75%) |
| adding: Pharo-2.0-AfterRunningTests/TestURI-testPathForEmptyURI.fuel (deflated 70%) |
| adding: Pharo-2.0-AfterRunningTests/TestURI-testPathForSlash.fuel (deflated 75%) |
| adding: Pharo-2.0-AfterRunningTests/TestURI-testPathWithBogusEscapedCharacters.fuel (deflated 75%) |
| adding: Pharo-2.0-AfterRunningTests/TestURI-testPathWithDotDot.fuel (deflated 75%) |
| adding: Pharo-2.0-AfterRunningTests/TestURI-testPathWithFunkyCharacters.fuel (deflated 71%) |
| adding: Pharo-2.0-AfterRunningTests/TestURI-testPathWithSimpleDotDot.fuel (deflated 76%) |
| adding: Pharo-2.0-AfterRunningTests/TestURI-testPathWithSimpleDot.fuel (deflated 75%) |
| adding: Pharo-2.0-AfterRunningTests/TestURI-testPathWithThreeParts.fuel (deflated 71%) |
| adding: Pharo-2.0-AfterRunningTests/TestURI-testQueryShouldNotContainEscape.fuel (deflated 76%) |
| adding: Pharo-2.0-AfterRunningTests/TestURI-testQueryShouldNotContainPipes.fuel (deflated 76%) |
| adding: Pharo-2.0-AfterRunningTests/TestURI-testQueryWithALotCharacters.fuel (deflated 76%) |
| adding: Pharo-2.0-AfterRunningTests/TestURI-testQueryWithOnlyQueryPart.fuel (deflated 76%) |
| adding: Pharo-2.0-AfterRunningTests/TestURI-testRelativeAuthority.fuel (deflated 76%) |
| adding: Pharo-2.0-AfterRunningTests/TestURI-testRelativeEmptyAuthority.fuel (deflated 76%) |
| adding: Pharo-2.0-AfterRunningTests/TestURI-testRelativePathWithTrailingSlash.fuel (deflated 77%) |
| adding: Pharo-2.0-AfterRunningTests/TestURI-testRelativeQuery.fuel (deflated 77%) |
| adding: Pharo-2.0-AfterRunningTests/TestURI-testSchemeCannotStartWithDigit.fuel (deflated 77%) |
| adding: Pharo-2.0-AfterRunningTests/TestURI-testSchemeShouldNotContainAt.fuel (deflated 77%) |
| adding: Pharo-2.0-AfterRunningTests/TestURI-testSimpleAbsoluteQuery.fuel (deflated 77%) |
| adding: Pharo-2.0-AfterRunningTests/TestURI-testSlashSlashSlashPath.fuel (deflated 77%) |
| adding: Pharo-2.0-AfterRunningTests/TestURI-testUserInfoWithIllegalCharacters.fuel (deflated 77%) |
| adding: Pharo-2.0-AfterRunningTests/WeakAnnouncerTest-testNoWeakBlock.fuel (stored 0%) |
| adding: Pharo-2.0-AfterRunningTests/ZipArchiveTest-testCreateWithRelativeNames.fuel (deflated 61%) |
| adding: Pharo-2.0-AfterRunningTests/ZipArchiveTest-testZip.fuel (deflated 60%) |
| Archiving artifacts |
| Recording test results |
| ERROR: Failed to archive test reports |
| hudson.util.IOException2: remote file operation failed: /builds/jenkins/workspace/pharo-2.0-tests/label_exp/linux at hudson.remoting.Channel@319be851:pharo-build-64 |
| at hudson.FilePath.act(FilePath.java:847) |
| at hudson.FilePath.act(FilePath.java:824) |
| at hudson.tasks.junit.JUnitParser.parse(JUnitParser.java:87) |
| at hudson.tasks.junit.JUnitResultArchiver.parse(JUnitResultArchiver.java:122) |
| at hudson.tasks.junit.JUnitResultArchiver.perform(JUnitResultArchiver.java:134) |
| at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:19) |
| at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:807) |
| at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:782) |
| at hudson.model.Build$BuildExecution.post2(Build.java:183) |
| at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:729) |
| at hudson.model.Run.execute(Run.java:1541) |
| at hudson.matrix.MatrixRun.run(MatrixRun.java:146) |
| at hudson.model.ResourceController.execute(ResourceController.java:88) |
| at hudson.model.Executor.run(Executor.java:236) |
| Caused by: hudson.util.IOException2: Failed to read /builds/jenkins/workspace/pharo-2.0-tests/label_exp/linux/Pharo-2.0-AfterRunningTests/Tests-System-CommandLine-Test.xml |
| at hudson.tasks.junit.TestResult.parse(TestResult.java:244) |
| at hudson.tasks.junit.TestResult.parse(TestResult.java:163) |
| at hudson.tasks.junit.TestResult.parse(TestResult.java:140) |
| at hudson.tasks.junit.TestResult.(TestResult.java:116) |
| at hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:117) |
| at hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:90) |
| at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2308) |
| at hudson.remoting.UserRequest.perform(UserRequest.java:118) |
| at hudson.remoting.UserRequest.perform(UserRequest.java:48) |
| at hudson.remoting.Request$2.run(Request.java:326) |
| at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72) |
| at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334) |
| at java.util.concurrent.FutureTask.run(FutureTask.java:166) |
| at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) |
| at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) |
| at java.lang.Thread.run(Thread.java:636) |
| Caused by: org.dom4j.DocumentException: Error on line 35 of document file:///builds/jenkins/workspace/pharo-2.0-tests/label_exp/linux/Pharo-2.0-AfterRunningTests/Tests-System-CommandLine-Test.xml : XML document structures must start and end within the same entity. Nested exception: XML document structures must start and end within the same entity. |
| at org.dom4j.io.SAXReader.read(SAXReader.java:482) |
| at org.dom4j.io.SAXReader.read(SAXReader.java:264) |
| at hudson.tasks.junit.SuiteResult.parse(SuiteResult.java:112) |
| at hudson.tasks.junit.TestResult.parse(TestResult.java:227) |
| ... 15 more |
| Caused by: org.xml.sax.SAXParseException: XML document structures must start and end within the same entity. |
| at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:198) |
| at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.fatalError(ErrorHandlerWrapper.java:177) |
| at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:391) |
| at com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError(XMLScanner.java:1391) |
| at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.endEntity(XMLDocumentFragmentScannerImpl.java:882) |
| at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.endEntity(XMLDocumentScannerImpl.java:582) |
| at com.sun.org.apache.xerces.internal.impl.XMLEntityManager.endEntity(XMLEntityManager.java:1370) |
| at com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.load(XMLEntityScanner.java:1740) |
| at com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.skipChar(XMLEntityScanner.java:1393) |
| at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:2769) |
| at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:625) |
| at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScannerImpl.java:116) |
| at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:488) |
| at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:812) |
| at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:741) |
| at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:123) |
| at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1208) |
| at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:525) |
| at org.dom4j.io.SAXReader.read(SAXReader.java:465) |
| ... 18 more |
| Build step 'Publish JUnit test result report' changed build result to FAILURE |
| Description set: |
| Email was triggered for: Failure |
| Sending email for trigger: Failure |