Sep 21 02:39:48.794 INFO checking spooky-0.1.1 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 02:39:48.794 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 02:39:48.794 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-5/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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 +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 02:39:48.927 INFO blam! e6aefac296a20175382e4fd558530ba769a3c9fd57686f8132ec2c5460d89537 Sep 21 02:39:48.928 INFO running `"docker" "start" "-a" "e6aefac296a20175382e4fd558530ba769a3c9fd57686f8132ec2c5460d89537"` Sep 21 02:39:49.846 INFO kablam! usermod: no changes Sep 21 02:39:49.888 INFO kablam! Checking spooky v0.1.1 (/source) Sep 21 02:39:50.087 INFO kablam! warning: unused import: `err` Sep 21 02:39:50.087 INFO kablam! --> src/main.rs:24:21 Sep 21 02:39:50.087 INFO kablam! | Sep 21 02:39:50.087 INFO kablam! 24 | use common::{Error, err}; Sep 21 02:39:50.087 INFO kablam! | ^^^ Sep 21 02:39:50.087 INFO kablam! | Sep 21 02:39:50.087 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 21 02:39:50.087 INFO kablam! Sep 21 02:39:50.097 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 21 02:39:50.097 INFO kablam! --> src/common.rs:43:9 Sep 21 02:39:50.097 INFO kablam! | Sep 21 02:39:50.097 INFO kablam! 43 | env::home_dir() Sep 21 02:39:50.097 INFO kablam! | ^^^^^^^^^^^^^ Sep 21 02:39:50.097 INFO kablam! | Sep 21 02:39:50.097 INFO kablam! = note: #[warn(deprecated)] on by default Sep 21 02:39:50.097 INFO kablam! Sep 21 02:39:50.097 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 21 02:39:50.097 INFO kablam! --> src/identifiers.rs:34:26 Sep 21 02:39:50.097 INFO kablam! | Sep 21 02:39:50.097 INFO kablam! 34 | let mut hash_state = SipHasher::new(); Sep 21 02:39:50.097 INFO kablam! | ^^^^^^^^^^^^^^ Sep 21 02:39:50.097 INFO kablam! Sep 21 02:39:50.097 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 21 02:39:50.097 INFO kablam! --> src/identifiers.rs:29:27 Sep 21 02:39:50.097 INFO kablam! | Sep 21 02:39:50.097 INFO kablam! 29 | use std::hash::{Hash, SipHasher, Hasher}; Sep 21 02:39:50.097 INFO kablam! | ^^^^^^^^^ Sep 21 02:39:50.097 INFO kablam! Sep 21 02:39:50.101 INFO kablam! warning: unused import: `err` Sep 21 02:39:50.101 INFO kablam! --> src/main.rs:24:21 Sep 21 02:39:50.101 INFO kablam! | Sep 21 02:39:50.101 INFO kablam! 24 | use common::{Error, err}; Sep 21 02:39:50.101 INFO kablam! | ^^^ Sep 21 02:39:50.101 INFO kablam! | Sep 21 02:39:50.101 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 21 02:39:50.101 INFO kablam! Sep 21 02:39:50.111 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 21 02:39:50.111 INFO kablam! --> src/common.rs:43:9 Sep 21 02:39:50.111 INFO kablam! | Sep 21 02:39:50.111 INFO kablam! 43 | env::home_dir() Sep 21 02:39:50.111 INFO kablam! | ^^^^^^^^^^^^^ Sep 21 02:39:50.111 INFO kablam! | Sep 21 02:39:50.111 INFO kablam! = note: #[warn(deprecated)] on by default Sep 21 02:39:50.111 INFO kablam! Sep 21 02:39:50.111 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 21 02:39:50.111 INFO kablam! --> src/identifiers.rs:34:26 Sep 21 02:39:50.111 INFO kablam! | Sep 21 02:39:50.111 INFO kablam! 34 | let mut hash_state = SipHasher::new(); Sep 21 02:39:50.111 INFO kablam! | ^^^^^^^^^^^^^^ Sep 21 02:39:50.111 INFO kablam! Sep 21 02:39:50.111 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 21 02:39:50.111 INFO kablam! --> src/identifiers.rs:29:27 Sep 21 02:39:50.111 INFO kablam! | Sep 21 02:39:50.111 INFO kablam! 29 | use std::hash::{Hash, SipHasher, Hasher}; Sep 21 02:39:50.111 INFO kablam! | ^^^^^^^^^ Sep 21 02:39:50.111 INFO kablam! Sep 21 02:39:50.135 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher::new': use `std::collections::hash_map::DefaultHasher` instead Sep 21 02:39:50.135 INFO kablam! --> src/identifiers.rs:34:26 Sep 21 02:39:50.135 INFO kablam! | Sep 21 02:39:50.135 INFO kablam! 34 | let mut hash_state = SipHasher::new(); Sep 21 02:39:50.135 INFO kablam! | ^^^^^^^^^^^^^^ Sep 21 02:39:50.135 INFO kablam! Sep 21 02:39:50.141 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher::new': use `std::collections::hash_map::DefaultHasher` instead Sep 21 02:39:50.141 INFO kablam! --> src/identifiers.rs:34:26 Sep 21 02:39:50.141 INFO kablam! | Sep 21 02:39:50.141 INFO kablam! 34 | let mut hash_state = SipHasher::new(); Sep 21 02:39:50.141 INFO kablam! | ^^^^^^^^^^^^^^ Sep 21 02:39:50.141 INFO kablam! Sep 21 02:39:50.206 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.35s Sep 21 02:39:50.209 INFO kablam! su: No module specific data is present Sep 21 02:39:50.893 INFO running `"docker" "rm" "-f" "e6aefac296a20175382e4fd558530ba769a3c9fd57686f8132ec2c5460d89537"` Sep 21 02:39:50.986 INFO blam! e6aefac296a20175382e4fd558530ba769a3c9fd57686f8132ec2c5460d89537