Closed
Description
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.com-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