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

   ### Describe the bug, including details regarding any error messages, 
version, and platform.
   
   The 
[test-conda-python-emscripten](https://github.com/ursacomputing/crossbow/actions/runs/14048899753/job/39335467115)
 has been failing for the last days with:
   ```
      #15 [conda-python-emscripten 10/11] RUN 
/arrow/ci/scripts/install_chromedriver.sh "122"
     #15 ERROR: process "/bin/bash --login -c -o pipefail 
/arrow/ci/scripts/install_chromedriver.sh \"${chrome_version}\"" did not 
complete successfully: exit code: 8
     ------
      > [conda-python-emscripten 10/11] RUN 
/arrow/ci/scripts/install_chromedriver.sh "122":
     ------
     failed to solve: process "/bin/bash --login -c -o pipefail 
/arrow/ci/scripts/install_chromedriver.sh \"${chrome_version}\"" did not 
complete successfully: exit code: 8
   ```
   After some local investigation I've found that the chrome driver version is 
failing to be installed:
   ```
   root@5e1e6d61b863:/# wget -S -q  -O /tmp/google-chrome.deb 
"https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_122.0.6261.128-1_amd64.deb";
     HTTP/1.1 404 Not Found
     Content-Length: 1449
     Content-Type: text/html; charset=utf-8
     Server: downloads
     X-Content-Type-Options: nosniff
     X-Frame-Options: SAMEORIGIN
     X-Xss-Protection: 0
     Date: Tue, 25 Mar 2025 10:12:42 GMT
     Alt-Svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
   root@5e1e6d61b863:/# 
   ```
   
   It might be related to some updates on chrome releases and the stable 
channels, see:
   https://chromereleases.googleblog.com/
   
   
   ### 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: issues-unsubscr...@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to