Sep 14 03:50:12.829 INFO checking loggerhead/shadowsocks-rust against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 03:50:12.829 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 03:50:12.829 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-6/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/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 +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 03:50:13.213 INFO blam! 26420230d77447d0590165b1bb63446f4cba3b2e253401eb76b74da648343acd Sep 14 03:50:13.220 INFO running `"docker" "start" "-a" "26420230d77447d0590165b1bb63446f4cba3b2e253401eb76b74da648343acd"` Sep 14 03:50:14.508 INFO kablam! usermod: no changes Sep 14 03:50:14.570 INFO kablam! warning: file found to be present in multiple build targets: /source/src/bin/main.rs Sep 14 03:50:14.783 INFO kablam! Checking slog v1.7.1 Sep 14 03:50:14.785 INFO kablam! Checking slab v0.1.3 Sep 14 03:50:14.785 INFO kablam! Checking strsim v0.5.2 Sep 14 03:50:14.785 INFO kablam! Checking unicode-segmentation v0.1.3 Sep 14 03:50:14.785 INFO kablam! Checking vec_map v0.6.0 Sep 14 03:50:14.785 INFO kablam! Checking bytes v0.3.0 Sep 14 03:50:14.785 INFO kablam! Checking try_opt v0.1.1 Sep 14 03:50:14.785 INFO kablam! Checking lru_time_cache v0.5.0 Sep 14 03:50:15.522 INFO kablam! Checking byteorder v0.5.3 Sep 14 03:50:16.560 INFO kablam! Compiling ws2_32-sys v0.2.1 Sep 14 03:50:16.769 INFO kablam! Checking memchr v0.1.11 Sep 14 03:50:16.785 INFO kablam! Checking isatty v0.1.6 Sep 14 03:50:17.368 INFO kablam! Checking term_size v0.2.3 Sep 14 03:50:17.680 INFO kablam! Checking daemonize v0.2.3 Sep 14 03:50:17.884 INFO kablam! Checking sig v1.0.0 Sep 14 03:50:17.950 INFO kablam! Compiling rust-crypto v0.2.36 Sep 14 03:50:18.019 INFO kablam! Checking net2 v0.2.31 Sep 14 03:50:18.036 INFO kablam! Checking nix v0.5.1 Sep 14 03:50:18.360 INFO kablam! Checking toml v0.1.30 Sep 14 03:50:19.308 INFO kablam! Checking aho-corasick v0.5.3 Sep 14 03:50:19.327 INFO kablam! Checking slog-scope v0.2.2 Sep 14 03:50:19.385 INFO kablam! Checking clap v2.18.0 Sep 14 03:50:20.442 INFO kablam! Checking slog-extra v0.1.2 Sep 14 03:50:21.003 INFO kablam! Checking thread-id v2.0.0 Sep 14 03:50:21.295 INFO kablam! Checking chrono v0.2.25 Sep 14 03:50:22.027 INFO kablam! Checking slog-stream v1.2.1 Sep 14 03:50:22.027 INFO kablam! Checking thread_local v0.2.7 Sep 14 03:50:22.751 INFO kablam! Checking miow v0.1.5 Sep 14 03:50:23.931 INFO kablam! Checking regex v0.1.80 Sep 14 03:50:29.655 INFO kablam! Checking slog-term v1.3.5 Sep 14 03:50:34.399 INFO kablam! Checking mio v0.5.1 Sep 14 03:50:39.334 INFO kablam! Checking shadowsocks v0.6.2 (file:///source) Sep 14 03:50:40.351 INFO kablam! warning: unused macro definition Sep 14 03:50:40.351 INFO kablam! --> src/util.rs:9:1 Sep 14 03:50:40.351 INFO kablam! | Sep 14 03:50:40.351 INFO kablam! 9 | / macro_rules! io_err { Sep 14 03:50:40.351 INFO kablam! 10 | | ($desc:expr) => ( io::Error::new(io::ErrorKind::Other, $desc) ); Sep 14 03:50:40.351 INFO kablam! 11 | | ($fmt:expr, $($arg:tt)*) => ( io::Error::new(io::ErrorKind::Other, format!($fmt, $($arg)*)) ); Sep 14 03:50:40.351 INFO kablam! 12 | | } Sep 14 03:50:40.351 INFO kablam! | |_^ Sep 14 03:50:40.363 INFO kablam! | Sep 14 03:50:40.364 INFO kablam! = note: #[warn(unused_macros)] on by default Sep 14 03:50:40.364 INFO kablam! Sep 14 03:50:40.419 INFO kablam! warning: unused macro definition Sep 14 03:50:40.419 INFO kablam! --> src/util.rs:9:1 Sep 14 03:50:40.419 INFO kablam! | Sep 14 03:50:40.419 INFO kablam! 9 | / macro_rules! io_err { Sep 14 03:50:40.419 INFO kablam! 10 | | ($desc:expr) => ( io::Error::new(io::ErrorKind::Other, $desc) ); Sep 14 03:50:40.419 INFO kablam! 11 | | ($fmt:expr, $($arg:tt)*) => ( io::Error::new(io::ErrorKind::Other, format!($fmt, $($arg)*)) ); Sep 14 03:50:40.419 INFO kablam! 12 | | } Sep 14 03:50:40.419 INFO kablam! | |_^ Sep 14 03:50:40.419 INFO kablam! | Sep 14 03:50:40.419 INFO kablam! = note: #[warn(unused_macros)] on by default Sep 14 03:50:40.419 INFO kablam! Sep 14 03:50:40.502 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 14 03:50:40.502 INFO kablam! --> src/config/running_config.rs:102:9 Sep 14 03:50:40.502 INFO kablam! | Sep 14 03:50:40.502 INFO kablam! 102 | env::home_dir() Sep 14 03:50:40.502 INFO kablam! | ^^^^^^^^^^^^^ Sep 14 03:50:40.507 INFO kablam! | Sep 14 03:50:40.508 INFO kablam! = note: #[warn(deprecated)] on by default Sep 14 03:50:40.508 INFO kablam! Sep 14 03:50:40.555 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 14 03:50:40.555 INFO kablam! --> src/config/running_config.rs:102:9 Sep 14 03:50:40.555 INFO kablam! | Sep 14 03:50:40.555 INFO kablam! 102 | env::home_dir() Sep 14 03:50:40.555 INFO kablam! | ^^^^^^^^^^^^^ Sep 14 03:50:40.555 INFO kablam! | Sep 14 03:50:40.555 INFO kablam! = note: #[warn(deprecated)] on by default Sep 14 03:50:40.555 INFO kablam! Sep 14 03:50:44.463 INFO kablam! warning: unused macro definition Sep 14 03:50:44.463 INFO kablam! --> tests/encrypt.rs:39:1 Sep 14 03:50:44.463 INFO kablam! | Sep 14 03:50:44.463 INFO kablam! 39 | / macro_rules! assert_raw_encrypt { Sep 14 03:50:44.463 INFO kablam! 40 | | ($cryptor:expr, $data:expr) => ( assert_do!($cryptor, raw_encrypt, $data) ) Sep 14 03:50:44.463 INFO kablam! 41 | | } Sep 14 03:50:44.463 INFO kablam! | |_^ Sep 14 03:50:44.463 INFO kablam! | Sep 14 03:50:44.463 INFO kablam! = note: #[warn(unused_macros)] on by default Sep 14 03:50:44.463 INFO kablam! Sep 14 03:50:44.463 INFO kablam! warning: unused macro definition Sep 14 03:50:44.463 INFO kablam! --> tests/encrypt.rs:43:1 Sep 14 03:50:44.463 INFO kablam! | Sep 14 03:50:44.463 INFO kablam! 43 | / macro_rules! assert_raw_decrypt { Sep 14 03:50:44.463 INFO kablam! 44 | | ($cryptor:expr, $data:expr) => ( assert_do!($cryptor, raw_decrypt, $data) ) Sep 14 03:50:44.463 INFO kablam! 45 | | } Sep 14 03:50:44.463 INFO kablam! | |_^ Sep 14 03:50:44.463 INFO kablam! Sep 14 03:50:44.859 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 30.33s Sep 14 03:50:44.927 INFO kablam! su: No module specific data is present Sep 14 03:50:46.137 INFO running `"docker" "rm" "-f" "26420230d77447d0590165b1bb63446f4cba3b2e253401eb76b74da648343acd"` Sep 14 03:50:46.355 INFO blam! 26420230d77447d0590165b1bb63446f4cba3b2e253401eb76b74da648343acd