-
Notifications
You must be signed in to change notification settings - Fork 25k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CI] DebMetadataTests test05CheckLintian failing on libtorch_cpu.so #88090
Comments
Pinging @elastic/ml-core (Team:ML) |
Pinging @elastic/es-delivery (Team:Delivery) |
@droberts195 is this a change to included ML dependencies or is this another possible update to Lintian itself just complaining about more stuff? |
I muted the test for now, since few CI jobs are failing. |
It must be a side effect of elastic/ml-cpp#2316. We'll investigate what changed. |
The 3 errors Lintian found were:
For the ones about the Before:
Lintian didn't complain about either of these. After:
Lintian complains about the first one but not the second one. So it seems that the bug is that we're putting The problem with Before:
After:
So there are two bugs to fix:
|
Once elastic/ml-cpp#2337 is merged the last step to close this will be to unmute the test. |
Thanks for the investigation @droberts195! |
The fix for the problems identified in #88090 is in elastic/ml-cpp#2337, so the test can be unmuted now. Closes #88090
There's another error showing up now instead of the original 3:
I've re-muted the test while we work on this. Failure links:
|
The most recent problem should be fixed by elastic/ml-cpp#2346 Fixes #88090 Fixes #88252
The second fix was in elastic/ml-cpp#2346 |
CI Link
https://gradle-enterprise.elastic.co/s/2bezdlvc2ylgg/tests/:qa:os:destructiveDistroTest.default-deb/org.elasticsearch.packaging.test.DebMetadataTests/test05CheckLintian?top-execution=1
Repro line
[bash, -c, lintian /var/lib/jenkins/workspace/elastic+elasticsearch+pull-request+packaging-tests-unix-sample/PACKAGING_TASK/destructiveDistroTest.packages/os/ubuntu-20.04-packaging/distribution/packages/deb/build/distributions/elasticsearch-8.4.0-SNAPSHOT-amd64.deb]
Does it reproduce?
Didn't try
Applicable branches
master
Failure history
No response
Failure excerpt
I think this issue is similar to #87632, except this time lintian is complaining about libtorch_cpu.so and libstdc++.so.6.
The text was updated successfully, but these errors were encountered: