yuqi1129 opened a new issue, #9229:
URL: https://github.com/apache/gravitino/issues/9229

   ### Version
   
   main branch
   
   ### Describe what's wrong
   
   Python pipeline already fail toady(24/11/2025), please see: 
   
https://github.com/apache/gravitino/actions/runs/19626710609/job/56202908763?pr=9221
   
https://github.com/apache/gravitino/actions/runs/19632978073/job/56216911118?pr=9091
    
   
   ### Error message and/or stacktrace
   
   ```text
   Traceback (most recent call last):
     File 
"/home/runner/work/gravitino/gravitino/clients/client-python/tests/integration/base_hadoop_env.py",
 line 63, in _unzip_hadoop_pack
       tar.extractall(path=unzip_dir)
     File 
"/home/runner/work/gravitino/gravitino/.gradle/python/Linux/Miniforge3/envs/python-3.11/lib/python3.11/tarfile.py",
 line 2315, in extractall
       self._extract_one(tarinfo, path, set_attrs=not tarinfo.isdir(),
     File 
"/home/runner/work/gravitino/gravitino/.gradle/python/Linux/Miniforge3/envs/python-3.11/lib/python3.11/tarfile.py",
 line 2424, in _extract_one
       self._handle_fatal_error(e)
     File 
"/home/runner/work/gravitino/gravitino/.gradle/python/Linux/Miniforge3/envs/python-3.11/lib/python3.11/tarfile.py",
 line 2418, in _extract_one
       self._extract_member(tarinfo, os.path.join(path, tarinfo.name),
     File 
"/home/runner/work/gravitino/gravitino/.gradle/python/Linux/Miniforge3/envs/python-3.11/lib/python3.11/tarfile.py",
 line 2507, in _extract_member
       self.makefile(tarinfo, targetpath)
     File 
"/home/runner/work/gravitino/gravitino/.gradle/python/Linux/Miniforge3/envs/python-3.11/lib/python3.11/tarfile.py",
 line 2564, in makefile
       copyfileobj(source, target, tarinfo.size, ReadError, bufsize)
     File 
"/home/runner/work/gravitino/gravitino/.gradle/python/Linux/Miniforge3/envs/python-3.11/lib/python3.11/tarfile.py",
 line 261, in copyfileobj
       dst.write(buf)
   OSError: [Errno 28] No space left on device
   
   The above exception was the direct cause of the following exception:
   
   Traceback (most recent call last):
     File 
"/home/runner/work/gravitino/gravitino/clients/client-python/tests/integration/test_gvfs_with_hdfs.py",
 line 115, in setUpClass
       BaseHadoopEnvironment.init_hadoop_env()
     File 
"/home/runner/work/gravitino/gravitino/clients/client-python/tests/integration/base_hadoop_env.py",
 line 35, in init_hadoop_env
       cls._unzip_hadoop_pack()
     File 
"/home/runner/work/gravitino/gravitino/clients/client-python/tests/integration/base_hadoop_env.py",
 line 65, in _unzip_hadoop_pack
       raise GravitinoRuntimeException(
   gravitino.exceptions.base.GravitinoRuntimeException: Failed to extract file 
'/home/runner/work/gravitino/gravitino/clients/client-python/build/tmp/hadoop-2.7.3.tar':
 [Errno 28] No space left on device
   
   ```
   
   ### How to reproduce
   
   Please see above
   
   ### Additional context
   
   Remove unused failes and free disk


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to