Oct 21 14:52:55.765 INFO checking pcarleton/moon against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 14:52:55.765 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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:52:56.176 INFO blam! 46a5e7bb9a1874e6f18d2a8b25874c1a3a7359e69392d8413707075e589d72bc Oct 21 14:52:56.178 INFO running `"docker" "start" "-a" "46a5e7bb9a1874e6f18d2a8b25874c1a3a7359e69392d8413707075e589d72bc"` Oct 21 14:52:56.937 INFO kablam! usermod: no changes Oct 21 14:52:57.212 INFO kablam! Checking chrono v0.4.3 Oct 21 14:52:57.214 INFO kablam! Checking hyper v0.11.27 Oct 21 14:53:03.292 INFO kablam! Checking hyper-tls v0.1.3 Oct 21 14:53:04.546 INFO kablam! Checking reqwest v0.8.6 Oct 21 14:53:06.787 INFO kablam! Checking moon v0.1.2 (/source) Oct 21 14:53:09.488 INFO kablam! warning: unused variable: `e` Oct 21 14:53:09.488 INFO kablam! --> src/main.rs:169:13 Oct 21 14:53:09.488 INFO kablam! | Oct 21 14:53:09.488 INFO kablam! 169 | Err(e) => { Oct 21 14:53:09.488 INFO kablam! | ^ help: consider using `_e` instead Oct 21 14:53:09.488 INFO kablam! | Oct 21 14:53:09.488 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 14:53:09.488 INFO kablam! Oct 21 14:53:09.488 INFO kablam! warning: unused variable: `message` Oct 21 14:53:09.488 INFO kablam! --> src/main.rs:199:13 Oct 21 14:53:09.488 INFO kablam! | Oct 21 14:53:09.488 INFO kablam! 199 | Err(message) => println!("Don't know phase: {}", phase_str) Oct 21 14:53:09.488 INFO kablam! | ^^^^^^^ help: consider using `_message` instead Oct 21 14:53:09.488 INFO kablam! Oct 21 14:53:09.592 INFO kablam! warning: static item is never used: `NEW_MOON` Oct 21 14:53:09.593 INFO kablam! --> src/main.rs:88:1 Oct 21 14:53:09.593 INFO kablam! | Oct 21 14:53:09.593 INFO kablam! 88 | static NEW_MOON: &'static str = "\u{1F311}"; Oct 21 14:53:09.593 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:53:09.593 INFO kablam! | Oct 21 14:53:09.593 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 14:53:09.593 INFO kablam! Oct 21 14:53:09.593 INFO kablam! warning: static item is never used: `FULL_MOON` Oct 21 14:53:09.593 INFO kablam! --> src/main.rs:92:1 Oct 21 14:53:09.593 INFO kablam! | Oct 21 14:53:09.593 INFO kablam! 92 | static FULL_MOON: &'static str = "\u{1F315}"; Oct 21 14:53:09.593 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:53:09.593 INFO kablam! Oct 21 14:53:09.593 INFO kablam! warning: static item is never used: `CRESCENT` Oct 21 14:53:09.593 INFO kablam! --> src/main.rs:97:1 Oct 21 14:53:09.593 INFO kablam! | Oct 21 14:53:09.593 INFO kablam! 97 | static CRESCENT: &'static str = "\u{1F319}"; Oct 21 14:53:09.593 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:53:09.593 INFO kablam! Oct 21 14:53:09.593 INFO kablam! warning: static item is never used: `FIRST_QUARTER_FACE` Oct 21 14:53:09.594 INFO kablam! --> src/main.rs:99:1 Oct 21 14:53:09.594 INFO kablam! | Oct 21 14:53:09.594 INFO kablam! 99 | static FIRST_QUARTER_FACE: &'static str = "\u{1F31B}"; Oct 21 14:53:09.594 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:53:09.594 INFO kablam! Oct 21 14:53:09.594 INFO kablam! warning: static item is never used: `LAST_QUARTER_FACE` Oct 21 14:53:09.594 INFO kablam! --> src/main.rs:100:1 Oct 21 14:53:09.594 INFO kablam! | Oct 21 14:53:09.594 INFO kablam! 100 | static LAST_QUARTER_FACE: &'static str = "\u{1F31C}"; Oct 21 14:53:09.594 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:53:09.594 INFO kablam! Oct 21 14:53:09.594 INFO kablam! warning: static item is never used: `SUN_FACE` Oct 21 14:53:09.594 INFO kablam! --> src/main.rs:102:1 Oct 21 14:53:09.594 INFO kablam! | Oct 21 14:53:09.594 INFO kablam! 102 | static SUN_FACE: &'static str = "\u{1F31E}"; Oct 21 14:53:09.594 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:53:09.594 INFO kablam! Oct 21 14:53:09.594 INFO kablam! warning: static item is never used: `GLOWING_STAR` Oct 21 14:53:09.594 INFO kablam! --> src/main.rs:103:1 Oct 21 14:53:09.594 INFO kablam! | Oct 21 14:53:09.594 INFO kablam! 103 | static GLOWING_STAR: &'static str = "\u{1F31F}"; Oct 21 14:53:09.595 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:53:09.595 INFO kablam! Oct 21 14:53:09.628 INFO kablam! warning: unused variable: `e` Oct 21 14:53:09.628 INFO kablam! --> src/main.rs:169:13 Oct 21 14:53:09.628 INFO kablam! | Oct 21 14:53:09.628 INFO kablam! 169 | Err(e) => { Oct 21 14:53:09.628 INFO kablam! | ^ help: consider using `_e` instead Oct 21 14:53:09.628 INFO kablam! | Oct 21 14:53:09.628 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 14:53:09.628 INFO kablam! Oct 21 14:53:09.628 INFO kablam! warning: unused variable: `message` Oct 21 14:53:09.628 INFO kablam! --> src/main.rs:199:13 Oct 21 14:53:09.628 INFO kablam! | Oct 21 14:53:09.628 INFO kablam! 199 | Err(message) => println!("Don't know phase: {}", phase_str) Oct 21 14:53:09.628 INFO kablam! | ^^^^^^^ help: consider using `_message` instead Oct 21 14:53:09.628 INFO kablam! Oct 21 14:53:09.772 INFO kablam! warning: static item is never used: `NEW_MOON` Oct 21 14:53:09.772 INFO kablam! --> src/main.rs:88:1 Oct 21 14:53:09.772 INFO kablam! | Oct 21 14:53:09.772 INFO kablam! 88 | static NEW_MOON: &'static str = "\u{1F311}"; Oct 21 14:53:09.772 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:53:09.772 INFO kablam! | Oct 21 14:53:09.772 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 14:53:09.772 INFO kablam! Oct 21 14:53:09.772 INFO kablam! warning: static item is never used: `FULL_MOON` Oct 21 14:53:09.772 INFO kablam! --> src/main.rs:92:1 Oct 21 14:53:09.773 INFO kablam! | Oct 21 14:53:09.773 INFO kablam! 92 | static FULL_MOON: &'static str = "\u{1F315}"; Oct 21 14:53:09.773 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:53:09.773 INFO kablam! Oct 21 14:53:09.773 INFO kablam! warning: static item is never used: `CRESCENT` Oct 21 14:53:09.773 INFO kablam! --> src/main.rs:97:1 Oct 21 14:53:09.773 INFO kablam! | Oct 21 14:53:09.773 INFO kablam! 97 | static CRESCENT: &'static str = "\u{1F319}"; Oct 21 14:53:09.773 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:53:09.773 INFO kablam! Oct 21 14:53:09.773 INFO kablam! warning: static item is never used: `FIRST_QUARTER_FACE` Oct 21 14:53:09.773 INFO kablam! --> src/main.rs:99:1 Oct 21 14:53:09.773 INFO kablam! | Oct 21 14:53:09.773 INFO kablam! 99 | static FIRST_QUARTER_FACE: &'static str = "\u{1F31B}"; Oct 21 14:53:09.773 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:53:09.773 INFO kablam! Oct 21 14:53:09.773 INFO kablam! warning: static item is never used: `LAST_QUARTER_FACE` Oct 21 14:53:09.773 INFO kablam! --> src/main.rs:100:1 Oct 21 14:53:09.773 INFO kablam! | Oct 21 14:53:09.773 INFO kablam! 100 | static LAST_QUARTER_FACE: &'static str = "\u{1F31C}"; Oct 21 14:53:09.773 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:53:09.773 INFO kablam! Oct 21 14:53:09.809 INFO kablam! warning: static item is never used: `SUN_FACE` Oct 21 14:53:09.809 INFO kablam! --> src/main.rs:102:1 Oct 21 14:53:09.809 INFO kablam! | Oct 21 14:53:09.809 INFO kablam! 102 | static SUN_FACE: &'static str = "\u{1F31E}"; Oct 21 14:53:09.809 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:53:09.809 INFO kablam! Oct 21 14:53:09.809 INFO kablam! warning: static item is never used: `GLOWING_STAR` Oct 21 14:53:09.809 INFO kablam! --> src/main.rs:103:1 Oct 21 14:53:09.809 INFO kablam! | Oct 21 14:53:09.809 INFO kablam! 103 | static GLOWING_STAR: &'static str = "\u{1F31F}"; Oct 21 14:53:09.809 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:53:09.809 INFO kablam! Oct 21 14:53:09.809 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 12.82s Oct 21 14:53:09.809 INFO kablam! su: No module specific data is present Oct 21 14:53:10.521 INFO running `"docker" "rm" "-f" "46a5e7bb9a1874e6f18d2a8b25874c1a3a7359e69392d8413707075e589d72bc"` Oct 21 14:53:10.888 INFO blam! 46a5e7bb9a1874e6f18d2a8b25874c1a3a7359e69392d8413707075e589d72bc