Skip to content

[CI][Python] Nightly emscripten job fails installing emscripten #48827

@raulcd

Description

@raulcd

Describe the bug, including details regarding any error messages, version, and platform.

The test-conda-python-emscripten 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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions