rapidsai / cugraph

cuGraph - RAPIDS Graph Analytics Library
https://docs.rapids.ai/api/cugraph/stable/
Apache License 2.0
1.77k stars 304 forks source link

[NO MRG] Test CI #4679

Closed jakirkham closed 1 month ago

jakirkham commented 1 month ago

Seeing one failure in this job. Relevant snippet below

+ python -m pip install './dist/cugraph_equivariant_cu12-24.10.0a87-py3-none-any.whl[test]'
WARNING: The directory '/github/home/.cache/pip' or its parent directory is not owned or is not writable by the current user. The cache has been disabled. Check the permissions and owner of that directory. If executing pip with sudo, you should use sudo's -H flag.
./distLooking in indexes: https://pypi.org/simple, https://pypi.anaconda.org/rapidsai-wheels-nightly/simple, https://pypi.nvidia.com/
Processing ./dist/cugraph_equivariant_cu12-24.10.0a87-py3-none-any.whl (from cugraph-equivariant-cu12==24.10.0a87)
Collecting pylibcugraphops-cu12==24.10.*,>=0.0.0a0 (from cugraph-equivariant-cu12==24.10.0a87->cugraph-equivariant-cu12==24.10.0a87)
  Downloading https://pypi.anaconda.org/rapidsai-wheels-nightly/simple/pylibcugraphops-cu12/24.10.0a15/pylibcugraphops_cu12-24.10.0a15-cp310-cp310-manylinux_2_28_x86_64.whl (96.3 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━╸                59.8/96.3 MB 2.0 MB/s eta 0:00:19
ERROR: Wheel 'pylibcugraphops-cu12' located at /tmp/pip-unpack-5_h95wrc/pylibcugraphops_cu12-24.10.0a15-cp310-cp310-manylinux_2_28_x86_64.whl is invalid.
Error: Process completed with exit code 1.

It is a little unclear if this was just some kind of network error or if the nightly wheel is actually corrupted

Given other jobs didn't fail, am assuming the former not the latter and restarting the job

Let's see how that goes

jameslamb commented 1 month ago

I think this one can safely be closed, now that we've resolved the CI issues in #4690 .