docker icon indicating copy to clipboard operation
docker copied to clipboard

[BUG] cuspatial/trajectory_clustering.ipynb failure

Open raydouglass opened this issue 10 months ago • 3 comments

Investigate failing cuspatial notebook: cuspatial/trajectory_clustering.ipynb

Ref: https://github.com/rapidsai/docker/actions/runs/12776630233/job/35657094304

raydouglass avatar Jan 15 '25 20:01 raydouglass

I just saw this too, in #727

Adding some logs for searchability:

Testing cuspatial/trajectory_clustering.ipynb
FileNotFoundError: [Errno 2] No such file or directory: 'trajectories_extracted.p'"

...
NameError: name 'trajectories' is not defined"]

(build link)

Interestingly, it does look like this is being run in cuSpatial CI. In a run of the pr workflow from yesterday (notebooks are not tested in nightlies there), I see the following:

STARTING: trajectory_clustering
--------------------------------------------------------------------------------
[NbConvertApp] Converting notebook ./trajectory_clustering.ipynb to script
[NbConvertApp] Writing 11966 bytes to /tmp/tmp.sIKbTCbHE0/trajectory_clustering-test.py
Running "ipython --colors=NoColor /tmp/tmp.sIKbTCbHE0/trajectory_clustering-test.py" on Tue Jan 28 16:54:26 UTC 2025

--2025-01-28 16:54:32--  https://data.rapids.ai/cuspatial/datasets/trajectories_extracted.p
Resolving data.rapids.ai (data.rapids.ai)... 13.249.126.16, 13.249.126.10, 13.249.126.83, ...
Connecting to data.rapids.ai (data.rapids.ai)|13.249.126.16|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 28919821 (28M) [text/x-pascal]
Saving to: ‘trajectories_extracted.p’

...
2025-01-28 16:54:33 (116 MB/s) - ‘trajectories_extracted.p’ saved [28919821/28919821]
...
DONE: trajectory_clustering

(build link)

jameslamb avatar Jan 29 '25 16:01 jameslamb

@isVoid at this point almost all of the cuSpatial notebooks are being skipped in this repo:

https://github.com/rapidsai/docker/blob/b2701d6095dae3bd5b4782863c3c461c57b42512/context/test_notebooks.py#L24-L36

When you have time, could you please help investigate these? It'd be good to figure out how to more reliably deliver a set of example notebooks for cuSpatial. I can help with replicating the failures from this project's CI.

jameslamb avatar Jan 31 '25 17:01 jameslamb

I independently found the same issue and skipped this notebook in #728: https://github.com/rapidsai/docker/pull/728#issuecomment-2631146036

bdice avatar Feb 03 '25 19:02 bdice

This can be closed.

We've stopped shipping cuspatial: https://docs.rapids.ai/notices/rsn0045/

jameslamb avatar Jul 15 '25 14:07 jameslamb