-
Notifications
You must be signed in to change notification settings - Fork 13.5k
travis: Downgrade to previous images temporarily #44399
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
Travis is in the process of [rolling out an update][update] but looks like our tests are breaking, let's temporarily roll back to get the queue moving again. [update]: https://blog.travis-ci.com/2017-08-29-trusty-image-updates
@bors: r+ p=100 |
📌 Commit 7ed2986 has been approved by |
(rust_highfive has picked a reviewer for you, use r? to override) |
⌛ Testing commit 7ed2986 with merge 9e939eba0d7e108fe761d0fda3e3c9e2871ddedb... |
For posterity, the last successful auto build was https://travis-ci.org/rust-lang/rust/jobs/272889516 and the next failing build was https://travis-ci.org/rust-lang/rust/jobs/273020652. We run all our builds in containers so AFAIK the only difference between these two environments is the kernel version. The kernel changed from 4.4.0-83-generic to 4.4.0-93-generic which according to this URL gives us this list of changes. No idea what the actual cause, but investigation of the failing tests is happening on #44398 |
The travis cookbook also changed (travis-ci/travis-cookbooks@15a6f94...4642454) so some programs on the base image got updated too. Docker should insulate against that though, but definitely doesn't against kernel versions. |
💔 Test failed - status-travis |
@bors: retry |
travis: Downgrade to previous images temporarily Travis is in the process of [rolling out an update][update] but looks like our tests are breaking, let's temporarily roll back to get the queue moving again. [update]: https://blog.travis-ci.com/2017-08-29-trusty-image-updates
Bug was caused by google/sanitizers#837, as discovered through these logs. According to google/sanitizers#856:
Looks like we got unlucky with 4.4.0-93 being used. |
☀️ Test successful - status-appveyor, status-travis |
Travis is in the process of rolling out an update but looks like our
tests are breaking, let's temporarily roll back to get the queue moving again.