Today, nightly crashed on me when compiling my code: https://travis-ci.org/vorner/tokio-jsonrpc/jobs/198610271. I don't know what part of the code (https://github.com/vorner/tokio-jsonrpc/commit/3872c1f731806420f4ca732f1c0a1817e72b112c) is causing this and I don't know how to search for it. Compilation locally works correctly, with yesterday's or today's nightly. I'm trying that `CARGO_INCREMENTAL=1` new feature. I managed to get this version info from travis in another job: ``` rustc 1.17.0-nightly (ea7a6486a 2017-02-04) binary: rustc commit-hash: ea7a6486a26af085862cd7a5596bb69e83d85e12 commit-date: 2017-02-04 host: x86_64-unknown-linux-gnu release: 1.17.0-nightly LLVM version: 3.9 ``` I guess that travis log contains all the relevant information, but if not, please tell me what you need to know.