You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
…tion tests (#45790)
### Rationale for this change
Our integration jobs are failing due to an old version of rustc being used.
### What changes are included in this PR?
Remove current pin for rust to 1.77
### Are these changes tested?
The currently failing CI job is now successful
### Are there any user-facing changes?
This image might be used on other repositories (nanoarrow, arrow-rust, arrow-go, arrow-java, ...). It might also affect those?
* GitHub Issue: #45787
Authored-by: Raúl Cumplido <raulcumplido@gmail.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
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:See:
Component(s)
Integration
The text was updated successfully, but these errors were encountered: