Libra-1995 commited on
Commit
64617ca
·
verified ·
1 Parent(s): 23cbd16

Upload error_logs/7784bb91ccedc80c374ca599e04dc6b99e68ddb3__bb2dea6f-3f6f-4d9c-ae4b-e11012847351.txt with huggingface_hub

Browse files
error_logs/7784bb91ccedc80c374ca599e04dc6b99e68ddb3__bb2dea6f-3f6f-4d9c-ae4b-e11012847351.txt ADDED
@@ -0,0 +1,86 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 2025-06-29T17:18:09Z: ===== Application Startup at 2025-06-29 17:18:09 =====
2
+
3
+ 2025-06-29T17:21:18.467Z:
4
+ 2025-06-29T17:21:18.468Z: ==========
5
+ 2025-06-29T17:21:18.468Z: == CUDA ==
6
+ 2025-06-29T17:21:18.468Z: ==========
7
+ 2025-06-29T17:21:18.473Z:
8
+ 2025-06-29T17:21:18.473Z: CUDA Version 11.8.0
9
+ 2025-06-29T17:21:18.474Z:
10
+ 2025-06-29T17:21:18.474Z: Container image Copyright (c) 2016-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
11
+ 2025-06-29T17:21:18.475Z:
12
+ 2025-06-29T17:21:18.475Z: This container image and its contents are governed by the NVIDIA Deep Learning Container License.
13
+ 2025-06-29T17:21:18.475Z: By pulling and using the container, you accept the terms and conditions of this license:
14
+ 2025-06-29T17:21:18.475Z: https://developer.nvidia.com/ngc/nvidia-deep-learning-container-license
15
+ 2025-06-29T17:21:18.475Z:
16
+ 2025-06-29T17:21:18.475Z: A copy of this license is made available in this container at /NGC-DL-CONTAINER-LICENSE for your convenience.
17
+ 2025-06-29T17:21:18.487Z:
18
+ 2025-06-29T17:21:41.823Z: /app/.pixi/envs/default/lib/python3.9/site-packages/hydra/_internal/defaults_list.py:251: UserWarning: In 'transfuser': Defaults list is missing `_self_`. See https://hydra.cc/docs/upgrades/1.0_to_1.1/default_composition_order for more information
19
+ 2025-06-29T17:21:41.823Z: warnings.warn(msg, UserWarning)
20
+ 2025-06-29T17:21:42.008Z: {'agent': {'_target_': 'navsim.agents.transfuser.transfuser_agent.TransfuserAgent', '_convert_': 'all', 'config': {'_target_': 'navsim.agents.transfuser.transfuser_config.TransfuserConfig', '_convert_': 'all', 'trajectory_sampling': {'_target_': 'nuplan.planning.simulation.trajectory.trajectory_sampling.TrajectorySampling', '_convert_': 'all', 'time_horizon': 4, 'interval_length': 0.5}, 'latent': True}, 'checkpoint_path': './ckpts/ltf_seed_0.ckpt', 'lr': 0.0001}, 'output': '/app/app_output'}
21
+ 2025-06-29T17:21:44.712Z: Ready for recieving
22
+ 2025-06-29T17:21:45.792Z: sent
23
+ 2025-06-29T17:21:46.519Z: sent
24
+ 2025-06-29T17:21:47.225Z: sent
25
+ 2025-06-29T17:21:47.937Z: sent
26
+ 2025-06-29T17:21:48.639Z: sent
27
+ 2025-06-29T17:21:49.339Z: sent
28
+ 2025-06-29T17:21:50.035Z: sent
29
+ 2025-06-29T17:21:50.810Z: sent
30
+ 2025-06-29T17:21:51.480Z: sent
31
+ 2025-06-29T17:21:57.758Z: sent
32
+ 2025-06-29T17:22:09.524Z: Error executing job with overrides: ['output=/app/app_output']
33
+ 2025-06-29T17:22:09.800Z: Traceback (most recent call last):
34
+ 2025-06-29T17:22:09.800Z: File "/app/.pixi/envs/default/lib/python3.9/site-packages/tenacity/__init__.py", line 480, in __call__
35
+ 2025-06-29T17:22:09.800Z: result = fn(*args, **kwargs)
36
+ 2025-06-29T17:22:09.800Z: File "/app/.pixi/envs/default/lib/python3.9/site-packages/hugsim_client/client.py", line 102, in _execute_action
37
+ 2025-06-29T17:22:09.800Z: raise Exception(f"Failed to execute action: {response.text}")
38
+ 2025-06-29T17:22:09.800Z: Exception: Failed to execute action: Internal Server Error
39
+ 2025-06-29T17:22:09.800Z:
40
+ 2025-06-29T17:22:09.800Z: The above exception was the direct cause of the following exception:
41
+ 2025-06-29T17:22:09.800Z:
42
+ 2025-06-29T17:22:09.800Z: Traceback (most recent call last):
43
+ 2025-06-29T17:22:09.800Z: File "/app/ltf_e2e.py", line 62, in main
44
+ 2025-06-29T17:22:09.800Z: env_state = hugsim_client.execute_action(way_points[:, :2])
45
+ 2025-06-29T17:22:09.800Z: File "/app/.pixi/envs/default/lib/python3.9/site-packages/hugsim_client/client.py", line 79, in execute_action
46
+ 2025-06-29T17:22:09.801Z: result = self._execute_action(plan_traj, transaction_id)
47
+ 2025-06-29T17:22:09.801Z: File "/app/.pixi/envs/default/lib/python3.9/site-packages/tenacity/__init__.py", line 338, in wrapped_f
48
+ 2025-06-29T17:22:09.801Z: return copy(f, *args, **kw)
49
+ 2025-06-29T17:22:09.801Z: File "/app/.pixi/envs/default/lib/python3.9/site-packages/tenacity/__init__.py", line 477, in __call__
50
+ 2025-06-29T17:22:09.801Z: do = self.iter(retry_state=retry_state)
51
+ 2025-06-29T17:22:09.801Z: File "/app/.pixi/envs/default/lib/python3.9/site-packages/tenacity/__init__.py", line 378, in iter
52
+ 2025-06-29T17:22:09.801Z: result = action(retry_state)
53
+ 2025-06-29T17:22:09.801Z: File "/app/.pixi/envs/default/lib/python3.9/site-packages/tenacity/__init__.py", line 421, in exc_check
54
+ 2025-06-29T17:22:09.801Z: raise retry_exc from fut.exception()
55
+ 2025-06-29T17:22:09.801Z: tenacity.RetryError: RetryError[<Future at 0x7f4274368070 state=finished raised Exception>]
56
+ 2025-06-29T17:22:09.801Z:
57
+ 2025-06-29T17:22:09.801Z: Set the environment variable HYDRA_FULL_ERROR=1 for a complete stack trace.
58
+ 2025-06-29T17:22:11.848Z:
59
+ 2025-06-29T17:22:11.848Z: ==========
60
+ 2025-06-29T17:22:11.848Z: == CUDA ==
61
+ 2025-06-29T17:22:11.849Z: ==========
62
+ 2025-06-29T17:22:11.852Z:
63
+ 2025-06-29T17:22:11.852Z: CUDA Version 11.8.0
64
+ 2025-06-29T17:22:11.853Z:
65
+ 2025-06-29T17:22:11.853Z: Container image Copyright (c) 2016-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
66
+ 2025-06-29T17:22:11.854Z:
67
+ 2025-06-29T17:22:11.854Z: This container image and its contents are governed by the NVIDIA Deep Learning Container License.
68
+ 2025-06-29T17:22:11.854Z: By pulling and using the container, you accept the terms and conditions of this license:
69
+ 2025-06-29T17:22:11.854Z: https://developer.nvidia.com/ngc/nvidia-deep-learning-container-license
70
+ 2025-06-29T17:22:11.854Z:
71
+ 2025-06-29T17:22:11.854Z: A copy of this license is made available in this container at /NGC-DL-CONTAINER-LICENSE for your convenience.
72
+ 2025-06-29T17:22:11.865Z:
73
+ 2025-06-29T17:22:24.624Z: /app/.pixi/envs/default/lib/python3.9/site-packages/hydra/_internal/defaults_list.py:251: UserWarning: In 'transfuser': Defaults list is missing `_self_`. See https://hydra.cc/docs/upgrades/1.0_to_1.1/default_composition_order for more information
74
+ 2025-06-29T17:22:24.624Z: warnings.warn(msg, UserWarning)
75
+ 2025-06-29T17:22:24.813Z: {'agent': {'_target_': 'navsim.agents.transfuser.transfuser_agent.TransfuserAgent', '_convert_': 'all', 'config': {'_target_': 'navsim.agents.transfuser.transfuser_config.TransfuserConfig', '_convert_': 'all', 'trajectory_sampling': {'_target_': 'nuplan.planning.simulation.trajectory.trajectory_sampling.TrajectorySampling', '_convert_': 'all', 'time_horizon': 4, 'interval_length': 0.5}, 'latent': True}, 'checkpoint_path': './ckpts/ltf_seed_0.ckpt', 'lr': 0.0001}, 'output': '/app/app_output'}
76
+ 2025-06-29T17:22:27.613Z: Ready for recieving
77
+ 2025-06-29T17:22:28.694Z: sent
78
+ 2025-06-29T17:22:29.405Z: sent
79
+ 2025-06-29T17:22:30.083Z: sent
80
+ 2025-06-29T17:22:30.782Z: sent
81
+ 2025-06-29T17:22:31.500Z: sent
82
+ 2025-06-29T17:22:32.203Z: sent
83
+ 2025-06-29T17:22:32.901Z: sent
84
+ 2025-06-29T17:22:33.618Z: sent
85
+ 2025-06-29T17:22:34.310Z: sent
86
+ 2025-06-29T17:22:40.692Z: sent