Abacn commented on PR #29721: URL: https://github.com/apache/beam/pull/29721#issuecomment-1852630436
Beam playground build fail: https://storage.googleapis.com/playground-cloudbuild-logs-public/CI_PR29721_2dc825be4b6f57f496aa0a2a1ce7f140ebfb90ca_63a5f4a1-e8fc-4704-b2b2-8f953823bcce.txt The error was not obvious. Ran locally I reproduced the error: ``` #19 2.344 is only available from another source #19 2.344 #19 2.348 E: Package 'openjdk-11-jre-headless' has no installation candidate #19 ERROR: executor failed running [/bin/sh -c apt-get update && apt-get install -y openjdk-11-jre-headless]: exit code: 100 ------ > [15/18] RUN apt-get update && apt-get install -y openjdk-11-jre-headless: ------ executor failed running [/bin/sh -c apt-get update && apt-get install -y openjdk-11-jre-headless]: exit code: 100 ``` This was due to openjdk-11 removed from debian bookworm: https://www.reddit.com/r/debian/comments/14fjgus/need_help_installing_openjdk11_on_debian_12/ -- 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]
