Oct 26 22:10:37.277 INFO checking rlupton20/retry against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 26 22:10:37.277 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-6/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +19f01b935b91481fd445b16b533d2f87661bf12e-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 26 22:10:37.740 INFO blam! ee6ca5565c9feb64740cccf0f777c13de3fab22b8514ea794d6a563fea9674ec Oct 26 22:10:37.741 INFO running `"docker" "start" "-a" "ee6ca5565c9feb64740cccf0f777c13de3fab22b8514ea794d6a563fea9674ec"` Oct 26 22:10:38.679 INFO kablam! usermod: no changes Oct 26 22:10:38.892 INFO kablam! Compiling syn v0.15.7 Oct 26 22:10:38.895 INFO kablam! Compiling structopt-derive v0.2.10 Oct 26 22:10:38.895 INFO kablam! Checking rayon-core v1.4.1 Oct 26 22:10:40.511 INFO kablam! Checking rayon v1.0.2 Oct 26 22:10:45.216 INFO kablam! Checking structopt v0.2.10 Oct 26 22:10:46.088 INFO kablam! Checking clap-verbosity-flag v0.1.0 Oct 26 22:10:51.911 INFO kablam! Compiling serde_derive v1.0.79 Oct 26 22:11:08.080 INFO kablam! Checking quicli v0.3.0 Oct 26 22:11:09.132 INFO kablam! Checking retry v0.1.0 (/source) Oct 26 22:11:11.195 INFO kablam! warning: unused `#[macro_use]` import Oct 26 22:11:11.195 INFO kablam! --> src/main.rs:4:1 Oct 26 22:11:11.195 INFO kablam! | Oct 26 22:11:11.195 INFO kablam! 4 | #[macro_use] Oct 26 22:11:11.195 INFO kablam! | ^^^^^^^^^^^^ Oct 26 22:11:11.195 INFO kablam! | Oct 26 22:11:11.195 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 22:11:11.195 INFO kablam! Oct 26 22:11:11.351 INFO kablam! warning: unused `#[macro_use]` import Oct 26 22:11:11.351 INFO kablam! --> src/main.rs:4:1 Oct 26 22:11:11.351 INFO kablam! | Oct 26 22:11:11.351 INFO kablam! 4 | #[macro_use] Oct 26 22:11:11.351 INFO kablam! | ^^^^^^^^^^^^ Oct 26 22:11:11.351 INFO kablam! | Oct 26 22:11:11.351 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 22:11:11.351 INFO kablam! Oct 26 22:11:11.410 INFO kablam! warning: use of deprecated item 'failure::Error::causes': please use the 'iter_chain()' method instead Oct 26 22:11:11.410 INFO kablam! --> src/main.rs:106:1 Oct 26 22:11:11.410 INFO kablam! | Oct 26 22:11:11.410 INFO kablam! 106 | / main!(|args: RetryCli, log_level: verbosity| { Oct 26 22:11:11.453 INFO kablam! 107 | | debug!("Got arguments: {:?}", args); Oct 26 22:11:11.453 INFO kablam! 108 | | Oct 26 22:11:11.453 INFO kablam! 109 | | let (cmd, cmd_args) = args.command.split_at(1); Oct 26 22:11:11.453 INFO kablam! ... | Oct 26 22:11:11.453 INFO kablam! 127 | | } Oct 26 22:11:11.453 INFO kablam! 128 | | }); Oct 26 22:11:11.453 INFO kablam! | |___^ Oct 26 22:11:11.453 INFO kablam! | Oct 26 22:11:11.453 INFO kablam! = note: #[warn(deprecated)] on by default Oct 26 22:11:11.453 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 26 22:11:11.453 INFO kablam! Oct 26 22:11:11.583 INFO kablam! warning: use of deprecated item 'failure::Error::causes': please use the 'iter_chain()' method instead Oct 26 22:11:11.583 INFO kablam! --> src/main.rs:106:1 Oct 26 22:11:11.583 INFO kablam! | Oct 26 22:11:11.583 INFO kablam! 106 | / main!(|args: RetryCli, log_level: verbosity| { Oct 26 22:11:11.583 INFO kablam! 107 | | debug!("Got arguments: {:?}", args); Oct 26 22:11:11.583 INFO kablam! 108 | | Oct 26 22:11:11.583 INFO kablam! 109 | | let (cmd, cmd_args) = args.command.split_at(1); Oct 26 22:11:11.583 INFO kablam! ... | Oct 26 22:11:11.583 INFO kablam! 127 | | } Oct 26 22:11:11.583 INFO kablam! 128 | | }); Oct 26 22:11:11.583 INFO kablam! | |___^ Oct 26 22:11:11.583 INFO kablam! | Oct 26 22:11:11.583 INFO kablam! = note: #[warn(deprecated)] on by default Oct 26 22:11:11.583 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 26 22:11:11.583 INFO kablam! Oct 26 22:11:11.667 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 32.96s Oct 26 22:11:11.707 INFO kablam! su: No module specific data is present Oct 26 22:11:12.665 INFO running `"docker" "rm" "-f" "ee6ca5565c9feb64740cccf0f777c13de3fab22b8514ea794d6a563fea9674ec"` Oct 26 22:11:13.027 INFO blam! ee6ca5565c9feb64740cccf0f777c13de3fab22b8514ea794d6a563fea9674ec