Merged
Conversation
Contributor
Author
|
Appears to be sill failing the same way |
Contributor
Author
|
I think the test will be fixed now that the upstream fix is merged However, removing the need to install the old rust version from the test is valuable I think. Moving |
tustvold
approved these changes
Mar 17, 2025
Contributor
Author
|
Thanks @tustvold |
paleolimbot
added a commit
to apache/arrow-nanoarrow
that referenced
this pull request
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 ```
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Which issue does this PR close?
half v2.5.0cannot be built because it requires rustc 1.81 or newer, while the currently active rustc version is 1.77.2 #7291Rationale for this change
integration test is failing due to a really old rust build which we no longer need to pin
What changes are included in this PR?
Are there any user-facing changes?