See <https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.16/173/display/redirect?page=changes>
Changes: [PJ Fanning] small test change [PJ Fanning] add test for broken file (5.0.1-RC1 issues) ------------------------------------------ [...truncated 25.81 KB...] ^ F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.16\poi\src\test\java\org\apache\poi\hssf\record\TestFormulaRecord.java:89: warning: [deprecation] getCachedResultType() in FormulaRecord has been deprecated assertEquals(CellType.ERROR.getCode(), record.getCachedResultType()); ^ F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.16\poi\src\test\java\org\apache\poi\hssf\usermodel\TestBugs.java:2362: warning: [deprecation] setCellType(CellType) in Cell has been deprecated cell.setCellType(CellType.STRING); ^ F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.16\poi\src\test\java\org\apache\poi\hssf\usermodel\TestHSSFCell.java:385: warning: [deprecation] setCellType(CellType) in Cell has been deprecated cell.setCellType(CellType.STRING); ^ F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.16\poi\src\test\java\org\apache\poi\hssf\usermodel\TestHSSFCell.java:389: warning: [deprecation] setCellType(CellType) in Cell has been deprecated cell.setCellType(CellType.BOOLEAN); ^ F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.16\poi\src\test\java\org\apache\poi\hssf\usermodel\TestHSSFCell.java:391: warning: [deprecation] setCellType(CellType) in Cell has been deprecated cell.setCellType(CellType.BOOLEAN); ^ F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.16\poi\src\test\java\org\apache\poi\hssf\usermodel\TestHSSFCell.java:394: warning: [deprecation] setCellType(CellType) in Cell has been deprecated cell.setCellType(CellType.BOOLEAN); ^ F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.16\poi\src\test\java\org\apache\poi\hssf\usermodel\TestHSSFCell.java:398: warning: [deprecation] setCellType(CellType) in Cell has been deprecated cell.setCellType(CellType.BOOLEAN); ^ F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.16\poi\src\test\java\org\apache\poi\hssf\usermodel\TestHSSFCell.java:399: warning: [deprecation] setCellType(CellType) in Cell has been deprecated cell.setCellType(CellType.STRING); ^ F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.16\poi\src\test\java\org\apache\poi\hssf\usermodel\TestHSSFCell.java:400: warning: [deprecation] setCellType(CellType) in Cell has been deprecated cell.setCellType(CellType.ERROR); ^ F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.16\poi\src\test\java\org\apache\poi\hssf\usermodel\TestHSSFCell.java:401: warning: [deprecation] setCellType(CellType) in Cell has been deprecated cell.setCellType(CellType.STRING); ^ F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.16\poi\src\test\java\org\apache\poi\hssf\usermodel\TestHSSFCell.java:403: warning: [deprecation] setCellType(CellType) in Cell has been deprecated cell.setCellType(CellType.STRING); ^ F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.16\poi\src\test\java\org\apache\poi\ss\usermodel\BaseTestSheetUpdateArrayFormulas.java:277: warning: [deprecation] setCellType(CellType) in Cell has been deprecated scell.setCellType(CellType.STRING); ^ F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.16\poi\src\test\java\org\apache\poi\ss\usermodel\BaseTestSheetUpdateArrayFormulas.java:287: warning: [deprecation] setCellType(CellType) in Cell has been deprecated IllegalStateException e = assertThrows(IllegalStateException.class, () -> mcell.setCellType(CellType.NUMERIC)); ^ F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.16\poi\src\test\java\org\apache\poi\ss\util\TestSheetUtil.java:212: warning: [deprecation] setCellType(CellType) in Cell has been deprecated cell.setCellType(CellType.STRING); ^ 15 warnings > Task :poi:compileTest9 > Task :poi:cacheTest9 UP-TO-DATE > Task :poi:processTestResources > Task :poi:testClasses > Task :poi:testJar > Task :poi-integration:compileJava NO-SOURCE > Task :poi-integration:processResources NO-SOURCE > Task :poi-integration:classes UP-TO-DATE > Task :poi-ooxml-lite-agent:compileJava > Task :poi-ooxml-lite-agent:compileJava9 > Task :poi-ooxml-lite-agent:cacheJava9 UP-TO-DATE > Task :poi-ooxml-lite-agent:processResources NO-SOURCE > Task :poi-ooxml-lite-agent:classes > Task :poi-ooxml-lite-agent:jar > Task :poi-scratchpad:compileTestJava F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.16\poi-scratchpad\src\test\java\org\apache\poi\hslf\extractor\TestExtractor.java:497: warning: [deprecation] getCodepoints(String,Boolean,Boolean) in SlideShowExtractor has been deprecated BitSet l1 = ppt.getCodepoints(font, null, null); ^ F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.16\poi-scratchpad\src\test\java\org\apache\poi\hwpf\extractor\TestWordExtractor.java:190: warning: [deprecation] getHeaderText() in WordExtractor has been deprecated assertEquals("First header column!\tMid header Right header!\n", extractor1.getHeaderText()); ^ F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.16\poi-scratchpad\src\test\java\org\apache\poi\hwpf\extractor\TestWordExtractor.java:200: warning: [deprecation] getHeaderText() in WordExtractor has been deprecated assertEquals("This is a simple header, with a \u20ac euro symbol in it.\n\n", extractor2.getHeaderText()); ^ F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.16\poi-scratchpad\src\test\java\org\apache\poi\hwpf\extractor\TestWordExtractor.java:213: warning: [deprecation] getFooterText() in WordExtractor has been deprecated assertEquals("Footer Left\tFooter Middle Footer Right\n", extractor1.getFooterText()); ^ F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.16\poi-scratchpad\src\test\java\org\apache\poi\hwpf\extractor\TestWordExtractor.java:223: warning: [deprecation] getFooterText() in WordExtractor has been deprecated assertEquals("The footer, with Moli\u00e8re, has Unicode in it.\n", extractor2.getFooterText()); ^ F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.16\poi-scratchpad\src\test\java\org\apache\poi\hwpf\extractor\TestWordExtractorBugs.java:56: warning: [deprecation] getParagraphText() in Word6Extractor has been deprecated assertNotNull(extractor.getParagraphText()); ^ F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.16\poi-scratchpad\src\test\java\org\apache\poi\hwpf\model\TestCHPBinTable.java:53: warning: [deprecation] writeTo(HWPFFileSystem,int,CharIndexTranslator) in CHPBinTable has been deprecated _cHPBinTable.writeTo(fileSys, 0, fakeTPT); ^ F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.16\poi-scratchpad\src\test\java\org\apache\poi\hwpf\model\TestFontTable.java:47: warning: [deprecation] writeTo(HWPFFileSystem) in FontTable has been deprecated _fontTable.writeTo(fileSys); ^ F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.16\poi-scratchpad\src\test\java\org\apache\poi\hwpf\model\TestSectionTable.java:50: warning: [deprecation] writeTo(HWPFFileSystem,int) in SectionTable has been deprecated sectionTable.writeTo(fileSys, 0); ^ F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.16\poi-scratchpad\src\test\java\org\apache\poi\hwpf\sprm\TestSprms.java:77: warning: [deprecation] getParagraphStyle(int) in StyleSheet has been deprecated assertEquals(1, hwpfDocument.getStyleSheet().getParagraphStyle(8).getJustification()); ^ F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.16\poi-scratchpad\src\test\java\org\apache\poi\hwpf\sprm\TestSprms.java:80: warning: [deprecation] getParagraphStyle(int) in StyleSheet has been deprecated assertEquals(1, hwpfDocument2.getStyleSheet().getParagraphStyle(8).getJustification()); ^ F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.16\poi-scratchpad\src\test\java\org\apache\poi\hwpf\usermodel\TestBug49820.java:64: warning: [deprecation] getParagraphStyle(int) in StyleSheet has been deprecated assertEquals(expectedStyleLvl, styleSheet.getParagraphStyle(par.getStyleIndex()).getLvl()); ^ F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.16\poi-scratchpad\src\test\java\org\apache\poi\hwpf\usermodel\TestHWPFOldDocument.java:186: warning: [deprecation] getParagraphText() in Word6Extractor has been deprecated for (String p : ex.getParagraphText()) { ^ F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.16\poi-scratchpad\src\test\java\org\apache\poi\hwpf\usermodel\TestHWPFOldDocument.java:203: warning: [deprecation] getParagraphText() in Word6Extractor has been deprecated for (String p : ex.getParagraphText()) { ^ F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.16\poi-scratchpad\src\test\java\org\apache\poi\hwpf\usermodel\TestHWPFOldDocument.java:240: warning: [deprecation] getParagraphText() in Word6Extractor has been deprecated for (String p : ex.getParagraphText()) { ^ 15 warnings > Task :poi-scratchpad:compileTest9 > Task :poi-scratchpad:cacheTest9 UP-TO-DATE > Task :poi-scratchpad:processTestResources NO-SOURCE > Task :poi-scratchpad:testClasses > Task :poi-scratchpad:testJar > Task :poi-ooxml:compileTestJava F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.16\poi-ooxml\src\test\java\org\apache\poi\poifs\crypt\dsig\TestSignatureInfo.java:872: warning: [deprecation] getSubjectDN() in X509Certificate has been deprecated assertEquals("CN=Muj Klic", result.get(0).getSubjectDN().toString()); ^ F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.16\poi-ooxml\src\test\java\org\apache\poi\poifs\crypt\dsig\TestSignatureInfo.java:873: warning: [deprecation] getSubjectDN() in X509Certificate has been deprecated assertEquals("CN=My Second key", result.get(1).getSubjectDN().toString()); ^ F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.16\poi-ooxml\src\test\java\org\apache\poi\poifs\crypt\dsig\TestSignatureInfo.java:876: warning: [deprecation] getSubjectDN() in X509Certificate has been deprecated assertEquals("CN=My Second key", result.get(0).getSubjectDN().toString()); ^ F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.16\poi-ooxml\src\test\java\org\apache\poi\poifs\crypt\dsig\TestSignatureInfo.java:915: warning: [deprecation] getSubjectDN() in X509Certificate has been deprecated assertEquals("CN=Test", certs.get(0).getSubjectDN().getName()); ^ F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.16\poi-ooxml\src\test\java\org\apache\poi\xddf\usermodel\chart\TestXDDFChartRemoveSeries.java:129: warning: [deprecation] getSeries() in XDDFChartData has been deprecated assertThrows(UnsupportedOperationException.class, () -> chartData.getSeries().remove(0)); ^ F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.16\poi-ooxml\src\test\java\org\apache\poi\xwpf\usermodel\TestXWPFRun.java:203: warning: [deprecation] getFontSize() in XWPFRun has been deprecated assertEquals(7, run.getFontSize()); ^ F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.16\poi-ooxml\src\test\java\org\apache\poi\xwpf\usermodel\TestXWPFRun.java:211: warning: [deprecation] getFontSize() in XWPFRun has been deprecated assertEquals(25, run.getFontSize()); ^ F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.16\poi-ooxml\src\test\java\org\apache\poi\xwpf\usermodel\TestXWPFRun.java:589: warning: [deprecation] getFontSize() in XWPFRun has been deprecated assertEquals(-1, run.getFontSize()); ^ F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.16\poi-ooxml\src\test\java\org\apache\poi\xwpf\usermodel\TestXWPFRun.java:592: warning: [deprecation] getFontSize() in XWPFRun has been deprecated assertEquals(10, run.getFontSize()); ^ F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.16\poi-ooxml\src\test\java\org\apache\poi\xwpf\usermodel\TestXWPFRun.java:595: warning: [deprecation] getFontSize() in XWPFRun has been deprecated assertEquals(Short.MAX_VALUE - 1, run.getFontSize()); ^ F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.16\poi-ooxml\src\test\java\org\apache\poi\xwpf\usermodel\TestXWPFRun.java:598: warning: [deprecation] getFontSize() in XWPFRun has been deprecated assertEquals(Short.MAX_VALUE, run.getFontSize()); ^ F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.16\poi-ooxml\src\test\java\org\apache\poi\xwpf\usermodel\TestXWPFRun.java:601: warning: [deprecation] getFontSize() in XWPFRun has been deprecated assertEquals(Short.MAX_VALUE + 1, run.getFontSize()); ^ F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.16\poi-ooxml\src\test\java\org\apache\poi\xwpf\usermodel\TestXWPFRun.java:604: warning: [deprecation] getFontSize() in XWPFRun has been deprecated assertEquals(Integer.MAX_VALUE - 1, run.getFontSize()); ^ F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.16\poi-ooxml\src\test\java\org\apache\poi\xwpf\usermodel\TestXWPFRun.java:607: warning: [deprecation] getFontSize() in XWPFRun has been deprecated assertEquals(Integer.MAX_VALUE, run.getFontSize()); ^ F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.16\poi-ooxml\src\test\java\org\apache\poi\xwpf\usermodel\TestXWPFRun.java:610: warning: [deprecation] getFontSize() in XWPFRun has been deprecated assertEquals(-1, run.getFontSize()); ^ F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.16\poi-ooxml\src\test\java\org\apache\poi\xwpf\usermodel\TestXWPFRun.java:658: warning: [deprecation] getFontSize() in XWPFRun has been deprecated assertEquals(10, run.getFontSize()); ^ 16 warnings > Task :poi-ooxml:compileTest9 > Task :poi-ooxml:cacheTest9 UP-TO-DATE > Task :poi-ooxml:processTestResources > Task :poi-ooxml:testClasses > Task :poi-ooxml:testJar > Task :poi-integration:compileTestJava F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.16\poi-integration\src\test\java\org\apache\poi\stress\FileHandlerKnown.java:48: warning: [deprecation] newInstance() in Class has been deprecated return (FileHandler)Class.forName("org.apache.poi.stress." + n + "FileHandler").newInstance(); ^ where T is a type-variable: T extends Object declared in class Class 1 warning > Task :poi-integration:compileTest9 > Task :poi-integration:cacheTest9 UP-TO-DATE > Task :poi-integration:processTestResources > Task :poi-integration:testClasses > Task :poi-integration:testJar > Task :allJavaDoc > Task :zipJavadocs > Task :poi-integration:test FATAL: command execution failed hudson.remoting.ChannelClosedException: Channel "hudson.remoting.Channel@2ab4efb4:JNLP4-connect connection from 52.177.73.244/52.177.73.244:61388": Remote call on JNLP4-connect connection from 52.177.73.244/52.177.73.244:61388 failed. The channel is closing down or has closed down at hudson.remoting.Channel.call(Channel.java:994) at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:286) at com.sun.proxy.$Proxy148.isAlive(Unknown Source) at hudson.Launcher$RemoteLauncher$ProcImpl.isAlive(Launcher.java:1211) at hudson.Launcher$RemoteLauncher$ProcImpl.join(Launcher.java:1203) at hudson.Launcher$ProcStarter.join(Launcher.java:523) at hudson.plugins.gradle.Gradle.perform(Gradle.java:317) at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20) at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:803) at hudson.model.Build$BuildExecution.build(Build.java:197) at hudson.model.Build$BuildExecution.doRun(Build.java:163) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:513) at hudson.model.Run.execute(Run.java:1906) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) at hudson.model.ResourceController.execute(ResourceController.java:97) at hudson.model.Executor.run(Executor.java:429) Caused by: java.nio.channels.ClosedChannelException at org.jenkinsci.remoting.protocol.impl.ChannelApplicationLayer.onReadClosed(ChannelApplicationLayer.java:229) at org.jenkinsci.remoting.protocol.ApplicationLayer.onRecvClosed(ApplicationLayer.java:221) at org.jenkinsci.remoting.protocol.ProtocolStack$Ptr.onRecvClosed(ProtocolStack.java:817) at org.jenkinsci.remoting.protocol.FilterLayer.onRecvClosed(FilterLayer.java:288) at org.jenkinsci.remoting.protocol.impl.SSLEngineFilterLayer.onRecvClosed(SSLEngineFilterLayer.java:179) at org.jenkinsci.remoting.protocol.impl.SSLEngineFilterLayer.switchToNoSecure(SSLEngineFilterLayer.java:281) at org.jenkinsci.remoting.protocol.impl.SSLEngineFilterLayer.processWrite(SSLEngineFilterLayer.java:501) at org.jenkinsci.remoting.protocol.impl.SSLEngineFilterLayer.processQueuedWrites(SSLEngineFilterLayer.java:246) at org.jenkinsci.remoting.protocol.impl.SSLEngineFilterLayer.doSend(SSLEngineFilterLayer.java:198) at org.jenkinsci.remoting.protocol.impl.SSLEngineFilterLayer.doCloseSend(SSLEngineFilterLayer.java:211) at org.jenkinsci.remoting.protocol.ProtocolStack$Ptr.doCloseSend(ProtocolStack.java:785) at org.jenkinsci.remoting.protocol.ApplicationLayer.doCloseWrite(ApplicationLayer.java:172) at org.jenkinsci.remoting.protocol.impl.ChannelApplicationLayer$ByteBufferCommandTransport.closeWrite(ChannelApplicationLayer.java:331) at hudson.remoting.Channel.close(Channel.java:1502) at hudson.remoting.Channel.close(Channel.java:1455) at hudson.slaves.SlaveComputer.closeChannel(SlaveComputer.java:884) at hudson.slaves.SlaveComputer.access$100(SlaveComputer.java:110) at hudson.slaves.SlaveComputer$2.run(SlaveComputer.java:765) at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28) at jenkins.security.ImpersonatingExecutorService$1.run(ImpersonatingExecutorService.java:68) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) Build step 'Invoke Gradle script' changed build result to FAILURE Build step 'Invoke Gradle script' marked build as failure ERROR: Step ‘Record compiler warnings and static analysis results’ aborted due to exception: java.io.IOException: No workspace found for POI/POI-DSL-Windows-1.16 #173 at io.jenkins.plugins.analysis.core.steps.IssuesRecorder.perform(IssuesRecorder.java:670) at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20) at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:803) at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:752) at hudson.model.Build$BuildExecution.post2(Build.java:177) at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:697) at hudson.model.Run.execute(Run.java:1931) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) at hudson.model.ResourceController.execute(ResourceController.java:97) at hudson.model.Executor.run(Executor.java:429) ERROR: Step ‘Archive the artifacts’ failed: no workspace for POI/POI-DSL-Windows-1.16 #173 ERROR: Step ‘[Deprecated] Scan for compiler warnings’ failed: no workspace for POI/POI-DSL-Windows-1.16 #173 ERROR: Step ‘Publish JUnit test result report’ failed: no workspace for POI/POI-DSL-Windows-1.16 #173 ERROR: Step ‘Record JaCoCo coverage report’ failed: no workspace for POI/POI-DSL-Windows-1.16 #173 --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org