raulcd opened a new issue, #45787: URL: https://github.com/apache/arrow/issues/45787
### Describe the bug, including details regarding any error messages, version, and platform. Integration job have started failing when setting up the rust environment due to an old version of `rustc` being used: ``` + pushd /arrow/rust /arrow/rust / + cargo build -p arrow-integration-testing --target-dir /build/rust .... error: package `half v2.5.0` cannot be built because it requires rustc 1.81 or newer, while the currently active rustc version is 1.77.2 Either upgrade to rustc 1.81 or newer, or use cargo update half@2.5.0 --precise ver where `ver` is the latest version of `half` supporting rustc 1.77.2 Error: `docker compose --file=/home/runner/work/arrow/arrow/docker-compose.yml run --rm -e ARCHERY_DEFAULT_BRANCH=main -e ARCHERY_INTEGRATION_WITH_GO=1 -e ARCHERY_INTEGRATION_WITH_JAVA=1 -e ARCHERY_INTEGRATION_WITH_NANOARROW=1 -e ARCHERY_INTEGRATION_WITH_RUST=1 conda-integration` exited with a non-zero exit code 101, see the process log above. ``` See: - [main](https://github.com/apache/arrow/actions/runs/13851509523/job/38759474907) - [PR](https://github.com/apache/arrow/actions/runs/13850299495/job/38756361685?pr=45781) ### Component(s) 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