See 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.21/519/display/redirect?page=changes>

Changes:

[PJ Fanning] Cap poi-integration test parallelism and raise heap on CI


------------------------------------------
[...truncated 38.65 KiB...]
                 ^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.21\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.21\poi\src\test\java\org\apache\poi\poifs\dev\TestPOIFSDump.java:157:
 warning: [removal] SecurityManager in java.lang has been deprecated and marked 
for removal
    private static class TestOverrideSecurityManager extends SecurityManager {
                                                             ^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.21\poi\src\test\java\org\apache\poi\poifs\dev\TestPOIFSDump.java:175:
 warning: [removal] SecurityManager in java.lang has been deprecated and marked 
for removal
        SecurityManager sm = System.getSecurityManager();
        ^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.21\poi\src\test\java\org\apache\poi\poifs\dev\TestPOIFSDump.java:175:
 warning: [removal] getSecurityManager() in System has been deprecated and 
marked for removal
        SecurityManager sm = System.getSecurityManager();
                                   ^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.21\poi\src\test\java\org\apache\poi\poifs\dev\TestPOIFSDump.java:177:
 warning: [removal] setSecurityManager(SecurityManager) in System has been 
deprecated and marked for removal
            System.setSecurityManager(new TestOverrideSecurityManager());
                  ^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.21\poi\src\test\java\org\apache\poi\poifs\dev\TestPOIFSDump.java:180:
 warning: [removal] setSecurityManager(SecurityManager) in System has been 
deprecated and marked for removal
            System.setSecurityManager(sm);
                  ^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.21\poi\src\test\java\org\apache\poi\ss\util\BaseTestCellUtil.java:80:
 warning: [deprecation] BORDER_BOTTOM in CellUtil has been deprecated
            CellUtil.setCellStyleProperty(c, CellUtil.BORDER_BOTTOM, 
BorderStyle.THIN);
                                                     ^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.21\poi\src\test\java\org\apache\poi\ss\util\BaseTestCellUtil.java:80:
 warning: [deprecation] setCellStyleProperty(Cell,String,Object) in CellUtil 
has been deprecated
            CellUtil.setCellStyleProperty(c, CellUtil.BORDER_BOTTOM, 
BorderStyle.THIN);
                    ^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.21\poi\src\test\java\org\apache\poi\ss\util\BaseTestCellUtil.java:86:
 warning: [deprecation] BORDER_BOTTOM in CellUtil has been deprecated
            CellUtil.setCellStyleProperty(c, CellUtil.BORDER_BOTTOM, 
BorderStyle.THIN);
                                                     ^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.21\poi\src\test\java\org\apache\poi\ss\util\BaseTestCellUtil.java:86:
 warning: [deprecation] setCellStyleProperty(Cell,String,Object) in CellUtil 
has been deprecated
            CellUtil.setCellStyleProperty(c, CellUtil.BORDER_BOTTOM, 
BorderStyle.THIN);
                    ^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.21\poi\src\test\java\org\apache\poi\ss\util\BaseTestCellUtil.java:113:
 warning: [deprecation] BORDER_BOTTOM in CellUtil has been deprecated
            assertThrows(RuntimeException.class, () -> 
CellUtil.setCellStyleProperty(c, CellUtil.BORDER_BOTTOM, 42));
                                                                                
                ^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.21\poi\src\test\java\org\apache\poi\ss\util\BaseTestCellUtil.java:113:
 warning: [deprecation] setCellStyleProperty(Cell,String,Object) in CellUtil 
has been deprecated
            assertThrows(RuntimeException.class, () -> 
CellUtil.setCellStyleProperty(c, CellUtil.BORDER_BOTTOM, 42));
                                                               ^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.21\poi\src\test\java\org\apache\poi\ss\util\BaseTestCellUtil.java:125:
 warning: [deprecation] BORDER_BOTTOM in CellUtil has been deprecated
            CellUtil.setCellStyleProperty(c, CellUtil.BORDER_BOTTOM, 
BorderStyle.DASH_DOT.getCode());
                                                     ^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.21\poi\src\test\java\org\apache\poi\ss\util\BaseTestCellUtil.java:125:
 warning: [deprecation] setCellStyleProperty(Cell,String,Object) in CellUtil 
has been deprecated
            CellUtil.setCellStyleProperty(c, CellUtil.BORDER_BOTTOM, 
BorderStyle.DASH_DOT.getCode());
                    ^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.21\poi\src\test\java\org\apache\poi\ss\util\BaseTestCellUtil.java:129:
 warning: [deprecation] BORDER_TOP in CellUtil has been deprecated
            CellUtil.setCellStyleProperty(c, CellUtil.BORDER_TOP, 
BorderStyle.MEDIUM_DASH_DOT);
                                                     ^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.21\poi\src\test\java\org\apache\poi\ss\util\BaseTestCellUtil.java:129:
 warning: [deprecation] setCellStyleProperty(Cell,String,Object) in CellUtil 
has been deprecated
            CellUtil.setCellStyleProperty(c, CellUtil.BORDER_TOP, 
BorderStyle.MEDIUM_DASH_DOT);
                    ^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.21\poi\src\test\java\org\apache\poi\ss\util\BaseTestCellUtil.java:178:
 warning: [deprecation] SHRINK_TO_FIT in CellUtil has been deprecated
            CellUtil.setCellStyleProperty(c, CellUtil.SHRINK_TO_FIT, true);
                                                     ^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.21\poi\src\test\java\org\apache\poi\ss\util\BaseTestCellUtil.java:178:
 warning: [deprecation] setCellStyleProperty(Cell,String,Object) in CellUtil 
has been deprecated
            CellUtil.setCellStyleProperty(c, CellUtil.SHRINK_TO_FIT, true);
                    ^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.21\poi\src\test\java\org\apache\poi\ss\util\BaseTestCellUtil.java:210:
 warning: [deprecation] QUOTE_PREFIXED in CellUtil has been deprecated
            CellUtil.setCellStyleProperty(c, CellUtil.QUOTE_PREFIXED, true);
                                                     ^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.21\poi\src\test\java\org\apache\poi\ss\util\BaseTestCellUtil.java:210:
 warning: [deprecation] setCellStyleProperty(Cell,String,Object) in CellUtil 
has been deprecated
            CellUtil.setCellStyleProperty(c, CellUtil.QUOTE_PREFIXED, true);
                    ^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.21\poi\src\test\java\org\apache\poi\ss\util\BaseTestCellUtil.java:278:
 warning: [deprecation] BORDER_BOTTOM in CellUtil has been deprecated
            CellUtil.setCellStyleProperty(c2, CellUtil.BORDER_BOTTOM, 
BorderStyle.DOUBLE);
                                                      ^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.21\poi\src\test\java\org\apache\poi\ss\util\BaseTestCellUtil.java:278:
 warning: [deprecation] setCellStyleProperty(Cell,String,Object) in CellUtil 
has been deprecated
            CellUtil.setCellStyleProperty(c2, CellUtil.BORDER_BOTTOM, 
BorderStyle.DOUBLE);
                    ^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.21\poi\src\test\java\org\apache\poi\ss\util\BaseTestCellUtil.java:317:
 warning: [deprecation] BORDER_TOP in CellUtil has been deprecated
            props.put(CellUtil.BORDER_TOP, BorderStyle.THIN);
                              ^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.21\poi\src\test\java\org\apache\poi\ss\util\BaseTestCellUtil.java:318:
 warning: [deprecation] BORDER_BOTTOM in CellUtil has been deprecated
            props.put(CellUtil.BORDER_BOTTOM, BorderStyle.THIN);
                              ^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.21\poi\src\test\java\org\apache\poi\ss\util\BaseTestCellUtil.java:319:
 warning: [deprecation] BORDER_LEFT in CellUtil has been deprecated
            props.put(CellUtil.BORDER_LEFT, BorderStyle.THIN);
                              ^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.21\poi\src\test\java\org\apache\poi\ss\util\BaseTestCellUtil.java:320:
 warning: [deprecation] BORDER_RIGHT in CellUtil has been deprecated
            props.put(CellUtil.BORDER_RIGHT, BorderStyle.THIN);
                              ^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.21\poi\src\test\java\org\apache\poi\ss\util\BaseTestCellUtil.java:321:
 warning: [deprecation] ALIGNMENT in CellUtil has been deprecated
            props.put(CellUtil.ALIGNMENT, 
HorizontalAlignment.CENTER.getCode()); // try it both with a Short (deprecated)
                              ^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.21\poi\src\test\java\org\apache\poi\ss\util\BaseTestCellUtil.java:322:
 warning: [deprecation] VERTICAL_ALIGNMENT in CellUtil has been deprecated
            props.put(CellUtil.VERTICAL_ALIGNMENT, VerticalAlignment.CENTER); 
// and with an enum
                              ^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.21\poi\src\test\java\org\apache\poi\ss\util\BaseTestCellUtil.java:323:
 warning: [deprecation] setCellStyleProperties(Cell,Map<String,Object>) in 
CellUtil has been deprecated
            CellUtil.setCellStyleProperties(c, props);
                    ^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.21\poi\src\test\java\org\apache\poi\ss\util\BaseTestCellUtil.java:329:
 warning: [deprecation] setCellStyleProperties(Cell,Map<String,Object>) in 
CellUtil has been deprecated
            CellUtil.setCellStyleProperties(c, props);
                    ^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.21\poi\src\test\java\org\apache\poi\ss\util\BaseTestCellUtil.java:602:
 warning: [deprecation] FILL_PATTERN in CellUtil has been deprecated
            properties.put(CellUtil.FILL_PATTERN, FillPatternType.BRICKS);
                                   ^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.21\poi\src\test\java\org\apache\poi\ss\util\BaseTestCellUtil.java:603:
 warning: [deprecation] FILL_FOREGROUND_COLOR in CellUtil has been deprecated
            properties.put(CellUtil.FILL_FOREGROUND_COLOR, 
IndexedColors.BLUE.index);
                                   ^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.21\poi\src\test\java\org\apache\poi\ss\util\BaseTestCellUtil.java:604:
 warning: [deprecation] FILL_BACKGROUND_COLOR in CellUtil has been deprecated
            properties.put(CellUtil.FILL_BACKGROUND_COLOR, 
IndexedColors.RED.index);
                                   ^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.21\poi\src\test\java\org\apache\poi\ss\util\BaseTestCellUtil.java:606:
 warning: [deprecation] setCellStyleProperties(Cell,Map<String,Object>) in 
CellUtil has been deprecated
            CellUtil.setCellStyleProperties(A1, properties);
                    ^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.21\poi\src\test\java\org\apache\poi\ss\util\TestPropertyTemplate.java:91:
 warning: [deprecation] BORDER_TOP in CellUtil has been deprecated
                pt.getBorderStyle(0, 0, CellUtil.BORDER_TOP));
                                                ^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.21\poi\src\test\java\org\apache\poi\ss\util\TestPropertyTemplate.java:91:
 warning: [deprecation] getBorderStyle(int,int,String) in PropertyTemplate has 
been deprecated
                pt.getBorderStyle(0, 0, CellUtil.BORDER_TOP));
                  ^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.21\poi\src\test\java\org\apache\poi\ss\util\TestPropertyTemplate.java:94:
 warning: [deprecation] BORDER_BOTTOM in CellUtil has been deprecated
                pt.getBorderStyle(0, 0, CellUtil.BORDER_BOTTOM));
                                                ^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.21\poi\src\test\java\org\apache\poi\ss\util\TestPropertyTemplate.java:94:
 warning: [deprecation] getBorderStyle(int,int,String) in PropertyTemplate has 
been deprecated
                pt.getBorderStyle(0, 0, CellUtil.BORDER_BOTTOM));
                  ^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.21\poi\src\test\java\org\apache\poi\ss\util\TestPropertyTemplate.java:97:
 warning: [deprecation] TOP_BORDER_COLOR in CellUtil has been deprecated
                pt.getTemplateProperty(0, 0, CellUtil.TOP_BORDER_COLOR));
                                                     ^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.21\poi\src\test\java\org\apache\poi\ss\util\TestPropertyTemplate.java:97:
 warning: [deprecation] getTemplateProperty(int,int,String) in PropertyTemplate 
has been deprecated
                pt.getTemplateProperty(0, 0, CellUtil.TOP_BORDER_COLOR));
                  ^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.21\poi\src\test\java\org\apache\poi\ss\util\TestPropertyTemplate.java:100:
 warning: [deprecation] BOTTOM_BORDER_COLOR in CellUtil has been deprecated
                pt.getTemplateProperty(0, 0, CellUtil.BOTTOM_BORDER_COLOR));
                                                     ^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.21\poi\src\test\java\org\apache\poi\ss\util\TestPropertyTemplate.java:100:
 warning: [deprecation] getTemplateProperty(int,int,String) in PropertyTemplate 
has been deprecated
                pt.getTemplateProperty(0, 0, CellUtil.BOTTOM_BORDER_COLOR));
                  ^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.21\poi\src\test\java\org\apache\poi\ss\util\TestPropertyTemplate.java:440:
 warning: [deprecation] BORDER_TOP in CellUtil has been deprecated
                        pt.getBorderStyle(i, j, CellUtil.BORDER_TOP));
                                                        ^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.21\poi\src\test\java\org\apache\poi\ss\util\TestPropertyTemplate.java:440:
 warning: [deprecation] getBorderStyle(int,int,String) in PropertyTemplate has 
been deprecated
                        pt.getBorderStyle(i, j, CellUtil.BORDER_TOP));
                          ^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.21\poi\src\test\java\org\apache\poi\ss\util\TestPropertyTemplate.java:442:
 warning: [deprecation] BORDER_BOTTOM in CellUtil has been deprecated
                        pt.getBorderStyle(i, j, CellUtil.BORDER_BOTTOM));
                                                        ^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.21\poi\src\test\java\org\apache\poi\ss\util\TestPropertyTemplate.java:442:
 warning: [deprecation] getBorderStyle(int,int,String) in PropertyTemplate has 
been deprecated
                        pt.getBorderStyle(i, j, CellUtil.BORDER_BOTTOM));
                          ^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.21\poi\src\test\java\org\apache\poi\ss\util\TestPropertyTemplate.java:444:
 warning: [deprecation] BORDER_LEFT in CellUtil has been deprecated
                        pt.getBorderStyle(i, j, CellUtil.BORDER_LEFT));
                                                        ^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.21\poi\src\test\java\org\apache\poi\ss\util\TestPropertyTemplate.java:444:
 warning: [deprecation] getBorderStyle(int,int,String) in PropertyTemplate has 
been deprecated
                        pt.getBorderStyle(i, j, CellUtil.BORDER_LEFT));
                          ^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.21\poi\src\test\java\org\apache\poi\ss\util\TestPropertyTemplate.java:446:
 warning: [deprecation] BORDER_RIGHT in CellUtil has been deprecated
                        pt.getBorderStyle(i, j, CellUtil.BORDER_RIGHT));
                                                        ^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.21\poi\src\test\java\org\apache\poi\ss\util\TestPropertyTemplate.java:446:
 warning: [deprecation] getBorderStyle(int,int,String) in PropertyTemplate has 
been deprecated
                        pt.getBorderStyle(i, j, CellUtil.BORDER_RIGHT));
                          ^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.21\poi\src\test\java\org\apache\poi\ss\util\TestPropertyTemplate.java:458:
 warning: [deprecation] BORDER_TOP in CellUtil has been deprecated
                                        CellUtil.BORDER_TOP));
                                                ^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.21\poi\src\test\java\org\apache\poi\ss\util\TestPropertyTemplate.java:457:
 warning: [deprecation] getBorderStyle(int,int,String) in PropertyTemplate has 
been deprecated
                                pt.getBorderStyle(i, j,
                                  ^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.21\poi\src\test\java\org\apache\poi\ss\util\TestPropertyTemplate.java:461:
 warning: [deprecation] BORDER_BOTTOM in CellUtil has been deprecated
                                        CellUtil.BORDER_BOTTOM));
                                                ^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.21\poi\src\test\java\org\apache\poi\ss\util\TestPropertyTemplate.java:460:
 warning: [deprecation] getBorderStyle(int,int,String) in PropertyTemplate has 
been deprecated
                                pt.getBorderStyle(i, j,
                                  ^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.21\poi\src\test\java\org\apache\poi\ss\util\TestPropertyTemplate.java:464:
 warning: [deprecation] BORDER_LEFT in CellUtil has been deprecated
                                        CellUtil.BORDER_LEFT));
                                                ^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.21\poi\src\test\java\org\apache\poi\ss\util\TestPropertyTemplate.java:463:
 warning: [deprecation] getBorderStyle(int,int,String) in PropertyTemplate has 
been deprecated
                                pt.getBorderStyle(i, j,
                                  ^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.21\poi\src\test\java\org\apache\poi\ss\util\TestPropertyTemplate.java:467:
 warning: [deprecation] BORDER_RIGHT in CellUtil has been deprecated
                                        CellUtil.BORDER_RIGHT));
                                                ^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.21\poi\src\test\java\org\apache\poi\ss\util\TestPropertyTemplate.java:466:
 warning: [deprecation] getBorderStyle(int,int,String) in PropertyTemplate has 
been deprecated
                                pt.getBorderStyle(i, j,
                                  ^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.21\poi\src\test\java\org\apache\poi\ss\util\TestPropertyTemplate.java:471:
 warning: [deprecation] BORDER_TOP in CellUtil has been deprecated
                                        CellUtil.BORDER_TOP));
                                                ^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.21\poi\src\test\java\org\apache\poi\ss\util\TestPropertyTemplate.java:470:
 warning: [deprecation] getBorderStyle(int,int,String) in PropertyTemplate has 
been deprecated
                                pt.getBorderStyle(i, j,
                                  ^

> Task :poi-ooxml:sourcesJar
> Task :poi-scratchpad:sourcesJar

> Task :poi:compileTestJava
Note: 
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.21\poi\src\test\java\org\apache\poi\ss\util\TestPropertyTemplate.java
 has additional uses or overrides of a deprecated API.
Note: Some input files additionally use or override a deprecated API that is 
marked for removal.
100 warnings
FATAL: command execution failed
java.io.IOException: Backing channel 'JNLP4-connect connection from 
52.177.73.244/52.177.73.244:61146' is disconnected.
        at 
hudson.remoting.RemoteInvocationHandler.channelOrFail(RemoteInvocationHandler.java:227)
        at 
hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:306)
        at jdk.proxy3/jdk.proxy3.$Proxy122.isAlive(Unknown Source)
        at hudson.Launcher$RemoteLauncher$ProcImpl.isAlive(Launcher.java:1212)
        at hudson.Launcher$RemoteLauncher$ProcImpl.join(Launcher.java:1204)
        at hudson.Launcher$ProcStarter.join(Launcher.java:521)
        at PluginClassLoader for 
gradle//hudson.plugins.gradle.Gradle.perform(Gradle.java:321)
        at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:818)
        at hudson.model.Build$BuildExecution.build(Build.java:199)
        at hudson.model.Build$BuildExecution.doRun(Build.java:164)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:527)
        at hudson.model.Run.execute(Run.java:1833)
        at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:44)
        at hudson.model.ResourceController.execute(ResourceController.java:101)
        at hudson.model.Executor.run(Executor.java:446)
Caused by: java.nio.channels.ClosedChannelException
        at 
org.jenkinsci.remoting.protocol.impl.ChannelApplicationLayer.onReadClosed(ChannelApplicationLayer.java:241)
        at 
org.jenkinsci.remoting.protocol.ApplicationLayer.onRecvClosed(ApplicationLayer.java:221)
        at 
org.jenkinsci.remoting.protocol.ProtocolStack$Ptr.onRecvClosed(ProtocolStack.java:824)
        at 
org.jenkinsci.remoting.protocol.FilterLayer.onRecvClosed(FilterLayer.java:289)
        at 
org.jenkinsci.remoting.protocol.impl.SSLEngineFilterLayer.onRecvClosed(SSLEngineFilterLayer.java:176)
        at 
org.jenkinsci.remoting.protocol.impl.SSLEngineFilterLayer.switchToNoSecure(SSLEngineFilterLayer.java:278)
        at 
org.jenkinsci.remoting.protocol.impl.SSLEngineFilterLayer.processWrite(SSLEngineFilterLayer.java:505)
        at 
org.jenkinsci.remoting.protocol.impl.SSLEngineFilterLayer.processQueuedWrites(SSLEngineFilterLayer.java:243)
        at 
org.jenkinsci.remoting.protocol.impl.SSLEngineFilterLayer.doSend(SSLEngineFilterLayer.java:195)
        at 
org.jenkinsci.remoting.protocol.impl.SSLEngineFilterLayer.doCloseSend(SSLEngineFilterLayer.java:208)
        at 
org.jenkinsci.remoting.protocol.ProtocolStack$Ptr.doCloseSend(ProtocolStack.java:792)
        at 
org.jenkinsci.remoting.protocol.ApplicationLayer.doCloseWrite(ApplicationLayer.java:172)
        at 
org.jenkinsci.remoting.protocol.impl.ChannelApplicationLayer$ByteBufferCommandTransport.closeWrite(ChannelApplicationLayer.java:348)
        at hudson.remoting.Channel.close(Channel.java:1626)
        at hudson.remoting.Channel.close(Channel.java:1574)
        at hudson.slaves.SlaveComputer.closeChannel(SlaveComputer.java:949)
        at hudson.slaves.SlaveComputer$2.run(SlaveComputer.java:823)
        at 
jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28)
        at 
jenkins.security.ImpersonatingExecutorService$1.run(ImpersonatingExecutorService.java:68)
        at 
jenkins.util.ErrorLoggingExecutorService.lambda$wrap$0(ErrorLoggingExecutorService.java:51)
        at 
java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
        at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
        at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
        at java.base/java.lang.Thread.run(Thread.java:840)
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.21 #519
        at PluginClassLoader for 
warnings-ng//io.jenkins.plugins.analysis.core.steps.IssuesRecorder.perform(IssuesRecorder.java:625)
        at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:818)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:767)
        at hudson.model.Build$BuildExecution.post2(Build.java:179)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:711)
        at hudson.model.Run.execute(Run.java:1856)
        at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:44)
        at hudson.model.ResourceController.execute(ResourceController.java:101)
        at hudson.model.Executor.run(Executor.java:446)
ERROR: Step ‘Archive the artifacts’ failed: no workspace for 
POI/POI-DSL-Windows-1.21 #519
ERROR: Step ‘Publish JUnit test result report’ failed: no workspace for 
POI/POI-DSL-Windows-1.21 #519

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to