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

conda-cpp-checks job failing across multiple projects: "tar: option requires an argument -- 'f'" #250

Closed
jameslamb opened this issue Oct 15, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@jameslamb
Copy link
Member

Description

Across multiple RAPIDS repos today, I'm seeing failures like the following in conda-cpp-checks CI job.

[rapids-download-from-s3] Downloading and decompressing s3://rapids-downloads/ci/raft/pull-request/2470/51cdd7d/raft_conda_cpp_cuda12_x86_64.tar.gz into /tmp/cpp_channel
tar: option requires an argument -- 'f'
Try 'tar --help' or 'tar --usage' for more information.
Error: Process completed with exit code 123.

Reproducible Example

This is happening across multiple RAPIDS repos, on PRs with unrelated changes:

Examples:

Notes

I strongly suspect the root cause is something like "we're getting a new version of tar" + it being incompatible with this:

https://github.com/rapidsai/gha-tools/blob/c7777380c97a1986718aeaaa1b28b9437efcf03b/tools/_rapids-download-from-s3#L23

Will try to put up a more minimal reproducible example of that.

@jameslamb
Copy link
Member Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant