You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like the nightly builds of the Docker images have started failing due to an error when fetching data for the cuVS benchmarks. This appears to happen in all Docker images
Have taken the snippet below from this GHA log, but similar errors can be seen in the others
Run the script cuvs-bench/get_datasets.sh. It appears to fail on the first dataset (please see below). However the later ones may also have the same issue
Environment details (please complete the following information):
Environment location: Docker (on CI)
Method of cuDF install: Conda in Docker build (reproducible with any image or just the script above)
If method of install is [Docker], provide docker pull & docker run commands used
Please run and attach the output of the cudf/print_env.sh script to gather relevant environment details
Not seeing where cudf/print_env.sh is run on CI. Where should we be looking? Or should we add this to our CI scripts?
In any event there is a bunch of diagnostic information in the log. Though suspect this is as simple as the URL changing or us needing some additional authentication to get the data
Additional context
Not that I can think of
The text was updated successfully, but these errors were encountered:
Separates the workflows for building the RAPIDS end user images and the cuVS images. The cuVS images do not depend on the RAPIDS end user images, so they can be built in parallel. This also allows for finer grained retries in case of failures.
Also switches to using `rapids-mamba-retry` for installing conda packages.
Finally, disables building the `cuvs-bench-datasets` images which are consistently failing (#724) until a better solution than the workaround in #723 is ready. 5adab54 can be reverted to re-enable this.
Authors:
- Ray Douglass (https://github.com/raydouglass)
Approvers:
- Jake Awe (https://github.com/AyodeAwe)
URL: #725
Describe the bug
It looks like the nightly builds of the Docker images have started failing due to an error when fetching data for the cuVS benchmarks. This appears to happen in all Docker images
Have taken the snippet below from this GHA log, but similar errors can be seen in the others
Steps/Code to reproduce bug
Run the script
cuvs-bench/get_datasets.sh
. It appears to fail on the first dataset (please see below). However the later ones may also have the same issuedocker/context/cuvs-bench/get_datasets.sh
Line 6 in 4f0424d
Expected behavior
The benchmark datasets are retrieved.
Environment details (please complete the following information):
docker pull
&docker run
commands usedcudf/print_env.sh
script to gather relevant environment detailsNot seeing where
cudf/print_env.sh
is run on CI. Where should we be looking? Or should we add this to our CI scripts?In any event there is a bunch of diagnostic information in the log. Though suspect this is as simple as the URL changing or us needing some additional authentication to get the data
Additional context
Not that I can think of
The text was updated successfully, but these errors were encountered: