Subject: | syntax error at line 1, column 0, byte 0 (on small memory systems?) |
On most of my smokers the test suite fails:
...
syntax error at line 1, column 0, byte 0 at /usr/perl5.24.1p/lib/site_perl/5.24.1/amd64-freebsd/XML/Parser.pm line 187.
t/10_pdf2xml.t ..
Dubious, test returned 255 (wstat 65280, 0xff00)
No subtests run
...
My smokers run with a memory limit of 1GB. If I remove this limit, then the test suite may pass (but see the other ticket).
At least diagnostics could be improved here. I did not look into the test scripts, but the above error indicates that an empty XML file was created. So actually the step earlier *silently* failed. Probably it would be helpful if this step failed loud.