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

Skip rf_memleak tests #5529

Merged

Conversation

dantegd
Copy link
Member

@dantegd dantegd commented Jul 26, 2023

reference for tracking: #5528

@dantegd dantegd requested a review from a team as a code owner July 26, 2023 22:46
@github-actions github-actions bot added the Cython / Python Cython or Python issue label Jul 26, 2023
@jakirkham jakirkham added bug Something isn't working non-breaking Non-breaking change labels Jul 26, 2023
@jakirkham
Copy link
Member

jakirkham commented Jul 27, 2023

Seeing the following errors on CI:

ERROR python/cuml/tests/test_tsne.py::test_tsne_knn_parameters[cancer-fft-cuml] - urllib.error.URLError: <urlopen error [Errno 99] Cannot assign requested address>
ERROR python/cuml/tests/test_tsne.py::test_tsne_knn_parameters[cancer-fft-sklearn] - urllib.error.URLError: <urlopen error [Errno 99] Cannot assign requested address>
ERROR python/cuml/tests/test_tsne.py::test_tsne_knn_parameters[cancer-barnes_hut-cuml] - urllib.error.URLError: <urlopen error [Errno 99] Cannot assign requested address>
ERROR python/cuml/tests/test_tsne.py::test_tsne_knn_parameters[cancer-barnes_hut-sklearn] - urllib.error.URLError: <urlopen error [Errno 99] Cannot assign requested address>
ERROR python/cuml/tests/test_tsne.py::test_tsne[cancer-fft] - urllib.error.URLError: <urlopen error [Errno 99] Cannot assign requested address>
ERROR python/cuml/tests/test_tsne.py::test_tsne[cancer-barnes_hut] - urllib.error.URLError: <urlopen error [Errno 99] Cannot assign requested address>

Wondering if there is a URL that is no longer available? Or temporarily cut out?

@wphicks
Copy link
Contributor

wphicks commented Jul 27, 2023

/merge

@wphicks
Copy link
Contributor

wphicks commented Jul 27, 2023

Just re-ran the job. I'm strongly suspecting a temporary failure given that the other jobs passed.

@jakirkham
Copy link
Member

jakirkham commented Jul 28, 2023

It looks like one job is still failing

FAILED python/cuml/tests/test_kmeans.py::test_kmeans_clusters_blobs[1.0-5-25-1000] - assert 0.7181694316998902 >= 0.99
 +  where 0.7181694316998902 = adjusted_rand_score(array([1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,\n       1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,...   4, 4, 0, 4, 0, 4, 0, 4, 4, 0, 0, 0, 4, 4, 0, 4, 4, 4, 0, 0, 4, 4,\n       4, 0, 0, 0, 4, 4, 0, 0, 0, 4], dtype=int32), array([0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0.,\n       0., 0., 0., 0., 0., 0., 0., 0., 0., ...., 4., 4., 4., 4., 4., 4., 4., 4.,\n       4., 4., 4., 4., 4., 4., 4., 4., 4., 4., 4., 4., 4., 4.],\n      dtype=float32))
 +    where array([1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,\n       1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,...   4, 4, 0, 4, 0, 4, 0, 4, 4, 0, 0, 0, 4, 4, 0, 4, 4, 4, 0, 0, 4, 4,\n       4, 0, 0, 0, 4, 4, 0, 0, 0, 4], dtype=int32) = <function asnumpy at 0x7fc30cf6b400>(array([1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,\n       1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,...   4, 4, 0, 4, 0, 4, 0, 4, 4, 0, 0, 0, 4, 4, 0, 4, 4, 4, 0, 0, 4, 4,\n       4, 0, 0, 0, 4, 4, 0, 0, 0, 4], dtype=int32))
 +      where <function asnumpy at 0x7fc30cf6b400> = cp.asnumpy
 +    and   array([0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0.,\n       0., 0., 0., 0., 0., 0., 0., 0., 0., ...., 4., 4., 4., 4., 4., 4., 4., 4.,\n       4., 4., 4., 4., 4., 4., 4., 4., 4., 4., 4., 4., 4., 4.],\n      dtype=float32) = <function asnumpy at 0x7fc30cf6b400>(array([0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0.,\n       0., 0., 0., 0., 0., 0., 0., 0., 0., ...., 4., 4., 4., 4., 4., 4., 4., 4.,\n       4., 4., 4., 4., 4., 4., 4., 4., 4., 4., 4., 4., 4., 4.],\n      dtype=float32))
 +      where <function asnumpy at 0x7fc30cf6b400> = cp.asnumpy

@dantegd
Copy link
Member Author

dantegd commented Jul 28, 2023

@jakirkham opened issue #5530 to track that failure, which is not related to this PR, and hadn't been seen in any run before to my knowledge.

@rapids-bot rapids-bot bot merged commit 20781a5 into rapidsai:branch-23.08 Jul 28, 2023
50 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Cython / Python Cython or Python issue non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants