See
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/419/display/redirect?page=changes>
Changes:
[PJ Fanning] remove old deprecated clone method
[PJ Fanning] throw IOException if getInputStream fails
------------------------------------------
[...truncated 59.31 KB...]
^
/home/jenkins/workspace/POI/POI-DSL-1.8/poi-ooxml/src/main/java/org/apache/poi/xssf/usermodel/BaseXSSFEvaluationWorkbook.java:214:
warning: [deprecation] getNameIndex(java.lang.String) in
org.apache.poi.xssf.usermodel.XSSFWorkbook has been deprecated
int nameIdx = _uBook.getNameIndex(nameName);
^
/home/jenkins/workspace/POI/POI-DSL-1.8/poi-ooxml/src/main/java/org/apache/poi/xssf/usermodel/BaseXSSFEvaluationWorkbook.java:285:
warning: [deprecation] getNameAt(int) in
org.apache.poi.xssf.usermodel.XSSFWorkbook has been deprecated
XSSFName xname = _uBook.getNameAt(idx);
^
/home/jenkins/workspace/POI/POI-DSL-1.8/poi-ooxml/src/main/java/org/apache/poi/xssf/usermodel/BaseXSSFEvaluationWorkbook.java:340:
warning: [deprecation] getNameAt(int) in
org.apache.poi.xssf.usermodel.XSSFWorkbook has been deprecated
return _uBook.getNameAt(namePtg.getIndex()).getNameName();
^
/home/jenkins/workspace/POI/POI-DSL-1.8/poi-ooxml/src/main/java/org/apache/poi/xssf/usermodel/BaseXSSFEvaluationWorkbook.java:345:
warning: [deprecation] getNameAt(int) in
org.apache.poi.xssf.usermodel.XSSFWorkbook has been deprecated
return new Name(_uBook.getNameAt(ix), ix, this);
^
/home/jenkins/workspace/POI/POI-DSL-1.8/poi-ooxml/src/main/java/org/apache/poi/xssf/usermodel/BaseXSSFFormulaEvaluator.java:85:
warning: [deprecation] setCellType(org.apache.poi.ss.usermodel.CellType) in
org.apache.poi.ss.usermodel.Cell has been deprecated
cell.setCellType(cellType);
^
> Task :poi-scratchpad:jacocoTestReport
> Task :poi-ooxml:compileJava
/home/jenkins/workspace/POI/POI-DSL-1.8/poi-ooxml/src/main/java/org/apache/poi/xssf/streaming/StreamingSheetWriter.java:51:
warning: [deprecation] createTempFile() in
org.apache.poi.xssf.streaming.SheetDataWriter has been deprecated
public File createTempFile() throws IOException {
^
/home/jenkins/workspace/POI/POI-DSL-1.8/poi-ooxml/src/main/java/org/apache/poi/xssf/streaming/StreamingSheetWriter.java:56:
warning: [deprecation] createWriter(java.io.File) in
org.apache.poi.xssf.streaming.SheetDataWriter has been deprecated
public Writer createWriter(File fd) throws IOException {
^
/home/jenkins/workspace/POI/POI-DSL-1.8/poi-ooxml/src/main/java/org/apache/poi/xssf/streaming/GZIPSheetDataWriter.java:54:
warning: [deprecation] createTempFile() in
org.apache.poi.xssf.streaming.SheetDataWriter has been deprecated
public File createTempFile() throws IOException {
^
9 warnings
> Task :poi-ooxml:classes
> Task :poi-ooxml:jar
> Task :poi-excelant:compileJava
> Task :poi-excelant:compileJava9 SKIPPED
> Task :poi-excelant:cacheJava9 NO-SOURCE
> Task :poi-excelant:classes
> Task :poi-excelant:jar
> Task :poi-ooxml:compileTestJava
/home/jenkins/workspace/POI/POI-DSL-1.8/poi-ooxml/src/test/java/org/apache/poi/xssf/usermodel/TestXSSFFont.java:20:
warning: [deprecation] org.apache.poi.ss.usermodel.FontCharset in
org.apache.poi.ss.usermodel has been deprecated
import static org.apache.poi.ss.usermodel.FontCharset.*;
^
/home/jenkins/workspace/POI/POI-DSL-1.8/poi-ooxml/src/test/java/org/apache/poi/xddf/usermodel/chart/TestXDDFChartRemoveSeries.java:129:
warning: [deprecation] getSeries() in
org.apache.poi.xddf.usermodel.chart.XDDFChartData has been deprecated
assertThrows(UnsupportedOperationException.class, () ->
chartData.getSeries().remove(0));
^
> Task :poi:spotbugsMain
443 SpotBugs violations were found. See the report at:
file:///home/jenkins/workspace/POI/POI-DSL-1.8/poi/build/reports/spotbugs/main.xml
> Task :poi-examples:compileJava
> Task :poi-examples:compileJava9 SKIPPED
> Task :poi-examples:cacheJava9 NO-SOURCE
> Task :poi-examples:classes
> Task :poi-examples:jar
> Task :poi-ooxml:compileTestJava
/home/jenkins/workspace/POI/POI-DSL-1.8/poi-ooxml/src/test/java/org/apache/poi/xwpf/usermodel/TestXWPFRun.java:203:
warning: [deprecation] getFontSize() in org.apache.poi.xwpf.usermodel.XWPFRun
has been deprecated
assertEquals(7, run.getFontSize());
^
/home/jenkins/workspace/POI/POI-DSL-1.8/poi-ooxml/src/test/java/org/apache/poi/xwpf/usermodel/TestXWPFRun.java:211:
warning: [deprecation] getFontSize() in org.apache.poi.xwpf.usermodel.XWPFRun
has been deprecated
assertEquals(25, run.getFontSize());
^
/home/jenkins/workspace/POI/POI-DSL-1.8/poi-ooxml/src/test/java/org/apache/poi/xwpf/usermodel/TestXWPFRun.java:589:
warning: [deprecation] getFontSize() in org.apache.poi.xwpf.usermodel.XWPFRun
has been deprecated
assertEquals(-1, run.getFontSize());
^
/home/jenkins/workspace/POI/POI-DSL-1.8/poi-ooxml/src/test/java/org/apache/poi/xwpf/usermodel/TestXWPFRun.java:592:
warning: [deprecation] getFontSize() in org.apache.poi.xwpf.usermodel.XWPFRun
has been deprecated
assertEquals(10, run.getFontSize());
^
/home/jenkins/workspace/POI/POI-DSL-1.8/poi-ooxml/src/test/java/org/apache/poi/xwpf/usermodel/TestXWPFRun.java:595:
warning: [deprecation] getFontSize() in org.apache.poi.xwpf.usermodel.XWPFRun
has been deprecated
assertEquals(Short.MAX_VALUE - 1, run.getFontSize());
^
/home/jenkins/workspace/POI/POI-DSL-1.8/poi-ooxml/src/test/java/org/apache/poi/xwpf/usermodel/TestXWPFRun.java:598:
warning: [deprecation] getFontSize() in org.apache.poi.xwpf.usermodel.XWPFRun
has been deprecated
assertEquals(Short.MAX_VALUE, run.getFontSize());
^
/home/jenkins/workspace/POI/POI-DSL-1.8/poi-ooxml/src/test/java/org/apache/poi/xwpf/usermodel/TestXWPFRun.java:601:
warning: [deprecation] getFontSize() in org.apache.poi.xwpf.usermodel.XWPFRun
has been deprecated
assertEquals(Short.MAX_VALUE + 1, run.getFontSize());
^
/home/jenkins/workspace/POI/POI-DSL-1.8/poi-ooxml/src/test/java/org/apache/poi/xwpf/usermodel/TestXWPFRun.java:604:
warning: [deprecation] getFontSize() in org.apache.poi.xwpf.usermodel.XWPFRun
has been deprecated
assertEquals(Integer.MAX_VALUE - 1, run.getFontSize());
^
/home/jenkins/workspace/POI/POI-DSL-1.8/poi-ooxml/src/test/java/org/apache/poi/xwpf/usermodel/TestXWPFRun.java:607:
warning: [deprecation] getFontSize() in org.apache.poi.xwpf.usermodel.XWPFRun
has been deprecated
assertEquals(Integer.MAX_VALUE, run.getFontSize());
^
/home/jenkins/workspace/POI/POI-DSL-1.8/poi-ooxml/src/test/java/org/apache/poi/xwpf/usermodel/TestXWPFRun.java:610:
warning: [deprecation] getFontSize() in org.apache.poi.xwpf.usermodel.XWPFRun
has been deprecated
assertEquals(-1, run.getFontSize());
^
/home/jenkins/workspace/POI/POI-DSL-1.8/poi-ooxml/src/test/java/org/apache/poi/xwpf/usermodel/TestXWPFRun.java:658:
warning: [deprecation] getFontSize() in org.apache.poi.xwpf.usermodel.XWPFRun
has been deprecated
assertEquals(10, run.getFontSize());
^
> Task :poi-excelant:javadoc
javadoc: warning - Error fetching URL: https://xmlbeans.apache.org/docs/5.0.0/
1 warning
> Task :poi-excelant:javadocJar
> Task :poi-excelant:assemble
> Task :poi-excelant:forbiddenApisMain
> Task :poi-scratchpad:spotbugsMain
668 SpotBugs violations were found. See the report at:
file:///home/jenkins/workspace/POI/POI-DSL-1.8/poi-scratchpad/build/reports/spotbugs/main.xml
> Task :poi-scratchpad:check
> Task :poi-scratchpad:build
> Task :poi-ooxml:compileTestJava
13 warnings
> Task :poi-ooxml:testClasses
> Task :poi-examples:javadoc
javadoc: warning - Error fetching URL: https://xmlbeans.apache.org/docs/5.0.0/
/home/jenkins/workspace/POI/POI-DSL-1.8/poi-examples/src/main/java/org/apache/poi/examples/xssf/usermodel/BigGridDemo.java:75:
warning - Tag @see: missing final '>': "<a
href="https://poi.apache.org/spreadsheet/how-to.html#sxssf">SXSSF (Streaming
Usermodel API)</a>."
> Task :poi-ooxml:testJar
> Task :poi-excelant:compileTestJava
> Task :poi-excelant:testClasses
> Task :poi-examples:javadoc
2 warnings
> Task :poi-integration:compileTestJava
> Task :poi-integration:compileTest9 SKIPPED
> Task :poi-integration:cacheTest9 NO-SOURCE
> Task :poi-integration:testClasses
> Task :poi-integration:testJar
> Task :poi-excelant:spotbugsMain
4 SpotBugs violations were found. See the report at:
file:///home/jenkins/workspace/POI/POI-DSL-1.8/poi-excelant/build/reports/spotbugs/main.xml
> Task :poi-excelant:forbiddenApisTest
> Task :poi-excelant:forbiddenApis
> Task :poi-examples:javadocJar
> Task :poi-examples:assemble
> Task :poi-examples:forbiddenApisMain
> Task :poi-excelant:compileTest9 SKIPPED
> Task :poi-excelant:cacheTest9 NO-SOURCE
> Task :poi-excelant:testJar
> Task :poi-excelant:spotbugsTest
4 SpotBugs violations were found. See the report at:
file:///home/jenkins/workspace/POI/POI-DSL-1.8/poi-excelant/build/reports/spotbugs/test.xml
> Task :poi-examples:compileTestJava
> Task :poi-examples:testClasses
> Task :poi-examples:forbiddenApisTest
> Task :poi-examples:forbiddenApis
> Task :poi-ooxml:test
> Task :allJavaDoc
> Task :poi-integration:test
> Task :poi-excelant:test
> Task :poi-examples:spotbugsTest
> Task :poi-examples:spotbugsMain
> Task :poi-examples:test
> Task :poi-examples:jacocoTestReport
> Task :poi-examples:spotbugsMain
30 SpotBugs violations were found. See the report at:
file:///home/jenkins/workspace/POI/POI-DSL-1.8/poi-examples/build/reports/spotbugs/main.xml
> Task :poi-examples:check
> Task :poi-examples:build
> Task :poi-excelant:check
> Task :poi-excelant:build
> Task :poi-excelant:jacocoTestReport
> Task :poi:javadoc
javadoc: warning - Error fetching URL: https://xmlbeans.apache.org/docs/5.0.0/
/home/jenkins/workspace/POI/POI-DSL-1.8/poi/src/main/java/org/apache/poi/poifs/filesystem/POIFSFileSystem.java:200:
warning - Tag @see: missing '#': "POIFSFileSystem(FileChannel, boolean,
boolean) this constructor gives more control over whether to
close the provided channel"
/home/jenkins/workspace/POI/POI-DSL-1.8/poi/src/main/java/org/apache/poi/poifs/filesystem/POIFSFileSystem.java:220:
warning - Tag @see: missing '#': "POIFSFileSystem(FileChannel, boolean,
boolean) this constructor gives more control over whether to
close the provided channel"
3 warnings
> Task :poi:javadocJar
> Task :poi:assemble
> Task :poi:check
> Task :poi:build
> Task :poi:jacocoTestReport
> Task :poi-ooxml:javadoc
javadoc: warning - Error fetching URL: https://xmlbeans.apache.org/docs/5.0.0/
1 warning
> Task :poi-ooxml:javadocJar
> Task :poi-ooxml:assemble
> Task :poi-ooxml:forbiddenApisMain
> Task :poi-ooxml:forbiddenApisTest
> Task :poi-ooxml:forbiddenApis
> Task :poi-ooxml:compileJava9 SKIPPED
> Task :poi-ooxml:cacheJava9 NO-SOURCE
> Task :poi-ooxml:compileTest9 SKIPPED
> Task :poi-ooxml:cacheTest9 NO-SOURCE
> Task :poi-ooxml:jacocoTestReport
> Task :poi-ooxml:spotbugsMain
> Task :poi-ooxml:spotbugsTest
47 SpotBugs violations were found. See the report at:
file:///home/jenkins/workspace/POI/POI-DSL-1.8/poi-ooxml/build/reports/spotbugs/test.xml
> Task :poi-ooxml:spotbugsMain
583 SpotBugs violations were found. See the report at:
file:///home/jenkins/workspace/POI/POI-DSL-1.8/poi-ooxml/build/reports/spotbugs/main.xml
> Task :poi-ooxml:check
> Task :poi-ooxml:build
FATAL: command execution failed
hudson.remoting.ChannelClosedException: Channel
"hudson.remoting.Channel@b483a08:H35": Remote call on H35 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.$Proxy140.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: hudson.remoting.Channel$OrderlyShutdown: Command Close created at
at hudson.remoting.Channel$CloseCommand.execute(Channel.java:1322)
at hudson.remoting.Channel$1.handle(Channel.java:607)
at
hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:81)
Caused by: Command Close created at
at hudson.remoting.Command.<init>(Command.java:70)
at hudson.remoting.Channel$CloseCommand.<init>(Channel.java:1315)
at hudson.remoting.Channel$CloseCommand.<init>(Channel.java:1313)
at hudson.remoting.Channel.close(Channel.java:1488)
at hudson.remoting.Channel.close(Channel.java:1455)
at hudson.remoting.Channel$CloseCommand.execute(Channel.java:1321)
... 2 more
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-1.8 #419
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-1.8
#419
ERROR: Step ?Publish JUnit test result report? failed: no workspace for
POI/POI-DSL-1.8 #419
ERROR: Step ?Record JaCoCo coverage report? failed: no workspace for
POI/POI-DSL-1.8 #419
ERROR: H35 is offline; cannot locate jdk_1.8_latest
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]