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