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

CI tests using rust nightly are failing #1022

Closed
alamb opened this issue Dec 10, 2021 · 2 comments · Fixed by #1023
Closed

CI tests using rust nightly are failing #1022

alamb opened this issue Dec 10, 2021 · 2 comments · Fixed by #1023
Assignees
Labels

Comments

@alamb
Copy link
Contributor

alamb commented Dec 10, 2021

Describe the bug
The arrow CI tests that rely on nightly are crashing with some sort of rustc internal compiler error

for example: https://github.com/apache/arrow-rs/runs/4468916693?check_suite_focus=true


thread 'rustc' panicked at 'assertion failed: sentinel == STR_SENTINEL', /rustc/e6b883c74f49f32cb5d1cbad3457f2b8805a4a38/compiler/rustc_serialize/src/opaque.rs:669:9
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

Also on master: https://github.com/apache/arrow-rs/runs/4474503693?check_suite_focus=true

As @b41sh pointed out #779 (comment), it seems to be a bug in rust: rust-lang/rust#91663

To Reproduce
make a PR with no code changes

Expected behavior
CI should pass

Additional context
Add any other context about the problem here.

@alamb alamb added the bug label Dec 10, 2021
@alamb alamb self-assigned this Dec 10, 2021
@alamb
Copy link
Contributor Author

alamb commented Dec 10, 2021

I plan to pin nightly to some version that was working until the upstream bug is fixed

@alamb
Copy link
Contributor Author

alamb commented Dec 10, 2021

Upon reading rust-lang/rust#91663 more carefully I first plan to try and force a clean cache first

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant