Closed
Description
The build is currently failing on nightly due to:
- A broken compiletest-rs (Fix: Fix nightly build failure (Added RunIgnored) Manishearth/compiletest-rs#130) - need to wait for new release or use masterA rustc bug: ICE when checking hyper: HirIdValidator rust#55376
Metadata
Metadata
Assignees
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
matthiaskrgr commentedon Oct 29, 2018
the
lint-without-lint-pass
lint fires in a weird way suddenlyhttps://travis-ci.org/rust-lang-nursery/rust-clippy/jobs/447631961#L1161
matthiaskrgr commentedon Oct 29, 2018
Ok it didn't show up on a PR I just made ... maybe it's spurious?
oli-obk commentedon Oct 29, 2018
That's scary!
Maybe travis is prepping for halloween?
On a more serious note. That's really scary. Not sure how that can happen
matthiaskrgr commentedon Oct 29, 2018
I just checked again and it was only a single PR (never master) where this fired, so probably my bad and false alarm...
flip1995 commentedon Oct 29, 2018
The link broke for some reason (I tested it locally with the latest nightly). I have no idea why it broke, but I have a fix for it, that I will push this evening.
flip1995 commentedon Oct 29, 2018
Pushed a fix to #3378
Manishearth commentedon Oct 30, 2018
Master broke clippy, so I'm tempfixing the tempfix by installing an older nightly for the rustup-toolchain-install-master build
#3383
matthiaskrgr commentedon Oct 31, 2018
The upstream rustc bug has been fixed and temporary ci fixes have been rolled back.
Closing :)