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
I'm opening this issue since Cippy told be to do it.
I'm using Github actions to build my software.
In the pipeline I'm installing the latest rust nightly build.
Yesterday I was using rust version 1.51.0-nightly (c0b64d97b 2021-01-28) and today rust version 1.51.0-nightly (b12290861 2021-01-29) is installed.
Now the error below occurs during build. Please tell me if more log data is needed.
This is not only happening with clippy, also the "regular" builds fail.
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
error: internal compiler error: unexpected panic
note: the compiler unexpectedly panicked. this is a bug.
note: we would appreciate a bug report: https://github.com/rust-lang/rust-clippy/issues/new
note: Clippy version: clippy 0.1.51 (b122908 2021-01-29)
query stack during panic:
end of query stack
error: could not compile `mongodb`
To learn more, run the command again with --verbose.
warning: build failed, waiting for other jobs to finish...
{"reason":"compiler-artifact","package_id":"openidconnect 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)","target":{"kind":["lib"],"crate_types":["lib"],"name":"openidconnect","src_path":"/home/runner/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/openidconnect-1.1.1/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","reqwest-09"],"filenames":["/home/runner/work/lol/lol/target/debug/deps/libopenidconnect-2c8898de9d635b37.rmeta"],"executable":null,"fresh":false}
{"reason":"build-finished","success":false}
error: build failed
Clippy results: 0 ICE, 0 errors, 0 warnings, 0 notes, 0 help
The text was updated successfully, but these errors were encountered:
phansch
added
C-bug
Category: Clippy is not doing the correct thing
I-ICE
Issue: Clippy panicked, giving an Internal Compilation Error (ICE) ❄️
P-high
Priority: High
labels
Jan 31, 2021
This is not only happening with clippy, also the "regular" builds fail.
If that's the case, then this is not a Clippy issue but a Rustc issue. I will try and see if can reproduce it and find an existing issue over at https://github.com/rust-lang/rust.
I'm opening this issue since Cippy told be to do it.
I'm using Github actions to build my software.
In the pipeline I'm installing the latest rust nightly build.
Yesterday I was using
rust version 1.51.0-nightly (c0b64d97b 2021-01-28)
and todayrust version 1.51.0-nightly (b12290861 2021-01-29)
is installed.Now the error below occurs during build. Please tell me if more log data is needed.
This is not only happening with clippy, also the "regular" builds fail.
The text was updated successfully, but these errors were encountered: