Sep 01 14:35:46.765 INFO checking loggerhead/shadowsocks-rust against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 01 14:35:46.765 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 01 14:35:46.765 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-0/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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 +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 14:35:46.937 INFO blam! 53f22bc4d3f3f9621019a115d32acb050866748a477d86e73f4d818d8f737b6f Sep 01 14:35:46.940 INFO running `"docker" "start" "-a" "53f22bc4d3f3f9621019a115d32acb050866748a477d86e73f4d818d8f737b6f"` Sep 01 14:35:47.613 INFO kablam! warning: file found to be present in multiple build targets: /source/src/bin/main.rs Sep 01 14:35:47.859 INFO kablam! Checking slog v1.7.1 Sep 01 14:35:47.859 INFO kablam! Checking try_opt v0.1.1 Sep 01 14:35:47.859 INFO kablam! Checking lru_time_cache v0.5.0 Sep 01 14:35:47.859 INFO kablam! Checking net2 v0.2.31 Sep 01 14:35:47.859 INFO kablam! Checking term_size v0.2.3 Sep 01 14:35:47.859 INFO kablam! Checking isatty v0.1.6 Sep 01 14:35:47.870 INFO kablam! Checking sig v1.0.0 Sep 01 14:35:47.880 INFO kablam! Checking daemonize v0.2.3 Sep 01 14:35:48.587 INFO kablam! Checking toml v0.1.30 Sep 01 14:35:48.640 INFO kablam! Checking clap v2.18.0 Sep 01 14:35:48.688 INFO kablam! Checking rust-crypto v0.2.36 Sep 01 14:35:48.753 INFO kablam! Checking chrono v0.2.25 Sep 01 14:35:50.061 INFO kablam! Checking slog-extra v0.1.2 Sep 01 14:35:50.061 INFO kablam! Checking slog-scope v0.2.2 Sep 01 14:35:50.719 INFO kablam! Checking miow v0.1.5 Sep 01 14:35:51.316 INFO kablam! Checking mio v0.5.1 Sep 01 14:35:51.336 INFO kablam! Checking slog-stream v1.2.1 Sep 01 14:35:56.493 INFO kablam! Checking slog-term v1.3.5 Sep 01 14:36:04.863 INFO kablam! Checking shadowsocks v0.6.2 (file:///source) Sep 01 14:36:05.921 INFO kablam! warning: unused macro definition Sep 01 14:36:05.921 INFO kablam! --> src/util.rs:9:1 Sep 01 14:36:05.921 INFO kablam! | Sep 01 14:36:05.921 INFO kablam! 9 | / macro_rules! io_err { Sep 01 14:36:05.921 INFO kablam! 10 | | ($desc:expr) => ( io::Error::new(io::ErrorKind::Other, $desc) ); Sep 01 14:36:05.921 INFO kablam! 11 | | ($fmt:expr, $($arg:tt)*) => ( io::Error::new(io::ErrorKind::Other, format!($fmt, $($arg)*)) ); Sep 01 14:36:05.921 INFO kablam! 12 | | } Sep 01 14:36:05.921 INFO kablam! | |_^ Sep 01 14:36:05.921 INFO kablam! | Sep 01 14:36:05.922 INFO kablam! = note: #[warn(unused_macros)] on by default Sep 01 14:36:05.922 INFO kablam! Sep 01 14:36:06.037 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 14:36:06.037 INFO kablam! --> src/config/running_config.rs:102:9 Sep 01 14:36:06.037 INFO kablam! | Sep 01 14:36:06.037 INFO kablam! 102 | env::home_dir() Sep 01 14:36:06.038 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 14:36:06.038 INFO kablam! | Sep 01 14:36:06.038 INFO kablam! = note: #[warn(deprecated)] on by default Sep 01 14:36:06.038 INFO kablam! Sep 01 14:36:06.116 INFO kablam! warning: unused macro definition Sep 01 14:36:06.116 INFO kablam! --> src/util.rs:9:1 Sep 01 14:36:06.116 INFO kablam! | Sep 01 14:36:06.116 INFO kablam! 9 | / macro_rules! io_err { Sep 01 14:36:06.116 INFO kablam! 10 | | ($desc:expr) => ( io::Error::new(io::ErrorKind::Other, $desc) ); Sep 01 14:36:06.117 INFO kablam! 11 | | ($fmt:expr, $($arg:tt)*) => ( io::Error::new(io::ErrorKind::Other, format!($fmt, $($arg)*)) ); Sep 01 14:36:06.117 INFO kablam! 12 | | } Sep 01 14:36:06.117 INFO kablam! | |_^ Sep 01 14:36:06.117 INFO kablam! | Sep 01 14:36:06.117 INFO kablam! = note: #[warn(unused_macros)] on by default Sep 01 14:36:06.117 INFO kablam! Sep 01 14:36:06.233 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 14:36:06.233 INFO kablam! --> src/config/running_config.rs:102:9 Sep 01 14:36:06.233 INFO kablam! | Sep 01 14:36:06.233 INFO kablam! 102 | env::home_dir() Sep 01 14:36:06.233 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 14:36:06.233 INFO kablam! | Sep 01 14:36:06.233 INFO kablam! = note: #[warn(deprecated)] on by default Sep 01 14:36:06.233 INFO kablam! Sep 01 14:36:11.024 INFO kablam! warning: unused macro definition Sep 01 14:36:11.024 INFO kablam! --> tests/encrypt.rs:39:1 Sep 01 14:36:11.024 INFO kablam! | Sep 01 14:36:11.025 INFO kablam! 39 | / macro_rules! assert_raw_encrypt { Sep 01 14:36:11.025 INFO kablam! 40 | | ($cryptor:expr, $data:expr) => ( assert_do!($cryptor, raw_encrypt, $data) ) Sep 01 14:36:11.025 INFO kablam! 41 | | } Sep 01 14:36:11.025 INFO kablam! | |_^ Sep 01 14:36:11.025 INFO kablam! | Sep 01 14:36:11.025 INFO kablam! = note: #[warn(unused_macros)] on by default Sep 01 14:36:11.025 INFO kablam! Sep 01 14:36:11.025 INFO kablam! warning: unused macro definition Sep 01 14:36:11.025 INFO kablam! --> tests/encrypt.rs:43:1 Sep 01 14:36:11.025 INFO kablam! | Sep 01 14:36:11.025 INFO kablam! 43 | / macro_rules! assert_raw_decrypt { Sep 01 14:36:11.025 INFO kablam! 44 | | ($cryptor:expr, $data:expr) => ( assert_do!($cryptor, raw_decrypt, $data) ) Sep 01 14:36:11.025 INFO kablam! 45 | | } Sep 01 14:36:11.025 INFO kablam! | |_^ Sep 01 14:36:11.025 INFO kablam! Sep 01 14:36:11.526 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 23.92s Sep 01 14:36:11.549 INFO kablam! su: No module specific data is present Sep 01 14:36:12.079 INFO running `"docker" "rm" "-f" "53f22bc4d3f3f9621019a115d32acb050866748a477d86e73f4d818d8f737b6f"` Sep 01 14:36:12.238 INFO blam! 53f22bc4d3f3f9621019a115d32acb050866748a477d86e73f4d818d8f737b6f