`ForkParser` related tests fail in presence of ffmpeg on my system. Dave, check `ffmpeg` presence on the PATH, please. It seems to be TIKA-2056 as Tim said above. I've excluded `ffmpeg` from `tika-external-parsers.xml` and all tests pass after that.
Also, tested on ArchLinux w/ Grobid. пн, 24 окт. 2016 г. в 19:41, Konstantin Gribov <[email protected]>: > Chris, > > you have new PGP key which is not present your account in [1]. Could you > please update it there? Also, `KEYS` file in `tika-1.14-src.zip` contains > only your old PGP key. > > SHA-1 and MD5 digests are fine, `tika-server` and `tika-app` work fine on > Arch Linux, OpenJDK 8u112 with and without Tesseract. > > Build (`mvn clean package verify`) fails same way as Julien Nioche and > Dave mentioned on Arch Linux with or without tesseract. I have no exiftool, > so I'll try to investigate what else make `AutoDetectParser` > non-serializable. I hope, I'll have a bit time this evening for this. > > Also, one test fails `testParserHandlingOfNonSerializable` because > exception message was `Unable to serialize [AutoDetectParser] to pass to > the Fork...` instead of `Unable to serialize [ParseContext] to pass to > the Fork...`. But it seems the same issue as above. > > Both issues aren't strict blockers to me but I'd ask you to increase > voting time to dig into issue with non-serializable `AutoDetectParser` if > you don't mind. > > [1]: https://people.apache.org/keys/committer/mattmann.asc > > пн, 24 окт. 2016 г. в 16:15, David Meikle <[email protected]>: > > Hello, > > I am getting the same as Julien without exiftool installed on my Mac. > Everything passes on Windows 10 and Ubuntu. > > Will have a dig and see what I find. > > Cheers, > Dave > > > On 20 Oct 2016, at 13:34, Julien Nioche <[email protected]> > wrote: > > > > Hi > > > > Am getting the following when running 'mvn clean package', have I > forgotten > > something obvious? > > > > Julien > > > > *Failed tests: * > > * ForkParserIntegrationTest.testParserHandlingOfNonSerializable:210 > > expected:<Unable to serialize [ParseContext] to pass to the Fork...> but > > was:<Unable to serialize [AutoDetectParser] to pass to the Fork...>* > > *Tests in error: * > > * > > > ForkParserIntegrationTest.testAttachingADebuggerOnTheForkedParserShouldWork:234 > > » Tika* > > * ForkParserIntegrationTest.testForkedPDFParsing:257 » Tika Unable to > > serialize ...* > > * ForkParserIntegrationTest.testForkedTextParsing:66 » Tika Unable to > > serialize ...* > > > > *Tests run: 755, Failures: 1, Errors: 3, Skipped: 17* > > > > *[INFO] > > ------------------------------------------------------------------------* > > *[INFO] Reactor Summary:* > > *[INFO] * > > *[INFO] Apache Tika parent ................................ SUCCESS > > [4.368s]* > > *[INFO] Apache Tika core .................................. SUCCESS > > [16.487s]* > > *[INFO] Apache Tika parsers ............................... FAILURE > > [4:54.631s]* > > > > > > > > On 19 October 2016 at 19:48, Chris Mattmann <[email protected]> wrote: > > > >> Hi Folks, > >> > >> A first candidate for the Tika 1.14 release is available at: > >> > >> https://dist.apache.org/repos/dist/dev/tika/ > >> > >> The release candidate is a zip archive of the sources in: > >> > >> https://git-wip-us.apache.org/repos/asf?p=tika.git;a=tree;hb= > >> 687d7706c9778e4f49f2834a07e5a9d99b23042b > >> > >> The SHA1 checksum of the archive is: > >> ad9152392ffe6b620c8102ab538df0579b36c520 > >> > >> In addition, a staged maven repository is available here: > >> > >> https://repository.apache.org/content/repositories/orgapachetika-1020/ > >> > >> Please vote on releasing this package as Apache Tika 1.14. > >> The vote is open for the next 72 hours and passes if a majority of at > >> least three +1 Tika PMC votes are cast. > >> > >> [ ] +1 Release this package as Apache Tika 1.14 > >> [ ] -1 Do not release this package because.. > >> > >> Cheers, > >> Chris > >> > >> P.S. Of course here is my +1. > >> > >> > >> > >> > >> > >> > > > > > > -- > > > > *Open Source Solutions for Text Engineering* > > > > http://www.digitalpebble.com > > http://digitalpebble.blogspot.com/ > > #digitalpebble <http://twitter.com/digitalpebble> > > -- > > Best regards, > Konstantin Gribov > -- Best regards, Konstantin Gribov
