Oct 31 20:07:46.274 INFO checking syvsto/pomo against try#d7816399d50d407bbce1efe9dbadf8faaaf568fc for pr-55538 Oct 31 20:07:46.274 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55538/worker-3/try#d7816399d50d407bbce1efe9dbadf8faaaf568fc:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-55538/try#d7816399d50d407bbce1efe9dbadf8faaaf568fc:/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 +d7816399d50d407bbce1efe9dbadf8faaaf568fc-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 31 20:07:46.606 INFO blam! 4cfc1466f409c59ca47b2fc3f20978866780c8c4fc8db290239184ff0ba646e5 Oct 31 20:07:46.607 INFO running `"docker" "start" "-a" "4cfc1466f409c59ca47b2fc3f20978866780c8c4fc8db290239184ff0ba646e5"` Oct 31 20:07:47.242 INFO kablam! usermod: no changes Oct 31 20:07:47.411 INFO kablam! Compiling serde v1.0.70 Oct 31 20:07:47.411 INFO kablam! Compiling proc-macro2 v0.4.9 Oct 31 20:07:47.411 INFO kablam! Checking atty v0.2.11 Oct 31 20:07:47.411 INFO kablam! Checking crossbeam-utils v0.2.2 Oct 31 20:07:47.411 INFO kablam! Checking log v0.4.3 Oct 31 20:07:47.412 INFO kablam! Checking thread_local v0.3.5 Oct 31 20:07:48.340 INFO kablam! Checking clap v2.32.0 Oct 31 20:07:48.696 INFO kablam! Checking crossbeam-epoch v0.3.1 Oct 31 20:07:49.208 INFO kablam! Checking regex v1.0.2 Oct 31 20:07:51.270 INFO kablam! Checking crossbeam-deque v0.2.0 Oct 31 20:07:55.080 INFO kablam! Checking rayon-core v1.4.1 Oct 31 20:07:55.284 INFO kablam! Compiling quote v0.6.4 Oct 31 20:07:56.654 INFO kablam! Checking rayon v1.0.2 Oct 31 20:07:57.149 INFO kablam! Compiling syn v0.14.7 Oct 31 20:07:57.807 INFO kablam! Checking env_logger v0.5.12 Oct 31 20:08:18.996 INFO kablam! Compiling synstructure v0.9.0 Oct 31 20:08:18.997 INFO kablam! Compiling structopt-derive v0.2.10 Oct 31 20:08:18.997 INFO kablam! Compiling serde_derive v1.0.70 Oct 31 20:08:28.052 INFO kablam! Checking structopt v0.2.10 Oct 31 20:08:28.672 INFO kablam! Compiling failure_derive v0.1.2 Oct 31 20:08:32.436 INFO kablam! Checking failure v0.1.2 Oct 31 20:08:33.252 INFO kablam! Checking clap-verbosity-flag v0.1.0 Oct 31 20:08:43.080 INFO kablam! Checking quicli v0.3.0 Oct 31 20:08:43.784 INFO kablam! Checking pomo v0.2.0 (/source) Oct 31 20:08:45.469 INFO kablam! warning: use of deprecated item 'quicli::prelude::Error::causes': please use the 'iter_chain()' method instead Oct 31 20:08:45.469 INFO kablam! --> src/main.rs:69:1 Oct 31 20:08:45.469 INFO kablam! | Oct 31 20:08:45.470 INFO kablam! 69 | / main!(|args: Cli, log_level: verbosity| { Oct 31 20:08:45.470 INFO kablam! 70 | | use State::*; Oct 31 20:08:45.470 INFO kablam! 71 | | Oct 31 20:08:45.470 INFO kablam! 72 | | assert!(args.shortbreak != 0, "Can't set short breaks to 0 minutes"); Oct 31 20:08:45.471 INFO kablam! ... | Oct 31 20:08:45.471 INFO kablam! 126 | | } Oct 31 20:08:45.471 INFO kablam! 127 | | }); Oct 31 20:08:45.472 INFO kablam! | |___^ Oct 31 20:08:45.472 INFO kablam! | Oct 31 20:08:45.472 INFO kablam! = note: #[warn(deprecated)] on by default Oct 31 20:08:45.472 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 31 20:08:45.473 INFO kablam! Oct 31 20:08:45.503 INFO kablam! warning: unreachable expression Oct 31 20:08:45.504 INFO kablam! --> src/main.rs:69:1 Oct 31 20:08:45.504 INFO kablam! | Oct 31 20:08:45.504 INFO kablam! 69 | / main!(|args: Cli, log_level: verbosity| { Oct 31 20:08:45.504 INFO kablam! 70 | | use State::*; Oct 31 20:08:45.504 INFO kablam! 71 | | Oct 31 20:08:45.504 INFO kablam! 72 | | assert!(args.shortbreak != 0, "Can't set short breaks to 0 minutes"); Oct 31 20:08:45.504 INFO kablam! ... | Oct 31 20:08:45.504 INFO kablam! 126 | | } Oct 31 20:08:45.504 INFO kablam! 127 | | }); Oct 31 20:08:45.504 INFO kablam! | |___^ Oct 31 20:08:45.504 INFO kablam! | Oct 31 20:08:45.504 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 31 20:08:45.504 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 31 20:08:45.504 INFO kablam! Oct 31 20:08:45.516 INFO kablam! warning: use of deprecated item 'quicli::prelude::Error::causes': please use the 'iter_chain()' method instead Oct 31 20:08:45.517 INFO kablam! --> src/main.rs:69:1 Oct 31 20:08:45.518 INFO kablam! | Oct 31 20:08:45.518 INFO kablam! 69 | / main!(|args: Cli, log_level: verbosity| { Oct 31 20:08:45.519 INFO kablam! 70 | | use State::*; Oct 31 20:08:45.519 INFO kablam! 71 | | Oct 31 20:08:45.519 INFO kablam! 72 | | assert!(args.shortbreak != 0, "Can't set short breaks to 0 minutes"); Oct 31 20:08:45.519 INFO kablam! ... | Oct 31 20:08:45.519 INFO kablam! 126 | | } Oct 31 20:08:45.519 INFO kablam! 127 | | }); Oct 31 20:08:45.519 INFO kablam! | |___^ Oct 31 20:08:45.519 INFO kablam! | Oct 31 20:08:45.519 INFO kablam! = note: #[warn(deprecated)] on by default Oct 31 20:08:45.519 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 31 20:08:45.519 INFO kablam! Oct 31 20:08:45.542 INFO kablam! warning: unreachable expression Oct 31 20:08:45.543 INFO kablam! --> src/main.rs:69:1 Oct 31 20:08:45.544 INFO kablam! | Oct 31 20:08:45.548 INFO kablam! 69 | / main!(|args: Cli, log_level: verbosity| { Oct 31 20:08:45.548 INFO kablam! 70 | | use State::*; Oct 31 20:08:45.548 INFO kablam! 71 | | Oct 31 20:08:45.548 INFO kablam! 72 | | assert!(args.shortbreak != 0, "Can't set short breaks to 0 minutes"); Oct 31 20:08:45.548 INFO kablam! ... | Oct 31 20:08:45.548 INFO kablam! 126 | | } Oct 31 20:08:45.548 INFO kablam! 127 | | }); Oct 31 20:08:45.548 INFO kablam! | |___^ Oct 31 20:08:45.548 INFO kablam! | Oct 31 20:08:45.548 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 31 20:08:45.548 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 31 20:08:45.549 INFO kablam! Oct 31 20:08:45.632 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 58.35s Oct 31 20:08:45.642 INFO kablam! su: No module specific data is present Oct 31 20:08:45.952 INFO running `"docker" "rm" "-f" "4cfc1466f409c59ca47b2fc3f20978866780c8c4fc8db290239184ff0ba646e5"` Oct 31 20:08:46.118 INFO blam! 4cfc1466f409c59ca47b2fc3f20978866780c8c4fc8db290239184ff0ba646e5