Oct 21 14:24:53.934 INFO checking rlupton20/retry against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 14:24:53.935 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-5/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 21 14:24:54.388 INFO blam! e8af4ba40d61a7787368f54d4d7d96cddfdbdf94b7e9827b492952486754aa77 Oct 21 14:24:54.396 INFO running `"docker" "start" "-a" "e8af4ba40d61a7787368f54d4d7d96cddfdbdf94b7e9827b492952486754aa77"` Oct 21 14:24:56.189 INFO kablam! usermod: no changes Oct 21 14:24:56.420 INFO kablam! Checking crossbeam-utils v0.2.2 Oct 21 14:24:56.420 INFO kablam! Compiling syn v0.14.9 Oct 21 14:24:57.152 INFO kablam! Checking crossbeam-epoch v0.3.1 Oct 21 14:24:58.448 INFO kablam! Checking crossbeam-deque v0.2.0 Oct 21 14:24:59.296 INFO kablam! Checking rayon-core v1.4.1 Oct 21 14:25:00.308 INFO kablam! Checking rayon v1.0.2 Oct 21 14:25:10.370 INFO kablam! Compiling synstructure v0.9.0 Oct 21 14:25:10.370 INFO kablam! Compiling structopt-derive v0.2.10 Oct 21 14:25:15.672 INFO kablam! Compiling failure_derive v0.1.2 Oct 21 14:25:16.716 INFO kablam! Checking structopt v0.2.10 Oct 21 14:25:19.024 INFO kablam! Checking failure v0.1.2 Oct 21 14:25:19.808 INFO kablam! Checking clap-verbosity-flag v0.1.0 Oct 21 14:25:20.980 INFO kablam! Checking quicli v0.3.0 Oct 21 14:25:22.092 INFO kablam! Checking retry v0.1.0 (/source) Oct 21 14:25:23.477 INFO kablam! warning: unused `#[macro_use]` import Oct 21 14:25:23.477 INFO kablam! --> src/main.rs:4:1 Oct 21 14:25:23.477 INFO kablam! | Oct 21 14:25:23.478 INFO kablam! 4 | #[macro_use] Oct 21 14:25:23.478 INFO kablam! | ^^^^^^^^^^^^ Oct 21 14:25:23.478 INFO kablam! | Oct 21 14:25:23.479 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 14:25:23.479 INFO kablam! Oct 21 14:25:23.660 INFO kablam! warning: use of deprecated item 'failure::Error::causes': please use the 'iter_chain()' method instead Oct 21 14:25:23.660 INFO kablam! --> src/main.rs:106:1 Oct 21 14:25:23.660 INFO kablam! | Oct 21 14:25:23.660 INFO kablam! 106 | / main!(|args: RetryCli, log_level: verbosity| { Oct 21 14:25:23.660 INFO kablam! 107 | | debug!("Got arguments: {:?}", args); Oct 21 14:25:23.660 INFO kablam! 108 | | Oct 21 14:25:23.660 INFO kablam! 109 | | let (cmd, cmd_args) = args.command.split_at(1); Oct 21 14:25:23.660 INFO kablam! ... | Oct 21 14:25:23.660 INFO kablam! 127 | | } Oct 21 14:25:23.660 INFO kablam! 128 | | }); Oct 21 14:25:23.660 INFO kablam! | |___^ Oct 21 14:25:23.660 INFO kablam! | Oct 21 14:25:23.660 INFO kablam! = note: #[warn(deprecated)] on by default Oct 21 14:25:23.660 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 21 14:25:23.660 INFO kablam! Oct 21 14:25:23.730 INFO kablam! warning: unused `#[macro_use]` import Oct 21 14:25:23.730 INFO kablam! --> src/main.rs:4:1 Oct 21 14:25:23.730 INFO kablam! | Oct 21 14:25:23.730 INFO kablam! 4 | #[macro_use] Oct 21 14:25:23.730 INFO kablam! | ^^^^^^^^^^^^ Oct 21 14:25:23.730 INFO kablam! | Oct 21 14:25:23.730 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 14:25:23.730 INFO kablam! Oct 21 14:25:23.840 INFO kablam! warning: use of deprecated item 'failure::Error::causes': please use the 'iter_chain()' method instead Oct 21 14:25:23.840 INFO kablam! --> src/main.rs:106:1 Oct 21 14:25:23.840 INFO kablam! | Oct 21 14:25:23.840 INFO kablam! 106 | / main!(|args: RetryCli, log_level: verbosity| { Oct 21 14:25:23.840 INFO kablam! 107 | | debug!("Got arguments: {:?}", args); Oct 21 14:25:23.840 INFO kablam! 108 | | Oct 21 14:25:23.840 INFO kablam! 109 | | let (cmd, cmd_args) = args.command.split_at(1); Oct 21 14:25:23.840 INFO kablam! ... | Oct 21 14:25:23.840 INFO kablam! 127 | | } Oct 21 14:25:23.840 INFO kablam! 128 | | }); Oct 21 14:25:23.840 INFO kablam! | |___^ Oct 21 14:25:23.840 INFO kablam! | Oct 21 14:25:23.840 INFO kablam! = note: #[warn(deprecated)] on by default Oct 21 14:25:23.840 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 21 14:25:23.840 INFO kablam! Oct 21 14:25:23.956 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 27.73s Oct 21 14:25:23.974 INFO kablam! su: No module specific data is present Oct 21 14:25:24.622 INFO running `"docker" "rm" "-f" "e8af4ba40d61a7787368f54d4d7d96cddfdbdf94b7e9827b492952486754aa77"` Oct 21 14:25:24.918 INFO blam! e8af4ba40d61a7787368f54d4d7d96cddfdbdf94b7e9827b492952486754aa77