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

   ### Describe the bug, including details regarding any error messages, 
version, and platform.
   
   Conda Python Emscripten job fails building the image installing chrome 
driver step:
   ```
      #16 [10/11] RUN /arrow/ci/scripts/install_chromedriver.sh "134"
     #16 ERROR: process "/bin/bash --login -c -o pipefail 
/arrow/ci/scripts/install_chromedriver.sh \"${chrome_version}\"" did not 
complete successfully: exit code: 8
     ------
      > [10/11] RUN /arrow/ci/scripts/install_chromedriver.sh "134":
     ------
     conda-python-emscripten.dockerfile:56
     
     --------------------
     
       54 |     # install chrome for testing browser based runner
     
       55 |     COPY ci/scripts/install_chromedriver.sh /arrow/ci/scripts/
     
       56 | >>> RUN /arrow/ci/scripts/install_chromedriver.sh 
"${chrome_version}"
     
       57 |     
     
       58 |     # make the version of make that is installed by conda be 
available everywhere
   ```
   The job:
   - 
[test-conda-python-emscripten](https://github.com/ursacomputing/crossbow/actions/runs/23123505459/job/67161924516)
   
   ### Component(s)
   
   Continuous Integration


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