You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by "bvolpato (via GitHub)" <gi...@apache.org> on 2023/05/07 03:47:53 UTC

[GitHub] [beam] bvolpato commented on issue #26576: [Bug]: Java x-lang jobs are failing for Beam 2.47.0 RC3 due to failing to start the Python container

bvolpato commented on issue #26576:
URL: https://github.com/apache/beam/issues/26576#issuecomment-1537281420

   can confirm https://github.com/apache/beam/pull/26054 as the root cause here
   
   ```
   $ git checkout release-2.47.0
   $ ./gradlew :sdks:python:container:py39:docker
   $ docker run -it --entrypoint '/opt/apache/beam/boot' docker.io/apache/beam_python3.9_sdk:2.47.0.dev
   /opt/apache/beam/boot: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by /opt/apache/beam/boot)
   /opt/apache/beam/boot: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /opt/apache/beam/boot)
   
   $ git revert 7ee74d2bf7338e82d35e4429e6d21decc1097621
   
   $ ./gradlew :sdks:python:container:py39:docker
   $ docker run -it --entrypoint '/opt/apache/beam/boot' docker.io/apache/beam_python3.9_sdk:2.47.0.dev
   2023/05/07 00:58:56 No id provided.
   ```
   


-- 
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: github-unsubscribe@beam.apache.org

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