Re: build failure in master

2019-09-21 Thread Tim Allison
Thank you, Tilman! https://issues.apache.org/jira/plugins/servlet/mobile#issue/PDFBOX-4655 We should probably change our unit test to avoid requiring digest equality? :( Other simple options? On Fri, Sep 20, 2019 at 11:57 AM Sergey Beryozkin wrote: > Is it the message digest signatures of

Re: build failure in master

2019-09-20 Thread Sergey Beryozkin
Is it the message digest signatures of some PDF content ? May be to do with some MessageDigest enhancements in Java 11 ? I haven't found anything specific, but this one possible line. Or may be the default hashCode() has changed, which can also affect the collection hashCode() and the total digest

Re: build failure in master

2019-09-20 Thread Tim Allison
PDFBox Colleagues, Do you know of any diffs between Java 8 and 11 that would affect the extraction of images from PDFs? Dan is getting a build failure because of a hash mismatch. Thank you. Best, Tim On Fri, Sep 20, 2019 at 8:39 AM Dan Becker wrote: > > When

Re: build failure in master

2019-09-20 Thread Dan Becker
When one installs "sudo apt install -y default-jre" on Ubuntu 16.04, the Tika build will be successful with the following tools: vagrant@ubuntu-xenial:~/tika$ javac -version javac 1.8.0_222 vagrant@ubuntu-xenial:~/tika$ java -version openjdk version "1.8.0_222" When one installs "sudo apt install

Re: build failure in master

2019-09-19 Thread Dan Becker
It is a clean checkout and build with no local changes. I tested against the stock Ubuntu 16.04, and all the tests passed. The only difference with the command sequence listed in the first email is "vagrant init ubuntu/xenial64". I retested Ubuntu 18.04 on a different host (different version of

Re: build failure in master

2019-09-19 Thread Nick Burch
On Wed, 18 Sep 2019, Dan Becker wrote: I am trying to build the master branch from Ubuntu 18.04, but I am getting the following error: [ERROR] Tests run: 11, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 1.409 s <<< FAILURE! - in org.apache.tika.server.UnpackerResourceTest [ERROR]

build failure in master

2019-09-18 Thread Dan Becker
I am trying to build the master branch from Ubuntu 18.04, but I am getting the following error: [ERROR] Tests run: 11, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 1.409 s <<< FAILURE! - in org.apache.tika.server.UnpackerResourceTest [ERROR]