[INFO] updating cached repository https://github.com/tirr-c/nitori [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/mnt/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 275c14f85e22d7fd0aa47efe865b68b4d3479641 [INFO] checking tirr-c/nitori against master#c9edc02e8320a9e5799d185910ece7d491f524e6 for pr-64398 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftirr-c%2Fnitori" "work/builds/worker-1/source"` [INFO] [stderr] Cloning into 'work/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/tirr-c/nitori on toolchain c9edc02e8320a9e5799d185910ece7d491f524e6-alt [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+c9edc02e8320a9e5799d185910ece7d491f524e6-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/tirr-c/nitori [INFO] finished tweaking git repo https://github.com/tirr-c/nitori [INFO] tweaked toml for git repo https://github.com/tirr-c/nitori written to work/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/tirr-c/nitori already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+c9edc02e8320a9e5799d185910ece7d491f524e6-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/mnt/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+c9edc02e8320a9e5799d185910ece7d491f524e6-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 01f6d7fb9c96d5ed47e9e6ff832c49f97c54860dbc520e7544deec9eda64a138 [INFO] running `"docker" "start" "-a" "01f6d7fb9c96d5ed47e9e6ff832c49f97c54860dbc520e7544deec9eda64a138"` [INFO] [stderr] Compiling lazy_static v0.2.10 [INFO] [stderr] Compiling num_cpus v1.7.0 [INFO] [stderr] Compiling rand v0.3.18 [INFO] [stderr] Compiling openssl-sys v0.9.21 [INFO] [stderr] Checking memchr v0.1.11 [INFO] [stderr] Compiling coco v0.1.1 [INFO] [stderr] Checking tokio-timer-plus v0.1.3 [INFO] [stderr] Checking twox-hash v1.1.0 [INFO] [stderr] Checking futures-cpupool v0.1.7 [INFO] [stderr] Checking tokio-io v0.1.4 [INFO] [stderr] Checking thread_local v0.3.4 [INFO] [stderr] Checking aho-corasick v0.5.3 [INFO] [stderr] Checking generic-array v0.8.3 [INFO] [stderr] Compiling serde_derive_internals v0.17.0 [INFO] [stderr] Compiling derive-error-chain v0.10.1 [INFO] [stderr] Checking thread-id v2.0.0 [INFO] [stderr] Checking regex v0.2.2 [INFO] [stderr] Checking chrono v0.4.0 [INFO] [stderr] Checking digest v0.6.2 [INFO] [stderr] Checking crypto-mac v0.4.0 [INFO] [stderr] Checking error-chain v0.10.0 [INFO] [stderr] Checking error-chain v0.11.0 [INFO] [stderr] Checking tokio-core v0.1.10 [INFO] [stderr] Checking sha-1 v0.4.1 [INFO] [stderr] Checking thread_local v0.2.7 [INFO] [stderr] Checking hmac v0.4.2 [INFO] [stderr] Compiling rayon-core v1.3.0 [INFO] [stderr] Checking regex v0.1.80 [INFO] [stderr] Compiling openssl v0.9.21 [INFO] [stderr] Checking tokio-proto v0.1.1 [INFO] [stderr] Compiling rayon v0.7.1 [INFO] [stderr] Compiling serde_derive v1.0.21 [INFO] [stderr] Compiling ring v0.9.7 [INFO] [stderr] Checking hyper v0.11.7 [INFO] [stderr] Checking dotenv v0.10.1 [INFO] [stderr] Checking native-tls v0.1.4 [INFO] [stderr] Checking tokio-tls v0.1.3 [INFO] [stderr] Checking twitter-stream-message v0.2.0 [INFO] [stderr] Checking hyper-tls v0.1.2 [INFO] [stderr] Checking oauthcli v1.0.6 [INFO] [stderr] Checking egg-mode v0.11.0 (https://github.com/QuietMisdreavus/twitter-rs.git#f0e3f06b) [INFO] [stderr] Checking twitter-stream v0.5.3 [INFO] [stderr] Checking nitori v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/timer.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | / lazy_static! { [INFO] [stderr] 5 | | pub static ref TIMER: Timer = tokio_timer::wheel().build(); [INFO] [stderr] 6 | | pub static ref LONG_TIMER: Timer = tokio_timer::wheel().tick_duration(Duration::from_secs(1)).build(); [INFO] [stderr] 7 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/timer.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | / lazy_static! { [INFO] [stderr] 5 | | pub static ref TIMER: Timer = tokio_timer::wheel().build(); [INFO] [stderr] 6 | | pub static ref LONG_TIMER: Timer = tokio_timer::wheel().tick_duration(Duration::from_secs(1)).build(); [INFO] [stderr] 7 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/timer.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | / lazy_static! { [INFO] [stderr] 5 | | pub static ref TIMER: Timer = tokio_timer::wheel().build(); [INFO] [stderr] 6 | | pub static ref LONG_TIMER: Timer = tokio_timer::wheel().tick_duration(Duration::from_secs(1)).build(); [INFO] [stderr] 7 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/timer.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | / lazy_static! { [INFO] [stderr] 5 | | pub static ref TIMER: Timer = tokio_timer::wheel().build(); [INFO] [stderr] 6 | | pub static ref LONG_TIMER: Timer = tokio_timer::wheel().tick_duration(Duration::from_secs(1)).build(); [INFO] [stderr] 7 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/timer.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | / lazy_static! { [INFO] [stderr] 5 | | pub static ref TIMER: Timer = tokio_timer::wheel().build(); [INFO] [stderr] 6 | | pub static ref LONG_TIMER: Timer = tokio_timer::wheel().tick_duration(Duration::from_secs(1)).build(); [INFO] [stderr] 7 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/timer.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | / lazy_static! { [INFO] [stderr] 5 | | pub static ref TIMER: Timer = tokio_timer::wheel().build(); [INFO] [stderr] 6 | | pub static ref LONG_TIMER: Timer = tokio_timer::wheel().tick_duration(Duration::from_secs(1)).build(); [INFO] [stderr] 7 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/timer.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | / lazy_static! { [INFO] [stderr] 5 | | pub static ref TIMER: Timer = tokio_timer::wheel().build(); [INFO] [stderr] 6 | | pub static ref LONG_TIMER: Timer = tokio_timer::wheel().tick_duration(Duration::from_secs(1)).build(); [INFO] [stderr] 7 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/timer.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | / lazy_static! { [INFO] [stderr] 5 | | pub static ref TIMER: Timer = tokio_timer::wheel().build(); [INFO] [stderr] 6 | | pub static ref LONG_TIMER: Timer = tokio_timer::wheel().tick_duration(Duration::from_secs(1)).build(); [INFO] [stderr] 7 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/error.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / error_chain! { [INFO] [stderr] 2 | | foreign_links { [INFO] [stderr] 3 | | TwitterStream(::twitter_stream::Error); [INFO] [stderr] 4 | | TwitterStreamMessage(::twitter_stream::message::Error); [INFO] [stderr] ... | [INFO] [stderr] 13 | | } [INFO] [stderr] 14 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable [INFO] [stderr] --> src/lib.rs:1:12 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(conservative_impl_trait, pattern)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(stable_features)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/error.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / error_chain! { [INFO] [stderr] 2 | | foreign_links { [INFO] [stderr] 3 | | TwitterStream(::twitter_stream::Error); [INFO] [stderr] 4 | | TwitterStreamMessage(::twitter_stream::message::Error); [INFO] [stderr] ... | [INFO] [stderr] 13 | | } [INFO] [stderr] 14 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable [INFO] [stderr] --> src/lib.rs:1:12 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(conservative_impl_trait, pattern)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(stable_features)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 09s [INFO] running `"docker" "inspect" "01f6d7fb9c96d5ed47e9e6ff832c49f97c54860dbc520e7544deec9eda64a138"` [INFO] running `"docker" "rm" "-f" "01f6d7fb9c96d5ed47e9e6ff832c49f97c54860dbc520e7544deec9eda64a138"` [INFO] [stdout] 01f6d7fb9c96d5ed47e9e6ff832c49f97c54860dbc520e7544deec9eda64a138