2026-03-18T16:53:35,047 ERROR: Exception: 2026-03-18T16:53:35,047 Traceback (most recent call last): 2026-03-18T16:53:35,047 File "/usr/lib/python3/dist-packages/pip/_internal/cli/base_command.py", line 160, in exc_logging_wrapper 2026-03-18T16:53:35,047 status = run_func(*args) 2026-03-18T16:53:35,047 ^^^^^^^^^^^^^^^ 2026-03-18T16:53:35,047 File "/usr/lib/python3/dist-packages/pip/_internal/cli/req_command.py", line 247, in wrapper 2026-03-18T16:53:35,047 return func(self, options, args) 2026-03-18T16:53:35,047 ^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-18T16:53:35,047 File "/usr/lib/python3/dist-packages/pip/_internal/commands/wheel.py", line 111, in run 2026-03-18T16:53:35,047 wheel_cache = WheelCache(options.cache_dir, options.format_control) 2026-03-18T16:53:35,047 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-18T16:53:35,047 File "/usr/lib/python3/dist-packages/pip/_internal/cache.py", line 231, in __init__ 2026-03-18T16:53:35,047 self._ephem_cache = EphemWheelCache(format_control) 2026-03-18T16:53:35,047 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-18T16:53:35,047 File "/usr/lib/python3/dist-packages/pip/_internal/cache.py", line 195, in __init__ 2026-03-18T16:53:35,047 self._temp_dir = TempDirectory( 2026-03-18T16:53:35,047 ^^^^^^^^^^^^^^ 2026-03-18T16:53:35,047 File "/usr/lib/python3/dist-packages/pip/_internal/utils/temp_dir.py", line 125, in __init__ 2026-03-18T16:53:35,047 path = self._create(kind) 2026-03-18T16:53:35,047 ^^^^^^^^^^^^^^^^^^ 2026-03-18T16:53:35,047 File "/usr/lib/python3/dist-packages/pip/_internal/utils/temp_dir.py", line 164, in _create 2026-03-18T16:53:35,047 path = os.path.realpath(tempfile.mkdtemp(prefix=f"pip-{kind}-")) 2026-03-18T16:53:35,047 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-18T16:53:35,047 File "/usr/lib/python3.11/tempfile.py", line 523, in mkdtemp 2026-03-18T16:53:35,047 _os.mkdir(file, 0o700) 2026-03-18T16:53:35,047 OSError: [Errno 28] No space left on device: '/tmp/pip-ephem-wheel-cache-rwxaxdsp'