Re: Build failed in Jenkins: POI-DSL-Maven #289

2017-07-28 Thread Greg Woolsey
SVN says I'm fully in sync with HEAD, no local differences.  And it passes
for me, but the Jenkins build failed.

On Fri, Jul 28, 2017 at 3:59 PM Andreas Beeker  wrote:

> > The two tests in error pass on my local system (Windows 10).
> > ...
> > Anyone have a clue what is happening?  This is apparently due to some
> other
> > recent change, nothing in my commit would touch this.
> So which files differ from your local installation vs. the trunk?
>
> I've done quite some changes to the HPSF classes, but that's already a few
> weeks ago ...
>
> Andi
>
>
>
>


Re: Build failed in Jenkins: POI-DSL-Maven #289

2017-07-28 Thread Andreas Beeker
> The two tests in error pass on my local system (Windows 10).
> ...
> Anyone have a clue what is happening?  This is apparently due to some other
> recent change, nothing in my commit would touch this.
So which files differ from your local installation vs. the trunk?

I've done quite some changes to the HPSF classes, but that's already a few 
weeks ago ...

Andi





signature.asc
Description: OpenPGP digital signature


Re: Build failed in Jenkins: POI-DSL-Maven #289

2017-07-28 Thread Greg Woolsey
The two tests in error pass on my local system (Windows 10).

The test log from the build [1] show the failing workbooks used by this
test on the build servers had different contents than what I'm seeing
locally.

Specifically, locally, I'm seeing it pass because the document contains a
SummaryInformation part, but the failing run only has a
DocumentSummaryInformation part:

java.io.FileNotFoundException: no such entry: " SummaryInformation",
had: [encryption,  DocumentSummaryInformation, Workbook]


Anyone have a clue what is happening?  This is apparently due to some other
recent change, nothing in my commit would touch this.

[1]
https://builds.apache.org/job/POI-DSL-Maven/ws/sonar/main/target/surefire-reports/org.apache.poi.hssf.usermodel.TestPOIFSProperties.txt


On Fri, Jul 28, 2017 at 1:07 PM Apache Jenkins Server <
jenk...@builds.apache.org> wrote:

> See <
> https://builds.apache.org/job/POI-DSL-Maven/289/display/redirect?page=changes
> >
>
> Changes:
>
> [gwoolsey] Deleting a sheet did not delete table parts and relations.
> Deleting a table needs to also delete any queryTable relations and parts.
>
> Previous behavior didn't result in documents Excel complained about, but
> left dead entries in the ZIP structure, which made it bigger and bugged me.
>
> This change does not attempt to delete query connection definitions, as
> those aren't referenced as relations, and don't have a usage counter to
> ensure we only delete them if there are no other references.  In my samples
> I had query tables on multiple sheets using the same connection definition,
> and wanted to delete only one sheet/table but leave others.
>
> --
> [...truncated 122.52 KB...]
> Running org.apache.poi.ss.formula.atp.TestWorkdayFunction
> Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec
> - in org.apache.poi.ss.formula.atp.TestWorkdayFunction
> Running org.apache.poi.ss.formula.atp.TestIfError
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in
> org.apache.poi.ss.formula.atp.TestIfError
> Running org.apache.poi.ss.formula.atp.TestWorkdayCalculator
> Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec
> - in org.apache.poi.ss.formula.atp.TestWorkdayCalculator
> Running org.apache.poi.ss.formula.atp.TestYearFracCalculatorFromSpreadsheet
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 sec
> - in org.apache.poi.ss.formula.atp.TestYearFracCalculatorFromSpreadsheet
> Running org.apache.poi.ss.formula.atp.TestYearFracCalculator
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
> - in org.apache.poi.ss.formula.atp.TestYearFracCalculator
> Running org.apache.poi.ss.formula.atp.TestDateParser
> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
> - in org.apache.poi.ss.formula.atp.TestDateParser
> Running org.apache.poi.ss.formula.atp.TestRandBetween
> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
> - in org.apache.poi.ss.formula.atp.TestRandBetween
> Running org.apache.poi.ss.formula.TestPlainCellCache
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.532 sec
> - in org.apache.poi.ss.formula.TestPlainCellCache
> Running org.apache.poi.ss.formula.constant.TestConstantValueParser
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in
> org.apache.poi.ss.formula.constant.TestConstantValueParser
> Running org.apache.poi.ss.formula.udf.TestDefaultUDFFinder
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in
> org.apache.poi.ss.formula.udf.TestDefaultUDFFinder
> Running org.apache.poi.ss.formula.udf.TestAggregatingUDFFinder
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in
> org.apache.poi.ss.formula.udf.TestAggregatingUDFFinder
> Running org.apache.poi.ss.formula.TestFormulaShifter
> Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec -
> in org.apache.poi.ss.formula.TestFormulaShifter
> Running org.apache.poi.ss.formula.TestMissingWorkbook
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
> - in org.apache.poi.ss.formula.TestMissingWorkbook
> Running org.apache.poi.ss.formula.TestWorkbookEvaluator
> Tests run: 22, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 0.046 sec
> - in org.apache.poi.ss.formula.TestWorkbookEvaluator
> Running org.apache.poi.ss.formula.TestEvaluationCache
> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.173 sec
> - in org.apache.poi.ss.formula.TestEvaluationCache
> Running org.apache.poi.ss.formula.ptg.TestArrayPtg
> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
> - in org.apache.poi.ss.formula.ptg.TestArrayPtg
> Running org.apache.poi.ss.formula.ptg.TestIntersectionPtg
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
> - in org.apache.poi.ss.formula.ptg.TestIntersectionPtg
> Running 

Build failed in Jenkins: POI-DSL-Maven #289

2017-07-28 Thread Apache Jenkins Server
See 


Changes:

[gwoolsey] Deleting a sheet did not delete table parts and relations.  Deleting 
a table needs to also delete any queryTable relations and parts.

Previous behavior didn't result in documents Excel complained about, but left 
dead entries in the ZIP structure, which made it bigger and bugged me.

This change does not attempt to delete query connection definitions, as those 
aren't referenced as relations, and don't have a usage counter to ensure we 
only delete them if there are no other references.  In my samples I had query 
tables on multiple sheets using the same connection definition, and wanted to 
delete only one sheet/table but leave others.

--
[...truncated 122.52 KB...]
Running org.apache.poi.ss.formula.atp.TestWorkdayFunction
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in 
org.apache.poi.ss.formula.atp.TestWorkdayFunction
Running org.apache.poi.ss.formula.atp.TestIfError
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in 
org.apache.poi.ss.formula.atp.TestIfError
Running org.apache.poi.ss.formula.atp.TestWorkdayCalculator
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in 
org.apache.poi.ss.formula.atp.TestWorkdayCalculator
Running org.apache.poi.ss.formula.atp.TestYearFracCalculatorFromSpreadsheet
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 sec - in 
org.apache.poi.ss.formula.atp.TestYearFracCalculatorFromSpreadsheet
Running org.apache.poi.ss.formula.atp.TestYearFracCalculator
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in 
org.apache.poi.ss.formula.atp.TestYearFracCalculator
Running org.apache.poi.ss.formula.atp.TestDateParser
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in 
org.apache.poi.ss.formula.atp.TestDateParser
Running org.apache.poi.ss.formula.atp.TestRandBetween
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in 
org.apache.poi.ss.formula.atp.TestRandBetween
Running org.apache.poi.ss.formula.TestPlainCellCache
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.532 sec - in 
org.apache.poi.ss.formula.TestPlainCellCache
Running org.apache.poi.ss.formula.constant.TestConstantValueParser
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in 
org.apache.poi.ss.formula.constant.TestConstantValueParser
Running org.apache.poi.ss.formula.udf.TestDefaultUDFFinder
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in 
org.apache.poi.ss.formula.udf.TestDefaultUDFFinder
Running org.apache.poi.ss.formula.udf.TestAggregatingUDFFinder
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in 
org.apache.poi.ss.formula.udf.TestAggregatingUDFFinder
Running org.apache.poi.ss.formula.TestFormulaShifter
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in 
org.apache.poi.ss.formula.TestFormulaShifter
Running org.apache.poi.ss.formula.TestMissingWorkbook
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in 
org.apache.poi.ss.formula.TestMissingWorkbook
Running org.apache.poi.ss.formula.TestWorkbookEvaluator
Tests run: 22, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 0.046 sec - in 
org.apache.poi.ss.formula.TestWorkbookEvaluator
Running org.apache.poi.ss.formula.TestEvaluationCache
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.173 sec - in 
org.apache.poi.ss.formula.TestEvaluationCache
Running org.apache.poi.ss.formula.ptg.TestArrayPtg
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in 
org.apache.poi.ss.formula.ptg.TestArrayPtg
Running org.apache.poi.ss.formula.ptg.TestIntersectionPtg
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in 
org.apache.poi.ss.formula.ptg.TestIntersectionPtg
Running org.apache.poi.ss.formula.ptg.TestExternalNameReference
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in 
org.apache.poi.ss.formula.ptg.TestExternalNameReference
Running org.apache.poi.ss.formula.ptg.TestExternalFunctionFormulas
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in 
org.apache.poi.ss.formula.ptg.TestExternalFunctionFormulas
Running org.apache.poi.ss.formula.ptg.TestFuncVarPtg
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in 
org.apache.poi.ss.formula.ptg.TestFuncVarPtg
Running org.apache.poi.ss.formula.ptg.TestAbstractFunctionPtg
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in 
org.apache.poi.ss.formula.ptg.TestAbstractFunctionPtg
Running org.apache.poi.ss.formula.ptg.TestErrPtg
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in 
org.apache.poi.ss.formula.ptg.TestErrPtg
Running org.apache.poi.ss.formula.ptg.TestFuncPtg

[Bug 61354] Tika fails to get full HTML

2017-07-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61354

--- Comment #3 from Tim Allison  ---
Karthik, Thank you for sharing a patch and triggering document!  PJ, thank you
for fixing this so quickly!

As a side note, Tika's experimental SAX parser for docx does extract
everything; and this is exactly one of the reasons that I added it -- so that
if we don't account for structural rareties(?), we'll still get the text.  With
our DOM model, we're looking for some specific things in specific places (see
also TIKA-1130).

Make no mistake, we need to fix our DOM parser when people find problems, and
I'm grateful that you opened this!

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org



Build failed in Jenkins: POI-DSL-Maven #288

2017-07-28 Thread Apache Jenkins Server
See 


Changes:

[fanningpj] [Bug-61354] fix issue with extracting text from Word docs. This 
closes #66

--
[...truncated 124.38 KB...]
Running org.apache.poi.ss.formula.atp.TestWorkdayFunction
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec - in 
org.apache.poi.ss.formula.atp.TestWorkdayFunction
Running org.apache.poi.ss.formula.atp.TestIfError
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in 
org.apache.poi.ss.formula.atp.TestIfError
Running org.apache.poi.ss.formula.atp.TestWorkdayCalculator
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec - in 
org.apache.poi.ss.formula.atp.TestWorkdayCalculator
Running org.apache.poi.ss.formula.atp.TestYearFracCalculatorFromSpreadsheet
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 sec - in 
org.apache.poi.ss.formula.atp.TestYearFracCalculatorFromSpreadsheet
Running org.apache.poi.ss.formula.atp.TestYearFracCalculator
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in 
org.apache.poi.ss.formula.atp.TestYearFracCalculator
Running org.apache.poi.ss.formula.atp.TestDateParser
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in 
org.apache.poi.ss.formula.atp.TestDateParser
Running org.apache.poi.ss.formula.atp.TestRandBetween
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec - in 
org.apache.poi.ss.formula.atp.TestRandBetween
Running org.apache.poi.ss.formula.TestPlainCellCache
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.411 sec - in 
org.apache.poi.ss.formula.TestPlainCellCache
Running org.apache.poi.ss.formula.constant.TestConstantValueParser
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in 
org.apache.poi.ss.formula.constant.TestConstantValueParser
Running org.apache.poi.ss.formula.udf.TestDefaultUDFFinder
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in 
org.apache.poi.ss.formula.udf.TestDefaultUDFFinder
Running org.apache.poi.ss.formula.udf.TestAggregatingUDFFinder
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in 
org.apache.poi.ss.formula.udf.TestAggregatingUDFFinder
Running org.apache.poi.ss.formula.TestFormulaShifter
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in 
org.apache.poi.ss.formula.TestFormulaShifter
Running org.apache.poi.ss.formula.TestMissingWorkbook
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in 
org.apache.poi.ss.formula.TestMissingWorkbook
Running org.apache.poi.ss.formula.TestWorkbookEvaluator
Tests run: 22, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 0.062 sec - in 
org.apache.poi.ss.formula.TestWorkbookEvaluator
Running org.apache.poi.ss.formula.TestEvaluationCache
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.83 sec - in 
org.apache.poi.ss.formula.TestEvaluationCache
Running org.apache.poi.ss.formula.ptg.TestArrayPtg
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in 
org.apache.poi.ss.formula.ptg.TestArrayPtg
Running org.apache.poi.ss.formula.ptg.TestIntersectionPtg
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in 
org.apache.poi.ss.formula.ptg.TestIntersectionPtg
Running org.apache.poi.ss.formula.ptg.TestExternalNameReference
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in 
org.apache.poi.ss.formula.ptg.TestExternalNameReference
Running org.apache.poi.ss.formula.ptg.TestExternalFunctionFormulas
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in 
org.apache.poi.ss.formula.ptg.TestExternalFunctionFormulas
Running org.apache.poi.ss.formula.ptg.TestFuncVarPtg
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in 
org.apache.poi.ss.formula.ptg.TestFuncVarPtg
Running org.apache.poi.ss.formula.ptg.TestAbstractFunctionPtg
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in 
org.apache.poi.ss.formula.ptg.TestAbstractFunctionPtg
Running org.apache.poi.ss.formula.ptg.TestErrPtg
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in 
org.apache.poi.ss.formula.ptg.TestErrPtg
Running org.apache.poi.ss.formula.ptg.TestFuncPtg
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in 
org.apache.poi.ss.formula.ptg.TestFuncPtg
Running org.apache.poi.ss.formula.ptg.TestRangePtg
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in 
org.apache.poi.ss.formula.ptg.TestRangePtg
Running org.apache.poi.ss.formula.ptg.TestPercentPtg
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in 
org.apache.poi.ss.formula.ptg.TestPercentPtg
Running org.apache.poi.ss.formula.ptg.TestAreaPtg
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - 

[Bug 61354] Tika fails to get full HTML

2017-07-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61354

PJ Fanning  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #2 from PJ Fanning  ---
Merged using https://svn.apache.org/repos/asf/poi/trunk@1803250

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org



[GitHub] poi pull request #66: #61354 - Tika fails to get full HTML

2017-07-28 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/poi/pull/66


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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