Libra-1995 commited on
Commit
37bbd8d
·
verified ·
1 Parent(s): 59286d7

Upload error_logs/a7fbb12f8876501466aeb85a6dedcc8cc7e7e26b__a17b65af-f4a8-4c42-9bde-6e715b767719.txt with huggingface_hub

Browse files
error_logs/a7fbb12f8876501466aeb85a6dedcc8cc7e7e26b__a17b65af-f4a8-4c42-9bde-6e715b767719.txt ADDED
@@ -0,0 +1,144 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 2025-06-22T04:00:09Z: ===== Application Startup at 2025-06-22 04:00:09 =====
2
+
3
+ 2025-06-22T04:03:18.359Z:
4
+ 2025-06-22T04:03:18.359Z: ==========
5
+ 2025-06-22T04:03:18.359Z: == CUDA ==
6
+ 2025-06-22T04:03:18.359Z: ==========
7
+ 2025-06-22T04:03:18.363Z:
8
+ 2025-06-22T04:03:18.363Z: CUDA Version 11.8.0
9
+ 2025-06-22T04:03:18.364Z:
10
+ 2025-06-22T04:03:18.364Z: Container image Copyright (c) 2016-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
11
+ 2025-06-22T04:03:18.365Z:
12
+ 2025-06-22T04:03:18.365Z: This container image and its contents are governed by the NVIDIA Deep Learning Container License.
13
+ 2025-06-22T04:03:18.365Z: By pulling and using the container, you accept the terms and conditions of this license:
14
+ 2025-06-22T04:03:18.365Z: https://developer.nvidia.com/ngc/nvidia-deep-learning-container-license
15
+ 2025-06-22T04:03:18.365Z:
16
+ 2025-06-22T04:03:18.365Z: A copy of this license is made available in this container at /NGC-DL-CONTAINER-LICENSE for your convenience.
17
+ 2025-06-22T04:03:18.376Z:
18
+ 2025-06-22T04:03:29.008Z: /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-22T04:03:29.009Z: warnings.warn(msg, UserWarning)
20
+ 2025-06-22T04:03:29.205Z: Error executing job with overrides: ['output=/app/app_output']
21
+ 2025-06-22T04:03:29.464Z: Traceback (most recent call last):
22
+ 2025-06-22T04:03:29.464Z: File "/app/.pixi/envs/default/lib/python3.9/site-packages/urllib3/connection.py", line 174, in _new_conn
23
+ 2025-06-22T04:03:29.464Z: conn = connection.create_connection(
24
+ 2025-06-22T04:03:29.464Z: File "/app/.pixi/envs/default/lib/python3.9/site-packages/urllib3/util/connection.py", line 95, in create_connection
25
+ 2025-06-22T04:03:29.464Z: raise err
26
+ 2025-06-22T04:03:29.464Z: File "/app/.pixi/envs/default/lib/python3.9/site-packages/urllib3/util/connection.py", line 85, in create_connection
27
+ 2025-06-22T04:03:29.464Z: sock.connect(sa)
28
+ 2025-06-22T04:03:29.464Z: PermissionError: [Errno 1] Operation not permitted
29
+ 2025-06-22T04:03:29.464Z:
30
+ 2025-06-22T04:03:29.464Z: During handling of the above exception, another exception occurred:
31
+ 2025-06-22T04:03:29.464Z:
32
+ 2025-06-22T04:03:29.464Z: Traceback (most recent call last):
33
+ 2025-06-22T04:03:29.464Z: File "/app/.pixi/envs/default/lib/python3.9/site-packages/urllib3/connectionpool.py", line 716, in urlopen
34
+ 2025-06-22T04:03:29.465Z: httplib_response = self._make_request(
35
+ 2025-06-22T04:03:29.465Z: File "/app/.pixi/envs/default/lib/python3.9/site-packages/urllib3/connectionpool.py", line 404, in _make_request
36
+ 2025-06-22T04:03:29.465Z: self._validate_conn(conn)
37
+ 2025-06-22T04:03:29.465Z: File "/app/.pixi/envs/default/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1061, in _validate_conn
38
+ 2025-06-22T04:03:29.465Z: conn.connect()
39
+ 2025-06-22T04:03:29.465Z: File "/app/.pixi/envs/default/lib/python3.9/site-packages/urllib3/connection.py", line 363, in connect
40
+ 2025-06-22T04:03:29.465Z: self.sock = conn = self._new_conn()
41
+ 2025-06-22T04:03:29.465Z: File "/app/.pixi/envs/default/lib/python3.9/site-packages/urllib3/connection.py", line 186, in _new_conn
42
+ 2025-06-22T04:03:29.465Z: raise NewConnectionError(
43
+ 2025-06-22T04:03:29.465Z: urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f901fb2b760>: Failed to establish a new connection: [Errno 1] Operation not permitted
44
+ 2025-06-22T04:03:29.465Z:
45
+ 2025-06-22T04:03:29.465Z: During handling of the above exception, another exception occurred:
46
+ 2025-06-22T04:03:29.465Z:
47
+ 2025-06-22T04:03:29.465Z: Traceback (most recent call last):
48
+ 2025-06-22T04:03:29.465Z: File "/app/.pixi/envs/default/lib/python3.9/site-packages/requests/adapters.py", line 667, in send
49
+ 2025-06-22T04:03:29.465Z: resp = conn.urlopen(
50
+ 2025-06-22T04:03:29.465Z: File "/app/.pixi/envs/default/lib/python3.9/site-packages/urllib3/connectionpool.py", line 802, in urlopen
51
+ 2025-06-22T04:03:29.465Z: retries = retries.increment(
52
+ 2025-06-22T04:03:29.465Z: File "/app/.pixi/envs/default/lib/python3.9/site-packages/urllib3/util/retry.py", line 594, in increment
53
+ 2025-06-22T04:03:29.465Z: raise MaxRetryError(_pool, url, error or ResponseError(cause))
54
+ 2025-06-22T04:03:29.465Z: urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='ipinfo.io', port=443): Max retries exceeded with url: /ip (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f901fb2b760>: Failed to establish a new connection: [Errno 1] Operation not permitted'))
55
+ 2025-06-22T04:03:29.465Z:
56
+ 2025-06-22T04:03:29.465Z: During handling of the above exception, another exception occurred:
57
+ 2025-06-22T04:03:29.465Z:
58
+ 2025-06-22T04:03:29.465Z: Traceback (most recent call last):
59
+ 2025-06-22T04:03:29.465Z: File "/app/ltf_e2e.py", line 27, in main
60
+ 2025-06-22T04:03:29.465Z: resp = requests.get("https://ipinfo.io/ip")
61
+ 2025-06-22T04:03:29.465Z: File "/app/.pixi/envs/default/lib/python3.9/site-packages/requests/api.py", line 73, in get
62
+ 2025-06-22T04:03:29.465Z: return request("get", url, params=params, **kwargs)
63
+ 2025-06-22T04:03:29.465Z: File "/app/.pixi/envs/default/lib/python3.9/site-packages/requests/api.py", line 59, in request
64
+ 2025-06-22T04:03:29.465Z: return session.request(method=method, url=url, **kwargs)
65
+ 2025-06-22T04:03:29.465Z: File "/app/.pixi/envs/default/lib/python3.9/site-packages/requests/sessions.py", line 589, in request
66
+ 2025-06-22T04:03:29.465Z: resp = self.send(prep, **send_kwargs)
67
+ 2025-06-22T04:03:29.465Z: File "/app/.pixi/envs/default/lib/python3.9/site-packages/requests/sessions.py", line 703, in send
68
+ 2025-06-22T04:03:29.465Z: r = adapter.send(request, **kwargs)
69
+ 2025-06-22T04:03:29.465Z: File "/app/.pixi/envs/default/lib/python3.9/site-packages/requests/adapters.py", line 700, in send
70
+ 2025-06-22T04:03:29.465Z: raise ConnectionError(e, request=request)
71
+ 2025-06-22T04:03:29.465Z: requests.exceptions.ConnectionError: HTTPSConnectionPool(host='ipinfo.io', port=443): Max retries exceeded with url: /ip (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f901fb2b760>: Failed to establish a new connection: [Errno 1] Operation not permitted'))
72
+ 2025-06-22T04:03:29.465Z:
73
+ 2025-06-22T04:03:29.465Z: Set the environment variable HYDRA_FULL_ERROR=1 for a complete stack trace.
74
+ 2025-06-22T04:03:37.988Z:
75
+ 2025-06-22T04:03:37.988Z: ==========
76
+ 2025-06-22T04:03:37.988Z: == CUDA ==
77
+ 2025-06-22T04:03:37.988Z: ==========
78
+ 2025-06-22T04:03:37.991Z:
79
+ 2025-06-22T04:03:37.991Z: CUDA Version 11.8.0
80
+ 2025-06-22T04:03:37.993Z:
81
+ 2025-06-22T04:03:37.993Z: Container image Copyright (c) 2016-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
82
+ 2025-06-22T04:03:37.993Z:
83
+ 2025-06-22T04:03:37.994Z: This container image and its contents are governed by the NVIDIA Deep Learning Container License.
84
+ 2025-06-22T04:03:37.994Z: By pulling and using the container, you accept the terms and conditions of this license:
85
+ 2025-06-22T04:03:37.994Z: https://developer.nvidia.com/ngc/nvidia-deep-learning-container-license
86
+ 2025-06-22T04:03:37.994Z:
87
+ 2025-06-22T04:03:37.994Z: A copy of this license is made available in this container at /NGC-DL-CONTAINER-LICENSE for your convenience.
88
+ 2025-06-22T04:03:38.005Z:
89
+ 2025-06-22T04:03:48.617Z: /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
90
+ 2025-06-22T04:03:48.617Z: warnings.warn(msg, UserWarning)
91
+ 2025-06-22T04:03:48.810Z: Error executing job with overrides: ['output=/app/app_output']
92
+ 2025-06-22T04:03:49.069Z: Traceback (most recent call last):
93
+ 2025-06-22T04:03:49.069Z: File "/app/.pixi/envs/default/lib/python3.9/site-packages/urllib3/connection.py", line 174, in _new_conn
94
+ 2025-06-22T04:03:49.069Z: conn = connection.create_connection(
95
+ 2025-06-22T04:03:49.069Z: File "/app/.pixi/envs/default/lib/python3.9/site-packages/urllib3/util/connection.py", line 95, in create_connection
96
+ 2025-06-22T04:03:49.069Z: raise err
97
+ 2025-06-22T04:03:49.069Z: File "/app/.pixi/envs/default/lib/python3.9/site-packages/urllib3/util/connection.py", line 85, in create_connection
98
+ 2025-06-22T04:03:49.069Z: sock.connect(sa)
99
+ 2025-06-22T04:03:49.069Z: PermissionError: [Errno 1] Operation not permitted
100
+ 2025-06-22T04:03:49.069Z:
101
+ 2025-06-22T04:03:49.069Z: During handling of the above exception, another exception occurred:
102
+ 2025-06-22T04:03:49.069Z:
103
+ 2025-06-22T04:03:49.069Z: Traceback (most recent call last):
104
+ 2025-06-22T04:03:49.069Z: File "/app/.pixi/envs/default/lib/python3.9/site-packages/urllib3/connectionpool.py", line 716, in urlopen
105
+ 2025-06-22T04:03:49.069Z: httplib_response = self._make_request(
106
+ 2025-06-22T04:03:49.069Z: File "/app/.pixi/envs/default/lib/python3.9/site-packages/urllib3/connectionpool.py", line 404, in _make_request
107
+ 2025-06-22T04:03:49.069Z: self._validate_conn(conn)
108
+ 2025-06-22T04:03:49.069Z: File "/app/.pixi/envs/default/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1061, in _validate_conn
109
+ 2025-06-22T04:03:49.069Z: conn.connect()
110
+ 2025-06-22T04:03:49.069Z: File "/app/.pixi/envs/default/lib/python3.9/site-packages/urllib3/connection.py", line 363, in connect
111
+ 2025-06-22T04:03:49.069Z: self.sock = conn = self._new_conn()
112
+ 2025-06-22T04:03:49.069Z: File "/app/.pixi/envs/default/lib/python3.9/site-packages/urllib3/connection.py", line 186, in _new_conn
113
+ 2025-06-22T04:03:49.069Z: raise NewConnectionError(
114
+ 2025-06-22T04:03:49.069Z: urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f3f0d3549d0>: Failed to establish a new connection: [Errno 1] Operation not permitted
115
+ 2025-06-22T04:03:49.069Z:
116
+ 2025-06-22T04:03:49.069Z: During handling of the above exception, another exception occurred:
117
+ 2025-06-22T04:03:49.069Z:
118
+ 2025-06-22T04:03:49.069Z: Traceback (most recent call last):
119
+ 2025-06-22T04:03:49.069Z: File "/app/.pixi/envs/default/lib/python3.9/site-packages/requests/adapters.py", line 667, in send
120
+ 2025-06-22T04:03:49.069Z: resp = conn.urlopen(
121
+ 2025-06-22T04:03:49.069Z: File "/app/.pixi/envs/default/lib/python3.9/site-packages/urllib3/connectionpool.py", line 802, in urlopen
122
+ 2025-06-22T04:03:49.069Z: retries = retries.increment(
123
+ 2025-06-22T04:03:49.069Z: File "/app/.pixi/envs/default/lib/python3.9/site-packages/urllib3/util/retry.py", line 594, in increment
124
+ 2025-06-22T04:03:49.069Z: raise MaxRetryError(_pool, url, error or ResponseError(cause))
125
+ 2025-06-22T04:03:49.069Z: urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='ipinfo.io', port=443): Max retries exceeded with url: /ip (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f3f0d3549d0>: Failed to establish a new connection: [Errno 1] Operation not permitted'))
126
+ 2025-06-22T04:03:49.069Z:
127
+ 2025-06-22T04:03:49.069Z: During handling of the above exception, another exception occurred:
128
+ 2025-06-22T04:03:49.069Z:
129
+ 2025-06-22T04:03:49.069Z: Traceback (most recent call last):
130
+ 2025-06-22T04:03:49.069Z: File "/app/ltf_e2e.py", line 27, in main
131
+ 2025-06-22T04:03:49.069Z: resp = requests.get("https://ipinfo.io/ip")
132
+ 2025-06-22T04:03:49.069Z: File "/app/.pixi/envs/default/lib/python3.9/site-packages/requests/api.py", line 73, in get
133
+ 2025-06-22T04:03:49.069Z: return request("get", url, params=params, **kwargs)
134
+ 2025-06-22T04:03:49.069Z: File "/app/.pixi/envs/default/lib/python3.9/site-packages/requests/api.py", line 59, in request
135
+ 2025-06-22T04:03:49.069Z: return session.request(method=method, url=url, **kwargs)
136
+ 2025-06-22T04:03:49.069Z: File "/app/.pixi/envs/default/lib/python3.9/site-packages/requests/sessions.py", line 589, in request
137
+ 2025-06-22T04:03:49.069Z: resp = self.send(prep, **send_kwargs)
138
+ 2025-06-22T04:03:49.069Z: File "/app/.pixi/envs/default/lib/python3.9/site-packages/requests/sessions.py", line 703, in send
139
+ 2025-06-22T04:03:49.069Z: r = adapter.send(request, **kwargs)
140
+ 2025-06-22T04:03:49.069Z: File "/app/.pixi/envs/default/lib/python3.9/site-packages/requests/adapters.py", line 700, in send
141
+ 2025-06-22T04:03:49.069Z: raise ConnectionError(e, request=request)
142
+ 2025-06-22T04:03:49.069Z: requests.exceptions.ConnectionError: HTTPSConnectionPool(host='ipinfo.io', port=443): Max retries exceeded with url: /ip (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f3f0d3549d0>: Failed to establish a new connection: [Errno 1] Operation not permitted'))
143
+ 2025-06-22T04:03:49.069Z:
144
+ 2025-06-22T04:03:49.069Z: Set the environment variable HYDRA_FULL_ERROR=1 for a complete stack trace.