[root@sumit-osa3-isv tests]# python -m pytest
Test session starts (platform: linux, Python 3.9.19, pytest 7.0.1, pytest-sugar 0.9.5)
rootdir: /sumit/ray, configfile: pytest.ini
plugins: shutil-1.7.0, sphinx-0.5.1.dev0, docker-tools-3.1.3, timeout-2.1.0, sugar-0.9.5, anyio-3.7.1, lazy-fixture-0.6.3, httpserver-1.0.6, asyncio-0.16.0, hypothesis-6.104.2, rerunfailures-11.1.2, forked-1.4.0, virtualenv-1.7.0
timeout: 180.0s
timeout method: signal
timeout func_only: False
collecting ...
―――――――――――――――――――――――――――――――――――――――――――― ERROR collecting python/ray/tests/horovod/test_horovod.py ――――――――――――――――――――――――――――――――――――――――――――
horovod/test_horovod.py:65: in <module>
@pytest.mark.skipif(not gloo_built(), reason="Gloo is required for Ray integration")
E NameError: name 'gloo_built' is not defined
―――――――――――――――――――――――――――――――――――――――――――――― ERROR collecting python/ray/tests/modin/test_modin.py ――――――――――――――――――――――――――――――――――――――――――――――
ImportError while importing test module '/sumit/ray/python/ray/tests/modin/test_modin.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib64/python3.9/importlib/__init__.py:127: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
modin/test_modin.py:39: in <module>
from ray.tests.modin.modin_test_utils import df_equals
modin/modin_test_utils.py:21: in <module>
from modin.utils import to_pandas
E ImportError: cannot import name 'to_pandas' from 'modin.utils' (/usr/local/lib/python3.9/site-packages/modin/utils.py)
――――――――――――――――――――――――――――――――― ERROR collecting python/ray/tests/runtime_env_container/test_log_file_exists.py ―――――――――――――――――――――――――――――――――
runtime_env_container/test_log_file_exists.py:37: in <module>
f.remote()
../remote_function.py:139: in _remote_proxy
return self._remote(args=args, kwargs=kwargs, **self._default_options)
../_private/auto_init_hook.py:21: in auto_init_wrapper
return fn(*args, **kwargs)
../util/tracing/tracing_helper.py:310: in _invocation_remote_span
return method(self, args, kwargs, *_args, **_kwargs)
../remote_function.py:332: in _remote
runtime_env = parse_runtime_env(task_options["runtime_env"])
../_private/utils.py:1670: in parse_runtime_env
return RuntimeEnv(**(runtime_env or {}))
../runtime_env/runtime_env.py:365: in __init__
raise ValueError(
E ValueError: The 'container' field currently cannot be used together with other fields of runtime_env. Specified fields: dict_keys(['_inject_current_ray', 'container'])
----------------------------------------------------------------- Captured stderr -----------------------------------------------------------------
2024-07-02 12:19:02,543 INFO worker.py:1740 -- Started a local Ray instance. View the dashboard at 127.0.0.1:8265
[2024-07-02 12:19:02,546 I 64802 64802] logging.cc:234: Set ray log level from environment variable RAY_BACKEND_LOG_LEVEL to 0
(raylet) [2024-07-02 12:19:02,505 I 64999 64999] logging.cc:234: Set ray log level from environment variable RAY_BACKEND_LOG_LEVEL to 0
――――――――――――――――――――――――――――――――――――― ERROR collecting python/ray/tests/runtime_env_container/test_put_get.py ―――――――――――――――――――――――――――――――――――――
runtime_env_container/test_put_get.py:22: in <module>
wrapped_ref = create_ref.remote()
../remote_function.py:139: in _remote_proxy
return self._remote(args=args, kwargs=kwargs, **self._default_options)
../_private/auto_init_hook.py:21: in auto_init_wrapper
return fn(*args, **kwargs)
../util/tracing/tracing_helper.py:310: in _invocation_remote_span
return method(self, args, kwargs, *_args, **_kwargs)
../remote_function.py:332: in _remote
runtime_env = parse_runtime_env(task_options["runtime_env"])
../_private/utils.py:1670: in parse_runtime_env
return RuntimeEnv(**(runtime_env or {}))
../runtime_env/runtime_env.py:365: in __init__
raise ValueError(
E ValueError: The 'container' field currently cannot be used together with other fields of runtime_env. Specified fields: dict_keys(['_inject_current_ray', 'container'])
―――――――――――――――――――――――――――――――――― ERROR collecting python/ray/tests/runtime_env_container/test_ray_env_vars.py ―――――――――――――――――――――――――――――――――――
runtime_env_container/test_ray_env_vars.py:24: in <module>
assert ray.get(f.remote()) == "1"
../remote_function.py:139: in _remote_proxy
return self._remote(args=args, kwargs=kwargs, **self._default_options)
../_private/auto_init_hook.py:21: in auto_init_wrapper
return fn(*args, **kwargs)
../util/tracing/tracing_helper.py:310: in _invocation_remote_span
return method(self, args, kwargs, *_args, **_kwargs)
../remote_function.py:332: in _remote
runtime_env = parse_runtime_env(task_options["runtime_env"])
../_private/utils.py:1670: in parse_runtime_env
return RuntimeEnv(**(runtime_env or {}))
../runtime_env/runtime_env.py:365: in __init__
raise ValueError(
E ValueError: The 'container' field currently cannot be used together with other fields of runtime_env. Specified fields: dict_keys(['_inject_current_ray', 'container'])