Sep 01 23:05:52.642 INFO checking spooky-0.1.1 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 01 23:05:52.642 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 01 23:05:52.642 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-2/try#952c7dbfa2628309f557b367929ffc17af20b332:/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=500" "-e" "CMD=cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 23:05:52.841 INFO blam! f3bd487aeaa67e76ab9d4e59447632a20f97ffa03802cc82f785698359df0c4c Sep 01 23:05:52.843 INFO running `"docker" "start" "-a" "f3bd487aeaa67e76ab9d4e59447632a20f97ffa03802cc82f785698359df0c4c"` Sep 01 23:05:53.487 INFO kablam! Checking spooky v0.1.1 (file:///source) Sep 01 23:05:53.968 INFO kablam! warning: unused import: `err` Sep 01 23:05:53.968 INFO kablam! --> src/main.rs:24:21 Sep 01 23:05:53.968 INFO kablam! | Sep 01 23:05:53.968 INFO kablam! 24 | use common::{Error, err}; Sep 01 23:05:53.968 INFO kablam! | ^^^ Sep 01 23:05:53.968 INFO kablam! | Sep 01 23:05:53.968 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 01 23:05:53.968 INFO kablam! Sep 01 23:05:53.984 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 01 23:05:53.984 INFO kablam! --> src/common.rs:43:9 Sep 01 23:05:53.984 INFO kablam! | Sep 01 23:05:53.984 INFO kablam! 43 | env::home_dir() Sep 01 23:05:53.984 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 23:05:53.985 INFO kablam! | Sep 01 23:05:53.985 INFO kablam! = note: #[warn(deprecated)] on by default Sep 01 23:05:53.985 INFO kablam! Sep 01 23:05:53.985 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 01 23:05:53.985 INFO kablam! --> src/identifiers.rs:34:26 Sep 01 23:05:53.985 INFO kablam! | Sep 01 23:05:53.985 INFO kablam! 34 | let mut hash_state = SipHasher::new(); Sep 01 23:05:53.985 INFO kablam! | ^^^^^^^^^^^^^^ Sep 01 23:05:53.985 INFO kablam! Sep 01 23:05:53.985 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 01 23:05:53.985 INFO kablam! --> src/identifiers.rs:29:27 Sep 01 23:05:53.985 INFO kablam! | Sep 01 23:05:53.985 INFO kablam! 29 | use std::hash::{Hash, SipHasher, Hasher}; Sep 01 23:05:53.985 INFO kablam! | ^^^^^^^^^ Sep 01 23:05:53.985 INFO kablam! Sep 01 23:05:54.004 INFO kablam! warning: unused import: `err` Sep 01 23:05:54.004 INFO kablam! --> src/main.rs:24:21 Sep 01 23:05:54.004 INFO kablam! | Sep 01 23:05:54.004 INFO kablam! 24 | use common::{Error, err}; Sep 01 23:05:54.004 INFO kablam! | ^^^ Sep 01 23:05:54.004 INFO kablam! | Sep 01 23:05:54.004 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 01 23:05:54.004 INFO kablam! Sep 01 23:05:54.021 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 01 23:05:54.021 INFO kablam! --> src/common.rs:43:9 Sep 01 23:05:54.021 INFO kablam! | Sep 01 23:05:54.021 INFO kablam! 43 | env::home_dir() Sep 01 23:05:54.021 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 23:05:54.021 INFO kablam! | Sep 01 23:05:54.021 INFO kablam! = note: #[warn(deprecated)] on by default Sep 01 23:05:54.021 INFO kablam! Sep 01 23:05:54.021 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 01 23:05:54.021 INFO kablam! --> src/identifiers.rs:34:26 Sep 01 23:05:54.021 INFO kablam! | Sep 01 23:05:54.022 INFO kablam! 34 | let mut hash_state = SipHasher::new(); Sep 01 23:05:54.022 INFO kablam! | ^^^^^^^^^^^^^^ Sep 01 23:05:54.022 INFO kablam! Sep 01 23:05:54.022 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 01 23:05:54.022 INFO kablam! --> src/identifiers.rs:29:27 Sep 01 23:05:54.022 INFO kablam! | Sep 01 23:05:54.022 INFO kablam! 29 | use std::hash::{Hash, SipHasher, Hasher}; Sep 01 23:05:54.022 INFO kablam! | ^^^^^^^^^ Sep 01 23:05:54.022 INFO kablam! Sep 01 23:05:54.055 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher::new': use `std::collections::hash_map::DefaultHasher` instead Sep 01 23:05:54.055 INFO kablam! --> src/identifiers.rs:34:26 Sep 01 23:05:54.055 INFO kablam! | Sep 01 23:05:54.055 INFO kablam! 34 | let mut hash_state = SipHasher::new(); Sep 01 23:05:54.055 INFO kablam! | ^^^^^^^^^^^^^^ Sep 01 23:05:54.055 INFO kablam! Sep 01 23:05:54.088 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher::new': use `std::collections::hash_map::DefaultHasher` instead Sep 01 23:05:54.088 INFO kablam! --> src/identifiers.rs:34:26 Sep 01 23:05:54.088 INFO kablam! | Sep 01 23:05:54.088 INFO kablam! 34 | let mut hash_state = SipHasher::new(); Sep 01 23:05:54.088 INFO kablam! | ^^^^^^^^^^^^^^ Sep 01 23:05:54.088 INFO kablam! Sep 01 23:05:54.245 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.79s Sep 01 23:05:54.250 INFO kablam! su: No module specific data is present Sep 01 23:05:54.625 INFO running `"docker" "rm" "-f" "f3bd487aeaa67e76ab9d4e59447632a20f97ffa03802cc82f785698359df0c4c"` Sep 01 23:05:54.751 INFO blam! f3bd487aeaa67e76ab9d4e59447632a20f97ffa03802cc82f785698359df0c4c