Sep 03 17:44:53.458 INFO checking loggerhead/shadowsocks-rust against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 03 17:44:53.458 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 03 17:44:53.459 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-1/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/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 +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 03 17:44:53.694 INFO blam! 73dba4522eff7765fa2c6d31c16e3ad84b8dfe2ca6e574a38173f1c1478576e9 Sep 03 17:44:53.702 INFO running `"docker" "start" "-a" "73dba4522eff7765fa2c6d31c16e3ad84b8dfe2ca6e574a38173f1c1478576e9"` Sep 03 17:44:54.486 INFO kablam! warning: file found to be present in multiple build targets: /source/src/bin/main.rs Sep 03 17:44:54.736 INFO kablam! Checking slog v1.7.1 Sep 03 17:44:54.739 INFO kablam! Checking lru_time_cache v0.5.0 Sep 03 17:44:54.742 INFO kablam! Checking try_opt v0.1.1 Sep 03 17:44:54.746 INFO kablam! Checking memchr v0.1.11 Sep 03 17:44:54.749 INFO kablam! Checking isatty v0.1.6 Sep 03 17:44:54.752 INFO kablam! Checking term_size v0.2.3 Sep 03 17:44:54.756 INFO kablam! Checking sig v1.0.0 Sep 03 17:44:54.759 INFO kablam! Checking daemonize v0.2.3 Sep 03 17:44:55.111 INFO kablam! Checking net2 v0.2.31 Sep 03 17:44:55.488 INFO kablam! Checking nix v0.5.1 Sep 03 17:44:55.511 INFO kablam! Checking toml v0.1.30 Sep 03 17:44:55.620 INFO kablam! Checking clap v2.18.0 Sep 03 17:44:55.960 INFO kablam! Checking aho-corasick v0.5.3 Sep 03 17:44:56.328 INFO kablam! Checking rust-crypto v0.2.36 Sep 03 17:44:57.247 INFO kablam! Checking thread-id v2.0.0 Sep 03 17:44:58.283 INFO kablam! Checking chrono v0.2.25 Sep 03 17:44:58.470 INFO kablam! Checking thread_local v0.2.7 Sep 03 17:44:58.585 INFO kablam! Checking slog-extra v0.1.2 Sep 03 17:45:00.063 INFO kablam! Checking slog-scope v0.2.2 Sep 03 17:45:00.987 INFO kablam! Checking miow v0.1.5 Sep 03 17:45:01.319 INFO kablam! Checking slog-stream v1.2.1 Sep 03 17:45:01.340 INFO kablam! Checking regex v0.1.80 Sep 03 17:45:07.959 INFO kablam! Checking slog-term v1.3.5 Sep 03 17:45:13.380 INFO kablam! Checking mio v0.5.1 Sep 03 17:45:17.077 INFO kablam! Checking shadowsocks v0.6.2 (file:///source) Sep 03 17:45:18.111 INFO kablam! warning: unused macro definition Sep 03 17:45:18.111 INFO kablam! --> src/util.rs:9:1 Sep 03 17:45:18.111 INFO kablam! | Sep 03 17:45:18.111 INFO kablam! 9 | / macro_rules! io_err { Sep 03 17:45:18.111 INFO kablam! 10 | | ($desc:expr) => ( io::Error::new(io::ErrorKind::Other, $desc) ); Sep 03 17:45:18.111 INFO kablam! 11 | | ($fmt:expr, $($arg:tt)*) => ( io::Error::new(io::ErrorKind::Other, format!($fmt, $($arg)*)) ); Sep 03 17:45:18.111 INFO kablam! 12 | | } Sep 03 17:45:18.111 INFO kablam! | |_^ Sep 03 17:45:18.118 INFO kablam! | Sep 03 17:45:18.119 INFO kablam! = note: #[warn(unused_macros)] on by default Sep 03 17:45:18.119 INFO kablam! Sep 03 17:45:18.164 INFO kablam! warning: unused macro definition Sep 03 17:45:18.164 INFO kablam! --> src/util.rs:9:1 Sep 03 17:45:18.164 INFO kablam! | Sep 03 17:45:18.164 INFO kablam! 9 | / macro_rules! io_err { Sep 03 17:45:18.164 INFO kablam! 10 | | ($desc:expr) => ( io::Error::new(io::ErrorKind::Other, $desc) ); Sep 03 17:45:18.164 INFO kablam! 11 | | ($fmt:expr, $($arg:tt)*) => ( io::Error::new(io::ErrorKind::Other, format!($fmt, $($arg)*)) ); Sep 03 17:45:18.164 INFO kablam! 12 | | } Sep 03 17:45:18.164 INFO kablam! | |_^ Sep 03 17:45:18.164 INFO kablam! | Sep 03 17:45:18.165 INFO kablam! = note: #[warn(unused_macros)] on by default Sep 03 17:45:18.165 INFO kablam! Sep 03 17:45:18.240 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 03 17:45:18.240 INFO kablam! --> src/config/running_config.rs:102:9 Sep 03 17:45:18.240 INFO kablam! | Sep 03 17:45:18.241 INFO kablam! 102 | env::home_dir() Sep 03 17:45:18.241 INFO kablam! | ^^^^^^^^^^^^^ Sep 03 17:45:18.241 INFO kablam! | Sep 03 17:45:18.241 INFO kablam! = note: #[warn(deprecated)] on by default Sep 03 17:45:18.241 INFO kablam! Sep 03 17:45:18.311 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 03 17:45:18.311 INFO kablam! --> src/config/running_config.rs:102:9 Sep 03 17:45:18.311 INFO kablam! | Sep 03 17:45:18.311 INFO kablam! 102 | env::home_dir() Sep 03 17:45:18.311 INFO kablam! | ^^^^^^^^^^^^^ Sep 03 17:45:18.311 INFO kablam! | Sep 03 17:45:18.311 INFO kablam! = note: #[warn(deprecated)] on by default Sep 03 17:45:18.311 INFO kablam! Sep 03 17:45:23.258 INFO kablam! warning: unused macro definition Sep 03 17:45:23.258 INFO kablam! --> tests/encrypt.rs:39:1 Sep 03 17:45:23.258 INFO kablam! | Sep 03 17:45:23.258 INFO kablam! 39 | / macro_rules! assert_raw_encrypt { Sep 03 17:45:23.258 INFO kablam! 40 | | ($cryptor:expr, $data:expr) => ( assert_do!($cryptor, raw_encrypt, $data) ) Sep 03 17:45:23.258 INFO kablam! 41 | | } Sep 03 17:45:23.258 INFO kablam! | |_^ Sep 03 17:45:23.258 INFO kablam! | Sep 03 17:45:23.258 INFO kablam! = note: #[warn(unused_macros)] on by default Sep 03 17:45:23.258 INFO kablam! Sep 03 17:45:23.258 INFO kablam! warning: unused macro definition Sep 03 17:45:23.258 INFO kablam! --> tests/encrypt.rs:43:1 Sep 03 17:45:23.258 INFO kablam! | Sep 03 17:45:23.258 INFO kablam! 43 | / macro_rules! assert_raw_decrypt { Sep 03 17:45:23.258 INFO kablam! 44 | | ($cryptor:expr, $data:expr) => ( assert_do!($cryptor, raw_decrypt, $data) ) Sep 03 17:45:23.259 INFO kablam! 45 | | } Sep 03 17:45:23.259 INFO kablam! | |_^ Sep 03 17:45:23.259 INFO kablam! Sep 03 17:45:23.714 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 29.24s Sep 03 17:45:23.750 INFO kablam! su: No module specific data is present Sep 03 17:45:24.287 INFO running `"docker" "rm" "-f" "73dba4522eff7765fa2c6d31c16e3ad84b8dfe2ca6e574a38173f1c1478576e9"` Sep 03 17:45:24.434 INFO blam! 73dba4522eff7765fa2c6d31c16e3ad84b8dfe2ca6e574a38173f1c1478576e9