Skip to content

Fix archery integration test#7292

Merged
alamb merged 2 commits intoapache:mainfrom
alamb:alamb/fix_integration-Teset
Mar 17, 2025
Merged

Fix archery integration test#7292
alamb merged 2 commits intoapache:mainfrom
alamb:alamb/fix_integration-Teset

Conversation

@alamb
Copy link
Copy Markdown
Contributor

@alamb alamb commented Mar 14, 2025

Which issue does this PR close?

Rationale 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?

@alamb
Copy link
Copy Markdown
Contributor Author

alamb commented Mar 14, 2025

Appears to be sill failing the same way
The fix may require the arrow PR to merge:

@alamb
Copy link
Copy Markdown
Contributor Author

alamb commented Mar 17, 2025

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

@alamb alamb merged commit 9d9674b into apache:main Mar 17, 2025
33 checks passed
@alamb
Copy link
Copy Markdown
Contributor Author

alamb commented Mar 17, 2025

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
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

2 participants