Sep 19 19:49:00.678 INFO checking spooky-0.1.1 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 19 19:49:00.678 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 19 19:49:00.678 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-1/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 19:49:00.883 INFO blam! fdc949846940916fddd5122561f7d675be908d5a23e0145b0975f2f8476937a3 Sep 19 19:49:00.885 INFO running `"docker" "start" "-a" "fdc949846940916fddd5122561f7d675be908d5a23e0145b0975f2f8476937a3"` Sep 19 19:49:01.940 INFO kablam! usermod: no changes Sep 19 19:49:01.990 INFO kablam! Checking spooky v0.1.1 (/source) Sep 19 19:49:02.213 INFO kablam! warning: unused import: `err` Sep 19 19:49:02.213 INFO kablam! --> src/main.rs:24:21 Sep 19 19:49:02.213 INFO kablam! | Sep 19 19:49:02.213 INFO kablam! 24 | use common::{Error, err}; Sep 19 19:49:02.213 INFO kablam! | ^^^ Sep 19 19:49:02.213 INFO kablam! | Sep 19 19:49:02.213 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 19 19:49:02.213 INFO kablam! Sep 19 19:49:02.213 INFO kablam! warning: unused import: `err` Sep 19 19:49:02.213 INFO kablam! --> src/main.rs:24:21 Sep 19 19:49:02.213 INFO kablam! | Sep 19 19:49:02.213 INFO kablam! 24 | use common::{Error, err}; Sep 19 19:49:02.213 INFO kablam! | ^^^ Sep 19 19:49:02.213 INFO kablam! | Sep 19 19:49:02.214 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 19 19:49:02.214 INFO kablam! Sep 19 19:49:02.222 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Sep 19 19:49:02.222 INFO kablam! --> src/common.rs:43:9 Sep 19 19:49:02.222 INFO kablam! | Sep 19 19:49:02.222 INFO kablam! 43 | env::home_dir() Sep 19 19:49:02.222 INFO kablam! | ^^^^^^^^^^^^^ Sep 19 19:49:02.222 INFO kablam! | Sep 19 19:49:02.222 INFO kablam! = note: #[warn(deprecated)] on by default Sep 19 19:49:02.222 INFO kablam! Sep 19 19:49:02.222 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 19 19:49:02.222 INFO kablam! --> src/identifiers.rs:34:26 Sep 19 19:49:02.222 INFO kablam! | Sep 19 19:49:02.223 INFO kablam! 34 | let mut hash_state = SipHasher::new(); Sep 19 19:49:02.223 INFO kablam! | ^^^^^^^^^^^^^^ Sep 19 19:49:02.223 INFO kablam! Sep 19 19:49:02.223 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 19 19:49:02.223 INFO kablam! --> src/identifiers.rs:29:27 Sep 19 19:49:02.223 INFO kablam! | Sep 19 19:49:02.223 INFO kablam! 29 | use std::hash::{Hash, SipHasher, Hasher}; Sep 19 19:49:02.223 INFO kablam! | ^^^^^^^^^ Sep 19 19:49:02.223 INFO kablam! Sep 19 19:49:02.225 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Sep 19 19:49:02.225 INFO kablam! --> src/common.rs:43:9 Sep 19 19:49:02.225 INFO kablam! | Sep 19 19:49:02.225 INFO kablam! 43 | env::home_dir() Sep 19 19:49:02.226 INFO kablam! | ^^^^^^^^^^^^^ Sep 19 19:49:02.226 INFO kablam! | Sep 19 19:49:02.226 INFO kablam! = note: #[warn(deprecated)] on by default Sep 19 19:49:02.226 INFO kablam! Sep 19 19:49:02.226 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 19 19:49:02.226 INFO kablam! --> src/identifiers.rs:34:26 Sep 19 19:49:02.226 INFO kablam! | Sep 19 19:49:02.226 INFO kablam! 34 | let mut hash_state = SipHasher::new(); Sep 19 19:49:02.226 INFO kablam! | ^^^^^^^^^^^^^^ Sep 19 19:49:02.226 INFO kablam! Sep 19 19:49:02.226 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 19 19:49:02.226 INFO kablam! --> src/identifiers.rs:29:27 Sep 19 19:49:02.226 INFO kablam! | Sep 19 19:49:02.226 INFO kablam! 29 | use std::hash::{Hash, SipHasher, Hasher}; Sep 19 19:49:02.226 INFO kablam! | ^^^^^^^^^ Sep 19 19:49:02.226 INFO kablam! Sep 19 19:49:02.256 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher::new': use `std::collections::hash_map::DefaultHasher` instead Sep 19 19:49:02.256 INFO kablam! --> src/identifiers.rs:34:26 Sep 19 19:49:02.256 INFO kablam! | Sep 19 19:49:02.256 INFO kablam! 34 | let mut hash_state = SipHasher::new(); Sep 19 19:49:02.256 INFO kablam! | ^^^^^^^^^^^^^^ Sep 19 19:49:02.256 INFO kablam! Sep 19 19:49:02.262 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher::new': use `std::collections::hash_map::DefaultHasher` instead Sep 19 19:49:02.262 INFO kablam! --> src/identifiers.rs:34:26 Sep 19 19:49:02.263 INFO kablam! | Sep 19 19:49:02.263 INFO kablam! 34 | let mut hash_state = SipHasher::new(); Sep 19 19:49:02.263 INFO kablam! | ^^^^^^^^^^^^^^ Sep 19 19:49:02.263 INFO kablam! Sep 19 19:49:02.338 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.38s Sep 19 19:49:02.341 INFO kablam! su: No module specific data is present Sep 19 19:49:02.924 INFO running `"docker" "rm" "-f" "fdc949846940916fddd5122561f7d675be908d5a23e0145b0975f2f8476937a3"` Sep 19 19:49:03.004 INFO blam! fdc949846940916fddd5122561f7d675be908d5a23e0145b0975f2f8476937a3