raulcd opened a new issue, #48827:
URL: https://github.com/apache/arrow/issues/48827

   ### Describe the bug, including details regarding any error messages, 
version, and platform.
   
   The 
[test-conda-python-emscripten](https://github.com/ursacomputing/crossbow/actions/runs/20904713271/job/60056189581)
 is failing to install emscripten with the following error:
   ```
      > [ 6/11] RUN bash /arrow/ci/scripts/install_emscripten.sh ~ /pyodide:
     2.625 Cloning into 'emsdk'...
     ----------]
     3.704 tar (child): xz: Cannot exec: No such file or directory
     3.704 tar (child): Error is not recoverable: exiting now
     3.705 tar: Child returned status 2
     3.705 tar: Error is not recoverable: exiting now
     3.705 ['tar', '-xf', 
'/root/emsdk/downloads/node-v22.16.0-linux-x64.tar.xz', '--strip', '1'] failed 
with error code 2!
     3.705 error: installation failed!
     3.705 Unpacking '/root/emsdk/downloads/node-v22.16.0-linux-x64.tar.xz' to 
'/root/emsdk/node/22.16.0_64bit'
     ------
     conda-python-emscripten.dockerfile:44
     
     --------------------
     
       42 |     # install correct version of emscripten for this pyodide
     
       43 |     COPY ci/scripts/install_emscripten.sh /arrow/ci/scripts/
     
       44 | >>> RUN bash /arrow/ci/scripts/install_emscripten.sh ~ /pyodide
     
       45 |     
     
       46 |     # make sure zlib is cached in the EMSDK folder
     
     --------------------
     
     failed to solve: process "/bin/bash --login -c -o pipefail bash 
/arrow/ci/scripts/install_emscripten.sh ~ /pyodide" did not complete 
successfully: exit code: 1
   ```
   
   
   ### Component(s)
   
   Continuous Integration, Python


-- 
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