can_not_mix_doc_tests_and_regular_tests test is failing #6887
Labels
A-testing-cargo-itself
Area: cargo's tests
C-bug
Category: bug
S-propose-close
Status: A team member has nominated this for closing, pending further input from the team
The
can_not_mix_doc_tests_and_regular_tests
test has failed randomly a few times recently on Travis:https://travis-ci.com/rust-lang/cargo/jobs/185086470 (#6749, 2019-03-14)
https://travis-ci.com/rust-lang/cargo/jobs/196095265 (#6884, 2019-04-28)
Both were
x86_64-unknown-linux-gnu
, one was on1.34.1
and the other was1.35.0-nightly (bc44841ad 2019-03-14)
.I cannot reproduce this. I have tried running the test in a loop for hours and I can't get it to fail. The test is very basic, and I can't imagine how it is possibly failing. Essentially it does:
cargo test
cargo test --lib
cargo test --doc
← This step fails because it rebuilds the library.It may be unrelated, but this started after recent changes to fingerprints (#6720, #6734). The test was added 2018-09-16.
The text was updated successfully, but these errors were encountered: