thisisnic opened a new issue, #47323: URL: https://github.com/apache/arrow/issues/47323
### Describe the bug, including details regarding any error messages, version, and platform. e.g. https://dev.azure.com/ursacomputing/crossbow/_build/results?buildId=70611&view=logs&j=0da5d1d9-276d-5173-c4c4-9d4d4ed14fdb&t=d9b15392-e4ce-5e4c-0c8c-b69645229181&l=239 ``` #15 0.551 Get:1 http://deb.debian.org/debian testing InRelease [125 kB] #15 0.703 Get:2 http://deb.debian.org/debian testing-updates InRelease [45.1 kB] #15 0.837 Get:3 http://deb.debian.org/debian-security testing-security InRelease [43.4 kB] #15 0.888 Reading package lists... #15 1.433 E: Repository 'http://deb.debian.org/debian testing InRelease' changed its 'Codename' value from 'trixie' to 'forky' #15 1.433 E: Repository 'http://deb.debian.org/debian testing-updates InRelease' changed its 'Codename' value from 'trixie-updates' to 'forky-updates' #15 1.433 E: Repository 'http://deb.debian.org/debian-security testing-security InRelease' changed its 'Codename' value from 'trixie-security' to 'forky-security' #15 ERROR: process "/bin/sh -c /arrow/ci/scripts/r_docker_configure.sh" did not complete successfully: exit code: 100 ------ > importing cache manifest from apache/arrow-dev:r-rhub-debian-gcc-release-latest: ------ ------ > [ 7/14] RUN /arrow/ci/scripts/r_docker_configure.sh: 0.401 + '[' '' ']' 0.401 + PACKAGE_MANAGER=apt-get 0.401 + apt-get update 0.551 Get:1 http://deb.debian.org/debian testing InRelease [125 kB] 0.703 Get:2 http://deb.debian.org/debian testing-updates InRelease [45.1 kB] 0.837 Get:3 http://deb.debian.org/debian-security testing-security InRelease [43.4 kB] 1.433 E: Repository 'http://deb.debian.org/debian testing InRelease' changed its 'Codename' value from 'trixie' to 'forky' 1.433 E: Repository 'http://deb.debian.org/debian testing-updates InRelease' changed its 'Codename' value from 'trixie-updates' to 'forky-updates' 1.433 E: Repository 'http://deb.debian.org/debian-security testing-security InRelease' changed its 'Codename' value from 'trixie-security' to 'forky-security' ------ linux-r.dockerfile:48 -------------------- 46 | COPY ci/scripts/install_minio.sh /arrow/ci/scripts/ 47 | COPY ci/scripts/install_gcs_testbench.sh /arrow/ci/scripts/ 48 | >>> RUN /arrow/ci/scripts/r_docker_configure.sh 49 | 50 | # this has to come after r_docker_configure to ensure curl is installed -------------------- failed to solve: process "/bin/sh -c /arrow/ci/scripts/r_docker_configure.sh" did not complete successfully: exit code: 100 ``` I think this is due to Debian releasing Trixie on August 9th and so the `apt update` in `"/bin/sh -c /arrow/ci/scripts/r_docker_configure.sh"` raising this error. ### Component(s) R -- 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]
