Skip to content
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

build tests are failing #1456

Closed
jdwtf opened this issue Sep 19, 2024 · 2 comments
Closed

build tests are failing #1456

jdwtf opened this issue Sep 19, 2024 · 2 comments
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@jdwtf
Copy link
Contributor

jdwtf commented Sep 19, 2024

/kind bug

What happened?
this commit changed the rust and cargo installation during the docker build from yum to a dynamic method using rustup. This is causing some tests to fail as the rpm make for efs-utils expects rust and cargo to be visible from a yum install. Example of failures from pull requests can be found here and here.

What you expected to happen?
The testing to pass.

How to reproduce it (as minimally and precisely as possible)?
Simplest way is to retest either of those PRs above and see Prow output.

Anything else we need to know?:

Environment

  • Kubernetes version (use kubectl version): N/A
  • Driver version: N/A

Please also attach debug logs to help us better diagnose
https://prow.k8s.io/view/gs/kubernetes-jenkins/pr-logs/pull/kubernetes-sigs_aws-efs-csi-driver/1455/pull-aws-efs-csi-driver-e2e/1836084250353340416

  • Instructions to gather debug logs can be found here
@k8s-ci-robot k8s-ci-robot added the kind/bug Categorizes issue or PR as related to a bug. label Sep 19, 2024
@jdwtf
Copy link
Contributor Author

jdwtf commented Sep 19, 2024

Example error message:

#12 47.18 	cargo is needed by amazon-efs-utils-2.0.4-2.amzn2.x86_64
#12 47.18 	rust is needed by amazon-efs-utils-2.0.4-2.amzn2.x86_64 

@mskanth972
Copy link
Contributor

Fixed in the latest version v2.0.8
PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

No branches or pull requests

3 participants