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

Linux release with adapters CI fails with "Failed to download metadata for repo 'appstream'" #10016

Closed
mbasmanova opened this issue Jun 3, 2024 · 6 comments
Labels

Comments

@mbasmanova
Copy link
Contributor

Problem description

https://github.com/facebookincubator/velox/actions/runs/9349519365/job/25731004184?pr=10015

+ yum install -y cuda-nvcc-11-8 cuda-cudart-devel-11-8
CentOS Stream 8 - AppStream                     429  B/s |  38  B     00:00    
Error: Failed to download metadata for repo 'appstream': Cannot prepare internal mirrorlist: No URLs in mirrorlist
Error: Process completed with exit code 1.

CC: @majetideepak @assignUser @kgpai

System information

n/a

CMake log

No response

@mbasmanova mbasmanova added build triage Newly created issue that needs attention. labels Jun 3, 2024
@assignUser
Copy link
Contributor

Ah, this is due to: #9879 I wasn't aware they would turn off the repos immediately. There is a PR open to upgrade our images but in the mean time it should be possible to disable that cuda step as there should be a cuda version available in the adapters image.

@assignUser assignUser removed the triage Newly created issue that needs attention. label Jun 3, 2024
@mbasmanova
Copy link
Contributor Author

CC: @Yuhta

@majetideepak
Copy link
Collaborator

I don't think we install any CUDA library by default. I don't see any thing at ls /usr/local/cuda*.
Disabling CUDA/GPU build is a temporary workaround. #10025

@Yuhta
Copy link
Contributor

Yuhta commented Jun 3, 2024

CC: @luhenry

zhli1142015 pushed a commit to zhli1142015/velox that referenced this issue Jun 3, 2024
…10025)

Summary:
Temporary workaround for facebookincubator#10016
Resolves facebookincubator#10016

Pull Request resolved: facebookincubator#10025

Reviewed By: kevinwilfong

Differential Revision: D58095230

Pulled By: Yuhta

fbshipit-source-id: 73b364f5416f88a6d9a6f3f90865a3d4b4062da0
@luhenry
Copy link
Contributor

luhenry commented Jun 4, 2024

@majetideepak
Copy link
Collaborator

Couldn't we simply use the Centos 9 repositories for nvidia packages?

We are migrating the CI images to use Centos 9 here #9903

Joe-Abraham pushed a commit to Joe-Abraham/velox that referenced this issue Jun 7, 2024
…10025)

Summary:
Temporary workaround for facebookincubator#10016
Resolves facebookincubator#10016

Pull Request resolved: facebookincubator#10025

Reviewed By: kevinwilfong

Differential Revision: D58095230

Pulled By: Yuhta

fbshipit-source-id: 73b364f5416f88a6d9a6f3f90865a3d4b4062da0
Joe-Abraham pushed a commit to Joe-Abraham/velox that referenced this issue Jun 7, 2024
…10025)

Summary:
Temporary workaround for facebookincubator#10016
Resolves facebookincubator#10016

Pull Request resolved: facebookincubator#10025

Reviewed By: kevinwilfong

Differential Revision: D58095230

Pulled By: Yuhta

fbshipit-source-id: 73b364f5416f88a6d9a6f3f90865a3d4b4062da0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants