raulcd commented on issue #47692:
URL: https://github.com/apache/arrow/issues/47692#issuecomment-3451709882

   This somehow is fixed (node tests are successful) but what seems to be 
failing to load the wheel is on chrome tests.
   See one of the latest builds:
   
https://github.com/ursacomputing/crossbow/actions/runs/18826277374/job/53709491953
   And the current error
   ```
   + echo '-------------- Running emscripten tests in Chrome 
--------------------'
   + python scripts/run_emscripten_tests.py 
dist/pyarrow-23.0.0.dev3-cp312-cp312-pyodide_2024_0_wasm32.whl 
--dist-dir=/pyodide --runtime=chrome
   -------------- Running emscripten tests in Chrome --------------------
   127.0.0.1 - - [27/Oct/2025 01:07:14] code 404, message File not found
   Traceback (most recent call last):
   dist dir=/pyodide
     File "/build/python/scripts/run_emscripten_tests.py", line 331, in <module>
   Starting server for /pyodide at: ('0.0.0.0', 40639)
       _load_pyarrow_in_runner(driver, Path(args.wheel).name)
   Load pyodide in browser
   Load pyarrow in browser
     File "/build/python/scripts/run_emscripten_tests.py", line 276, in 
_load_pyarrow_in_runner
       driver.load_arrow()
     File "/build/python/scripts/run_emscripten_tests.py", line 209, in 
load_arrow
       self.execute_python(
     File "/build/python/scripts/run_emscripten_tests.py", line 216, in 
execute_python
       self.driver.execute_async_script(
     File 
"/opt/conda/envs/arrow/lib/python3.12/site-packages/selenium/webdriver/remote/webdriver.py",
 line 426, in execute_async_script
       return self.execute(command, {"script": script, "args": 
converted_args})["value"]
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
     File 
"/opt/conda/envs/arrow/lib/python3.12/site-packages/selenium/webdriver/remote/webdriver.py",
 line 347, in execute
       self.error_handler.check_response(response)
     File 
"/opt/conda/envs/arrow/lib/python3.12/site-packages/selenium/webdriver/remote/errorhandler.py",
 line 229, in check_response
       raise exception_class(message, screen, stacktrace)
   selenium.common.exceptions.TimeoutException: Message: script timeout
     (Session info: chrome=134.0.6998.165)
   Stacktrace:
   ```


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