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 vagrant, etc), and I got the same error, so the problem does "repro". I will try to debug it further to determine the root cause. Dan C: 301-524-8899 On Thu, Sep 19, 2019 at 5:07 AM Nick Burch <[email protected]> wrote: > 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] testPDFImages(org.apache.tika.server.UnpackerResourceTest) Time > > elapsed: 0.366 s <<< FAILURE! > > org.junit.ComparisonFailure: > expected:<[7c2f14acbb737672a1245f4ceb50622a]> > > but was:<[58b8269d1a584b7e8c1adcb936123923]> > > at > > > org.apache.tika.server.UnpackerResourceTest.testPDFImages(UnpackerResourceTest.java:208) > > Have you made any local changes first? Anything that might've been merged > in locally? > > I'm building on Ubuntu 18.04 with Java 11, and the build completes fine > for me with no errors. Pretty sure some/most of our build servers are > Ubuntu too. So, not sure what's wrong for you... > > Nick >
