rl_ppo_profiles / test /dashboard_agent.log
randomath's picture
Upload folder using huggingface_hub
0fd731b verified
2026-02-27 00:03:48,646 INFO agent.py:141 -- Dashboard agent grpc address: 10.128.0.163:51882
2026-02-27 00:03:48,647 INFO utils.py:307 -- Get all modules by type: DashboardAgentModule
2026-02-27 00:03:48,982 INFO utils.py:340 -- Available modules: [<class 'ray.dashboard.modules.aggregator.aggregator_agent.AggregatorAgent'>, <class 'ray.dashboard.modules.event.event_agent.EventAgent'>, <class 'ray.dashboard.modules.job.job_agent.JobAgent'>, <class 'ray.dashboard.modules.log.log_agent.LogAgent'>, <class 'ray.dashboard.modules.log.log_agent.LogAgentV1Grpc'>, <class 'ray.dashboard.modules.reporter.healthz_agent.HealthzAgent'>, <class 'ray.dashboard.modules.reporter.reporter_agent.ReporterAgent'>]
2026-02-27 00:03:48,982 INFO agent.py:160 -- Loading DashboardAgentModule: <class 'ray.dashboard.modules.aggregator.aggregator_agent.AggregatorAgent'>
2026-02-27 00:03:48,983 WARNING __init__.py:864 -- Overriding of current MeterProvider is not allowed
2026-02-27 00:03:48,984 INFO aggregator_agent.py:139 -- Event HTTP target is not enabled or publishing events to external HTTP service is disabled. Skipping sending events to external HTTP service. events_export_addr:
2026-02-27 00:03:48,985 WARNING __init__.py:864 -- Overriding of current MeterProvider is not allowed
2026-02-27 00:03:48,985 INFO agent.py:160 -- Loading DashboardAgentModule: <class 'ray.dashboard.modules.event.event_agent.EventAgent'>
2026-02-27 00:03:48,985 INFO event_agent.py:48 -- Event agent cache buffer size: 10240
2026-02-27 00:03:48,986 INFO agent.py:160 -- Loading DashboardAgentModule: <class 'ray.dashboard.modules.job.job_agent.JobAgent'>
2026-02-27 00:03:48,986 INFO agent.py:160 -- Loading DashboardAgentModule: <class 'ray.dashboard.modules.log.log_agent.LogAgent'>
2026-02-27 00:03:48,986 INFO agent.py:160 -- Loading DashboardAgentModule: <class 'ray.dashboard.modules.log.log_agent.LogAgentV1Grpc'>
2026-02-27 00:03:48,986 INFO agent.py:160 -- Loading DashboardAgentModule: <class 'ray.dashboard.modules.reporter.healthz_agent.HealthzAgent'>
2026-02-27 00:03:48,986 INFO agent.py:160 -- Loading DashboardAgentModule: <class 'ray.dashboard.modules.reporter.reporter_agent.ReporterAgent'>
2026-02-27 00:03:48,993 WARNING __init__.py:864 -- Overriding of current MeterProvider is not allowed
2026-02-27 00:03:49,141 WARNING gpu_profile_manager.py:82 -- [GpuProfilingManager] `dynolog` is not installed, GPU profiling will not be available.
2026-02-27 00:03:49,141 WARNING gpu_profile_manager.py:125 -- [GpuProfilingManager] GPU profiling is disabled, skipping daemon setup.
2026-02-27 00:03:49,142 INFO agent.py:165 -- Loaded 7 modules.
2026-02-27 00:03:49,145 WARNING http_server_agent.py:70 -- Failed to bind to port 52365 (attempt 1/6). Retrying in 0.19s. Error: [Errno 98] error while attempting to bind on address ('10.128.0.163', 52365): [errno 98] address already in use
2026-02-27 00:03:49,341 WARNING http_server_agent.py:70 -- Failed to bind to port 52365 (attempt 2/6). Retrying in 0.22s. Error: [Errno 98] error while attempting to bind on address ('10.128.0.163', 52365): [errno 98] address already in use
2026-02-27 00:03:49,562 WARNING http_server_agent.py:70 -- Failed to bind to port 52365 (attempt 3/6). Retrying in 0.44s. Error: [Errno 98] error while attempting to bind on address ('10.128.0.163', 52365): [errno 98] address already in use
2026-02-27 00:03:50,003 WARNING http_server_agent.py:70 -- Failed to bind to port 52365 (attempt 4/6). Retrying in 0.85s. Error: [Errno 98] error while attempting to bind on address ('10.128.0.163', 52365): [errno 98] address already in use
2026-02-27 00:03:50,856 WARNING http_server_agent.py:70 -- Failed to bind to port 52365 (attempt 5/6). Retrying in 1.67s. Error: [Errno 98] error while attempting to bind on address ('10.128.0.163', 52365): [errno 98] address already in use
2026-02-27 00:03:52,524 ERROR http_server_agent.py:76 -- Agent port #52365 failed to bind after 6 attempts.
Traceback (most recent call last):
File "/usr/local/lib/python3.12/dist-packages/ray/dashboard/http_server_agent.py", line 50, in _start_site_with_retry
await site.start()
File "/usr/local/lib/python3.12/dist-packages/aiohttp/web_runner.py", line 121, in start
self._server = await loop.create_server(
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/asyncio/base_events.py", line 1584, in create_server
raise OSError(err.errno, msg) from None
OSError: [Errno 98] error while attempting to bind on address ('10.128.0.163', 52365): [errno 98] address already in use
2026-02-27 00:03:52,526 ERROR agent.py:195 -- Failed to start HTTP server with exception: [Errno 98] error while attempting to bind on address ('10.128.0.163', 52365): [errno 98] address already in use. The agent will stay alive but the HTTP service will be disabled.
Traceback (most recent call last):
File "/usr/local/lib/python3.12/dist-packages/ray/dashboard/agent.py", line 188, in run
await self.http_server.start(modules)
File "/usr/local/lib/python3.12/dist-packages/ray/dashboard/http_server_agent.py", line 120, in start
site = await self._start_site_with_retry()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/dist-packages/ray/dashboard/http_server_agent.py", line 83, in _start_site_with_retry
raise last_exception
File "/usr/local/lib/python3.12/dist-packages/ray/dashboard/http_server_agent.py", line 50, in _start_site_with_retry
await site.start()
File "/usr/local/lib/python3.12/dist-packages/aiohttp/web_runner.py", line 121, in start
self._server = await loop.create_server(
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/asyncio/base_events.py", line 1584, in create_server
raise OSError(err.errno, msg) from None
OSError: [Errno 98] error while attempting to bind on address ('10.128.0.163', 52365): [errno 98] address already in use
2026-02-27 00:03:52,527 INFO process_watcher.py:45 -- raylet pid is 1875
2026-02-27 00:03:52,528 INFO process_watcher.py:65 -- check_parent_via_pipe
2026-02-27 00:03:52,528 INFO event_utils.py:130 -- Monitor events logs modified after 1772148828.733918 on /tmp/ray/session_2026-02-27_00-03-44_103874_1384/logs/events, the source types are all.
2026-02-27 00:03:52,554 INFO gpu_providers.py:500 -- Using GPU Provider: NvidiaGpuProvider
2026-02-27 00:04:02,600 INFO agent.py:228 -- Terminated Raylet: ip=10.128.0.163, node_id=cf562760d44bbe7c695ad3e8c246c3a8d992e4ef7594a5654c4c19c7. _check_parent_via_pipe: The parent is dead.
2026-02-27 00:04:02,600 ERROR process_watcher.py:115 -- Raylet is terminated. Termination is unexpected. Possible reasons include: (1) SIGKILL by the user or system OOM killer, (2) Invalid memory access from Raylet causing SIGSEGV or SIGBUS, (3) Other termination signals. Last 20 lines of the Raylet logs:
[2026-02-27 00:03:47,363 I 1875 1875] (raylet) accessor.cc:540: Received address and liveness notification for node, IsAlive = 1 node_id=cf562760d44bbe7c695ad3e8c246c3a8d992e4ef7594a5654c4c19c7
[2026-02-27 00:03:47,439 I 1875 1875] (raylet) worker_pool.cc:750: [Eagerly] Start install runtime environment for job 01000000.
[2026-02-27 00:03:47,442 I 1875 1875] (raylet) worker_pool.cc:531: Started worker process with pid 1922, the token is 0
[2026-02-27 00:03:47,445 I 1875 1875] (raylet) worker_pool.cc:531: Started worker process with pid 1923, the token is 1
[2026-02-27 00:03:47,448 I 1875 1875] (raylet) worker_pool.cc:531: Started worker process with pid 1924, the token is 2
[2026-02-27 00:03:47,451 I 1875 1875] (raylet) worker_pool.cc:531: Started worker process with pid 1925, the token is 3
[2026-02-27 00:03:47,454 I 1875 1875] (raylet) worker_pool.cc:531: Started worker process with pid 1926, the token is 4
[2026-02-27 00:03:47,457 I 1875 1875] (raylet) worker_pool.cc:531: Started worker process with pid 1927, the token is 5
[2026-02-27 00:03:47,461 I 1875 1875] (raylet) worker_pool.cc:531: Started worker process with pid 1928, the token is 6
[2026-02-27 00:03:47,466 I 1875 1875] (raylet) worker_pool.cc:531: Started worker process with pid 1929, the token is 7
[2026-02-27 00:03:47,469 I 1875 1875] (raylet) runtime_env_agent_client.cc:350: Runtime Env Agent network error: NotFound: on_connect Connection refused, the server may be still starting or is already failed. Scheduling a retry in 1000ms...
[2026-02-27 00:03:48,199 I 1875 1890] (raylet) object_store.cc:37: Object store current usage 8e-09 / 9.52932 GB.
[2026-02-27 00:03:48,474 I 1875 1875] (raylet) runtime_env_agent_client.cc:393: Create runtime env for job 01000000
[2026-02-27 00:03:48,474 I 1875 1875] (raylet) worker_pool.cc:761: [Eagerly] Create runtime env successful for job 01000000.
[2026-02-27 00:03:48,572 I 1875 1875] (raylet) worker_pool.cc:740: Job 01000000 already started in worker pool.
[2026-02-27 00:03:49,568 I 1875 1875] (raylet) node_manager.cc:1437: Disconnecting worker, graceful=true, disconnect_type=1, has_creation_task_exception=false worker_id=29b15f3dea7d69a07782de663871cc2d93a35120d41e29d152021111 job_id=NIL_ID
[2026-02-27 00:03:49,644 W 1875 1890] (raylet) store.cc:365: Disconnecting client due to connection error with code 2: End of file
[2026-02-27 00:03:51,471 I 1875 1875] (raylet) runtime_env_agent_client.cc:393: Create runtime env for job 01000000
[2026-02-27 00:03:51,474 I 1875 1875] (raylet) worker_pool.cc:531: Started worker process with pid 2372, the token is 8
[2026-02-27 00:03:53,363 I 1875 1875] (raylet) metrics_agent_client.cc:54: Exporter initialized.