Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Remove rust version pin for integration test job #729

Merged
merged 1 commit into from
Mar 20, 2025

Conversation

paleolimbot
Copy link
Member

@paleolimbot paleolimbot commented Mar 20, 2025

Apply apache/arrow#45790 / apache/arrow-rs#7292 to fix the failing integration test job.

 ------
   > [integration 5/5] RUN ARCHERY_INTEGRATION_WITH_NANOARROW="0"     conda run --no-capture-output     /arrow-integration/ci/scripts/integration_arrow_build.sh     /arrow-integration     /build:
  4.312   Downloaded cfg-if v1.0.0
  4.314   Downloaded async-stream v0.3.6
  4.317   Downloaded anstyle v1.0.10
  4.319   Downloaded adler2 v2.0.0
  4.321   Downloaded http-body v1.0.1
  4.374 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
  4.374 Either upgrade to rustc 1.81 or newer, or use
  4.374 cargo update half@2.5.0 --precise ver
  4.374 where `ver` is the latest version of `half` supporting rustc 1.77.2
  4.386 ERROR conda.cli.main_run:execute(125): `conda run /arrow-integration/ci/scripts/integration_arrow_build.sh /arrow-integration /build` failed. (See above for error)
  ------
  failed to solve: process "/bin/bash -c -l ARCHERY_INTEGRATION_WITH_NANOARROW=\"0\"     conda run --no-capture-output     /arrow-integration/ci/scripts/integration_arrow_build.sh     /arrow-integration     /build" did not complete successfully: exit code: 101

@paleolimbot paleolimbot changed the title fix: Remove rust version pin fix: Remove rust version pin for integration test job Mar 20, 2025
@paleolimbot paleolimbot marked this pull request as ready for review March 20, 2025 16:01
@paleolimbot paleolimbot merged commit 6659e82 into apache:main Mar 20, 2025
14 checks passed
@paleolimbot paleolimbot deleted the fix-integration-rust-pin branch March 20, 2025 16:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant