sample-platform
sample-platform copied to clipboard
Linux tests are currently broken
Cross posted from Zulip
All of the recent Linux tests have ended in failure. Going through the logs for the Linux tests, it seems that all of them stem from the following error:
[INFO] Multitest, overriding report folder to: /repository/reports/Testsuite_Report_2025-03-09_235502
[INFO] Starting with entry 1 of 86
[ERROR] /repository/ccextractor: error while loading shared libraries: libtesseract.so.5: cannot open shared object file: No such file or directory
[ERROR] Path is empty
From canihavesomecoffee:
- We may changed something in CCX wrt the Tesseract library which broke the executable. This should be reasonably easy to verify if you have Linux yourself and you generate a CCX build yourself (clone the repo, trigger a build on your own pipelines and you should get the artifacts just like we also use in the Sample Platform)
- (less likely in my eyes) The machine that is provisioned at runtime for every test has somehow updated to a new version of Tesseract which is located somewhere else so it can no longer find it.
While the libtesseract error is fixed, Linux tests now do not ever reach completion and all instances exceed the timeout, the issue is still valid.
Could you reopen this @canihavesomecoffee ?