Oct 12 12:41:34.048 INFO checking syvsto/pomo against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 12 12:41:34.048 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-5/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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 12 12:41:34.249 INFO blam! 47fe8081d72f5f2e4ca039ae8509714608d48cc2e488ab8108be17eb964a5d1d Oct 12 12:41:34.251 INFO running `"docker" "start" "-a" "47fe8081d72f5f2e4ca039ae8509714608d48cc2e488ab8108be17eb964a5d1d"` Oct 12 12:41:34.764 INFO kablam! usermod: no changes Oct 12 12:41:34.909 INFO kablam! Checking crossbeam-utils v0.2.2 Oct 12 12:41:34.910 INFO kablam! Checking aho-corasick v0.6.6 Oct 12 12:41:34.912 INFO kablam! Compiling syn v0.14.7 Oct 12 12:41:34.912 INFO kablam! Checking backtrace v0.3.9 Oct 12 12:41:35.830 INFO kablam! Checking crossbeam-epoch v0.3.1 Oct 12 12:41:36.494 INFO kablam! Checking regex v1.0.2 Oct 12 12:41:37.518 INFO kablam! Checking crossbeam-deque v0.2.0 Oct 12 12:41:38.666 INFO kablam! Checking rayon-core v1.4.1 Oct 12 12:41:40.459 INFO kablam! Checking rayon v1.0.2 Oct 12 12:41:43.210 INFO kablam! Checking env_logger v0.5.12 Oct 12 12:41:52.967 INFO kablam! Compiling synstructure v0.9.0 Oct 12 12:41:52.968 INFO kablam! Compiling structopt-derive v0.2.10 Oct 12 12:41:52.968 INFO kablam! Compiling serde_derive v1.0.70 Oct 12 12:42:00.180 INFO kablam! Compiling failure_derive v0.1.2 Oct 12 12:42:00.873 INFO kablam! Checking structopt v0.2.10 Oct 12 12:42:03.606 INFO kablam! Checking failure v0.1.2 Oct 12 12:42:04.111 INFO kablam! Checking clap-verbosity-flag v0.1.0 Oct 12 12:42:14.640 INFO kablam! Checking quicli v0.3.0 Oct 12 12:42:15.379 INFO kablam! Checking pomo v0.2.0 (/source) Oct 12 12:42:16.672 INFO kablam! warning: use of deprecated item 'quicli::prelude::Error::causes': please use the 'iter_chain()' method instead Oct 12 12:42:16.672 INFO kablam! --> src/main.rs:69:1 Oct 12 12:42:16.672 INFO kablam! | Oct 12 12:42:16.672 INFO kablam! 69 | / main!(|args: Cli, log_level: verbosity| { Oct 12 12:42:16.672 INFO kablam! 70 | | use State::*; Oct 12 12:42:16.672 INFO kablam! 71 | | Oct 12 12:42:16.672 INFO kablam! 72 | | assert!(args.shortbreak != 0, "Can't set short breaks to 0 minutes"); Oct 12 12:42:16.672 INFO kablam! ... | Oct 12 12:42:16.672 INFO kablam! 126 | | } Oct 12 12:42:16.672 INFO kablam! 127 | | }); Oct 12 12:42:16.672 INFO kablam! | |___^ Oct 12 12:42:16.672 INFO kablam! | Oct 12 12:42:16.672 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 12:42:16.672 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 12 12:42:16.672 INFO kablam! Oct 12 12:42:16.712 INFO kablam! warning: unreachable expression Oct 12 12:42:16.712 INFO kablam! --> src/main.rs:69:1 Oct 12 12:42:16.712 INFO kablam! | Oct 12 12:42:16.712 INFO kablam! 69 | / main!(|args: Cli, log_level: verbosity| { Oct 12 12:42:16.712 INFO kablam! 70 | | use State::*; Oct 12 12:42:16.712 INFO kablam! 71 | | Oct 12 12:42:16.712 INFO kablam! 72 | | assert!(args.shortbreak != 0, "Can't set short breaks to 0 minutes"); Oct 12 12:42:16.712 INFO kablam! ... | Oct 12 12:42:16.712 INFO kablam! 126 | | } Oct 12 12:42:16.712 INFO kablam! 127 | | }); Oct 12 12:42:16.712 INFO kablam! | |___^ Oct 12 12:42:16.712 INFO kablam! | Oct 12 12:42:16.712 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 12 12:42:16.712 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 12 12:42:16.712 INFO kablam! Oct 12 12:42:16.968 INFO kablam! warning: use of deprecated item 'quicli::prelude::Error::causes': please use the 'iter_chain()' method instead Oct 12 12:42:16.969 INFO kablam! --> src/main.rs:69:1 Oct 12 12:42:16.969 INFO kablam! | Oct 12 12:42:16.969 INFO kablam! 69 | / main!(|args: Cli, log_level: verbosity| { Oct 12 12:42:16.969 INFO kablam! 70 | | use State::*; Oct 12 12:42:16.969 INFO kablam! 71 | | Oct 12 12:42:16.969 INFO kablam! 72 | | assert!(args.shortbreak != 0, "Can't set short breaks to 0 minutes"); Oct 12 12:42:16.969 INFO kablam! ... | Oct 12 12:42:16.969 INFO kablam! 126 | | } Oct 12 12:42:16.969 INFO kablam! 127 | | }); Oct 12 12:42:16.969 INFO kablam! | |___^ Oct 12 12:42:16.969 INFO kablam! | Oct 12 12:42:16.969 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 12:42:16.969 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 12 12:42:16.969 INFO kablam! Oct 12 12:42:17.009 INFO kablam! warning: unreachable expression Oct 12 12:42:17.009 INFO kablam! --> src/main.rs:69:1 Oct 12 12:42:17.010 INFO kablam! | Oct 12 12:42:17.010 INFO kablam! 69 | / main!(|args: Cli, log_level: verbosity| { Oct 12 12:42:17.010 INFO kablam! 70 | | use State::*; Oct 12 12:42:17.010 INFO kablam! 71 | | Oct 12 12:42:17.011 INFO kablam! 72 | | assert!(args.shortbreak != 0, "Can't set short breaks to 0 minutes"); Oct 12 12:42:17.011 INFO kablam! ... | Oct 12 12:42:17.011 INFO kablam! 126 | | } Oct 12 12:42:17.012 INFO kablam! 127 | | }); Oct 12 12:42:17.012 INFO kablam! | |___^ Oct 12 12:42:17.012 INFO kablam! | Oct 12 12:42:17.013 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 12 12:42:17.013 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 12 12:42:17.013 INFO kablam! Oct 12 12:42:17.081 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 42.29s Oct 12 12:42:17.085 INFO kablam! su: No module specific data is present Oct 12 12:42:18.183 INFO running `"docker" "rm" "-f" "47fe8081d72f5f2e4ca039ae8509714608d48cc2e488ab8108be17eb964a5d1d"` Oct 12 12:42:18.564 INFO blam! 47fe8081d72f5f2e4ca039ae8509714608d48cc2e488ab8108be17eb964a5d1d