Usage stats collection is enabled by default without user confirmation because this stdin is detected to be non-interactively\..+

Local node IP: .+

--------------------
Ray runtime started.
--------------------

Next steps
  To connect to this Ray runtime from another node, run
    ray start --address='.+'

  Alternatively, use the following Python code:
    import ray
    ray\.init\(address='auto'\)

  To connect to this Ray runtime from outside of the cluster, for example to
  connect to a remote cluster from your laptop directly, use the following
  Python code:
    import ray
    ray\.init\(address='ray://.*'\)

  If connection fails, check your firewall settings and network configuration.

  To terminate the Ray runtime, run
    ray stop
