Oct 26 23:04:13.784 INFO checking pcarleton/moon against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 26 23:04:13.784 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-7/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-55192-2/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 26 23:04:13.971 INFO blam! 334a74f6b4229dd61c67e3cfd548091dda3ca2d07c21bf5bf7cf59b26697010d Oct 26 23:04:13.983 INFO running `"docker" "start" "-a" "334a74f6b4229dd61c67e3cfd548091dda3ca2d07c21bf5bf7cf59b26697010d"` Oct 26 23:04:14.493 INFO kablam! usermod: no changes Oct 26 23:04:14.744 INFO kablam! Checking libflate v0.1.15 Oct 26 23:04:14.744 INFO kablam! Checking serde_urlencoded v0.5.2 Oct 26 23:04:14.744 INFO kablam! Checking chrono v0.4.3 Oct 26 23:04:14.763 INFO kablam! Checking tokio-proto v0.1.1 Oct 26 23:04:14.763 INFO kablam! Checking tokio-tls v0.1.4 Oct 26 23:04:18.971 INFO kablam! Checking hyper v0.11.27 Oct 26 23:04:24.179 INFO kablam! Checking hyper-tls v0.1.3 Oct 26 23:04:25.571 INFO kablam! Checking reqwest v0.8.6 Oct 26 23:04:28.318 INFO kablam! Checking moon v0.1.2 (/source) Oct 26 23:04:31.211 INFO kablam! warning: unused variable: `e` Oct 26 23:04:31.211 INFO kablam! --> src/main.rs:169:13 Oct 26 23:04:31.211 INFO kablam! | Oct 26 23:04:31.211 INFO kablam! 169 | Err(e) => { Oct 26 23:04:31.211 INFO kablam! | ^ help: consider using `_e` instead Oct 26 23:04:31.211 INFO kablam! | Oct 26 23:04:31.211 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 23:04:31.211 INFO kablam! Oct 26 23:04:31.211 INFO kablam! warning: unused variable: `message` Oct 26 23:04:31.211 INFO kablam! --> src/main.rs:199:13 Oct 26 23:04:31.211 INFO kablam! | Oct 26 23:04:31.211 INFO kablam! 199 | Err(message) => println!("Don't know phase: {}", phase_str) Oct 26 23:04:31.211 INFO kablam! | ^^^^^^^ help: consider using `_message` instead Oct 26 23:04:31.211 INFO kablam! Oct 26 23:04:31.323 INFO kablam! warning: static item is never used: `NEW_MOON` Oct 26 23:04:31.323 INFO kablam! --> src/main.rs:88:1 Oct 26 23:04:31.323 INFO kablam! | Oct 26 23:04:31.323 INFO kablam! 88 | static NEW_MOON: &'static str = "\u{1F311}"; Oct 26 23:04:31.323 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 23:04:31.323 INFO kablam! | Oct 26 23:04:31.323 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 23:04:31.323 INFO kablam! Oct 26 23:04:31.323 INFO kablam! warning: static item is never used: `FULL_MOON` Oct 26 23:04:31.323 INFO kablam! --> src/main.rs:92:1 Oct 26 23:04:31.323 INFO kablam! | Oct 26 23:04:31.323 INFO kablam! 92 | static FULL_MOON: &'static str = "\u{1F315}"; Oct 26 23:04:31.323 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 23:04:31.323 INFO kablam! Oct 26 23:04:31.323 INFO kablam! warning: static item is never used: `CRESCENT` Oct 26 23:04:31.323 INFO kablam! --> src/main.rs:97:1 Oct 26 23:04:31.323 INFO kablam! | Oct 26 23:04:31.323 INFO kablam! 97 | static CRESCENT: &'static str = "\u{1F319}"; Oct 26 23:04:31.323 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 23:04:31.323 INFO kablam! Oct 26 23:04:31.323 INFO kablam! warning: static item is never used: `FIRST_QUARTER_FACE` Oct 26 23:04:31.323 INFO kablam! --> src/main.rs:99:1 Oct 26 23:04:31.323 INFO kablam! | Oct 26 23:04:31.323 INFO kablam! 99 | static FIRST_QUARTER_FACE: &'static str = "\u{1F31B}"; Oct 26 23:04:31.323 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 23:04:31.323 INFO kablam! Oct 26 23:04:31.323 INFO kablam! warning: static item is never used: `LAST_QUARTER_FACE` Oct 26 23:04:31.323 INFO kablam! --> src/main.rs:100:1 Oct 26 23:04:31.323 INFO kablam! | Oct 26 23:04:31.323 INFO kablam! 100 | static LAST_QUARTER_FACE: &'static str = "\u{1F31C}"; Oct 26 23:04:31.323 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 23:04:31.323 INFO kablam! Oct 26 23:04:31.324 INFO kablam! warning: static item is never used: `SUN_FACE` Oct 26 23:04:31.324 INFO kablam! --> src/main.rs:102:1 Oct 26 23:04:31.324 INFO kablam! | Oct 26 23:04:31.324 INFO kablam! 102 | static SUN_FACE: &'static str = "\u{1F31E}"; Oct 26 23:04:31.324 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 23:04:31.324 INFO kablam! Oct 26 23:04:31.324 INFO kablam! warning: static item is never used: `GLOWING_STAR` Oct 26 23:04:31.324 INFO kablam! --> src/main.rs:103:1 Oct 26 23:04:31.324 INFO kablam! | Oct 26 23:04:31.324 INFO kablam! 103 | static GLOWING_STAR: &'static str = "\u{1F31F}"; Oct 26 23:04:31.324 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 23:04:31.324 INFO kablam! Oct 26 23:04:31.491 INFO kablam! warning: unused variable: `e` Oct 26 23:04:31.491 INFO kablam! --> src/main.rs:169:13 Oct 26 23:04:31.491 INFO kablam! | Oct 26 23:04:31.491 INFO kablam! 169 | Err(e) => { Oct 26 23:04:31.491 INFO kablam! | ^ help: consider using `_e` instead Oct 26 23:04:31.491 INFO kablam! | Oct 26 23:04:31.491 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 23:04:31.491 INFO kablam! Oct 26 23:04:31.491 INFO kablam! warning: unused variable: `message` Oct 26 23:04:31.491 INFO kablam! --> src/main.rs:199:13 Oct 26 23:04:31.491 INFO kablam! | Oct 26 23:04:31.491 INFO kablam! 199 | Err(message) => println!("Don't know phase: {}", phase_str) Oct 26 23:04:31.491 INFO kablam! | ^^^^^^^ help: consider using `_message` instead Oct 26 23:04:31.491 INFO kablam! Oct 26 23:04:31.587 INFO kablam! warning: static item is never used: `NEW_MOON` Oct 26 23:04:31.587 INFO kablam! --> src/main.rs:88:1 Oct 26 23:04:31.587 INFO kablam! | Oct 26 23:04:31.587 INFO kablam! 88 | static NEW_MOON: &'static str = "\u{1F311}"; Oct 26 23:04:31.587 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 23:04:31.587 INFO kablam! | Oct 26 23:04:31.587 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 23:04:31.587 INFO kablam! Oct 26 23:04:31.587 INFO kablam! warning: static item is never used: `FULL_MOON` Oct 26 23:04:31.587 INFO kablam! --> src/main.rs:92:1 Oct 26 23:04:31.587 INFO kablam! | Oct 26 23:04:31.587 INFO kablam! 92 | static FULL_MOON: &'static str = "\u{1F315}"; Oct 26 23:04:31.587 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 23:04:31.587 INFO kablam! Oct 26 23:04:31.587 INFO kablam! warning: static item is never used: `CRESCENT` Oct 26 23:04:31.587 INFO kablam! --> src/main.rs:97:1 Oct 26 23:04:31.587 INFO kablam! | Oct 26 23:04:31.587 INFO kablam! 97 | static CRESCENT: &'static str = "\u{1F319}"; Oct 26 23:04:31.587 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 23:04:31.587 INFO kablam! Oct 26 23:04:31.587 INFO kablam! warning: static item is never used: `FIRST_QUARTER_FACE` Oct 26 23:04:31.587 INFO kablam! --> src/main.rs:99:1 Oct 26 23:04:31.587 INFO kablam! | Oct 26 23:04:31.587 INFO kablam! 99 | static FIRST_QUARTER_FACE: &'static str = "\u{1F31B}"; Oct 26 23:04:31.587 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 23:04:31.587 INFO kablam! Oct 26 23:04:31.587 INFO kablam! warning: static item is never used: `LAST_QUARTER_FACE` Oct 26 23:04:31.587 INFO kablam! --> src/main.rs:100:1 Oct 26 23:04:31.587 INFO kablam! | Oct 26 23:04:31.587 INFO kablam! 100 | static LAST_QUARTER_FACE: &'static str = "\u{1F31C}"; Oct 26 23:04:31.587 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 23:04:31.587 INFO kablam! Oct 26 23:04:31.587 INFO kablam! warning: static item is never used: `SUN_FACE` Oct 26 23:04:31.587 INFO kablam! --> src/main.rs:102:1 Oct 26 23:04:31.587 INFO kablam! | Oct 26 23:04:31.587 INFO kablam! 102 | static SUN_FACE: &'static str = "\u{1F31E}"; Oct 26 23:04:31.587 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 23:04:31.587 INFO kablam! Oct 26 23:04:31.587 INFO kablam! warning: static item is never used: `GLOWING_STAR` Oct 26 23:04:31.587 INFO kablam! --> src/main.rs:103:1 Oct 26 23:04:31.587 INFO kablam! | Oct 26 23:04:31.587 INFO kablam! 103 | static GLOWING_STAR: &'static str = "\u{1F31F}"; Oct 26 23:04:31.587 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 23:04:31.587 INFO kablam! Oct 26 23:04:31.639 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 17.10s Oct 26 23:04:31.647 INFO kablam! su: No module specific data is present Oct 26 23:04:32.476 INFO running `"docker" "rm" "-f" "334a74f6b4229dd61c67e3cfd548091dda3ca2d07c21bf5bf7cf59b26697010d"` Oct 26 23:04:32.805 INFO blam! 334a74f6b4229dd61c67e3cfd548091dda3ca2d07c21bf5bf7cf59b26697010d