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

Changes:

[Dominik Stadler] Add some more changes

[Dominik Stadler] Fix Paragraph.searchText

The result was wrong for certain combinations of runs and found positions.

The adjusted implementation fixes this.

Also add a number of additional tests to verify results are correct.

Closes #655

[Dominik Stadler] Bug 66425: Avoid exceptions found via poi-fuzz

Prevent a NullPointerException

Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=69450

[Dominik Stadler] Add section for next release and add 2 changes

[Dominik Stadler] Add commands for copying dev-build to dist.apache.org

[Dominik Stadler] HSSFWorkbook.getSheet(): Return first found sheet

We do not need to loop over all sheets always but should
be able to return the first found sheet.

This may change semantics for cases where there are
multiple sheets where name only differs in case, but
the JavaDoc did not state which one will be returned.

All three implementations (HSSF, XSSF, SXSSF)
now behave the same way.

Closes #653

[PJ Fanning] update TestXSSFSheetShiftRows

[PJ Fanning] saxon 12.5

[PJ Fanning] [bug-69154] add speculative row shifter fix

[PJ Fanning] [bug-69154] XSSF: Shifting columns with merged regions generates 
an error about overlapping regions

[PJ Fanning] unused import

[PJ Fanning] snapshot version

[PJ Fanning] release docs

[PJ Fanning] add dataformatter test

[PJ Fanning] another dataformatter test

[PJ Fanning] another dataformatter test

[PJ Fanning] disable new dataformatter test that is failing

[PJ Fanning] try to fix tests

[PJ Fanning] add dataformatter tests

[PJ Fanning] try to stop poi-integration testing with corrupt file

[PJ Fanning] try to stop poi-integration testing with corrupt file

[PJ Fanning] use standard ASF header

[PJ Fanning] rename file

[PJ Fanning] throw exception if xlsx contains duplicate file names

[PJ Fanning] license header

[PJ Fanning] throw exception if xlsx contains duplicate file names

[PJ Fanning] reformat ZipFileZipEntrySource.java


------------------------------------------
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
[EnvInject] - Preparing an environment for the build.
[EnvInject] - Keeping Jenkins system variables.
[EnvInject] - Keeping Jenkins build variables.
[EnvInject] - Injecting as environment variables the properties content 
FORREST_HOME=f:\jenkins\tools\forrest\latest
LANG=en_US.UTF-8
CI_BUILD=TRUE

[EnvInject] - Variables injected successfully.
[EnvInject] - Injecting contributions.
Building remotely on jenkins-win-azr-3 (Windows-Docker Windows) in workspace 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.22/ws/>
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Done
Updating https://svn.apache.org/repos/asf/poi/trunk at revision 
'2024-07-07T17:01:43.549 +0000'
U         
poi-ooxml\src\main\java\org\apache\poi\xwpf\usermodel\XWPFParagraph.java
U         
poi-ooxml\src\main\java\org\apache\poi\xdgf\usermodel\section\geometry\NURBSTo.java
U         
poi-ooxml\src\main\java\org\apache\poi\xssf\streaming\SXSSFWorkbook.java
U         
poi-ooxml\src\main\java\org\apache\poi\xssf\usermodel\XSSFWorkbook.java
U         poi-ooxml\src\main\java\org\apache\poi\ooxml\util\PackageHelper.java
U         poi-ooxml\src\main\java\org\apache\poi\openxml4j\opc\OPCPackage.java
AU        
poi-ooxml\src\main\java\org\apache\poi\openxml4j\opc\internal\InvalidZipException.java
U         poi-ooxml\src\main\java\org\apache\poi\openxml4j\opc\ZipPackage.java
U         
poi-ooxml\src\main\java\org\apache\poi\openxml4j\util\ZipInputStreamZipEntrySource.java
U         
poi-ooxml\src\main\java\org\apache\poi\openxml4j\util\ZipSecureFile.java
U         
poi-ooxml\src\main\java\org\apache\poi\openxml4j\util\ZipFileZipEntrySource.java
U         
poi-ooxml\src\main\java\org\apache\poi\poifs\crypt\temp\AesZipFileZipEntrySource.java
U         
poi-ooxml\src\test\java\org\apache\poi\xwpf\usermodel\TestXWPFParagraph.java
U         
poi-ooxml\src\test\java\org\apache\poi\xssf\usermodel\TestXSSFSheetShiftRows.java
U         
poi-ooxml\src\test\java\org\apache\poi\xssf\usermodel\TestXSSFSheetShiftColumns.java
U         
poi-ooxml\src\test\java\org\apache\poi\xssf\usermodel\TestXSSFDataFormat.java
U         
poi-ooxml\src\test\java\org\apache\poi\xssf\usermodel\TestXSSFWorkbook.java
U         
poi-ooxml\src\test\java\org\apache\poi\xssf\usermodel\TestXSSFBugs.java
U         
poi-ooxml\src\test\java\org\apache\poi\xssf\streaming\TestSXSSFWorkbook.java
U         
poi-ooxml\src\test\java\org\apache\poi\openxml4j\util\TestZipSecureFile.java
U         
poi-ooxml\src\test\java\org\apache\poi\poifs\crypt\tests\TestDecryptor.java
U         poi-ooxml\build.gradle
A         
test-data\diagram\clusterfuzz-testcase-minimized-POIVisioFuzzer-4513310052515840.vsdx
U         test-data\spreadsheet\stress.xls
AU        test-data\spreadsheet\decimal-format.xlsx
AU        test-data\spreadsheet\duplicate-filename.xlsx
U         poi\src\main\java\org\apache\poi\hssf\usermodel\HSSFWorkbook.java
U         poi\src\main\java\org\apache\poi\ss\usermodel\helpers\RowShifter.java
U         
poi\src\main\java\org\apache\poi\ss\usermodel\helpers\ColumnShifter.java
U         poi\src\main\java\org\apache\poi\ss\usermodel\DataFormatter.java
U         
poi\src\main\java\org\apache\poi\ss\usermodel\ExcelGeneralNumberFormat.java
U         poi\src\main\java\org\apache\poi\ss\usermodel\ExcelNumberFormat.java
U         
poi\src\main\java\org\apache\poi\ss\formula\functions\TextFunction.java
U         
poi\src\main\java\org\apache\poi\poifs\crypt\standard\StandardDecryptor.java
U         
poi\src\main\java\org\apache\poi\poifs\crypt\cryptoapi\CryptoAPIDecryptor.java
U         
poi\src\main\java\org\apache\poi\poifs\crypt\cryptoapi\CryptoAPIDocumentOutputStream.java
U         poi\src\main\java\org\apache\poi\util\IOUtils.java
U         
poi\src\test\java\org\apache\poi\ss\usermodel\BaseTestSheetShiftRows.java
U         poi\src\test\java\org\apache\poi\ss\usermodel\BaseTestDataFormat.java
U         poi\src\test\java\org\apache\poi\ss\usermodel\TestDataFormatter.java
U         poi\src\test\java\org\apache\poi\ss\usermodel\BaseTestBorderStyle.java
U         
poi\src\test\java\org\apache\poi\ss\usermodel\BaseTestBugzillaIssues.java
U         poi\src\test\java\org\apache\poi\ss\formula\functions\TestText.java
U         
poi\src\test\java\org\apache\poi\hssf\usermodel\TestHSSFDataFormat.java
U         poi\src\test\java\org\apache\poi\util\TestXMLHelper.java
U         build.gradle
U         build.xml
U         doap_POI.rdf
U         osgi\pom.xml
U         poi-integration\src\test\java\org\apache\poi\stress\TestAllFiles.java
U         
poi-integration\src\test\java\org\apache\poi\stress\XSSFFileHandler.java
U         poi-integration\build.xml
U         poi-integration\build.gradle
U         
poi-scratchpad\src\test\java\org\apache\poi\hdgf\dev\TestVSDDumper.java
U         
poi-scratchpad\src\test\java\org\apache\poi\hmef\dev\TestHMEFDumper.java
U         
poi-scratchpad\src\main\java\org\apache\poi\hslf\record\ExOleObjStg.java
U         gradle\wrapper\gradle-wrapper.properties
U         poi-excelant\build.gradle

<-- 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.22\forrest.properties'
At revision 1918995


<-- 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.22\src\documentation'
U         src\documentation\content\xdocs\changes.xml
U         src\documentation\content\xdocs\components\hmef\index.xml
U         src\documentation\content\xdocs\components\poi-jvm-languages.xml
U         
src\documentation\content\xdocs\components\slideshow\ppt-wmf-emf-renderer.xml
U         src\documentation\content\xdocs\download.xml
U         src\documentation\content\xdocs\index.xml
U         src\documentation\content\xdocs\devel\index.xml
U         src\documentation\content\xdocs\help\faq.xml
U         src\documentation\release-guide.txt
U         src\documentation\RELEASE-NOTES.txt
At revision 1918995

At revision 1918995

No changes for https://svn.apache.org/repos/asf/poi/site/forrest.properties 
since the previous build
[POI-DSL-Windows-1.22] $ cmd /c call 
C:\Users\jenkins\AppData\Local\Temp\jenkins16825221684212302478.bat
    X   forrest.properties
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.22\poi*\src\*'
 was not found.
Skipped 'poi\src\main\java9\module-info.class'
Skipped 'poi\src\test\java9\module-info.class'
Skipped 'poi-examples\src\main\java9\module-info.class'
Skipped 'poi-excelant\src\main\java9\module-info.class'
Skipped 'poi-excelant\src\test\java9\module-info.class'
Skipped 'poi-integration\src\test\java9\module-info.class'
Skipped 'poi-ooxml\src\main\java9\module-info.class'
Skipped 'poi-ooxml\src\test\java9\module-info.class'
Skipped 'poi-ooxml-full\src\main\java9\module-info.class'
Skipped 'poi-ooxml-lite\src\main\java9\module-info.class'
Skipped 'poi-ooxml-lite-agent\src\main\java9\module-info.class'
Skipped 'poi-scratchpad\src\main\java9\module-info.class'
Skipped 'poi-scratchpad\src\test\java9\module-info.class'
Java-Home: /home/jenkins/tools/java/latest22
 Volume in drive F is Data
 Volume Serial Number is 7E6F-D4C9

 Directory of f:\home\jenkins\tools\java

File Not Found
The system cannot find the path specified.
[POI-DSL-Windows-1.22] $ cmd.exe /C 
"F:\jenkins\tools\ant\latest1.10\bin\ant.bat ******** ******** 
-Dcoverage.enabled=true clean jenkins && exit %%ERRORLEVEL%%"
Buildfile: 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.22/ws/build.xml>

BUILD FAILED
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.22/ws/build.xml>:108:
 The following error occurred while executing this line:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.22/ws/build.xml>:93:
 Unable to find a javac compiler;
com.sun.tools.javac.Main is not on the classpath.
Perhaps JAVA_HOME does not point to the JDK.
It is currently set to "C:\Program Files\Java\jre1.8.0_152"

Total time: 0 seconds
Build step 'Invoke Ant' 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-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org

Reply via email to