docker
docker copied to clipboard
[BUG] cuspatial/trajectory_clustering.ipynb failure
Investigate failing cuspatial notebook: cuspatial/trajectory_clustering.ipynb
Ref: https://github.com/rapidsai/docker/actions/runs/12776630233/job/35657094304
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"]
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
@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.
I independently found the same issue and skipped this notebook in #728: https://github.com/rapidsai/docker/pull/728#issuecomment-2631146036
This can be closed.
We've stopped shipping cuspatial: https://docs.rapids.ai/notices/rsn0045/