You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2022/03/07 13:24:45 UTC

Build failed in Jenkins: POI » POI-DSL-Windows-1.8 #492

See <https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.8/492/display/redirect>

Changes:


------------------------------------------
[...truncated 58.75 KB...]
                ^
F:\jenkins\jenkins-slave\712657a4\workspace\POI\POI-DSL-Windows-1.8\poi-ooxml\src\main\java\org\apache\poi\xssf\streaming\StreamingSheetWriter.java:52: warning: [deprecation] createTempFile() in org.apache.poi.xssf.streaming.SheetDataWriter has been deprecated
    public File createTempFile() throws IOException {
                ^
F:\jenkins\jenkins-slave\712657a4\workspace\POI\POI-DSL-Windows-1.8\poi-ooxml\src\main\java\org\apache\poi\xssf\streaming\StreamingSheetWriter.java:57: warning: [deprecation] createWriter(java.io.File) in org.apache.poi.xssf.streaming.SheetDataWriter has been deprecated
    public Writer createWriter(File fd) throws IOException {
                  ^
8 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-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
F:\jenkins\jenkins-slave\712657a4\workspace\POI\POI-DSL-Windows-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.*;
                                         ^
F:\jenkins\jenkins-slave\712657a4\workspace\POI\POI-DSL-Windows-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));
                                                                         ^
F:\jenkins\jenkins-slave\712657a4\workspace\POI\POI-DSL-Windows-1.8\poi-ooxml\src\test\java\org\apache\poi\xssf\usermodel\TestXSSFWorkbook.java:1361: warning: [deprecation] getCTExternalLink() in org.apache.poi.xssf.model.ExternalLinksTable has been deprecated
                CTExternalLink link = workbook2.getExternalLinksTable().get(0).getCTExternalLink();
                                                                              ^
F:\jenkins\jenkins-slave\712657a4\workspace\POI\POI-DSL-Windows-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());
                           ^
F:\jenkins\jenkins-slave\712657a4\workspace\POI\POI-DSL-Windows-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());
                            ^
F:\jenkins\jenkins-slave\712657a4\workspace\POI\POI-DSL-Windows-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());
                                ^
F:\jenkins\jenkins-slave\712657a4\workspace\POI\POI-DSL-Windows-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());
                                ^
F:\jenkins\jenkins-slave\712657a4\workspace\POI\POI-DSL-Windows-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());
                                                 ^
F:\jenkins\jenkins-slave\712657a4\workspace\POI\POI-DSL-Windows-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());
                                             ^
F:\jenkins\jenkins-slave\712657a4\workspace\POI\POI-DSL-Windows-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());
                                                 ^
F:\jenkins\jenkins-slave\712657a4\workspace\POI\POI-DSL-Windows-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());
                                                   ^
F:\jenkins\jenkins-slave\712657a4\workspace\POI\POI-DSL-Windows-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());
                                               ^
F:\jenkins\jenkins-slave\712657a4\workspace\POI\POI-DSL-Windows-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());
                                ^
F:\jenkins\jenkins-slave\712657a4\workspace\POI\POI-DSL-Windows-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());
                                ^
14 warnings

> Task :poi-excelant:javadoc
> Task :poi-excelant:javadocJar
> Task :poi-excelant:assemble
> Task :poi-excelant:forbiddenApisMain

> Task :poi:javadoc
F:\jenkins\jenkins-slave\712657a4\workspace\POI\POI-DSL-Windows-1.8\poi\src\main\java\org\apache\poi\ss\formula\OperationEvaluationContext.java:213: warning: no description for @throws
     * @throws IllegalArgumentException
       ^
F:\jenkins\jenkins-slave\712657a4\workspace\POI\POI-DSL-Windows-1.8\poi\src\main\java\org\apache\poi\ss\formula\OperationEvaluationContext.java:214: warning: no description for @throws
     * @throws IllegalStateException
       ^

> Task :poi-excelant:spotbugsMain
5 SpotBugs violations were found.See the report at: file:///F:/jenkins/jenkins-slave/712657a4/workspace/POI/POI-DSL-Windows-1.8/poi-excelant/build/reports/spotbugs/main.xml

> Task :poi-ooxml:testClasses
> Task :poi-scratchpad:javadoc
> Task :poi-ooxml:testJar
> Task :poi-examples:javadoc
> Task :poi-excelant:compileTestJava
> Task :poi-excelant:testClasses
> Task :poi-excelant:forbiddenApisTest
> Task :poi-excelant:forbiddenApis
> Task :poi-examples:javadocJar
> Task :poi-excelant:compileTest9 SKIPPED
> Task :poi-excelant:cacheTest9 NO-SOURCE
> Task :poi-excelant:testJar
> Task :poi-examples:assemble
> Task :poi-examples:forbiddenApisMain
> Task :poi-integration:compileTestJava
> Task :poi-ooxml:test

> Task :poi:javadoc
2 warnings

> Task :poi-examples:compileTestJava
> Task :poi-examples:testClasses
> Task :poi-examples:forbiddenApisTest
> Task :poi-examples:forbiddenApis
> Task :poi-excelant:spotbugsTest
> Task :poi-excelant:test

> Task :poi-examples:spotbugsMain
15 SpotBugs violations were found.See the report at: file:///F:/jenkins/jenkins-slave/712657a4/workspace/POI/POI-DSL-Windows-1.8/poi-examples/build/reports/spotbugs/main.xml

> Task :poi-examples:spotbugsTest
> Task :poi-examples:test
> Task :poi-examples:check
> Task :poi-examples:build
> Task :poi-examples:jacocoTestReport
> Task :poi-excelant:check
> Task :poi-excelant:build
> Task :poi-excelant:jacocoTestReport
> Task :poi-scratchpad:javadocJar
> Task :poi-scratchpad:assemble
> Task :poi-scratchpad:build
> Task :poi-integration:compileTest9 SKIPPED
> Task :poi-integration:cacheTest9 NO-SOURCE
> Task :poi-integration:testClasses
> Task :poi-integration:testJar
> Task :poi:javadocJar
> Task :poi:assemble
> Task :poi:build
> Task :allJavaDoc
> Task :poi-integration:test
> Task :poi-ooxml:javadoc
> 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:spotbugsMain
> Task :poi-ooxml:spotbugsTest
> Task :poi-ooxml:jacocoTestReport

> Task :poi-ooxml:spotbugsMain
582 SpotBugs violations were found.See the report at: file:///F:/jenkins/jenkins-slave/712657a4/workspace/POI/POI-DSL-Windows-1.8/poi-ooxml/build/reports/spotbugs/main.xml

> Task :poi-ooxml:spotbugsTest
45 SpotBugs violations were found.See the report at: file:///F:/jenkins/jenkins-slave/712657a4/workspace/POI/POI-DSL-Windows-1.8/poi-ooxml/build/reports/spotbugs/test.xml

> Task :poi-ooxml:check
> Task :poi-ooxml:build
> Task :poi-integration:forbiddenApisTest
> Task :poi-integration:forbiddenApis
> Task :poi-integration:jacocoTestReport

> Task :poi-integration:spotbugsTest
3 SpotBugs violations were found.See the report at: file:///F:/jenkins/jenkins-slave/712657a4/workspace/POI/POI-DSL-Windows-1.8/poi-integration/build/reports/spotbugs/test.xml

> Task :poi-integration:check
> Task :poi-integration:build
> Task :poi-ooxml-lite:generateModuleInfo

> Task :allJavaDoc
F:\jenkins\jenkins-slave\712657a4\workspace\POI\POI-DSL-Windows-1.8\poi\src\main\java\org\apache\poi\ss\formula\OperationEvaluationContext.java:213: warning: no description for @throws
     * @throws IllegalArgumentException
       ^
F:\jenkins\jenkins-slave\712657a4\workspace\POI\POI-DSL-Windows-1.8\poi\src\main\java\org\apache\poi\ss\formula\OperationEvaluationContext.java:214: warning: no description for @throws
     * @throws IllegalStateException
       ^

> Task :poi-ooxml-lite:compileOoxmlLite

> Task :allJavaDoc
2 warnings

> Task :poi-ooxml-lite:compileJava
> Task :zipJavadocs
> Task :poi-ooxml-lite:processResources
> Task :poi-ooxml-lite:classes
> Task :poi-ooxml-lite:jar
> Task :poi-ooxml-lite:compileJava9 SKIPPED
> Task :poi-ooxml-lite:cacheJava9 NO-SOURCE
> Task :poi-ooxml-lite:javadoc SKIPPED
> Task :poi-ooxml-lite:javadocJar SKIPPED
> Task :poi-ooxml-lite:sourcesJar
> Task :poi-ooxml-lite:assemble
> Task :poi-ooxml-lite:forbiddenApisMain UP-TO-DATE
> Task :poi-ooxml-lite:compileTestJava NO-SOURCE
> Task :poi-ooxml-lite:testClasses UP-TO-DATE
> Task :poi-ooxml-lite:forbiddenApisTest NO-SOURCE
> Task :poi-ooxml-lite:forbiddenApis UP-TO-DATE
> Task :poi-ooxml-lite:spotbugsMain SKIPPED
> Task :poi-ooxml-lite:spotbugsTest SKIPPED
> Task :poi-ooxml-lite:test NO-SOURCE
> Task :poi-ooxml-lite:check UP-TO-DATE
> Task :poi-ooxml-lite:build
> Task :poi-ooxml-lite:jacocoTestReport SKIPPED
> Task :binDistTar
> Task :binDistZip
> Task :srcDistTar
> Task :srcDistZip
> Task :fixDistDir
> Task :jenkins
> Task :soLinkCheck

> Task :rat
Files with unapproved licenses:
 - F:/jenkins/jenkins-slave/712657a4/workspace/POI/POI-DSL-Windows-1.8/poi-ooxml/src/test/java/org/apache/poi/xssf/usermodel/TestFormulaEval.java


> Task :rat FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':rat'.
> A failure occurred while executing org.nosphere.apache.rat.RatWork
   > Apache Rat audit failure - 1 unapproved license
     	See file:///F:/jenkins/jenkins-slave/712657a4/workspace/POI/POI-DSL-Windows-1.8/build/reports/rat/index.html

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.

You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.

See https://docs.gradle.org/7.4/userguide/command_line_interface.html#sec:command_line_warnings

Execution optimizations have been disabled for 1 invalid unit(s) of work during this build to ensure correctness.
Please consult deprecation warnings for more details.

BUILD FAILED in 31m 59s
119 actionable tasks: 116 executed, 3 up-to-date
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
[SpotBugs] Skipping execution of recorder since overall result is 'FAILURE'
Archiving artifacts
[Fast Archiver] Compressed 419.01 MB of artifacts by 25.8% relative to #491
Recording test results
[Checks API] No suitable checks publisher found.

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


Jenkins build is back to normal : POI » POI-DSL-Windows-1.8 #494

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.8/494/display/redirect>


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


Build failed in Jenkins: POI » POI-DSL-Windows-1.8 #493

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.8/493/display/redirect>

Changes:


------------------------------------------
[...truncated 2.49 KB...]
At revision 1898718

At revision 1898718

org.tmatesoft.svn.core.SVNException: svn: E130003: Parser configuration problem: namespace reporting is not enabled
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:70)
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:57)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:760)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:352)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:340)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.performHttpRequest(DAVConnection.java:910)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.doReport(DAVConnection.java:363)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.doReport(DAVConnection.java:353)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.logImpl(DAVRepository.java:1015)
	at org.tmatesoft.svn.core.io.SVNRepository.log(SVNRepository.java:1041)
	at org.tmatesoft.svn.core.internal.wc2.remote.SvnRemoteLog.run(SvnRemoteLog.java:181)
	at org.tmatesoft.svn.core.internal.wc2.remote.SvnRemoteLog.run(SvnRemoteLog.java:35)
	at org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner.run(SvnOperationRunner.java:21)
	at org.tmatesoft.svn.core.wc2.SvnOperationFactory.run(SvnOperationFactory.java:1239)
	at org.tmatesoft.svn.core.wc2.SvnOperation.run(SvnOperation.java:294)
	at org.tmatesoft.svn.core.wc.SVNLogClient.doLog(SVNLogClient.java:968)
	at org.tmatesoft.svn.core.wc.SVNLogClient.doLog(SVNLogClient.java:873)
	at hudson.scm.SubversionChangeLogBuilder.buildModule(SubversionChangeLogBuilder.java:188)
Caused: java.io.IOException: revision check failed on https://svn.apache.org/repos/asf/poi/trunk
	at hudson.scm.SubversionChangeLogBuilder.buildModule(SubversionChangeLogBuilder.java:202)
	at hudson.scm.SubversionChangeLogBuilder.run(SubversionChangeLogBuilder.java:122)
	at hudson.scm.SubversionSCM.calcChangeLog(SubversionSCM.java:773)
	at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:922)
	at hudson.scm.SCM.checkout(SCM.java:505)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1213)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:637)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:85)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:509)
	at hudson.model.Run.execute(Run.java:1888)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:99)
	at hudson.model.Executor.run(Executor.java:432)
Retrying after 10 seconds
Updating https://svn.apache.org/repos/asf/poi/trunk at revision '2022-03-08T00:48:26.546 +0000'

<-- Got one external: forrest.properties, svn url: https://svn.apache.org/repos/asf/poi/site/forrest.properties -->
Fetching 'https://svn.apache.org/repos/asf/poi/site/forrest.properties' at -1 into 'F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.8\forrest.properties'
At revision 1898718


<-- Got one external: documentation, svn url: https://svn.apache.org/repos/asf/poi/site/src/documentation -->
Fetching 'https://svn.apache.org/repos/asf/poi/site/src/documentation' at -1 into 'F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.8\src\documentation'
At revision 1898718

At revision 1898718

[POI-DSL-Windows-1.8] $ cmd /c call F:\jenkins\jenkins-home\temp\jenkins6755331705176997516.bat
    X   forrest.properties
M       poi-ooxml-lite\src\main\java9\module-info.java
X       src\documentation

Performing status on external item at 'src\documentation':
svn: E155010: The node 'F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.8\poi*\src\*' was not found.
Java-Home: f:\\jenkins\\tools\\java\\latest1.8
 Volume in drive F is Data
 Volume Serial Number is 7082-E32C

 Directory of f:\jenkins\tools\java\latest1.8

07/30/2021  06:24 PM    <DIR>          .
07/30/2021  06:24 PM    <DIR>          ..
04/16/2020  07:15 AM             1,522 ASSEMBLY_EXCEPTION
07/30/2021  06:24 PM    <DIR>          bin
07/30/2021  06:24 PM    <DIR>          include
07/30/2021  06:24 PM    <DIR>          jre
07/30/2021  06:24 PM    <DIR>          lib
04/16/2020  07:15 AM            19,274 LICENSE
04/16/2020  07:15 AM                86 release
07/30/2021  06:24 PM    <DIR>          sample
04/16/2020  07:15 AM        51,408,032 src.zip
04/16/2020  07:15 AM           153,250 THIRD_PARTY_README
               5 File(s)     51,582,164 bytes
               7 Dir(s)  981,489,324,032 bytes free
openjdk version "1.8.0_252"
OpenJDK Runtime Environment (AdoptOpenJDK)(build 1.8.0_252-b09)
OpenJDK 64-Bit Server VM (AdoptOpenJDK)(build 25.252-b09, mixed mode)
[Gradle] - Launching build.
[POI-DSL-Windows-1.8] $ cmd.exe /C "<https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.8/ws/gradlew.bat> -PjdkVersion=8 -PjdkVendor=oracle clean jenkins && exit %%ERRORLEVEL%%"
Starting a Gradle Daemon, 3 incompatible and 1 stopped Daemons could not be reused, use --status for details
Configuration on demand is an incubating feature.

> Configure project :
Trying to override old definition of datatype junit
Run with reduced parallelism for CI build
Run with reduced parallelism for CI build
Run with reduced parallelism for CI build
Run with reduced parallelism for CI build
Run with reduced parallelism for CI build
Run with reduced parallelism for CI build
Run with reduced parallelism for CI build
Run with reduced parallelism for CI build
Run with reduced parallelism for CI build

> Configure project :poi
[Fatal Error] :1:38: Invalid encoding name "UTF8".

> Task :poi:clean UP-TO-DATE
> Task :poi-examples:clean UP-TO-DATE
> Task :poi-excelant:clean UP-TO-DATE
> Task :poi-ooxml-full:clean UP-TO-DATE
> Task :poi-ooxml-lite:clean UP-TO-DATE
> Task :poi-ooxml:clean
> Task :poi-ooxml-lite-agent:clean
> Task :poi-integration:clean FAILED
> Task :poi:generateVersionJava
> Task :clean FAILED
> Task :poi-scratchpad:clean

FAILURE: Build completed with 2 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':poi-integration:clean'.
> java.io.IOException: Unable to delete directory 'F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.8\poi-integration\build'
    Failed to delete some children. This might happen because a process has files open or has its working directory set in the target directory.
    - F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.8\poi-integration\build\test-results\test\binary\output.bin
    - F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.8\poi-integration\build\test-results\test\binary
    - F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.8\poi-integration\build\test-results\test
    - F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.8\poi-integration\build\test-results
    - F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.8\poi-integration\build\tmp\expandedArchives\org.jacoco.agent-0.8.7.jar_3a83c50b4a016f281c4e9f3500d16b55\jacocoagent.jar
    - F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.8\poi-integration\build\tmp\expandedArchives\org.jacoco.agent-0.8.7.jar_3a83c50b4a016f281c4e9f3500d16b55
    - F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.8\poi-integration\build\tmp\expandedArchives
    - F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.8\poi-integration\build\tmp

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':clean'.
> java.io.IOException: Unable to delete directory 'F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.8\build'
    Failed to delete some children. This might happen because a process has files open or has its working directory set in the target directory.
    - F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.8\build\dist\maven\poi\poi-5.2.1-SNAPSHOT.jar
    - F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.8\build\dist\maven\poi
    - F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.8\build\dist\maven\poi-examples\poi-examples-5.2.1-SNAPSHOT.jar
    - F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.8\build\dist\maven\poi-examples
    - F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.8\build\dist\maven\poi-ooxml\poi-ooxml-5.2.1-SNAPSHOT.jar
    - F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.8\build\dist\maven\poi-ooxml
    - F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.8\build\dist\maven\poi-ooxml-full\poi-ooxml-full-5.2.1-SNAPSHOT.jar
    - F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.8\build\dist\maven\poi-ooxml-full
    - F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.8\build\dist\maven\poi-ooxml-lite-agent\poi-ooxml-lite-agent-5.2.1-SNAPSHOT.jar
    - F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.8\build\dist\maven\poi-ooxml-lite-agent
    - F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.8\build\dist\maven\poi-ooxml-tests\poi-ooxml-5.2.1-SNAPSHOT-tests.jar
    - F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.8\build\dist\maven\poi-ooxml-tests
    - F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.8\build\dist\maven\poi-scratchpad\poi-scratchpad-5.2.1-SNAPSHOT.jar
    - F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.8\build\dist\maven\poi-scratchpad
    - F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.8\build\dist\maven\poi-scratchpad-tests\poi-scratchpad-5.2.1-SNAPSHOT-tests.jar
    - F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.8\build\dist\maven\poi-scratchpad-tests
    - and more ...

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

BUILD FAILED in 23s
11 actionable tasks: 6 executed, 5 up-to-date
Failed to process/clean up version-specific cache directory: F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.8\.gradle\7.3.3
java.io.IOException: Unable to delete directory 'F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.8\.gradle\7.3.3'
  Failed to delete some children. This might happen because a process has files open or has its working directory set in the target directory.
  - F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.8\.gradle\7.3.3\checksums\checksums.lock
  - F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.8\.gradle\7.3.3\checksums
  - F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.8\.gradle\7.3.3\dependencies-accessors\dependencies-accessors.lock
  - F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.8\.gradle\7.3.3\dependencies-accessors
  - F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.8\.gradle\7.3.3\executionHistory\executionHistory.bin
  - F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.8\.gradle\7.3.3\executionHistory\executionHistory.lock
  - F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.8\.gradle\7.3.3\executionHistory
  - F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.8\.gradle\7.3.3\fileHashes\fileHashes.bin
  - F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.8\.gradle\7.3.3\fileHashes\fileHashes.lock
  - F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.8\.gradle\7.3.3\fileHashes\resourceHashesCache.bin
  - F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.8\.gradle\7.3.3\fileHashes
	at org.gradle.internal.file.impl.DefaultDeleter.throwWithHelpMessage(DefaultDeleter.java:181)
	at org.gradle.internal.file.impl.DefaultDeleter.deleteRecursively(DefaultDeleter.java:114)
	at org.gradle.internal.file.impl.DefaultDeleter.deleteRecursively(DefaultDeleter.java:65)
	at org.gradle.internal.file.impl.DefaultDeleter.deleteRecursively(DefaultDeleter.java:59)
	at org.gradle.cache.internal.VersionSpecificCacheCleanupAction.deleteCacheDir(VersionSpecificCacheCleanupAction.java:136)
	at org.gradle.cache.internal.VersionSpecificCacheCleanupAction.performCleanup(VersionSpecificCacheCleanupAction.java:124)
	at org.gradle.cache.internal.VersionSpecificCacheCleanupAction.performCleanup(VersionSpecificCacheCleanupAction.java:105)
	at org.gradle.cache.internal.VersionSpecificCacheCleanupAction.execute(VersionSpecificCacheCleanupAction.java:75)
	at org.gradle.initialization.layout.ProjectCacheDir.stop(ProjectCacheDir.java:76)
	at org.gradle.internal.concurrent.CompositeStoppable.stop(CompositeStoppable.java:106)
	at org.gradle.internal.service.DefaultServiceRegistry$ManagedObjectServiceProvider.stop(DefaultServiceRegistry.java:635)
	at org.gradle.internal.concurrent.CompositeStoppable.stop(CompositeStoppable.java:106)
	at org.gradle.internal.service.DefaultServiceRegistry$ManagedObjectServiceProvider.stop(DefaultServiceRegistry.java:635)
	at org.gradle.internal.concurrent.CompositeStoppable.stop(CompositeStoppable.java:106)
	at org.gradle.internal.service.DefaultServiceRegistry$OwnServices.stop(DefaultServiceRegistry.java:491)
	at org.gradle.internal.concurrent.CompositeStoppable.stop(CompositeStoppable.java:106)
	at org.gradle.internal.service.DefaultServiceRegistry$CompositeServiceProvider.stop(DefaultServiceRegistry.java:1023)
	at org.gradle.internal.concurrent.CompositeStoppable.stop(CompositeStoppable.java:106)
	at org.gradle.internal.service.DefaultServiceRegistry.close(DefaultServiceRegistry.java:276)
	at org.gradle.internal.concurrent.CompositeStoppable$2.stop(CompositeStoppable.java:90)
	at org.gradle.internal.concurrent.CompositeStoppable.stop(CompositeStoppable.java:106)
	at org.gradle.internal.session.BuildSessionState.close(BuildSessionState.java:74)
	at org.gradle.tooling.internal.provider.BuildSessionLifecycleBuildActionExecuter.execute(BuildSessionLifecycleBuildActionExecuter.java:63)
	at org.gradle.tooling.internal.provider.BuildSessionLifecycleBuildActionExecuter.execute(BuildSessionLifecycleBuildActionExecuter.java:41)
	at org.gradle.tooling.internal.provider.StartParamsValidatingActionExecuter.execute(StartParamsValidatingActionExecuter.java:63)
	at org.gradle.tooling.internal.provider.StartParamsValidatingActionExecuter.execute(StartParamsValidatingActionExecuter.java:31)
	at org.gradle.tooling.internal.provider.SessionFailureReportingActionExecuter.execute(SessionFailureReportingActionExecuter.java:58)
	at org.gradle.tooling.internal.provider.SessionFailureReportingActionExecuter.execute(SessionFailureReportingActionExecuter.java:42)
	at org.gradle.tooling.internal.provider.SetupLoggingActionExecuter.execute(SetupLoggingActionExecuter.java:47)
	at org.gradle.tooling.internal.provider.SetupLoggingActionExecuter.execute(SetupLoggingActionExecuter.java:31)
	at org.gradle.launcher.daemon.server.exec.ExecuteBuild.doBuild(ExecuteBuild.java:65)
	at org.gradle.launcher.daemon.server.exec.BuildCommandOnly.execute(BuildCommandOnly.java:37)
	at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:104)
	at org.gradle.launcher.daemon.server.exec.WatchForDisconnection.execute(WatchForDisconnection.java:39)
	at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:104)
	at org.gradle.launcher.daemon.server.exec.ResetDeprecationLogger.execute(ResetDeprecationLogger.java:29)
	at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:104)
	at org.gradle.launcher.daemon.server.exec.RequestStopIfSingleUsedDaemon.execute(RequestStopIfSingleUsedDaemon.java:35)
	at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:104)
	at org.gradle.launcher.daemon.server.exec.ForwardClientInput$2.create(ForwardClientInput.java:78)
	at org.gradle.launcher.daemon.server.exec.ForwardClientInput$2.create(ForwardClientInput.java:75)
	at org.gradle.util.internal.Swapper.swap(Swapper.java:38)
	at org.gradle.launcher.daemon.server.exec.ForwardClientInput.execute(ForwardClientInput.java:75)
	at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:104)
	at org.gradle.launcher.daemon.server.exec.LogAndCheckHealth.execute(LogAndCheckHealth.java:55)
	at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:104)
	at org.gradle.launcher.daemon.server.exec.LogToClient.doBuild(LogToClient.java:63)
	at org.gradle.launcher.daemon.server.exec.BuildCommandOnly.execute(BuildCommandOnly.java:37)
	at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:104)
	at org.gradle.launcher.daemon.server.exec.EstablishBuildEnvironment.doBuild(EstablishBuildEnvironment.java:84)
	at org.gradle.launcher.daemon.server.exec.BuildCommandOnly.execute(BuildCommandOnly.java:37)
	at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:104)
	at org.gradle.launcher.daemon.server.exec.StartBuildOrRespondWithBusy$1.run(StartBuildOrRespondWithBusy.java:52)
	at org.gradle.launcher.daemon.server.DaemonStateCoordinator$1.run(DaemonStateCoordinator.java:297)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	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
[SpotBugs] Skipping execution of recorder since overall result is 'FAILURE'
Archiving artifacts
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?

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