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

[Bug] CI pipeline compatibility test failed in some case for unknown reason #351

Closed
1 of 2 tasks
scarlet25151 opened this issue Jul 6, 2022 · 0 comments
Closed
1 of 2 tasks
Assignees
Labels
ci enhancement New feature or request

Comments

@scarlet25151
Copy link
Collaborator

Search before asking

  • I searched the issues and found no similar issues.

KubeRay Component

ci

What happened + What you expected to happen

https://github.com/ray-project/kuberay/runs/7219956579?check_suite_focus=true

As the links show, in the case that we make some changes, the test will failed, the latest part would be like:

INFO:__main__:executing cmd: kubectl apply -f tests/config/raycluster-service.yaml
service/ray-cluster-nodeport created
INFO:__main__:(b'1\n', None)
E/opt/hostedtoolcache/Python/3.10.5/x64/lib/python3.10/queue.py:133: ResourceWarning: unclosed <socket.socket fd=3, family=AddressFamily.AF_UNIX, type=SocketKind.SOCK_STREAM, proto=0, raddr=/run/docker.sock>
  with self.not_full:
ResourceWarning: Enable tracemalloc to get the object allocation traceback
/opt/hostedtoolcache/Python/3.10.5/x64/lib/python3.10/queue.py:133: ResourceWarning: unclosed <socket.socket fd=4, family=AddressFamily.AF_UNIX, type=SocketKind.SOCK_STREAM, proto=0, raddr=/run/docker.sock>
  with self.not_full:
ResourceWarning: Enable tracemalloc to get the object allocation traceback
/opt/hostedtoolcache/Python/3.10.5/x64/lib/python3.10/queue.py:133: ResourceWarning: unclosed <socket.socket fd=5, family=AddressFamily.AF_UNIX, type=SocketKind.SOCK_STREAM, proto=0, raddr=/run/docker.sock>
  with self.not_full:
ResourceWarning: Enable tracemalloc to get the object allocation traceback
/opt/hostedtoolcache/Python/3.10.5/x64/lib/python3.10/queue.py:133: ResourceWarning: unclosed <socket.socket fd=6, family=AddressFamily.AF_UNIX, type=SocketKind.SOCK_STREAM, proto=0, raddr=/run/docker.sock>
  with self.not_full:
ResourceWarning: Enable tracemalloc to get the object allocation traceback
/opt/hostedtoolcache/Python/3.10.5/x64/lib/python3.10/queue.py:133: ResourceWarning: unclosed <socket.socket fd=7, family=AddressFamily.AF_UNIX, type=SocketKind.SOCK_STREAM, proto=0, raddr=/run/docker.sock>
  with self.not_full:
ResourceWarning: Enable tracemalloc to get the object allocation traceback
/opt/hostedtoolcache/Python/3.10.5/x64/lib/python3.10/queue.py:133: ResourceWarning: unclosed <socket.socket fd=9, family=AddressFamily.AF_UNIX, type=SocketKind.SOCK_STREAM, proto=0, raddr=/run/docker.sock>
  with self.not_full:
ResourceWarning: Enable tracemalloc to get the object allocation traceback
/opt/hostedtoolcache/Python/3.10.5/x64/lib/python3.10/http/client.py:422: ResourceWarning: unclosed <socket.socket fd=10, family=AddressFamily.AF_UNIX, type=SocketKind.SOCK_STREAM, proto=0, raddr=/run/docker.sock>
  self._close_conn()
ResourceWarning: Enable tracemalloc to get the object allocation traceback
/opt/hostedtoolcache/Python/3.10.5/x64/lib/python3.10/http/client.py:422: ResourceWarning: unclosed <socket.socket fd=11, family=AddressFamily.AF_UNIX, type=SocketKind.SOCK_STREAM, proto=0, raddr=/run/docker.sock>
  self._close_conn()
ResourceWarning: Enable tracemalloc to get the object allocation traceback
.INFO:__main__:executing cmd: kind delete cluster
Deleting cluster "kind" ...
======================================================================
ERROR: test_cluster_info (__main__.BasicRayTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/runner/work/kuberay/kuberay/./tests/compatibility-test.py", line 169, in test_cluster_info
Error:     raise Exception('invalid result.')
Exception: invalid result.
----------------------------------------------------------------------
Ran 2 tests in 338.887s
FAILED (errors=1)
Error: Process completed with exit code 1.

Reproduction script

https://github.com/ray-project/kuberay/runs/7219956579?check_suite_focus=true
each time retrigger the ci by the pr #341

Anything else

/cc @wilsonwang371

Are you willing to submit a PR?

  • Yes I am willing to submit a PR!
@scarlet25151 scarlet25151 added bug Something isn't working ci labels Jul 6, 2022
@wilsonwang371 wilsonwang371 added enhancement New feature or request and removed bug Something isn't working labels Jul 6, 2022
@wilsonwang371 wilsonwang371 added this to the v0.3.0 release milestone Jul 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants