Sep 19 13:06:33.038 INFO checking loggerhead/shadowsocks-rust against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 19 13:06:33.038 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 19 13:06:33.038 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-6/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/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 +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 13:06:33.441 INFO blam! 2de021b4cc9285002a14fe0a5b9aefd0477d915626ed11272435c3b62bdb340a Sep 19 13:06:33.444 INFO running `"docker" "start" "-a" "2de021b4cc9285002a14fe0a5b9aefd0477d915626ed11272435c3b62bdb340a"` Sep 19 13:06:35.044 INFO kablam! usermod: no changes Sep 19 13:06:35.156 INFO kablam! warning: file found to be present in multiple build targets: /source/src/bin/main.rs Sep 19 13:06:35.350 INFO kablam! Checking num-traits v0.1.42 Sep 19 13:06:35.363 INFO kablam! Checking slog v1.7.1 Sep 19 13:06:35.363 INFO kablam! Checking bytes v0.3.0 Sep 19 13:06:35.381 INFO kablam! Checking slab v0.1.3 Sep 19 13:06:35.387 INFO kablam! Checking try_opt v0.1.1 Sep 19 13:06:35.387 INFO kablam! Checking lru_time_cache v0.5.0 Sep 19 13:06:35.387 INFO kablam! Compiling ws2_32-sys v0.2.1 Sep 19 13:06:35.387 INFO kablam! Checking memchr v0.1.11 Sep 19 13:06:36.187 INFO kablam! Checking isatty v0.1.6 Sep 19 13:06:36.751 INFO kablam! Checking term_size v0.2.3 Sep 19 13:06:36.782 INFO kablam! Checking daemonize v0.2.3 Sep 19 13:06:37.041 INFO kablam! Checking sig v1.0.0 Sep 19 13:06:37.083 INFO kablam! Checking net2 v0.2.31 Sep 19 13:06:37.347 INFO kablam! Checking nix v0.5.1 Sep 19 13:06:37.655 INFO kablam! Checking toml v0.1.30 Sep 19 13:06:38.359 INFO kablam! Checking aho-corasick v0.5.3 Sep 19 13:06:38.867 INFO kablam! Checking slog-scope v0.2.2 Sep 19 13:06:38.967 INFO kablam! Checking clap v2.18.0 Sep 19 13:06:39.270 INFO kablam! Checking slog-extra v0.1.2 Sep 19 13:06:40.095 INFO kablam! Checking rust-crypto v0.2.36 Sep 19 13:06:40.343 INFO kablam! Checking thread-id v2.0.0 Sep 19 13:06:41.410 INFO kablam! Checking slog-stream v1.2.1 Sep 19 13:06:41.450 INFO kablam! Checking num-integer v0.1.35 Sep 19 13:06:41.583 INFO kablam! Checking miow v0.1.5 Sep 19 13:06:42.302 INFO kablam! Checking thread_local v0.2.7 Sep 19 13:06:43.326 INFO kablam! Checking num-iter v0.1.34 Sep 19 13:06:43.731 INFO kablam! Checking regex v0.1.80 Sep 19 13:06:44.387 INFO kablam! Checking num v0.1.41 Sep 19 13:06:44.937 INFO kablam! Checking chrono v0.2.25 Sep 19 13:06:53.111 INFO kablam! Checking mio v0.5.1 Sep 19 13:06:53.637 INFO kablam! Checking slog-term v1.3.5 Sep 19 13:06:59.748 INFO kablam! Checking shadowsocks v0.6.2 (/source) Sep 19 13:07:00.639 INFO kablam! warning: unused macro definition Sep 19 13:07:00.639 INFO kablam! --> src/util.rs:9:1 Sep 19 13:07:00.639 INFO kablam! | Sep 19 13:07:00.639 INFO kablam! 9 | / macro_rules! io_err { Sep 19 13:07:00.639 INFO kablam! 10 | | ($desc:expr) => ( io::Error::new(io::ErrorKind::Other, $desc) ); Sep 19 13:07:00.639 INFO kablam! 11 | | ($fmt:expr, $($arg:tt)*) => ( io::Error::new(io::ErrorKind::Other, format!($fmt, $($arg)*)) ); Sep 19 13:07:00.639 INFO kablam! 12 | | } Sep 19 13:07:00.640 INFO kablam! | |_^ Sep 19 13:07:00.640 INFO kablam! | Sep 19 13:07:00.640 INFO kablam! = note: #[warn(unused_macros)] on by default Sep 19 13:07:00.640 INFO kablam! Sep 19 13:07:00.744 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 19 13:07:00.745 INFO kablam! --> src/config/running_config.rs:102:9 Sep 19 13:07:00.745 INFO kablam! | Sep 19 13:07:00.745 INFO kablam! 102 | env::home_dir() Sep 19 13:07:00.745 INFO kablam! | ^^^^^^^^^^^^^ Sep 19 13:07:00.746 INFO kablam! | Sep 19 13:07:00.746 INFO kablam! = note: #[warn(deprecated)] on by default Sep 19 13:07:00.746 INFO kablam! Sep 19 13:07:01.021 INFO kablam! warning: unused macro definition Sep 19 13:07:01.021 INFO kablam! --> src/util.rs:9:1 Sep 19 13:07:01.021 INFO kablam! | Sep 19 13:07:01.021 INFO kablam! 9 | / macro_rules! io_err { Sep 19 13:07:01.021 INFO kablam! 10 | | ($desc:expr) => ( io::Error::new(io::ErrorKind::Other, $desc) ); Sep 19 13:07:01.021 INFO kablam! 11 | | ($fmt:expr, $($arg:tt)*) => ( io::Error::new(io::ErrorKind::Other, format!($fmt, $($arg)*)) ); Sep 19 13:07:01.021 INFO kablam! 12 | | } Sep 19 13:07:01.021 INFO kablam! | |_^ Sep 19 13:07:01.021 INFO kablam! | Sep 19 13:07:01.021 INFO kablam! = note: #[warn(unused_macros)] on by default Sep 19 13:07:01.022 INFO kablam! Sep 19 13:07:01.192 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 19 13:07:01.193 INFO kablam! --> src/config/running_config.rs:102:9 Sep 19 13:07:01.193 INFO kablam! | Sep 19 13:07:01.194 INFO kablam! 102 | env::home_dir() Sep 19 13:07:01.194 INFO kablam! | ^^^^^^^^^^^^^ Sep 19 13:07:01.195 INFO kablam! | Sep 19 13:07:01.195 INFO kablam! = note: #[warn(deprecated)] on by default Sep 19 13:07:01.195 INFO kablam! Sep 19 13:07:04.511 INFO kablam! warning: unused macro definition Sep 19 13:07:04.511 INFO kablam! --> tests/encrypt.rs:39:1 Sep 19 13:07:04.511 INFO kablam! | Sep 19 13:07:04.511 INFO kablam! 39 | / macro_rules! assert_raw_encrypt { Sep 19 13:07:04.511 INFO kablam! 40 | | ($cryptor:expr, $data:expr) => ( assert_do!($cryptor, raw_encrypt, $data) ) Sep 19 13:07:04.511 INFO kablam! 41 | | } Sep 19 13:07:04.511 INFO kablam! | |_^ Sep 19 13:07:04.511 INFO kablam! | Sep 19 13:07:04.511 INFO kablam! = note: #[warn(unused_macros)] on by default Sep 19 13:07:04.511 INFO kablam! Sep 19 13:07:04.511 INFO kablam! warning: unused macro definition Sep 19 13:07:04.511 INFO kablam! --> tests/encrypt.rs:43:1 Sep 19 13:07:04.511 INFO kablam! | Sep 19 13:07:04.511 INFO kablam! 43 | / macro_rules! assert_raw_decrypt { Sep 19 13:07:04.511 INFO kablam! 44 | | ($cryptor:expr, $data:expr) => ( assert_do!($cryptor, raw_decrypt, $data) ) Sep 19 13:07:04.511 INFO kablam! 45 | | } Sep 19 13:07:04.511 INFO kablam! | |_^ Sep 19 13:07:04.511 INFO kablam! Sep 19 13:07:04.985 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 29.89s Sep 19 13:07:05.011 INFO kablam! su: No module specific data is present Sep 19 13:07:06.037 INFO running `"docker" "rm" "-f" "2de021b4cc9285002a14fe0a5b9aefd0477d915626ed11272435c3b62bdb340a"` Sep 19 13:07:06.316 INFO blam! 2de021b4cc9285002a14fe0a5b9aefd0477d915626ed11272435c3b62bdb340a