Oct 12 15:53:55.258 INFO checking pcarleton/moon against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 12 15:53:55.258 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-3/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 15:53:55.437 INFO blam! 83cad3137dd54186656d99141a92eef7c21e634fbb05ea8d849e95c4859aac0f Oct 12 15:53:55.439 INFO running `"docker" "start" "-a" "83cad3137dd54186656d99141a92eef7c21e634fbb05ea8d849e95c4859aac0f"` Oct 12 15:53:56.202 INFO kablam! usermod: no changes Oct 12 15:53:56.479 INFO kablam! Checking tokio-proto v0.1.1 Oct 12 15:53:56.480 INFO kablam! Checking tokio-tls v0.1.4 Oct 12 15:53:59.788 INFO kablam! Checking hyper v0.11.27 Oct 12 15:54:05.448 INFO kablam! Checking hyper-tls v0.1.3 Oct 12 15:54:07.028 INFO kablam! Checking reqwest v0.8.6 Oct 12 15:54:09.754 INFO kablam! Checking moon v0.1.2 (/source) Oct 12 15:54:12.972 INFO kablam! warning: unused variable: `e` Oct 12 15:54:12.972 INFO kablam! --> src/main.rs:169:13 Oct 12 15:54:12.972 INFO kablam! | Oct 12 15:54:12.972 INFO kablam! 169 | Err(e) => { Oct 12 15:54:12.972 INFO kablam! | ^ help: consider using `_e` instead Oct 12 15:54:12.972 INFO kablam! | Oct 12 15:54:12.972 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 15:54:12.972 INFO kablam! Oct 12 15:54:12.972 INFO kablam! warning: unused variable: `message` Oct 12 15:54:12.972 INFO kablam! --> src/main.rs:199:13 Oct 12 15:54:12.972 INFO kablam! | Oct 12 15:54:12.972 INFO kablam! 199 | Err(message) => println!("Don't know phase: {}", phase_str) Oct 12 15:54:12.972 INFO kablam! | ^^^^^^^ help: consider using `_message` instead Oct 12 15:54:12.972 INFO kablam! Oct 12 15:54:13.084 INFO kablam! warning: static item is never used: `NEW_MOON` Oct 12 15:54:13.085 INFO kablam! --> src/main.rs:88:1 Oct 12 15:54:13.085 INFO kablam! | Oct 12 15:54:13.085 INFO kablam! 88 | static NEW_MOON: &'static str = "\u{1F311}"; Oct 12 15:54:13.085 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 15:54:13.085 INFO kablam! | Oct 12 15:54:13.085 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 15:54:13.085 INFO kablam! Oct 12 15:54:13.085 INFO kablam! warning: static item is never used: `FULL_MOON` Oct 12 15:54:13.085 INFO kablam! --> src/main.rs:92:1 Oct 12 15:54:13.085 INFO kablam! | Oct 12 15:54:13.085 INFO kablam! 92 | static FULL_MOON: &'static str = "\u{1F315}"; Oct 12 15:54:13.085 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 15:54:13.085 INFO kablam! Oct 12 15:54:13.085 INFO kablam! warning: static item is never used: `CRESCENT` Oct 12 15:54:13.085 INFO kablam! --> src/main.rs:97:1 Oct 12 15:54:13.085 INFO kablam! | Oct 12 15:54:13.085 INFO kablam! 97 | static CRESCENT: &'static str = "\u{1F319}"; Oct 12 15:54:13.085 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 15:54:13.085 INFO kablam! Oct 12 15:54:13.085 INFO kablam! warning: static item is never used: `FIRST_QUARTER_FACE` Oct 12 15:54:13.085 INFO kablam! --> src/main.rs:99:1 Oct 12 15:54:13.085 INFO kablam! | Oct 12 15:54:13.085 INFO kablam! 99 | static FIRST_QUARTER_FACE: &'static str = "\u{1F31B}"; Oct 12 15:54:13.085 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 15:54:13.086 INFO kablam! Oct 12 15:54:13.086 INFO kablam! warning: static item is never used: `LAST_QUARTER_FACE` Oct 12 15:54:13.086 INFO kablam! --> src/main.rs:100:1 Oct 12 15:54:13.086 INFO kablam! | Oct 12 15:54:13.086 INFO kablam! 100 | static LAST_QUARTER_FACE: &'static str = "\u{1F31C}"; Oct 12 15:54:13.086 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 15:54:13.086 INFO kablam! Oct 12 15:54:13.086 INFO kablam! warning: static item is never used: `SUN_FACE` Oct 12 15:54:13.086 INFO kablam! --> src/main.rs:102:1 Oct 12 15:54:13.086 INFO kablam! | Oct 12 15:54:13.086 INFO kablam! 102 | static SUN_FACE: &'static str = "\u{1F31E}"; Oct 12 15:54:13.086 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 15:54:13.086 INFO kablam! Oct 12 15:54:13.086 INFO kablam! warning: static item is never used: `GLOWING_STAR` Oct 12 15:54:13.086 INFO kablam! --> src/main.rs:103:1 Oct 12 15:54:13.086 INFO kablam! | Oct 12 15:54:13.086 INFO kablam! 103 | static GLOWING_STAR: &'static str = "\u{1F31F}"; Oct 12 15:54:13.086 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 15:54:13.086 INFO kablam! Oct 12 15:54:13.121 INFO kablam! warning: unused variable: `e` Oct 12 15:54:13.121 INFO kablam! --> src/main.rs:169:13 Oct 12 15:54:13.121 INFO kablam! | Oct 12 15:54:13.121 INFO kablam! 169 | Err(e) => { Oct 12 15:54:13.121 INFO kablam! | ^ help: consider using `_e` instead Oct 12 15:54:13.121 INFO kablam! | Oct 12 15:54:13.121 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 15:54:13.121 INFO kablam! Oct 12 15:54:13.121 INFO kablam! warning: unused variable: `message` Oct 12 15:54:13.121 INFO kablam! --> src/main.rs:199:13 Oct 12 15:54:13.121 INFO kablam! | Oct 12 15:54:13.121 INFO kablam! 199 | Err(message) => println!("Don't know phase: {}", phase_str) Oct 12 15:54:13.122 INFO kablam! | ^^^^^^^ help: consider using `_message` instead Oct 12 15:54:13.122 INFO kablam! Oct 12 15:54:13.281 INFO kablam! warning: static item is never used: `NEW_MOON` Oct 12 15:54:13.281 INFO kablam! --> src/main.rs:88:1 Oct 12 15:54:13.281 INFO kablam! | Oct 12 15:54:13.281 INFO kablam! 88 | static NEW_MOON: &'static str = "\u{1F311}"; Oct 12 15:54:13.281 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 15:54:13.281 INFO kablam! | Oct 12 15:54:13.281 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 15:54:13.281 INFO kablam! Oct 12 15:54:13.281 INFO kablam! warning: static item is never used: `FULL_MOON` Oct 12 15:54:13.281 INFO kablam! --> src/main.rs:92:1 Oct 12 15:54:13.282 INFO kablam! | Oct 12 15:54:13.282 INFO kablam! 92 | static FULL_MOON: &'static str = "\u{1F315}"; Oct 12 15:54:13.282 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 15:54:13.282 INFO kablam! Oct 12 15:54:13.282 INFO kablam! warning: static item is never used: `CRESCENT` Oct 12 15:54:13.282 INFO kablam! --> src/main.rs:97:1 Oct 12 15:54:13.282 INFO kablam! | Oct 12 15:54:13.282 INFO kablam! 97 | static CRESCENT: &'static str = "\u{1F319}"; Oct 12 15:54:13.282 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 15:54:13.282 INFO kablam! Oct 12 15:54:13.282 INFO kablam! warning: static item is never used: `FIRST_QUARTER_FACE` Oct 12 15:54:13.282 INFO kablam! --> src/main.rs:99:1 Oct 12 15:54:13.282 INFO kablam! | Oct 12 15:54:13.282 INFO kablam! 99 | static FIRST_QUARTER_FACE: &'static str = "\u{1F31B}"; Oct 12 15:54:13.282 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 15:54:13.283 INFO kablam! Oct 12 15:54:13.283 INFO kablam! warning: static item is never used: `LAST_QUARTER_FACE` Oct 12 15:54:13.283 INFO kablam! --> src/main.rs:100:1 Oct 12 15:54:13.283 INFO kablam! | Oct 12 15:54:13.283 INFO kablam! 100 | static LAST_QUARTER_FACE: &'static str = "\u{1F31C}"; Oct 12 15:54:13.283 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 15:54:13.283 INFO kablam! Oct 12 15:54:13.292 INFO kablam! warning: static item is never used: `SUN_FACE` Oct 12 15:54:13.292 INFO kablam! --> src/main.rs:102:1 Oct 12 15:54:13.292 INFO kablam! | Oct 12 15:54:13.293 INFO kablam! 102 | static SUN_FACE: &'static str = "\u{1F31E}"; Oct 12 15:54:13.293 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 15:54:13.293 INFO kablam! Oct 12 15:54:13.293 INFO kablam! warning: static item is never used: `GLOWING_STAR` Oct 12 15:54:13.293 INFO kablam! --> src/main.rs:103:1 Oct 12 15:54:13.293 INFO kablam! | Oct 12 15:54:13.293 INFO kablam! 103 | static GLOWING_STAR: &'static str = "\u{1F31F}"; Oct 12 15:54:13.293 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 15:54:13.293 INFO kablam! Oct 12 15:54:13.325 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 17.09s Oct 12 15:54:13.368 INFO kablam! su: No module specific data is present Oct 12 15:54:14.269 INFO running `"docker" "rm" "-f" "83cad3137dd54186656d99141a92eef7c21e634fbb05ea8d849e95c4859aac0f"` Oct 12 15:54:14.612 INFO blam! 83cad3137dd54186656d99141a92eef7c21e634fbb05ea8d849e95c4859aac0f