Oct 21 16:07:56.072 INFO checking loggerhead/shadowsocks-rust against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 16:07:56.072 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 21 16:07:56.515 INFO blam! 179bbe6d40472bdf078f6a00fffdf95b578c95f54df0066cf4bb5bcc0f401274 Oct 21 16:07:56.516 INFO running `"docker" "start" "-a" "179bbe6d40472bdf078f6a00fffdf95b578c95f54df0066cf4bb5bcc0f401274"` Oct 21 16:07:57.755 INFO kablam! usermod: no changes Oct 21 16:07:57.820 INFO kablam! warning: file found to be present in multiple build targets: /source/src/bin/main.rs Oct 21 16:07:57.996 INFO kablam! Checking slog v1.7.1 Oct 21 16:07:57.997 INFO kablam! Checking try_opt v0.1.1 Oct 21 16:07:57.997 INFO kablam! Checking lru_time_cache v0.5.0 Oct 21 16:07:57.997 INFO kablam! Checking memchr v0.1.11 Oct 21 16:07:57.998 INFO kablam! Checking term_size v0.2.3 Oct 21 16:07:57.998 INFO kablam! Checking isatty v0.1.6 Oct 21 16:07:57.999 INFO kablam! Checking daemonize v0.2.3 Oct 21 16:07:57.999 INFO kablam! Checking sig v1.0.0 Oct 21 16:07:59.137 INFO kablam! Checking net2 v0.2.31 Oct 21 16:07:59.724 INFO kablam! Checking toml v0.1.30 Oct 21 16:07:59.844 INFO kablam! Checking thread-id v2.0.0 Oct 21 16:08:00.114 INFO kablam! Checking chrono v0.2.25 Oct 21 16:08:00.544 INFO kablam! Checking clap v2.18.0 Oct 21 16:08:00.622 INFO kablam! Checking aho-corasick v0.5.3 Oct 21 16:08:01.492 INFO kablam! Checking thread_local v0.2.7 Oct 21 16:08:01.760 INFO kablam! Checking slog-extra v0.1.2 Oct 21 16:08:01.762 INFO kablam! Checking slog-scope v0.2.2 Oct 21 16:08:03.524 INFO kablam! Checking miow v0.1.5 Oct 21 16:08:04.404 INFO kablam! Checking slog-stream v1.2.1 Oct 21 16:08:04.780 INFO kablam! Checking regex v0.1.80 Oct 21 16:08:04.900 INFO kablam! Checking mio v0.5.1 Oct 21 16:08:08.973 INFO kablam! Checking slog-term v1.3.5 Oct 21 16:08:13.822 INFO kablam! Checking shadowsocks v0.6.2 (/source) Oct 21 16:08:16.228 INFO kablam! warning: unused macro definition Oct 21 16:08:16.228 INFO kablam! --> src/util.rs:9:1 Oct 21 16:08:16.228 INFO kablam! | Oct 21 16:08:16.228 INFO kablam! 9 | / macro_rules! io_err { Oct 21 16:08:16.228 INFO kablam! 10 | | ($desc:expr) => ( io::Error::new(io::ErrorKind::Other, $desc) ); Oct 21 16:08:16.228 INFO kablam! 11 | | ($fmt:expr, $($arg:tt)*) => ( io::Error::new(io::ErrorKind::Other, format!($fmt, $($arg)*)) ); Oct 21 16:08:16.228 INFO kablam! 12 | | } Oct 21 16:08:16.228 INFO kablam! | |_^ Oct 21 16:08:16.228 INFO kablam! | Oct 21 16:08:16.228 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 21 16:08:16.228 INFO kablam! Oct 21 16:08:16.320 INFO kablam! warning: unused macro definition Oct 21 16:08:16.320 INFO kablam! --> src/util.rs:9:1 Oct 21 16:08:16.320 INFO kablam! | Oct 21 16:08:16.320 INFO kablam! 9 | / macro_rules! io_err { Oct 21 16:08:16.320 INFO kablam! 10 | | ($desc:expr) => ( io::Error::new(io::ErrorKind::Other, $desc) ); Oct 21 16:08:16.320 INFO kablam! 11 | | ($fmt:expr, $($arg:tt)*) => ( io::Error::new(io::ErrorKind::Other, format!($fmt, $($arg)*)) ); Oct 21 16:08:16.320 INFO kablam! 12 | | } Oct 21 16:08:16.320 INFO kablam! | |_^ Oct 21 16:08:16.320 INFO kablam! | Oct 21 16:08:16.320 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 21 16:08:16.320 INFO kablam! Oct 21 16:08:16.364 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. Oct 21 16:08:16.364 INFO kablam! --> src/config/running_config.rs:102:9 Oct 21 16:08:16.364 INFO kablam! | Oct 21 16:08:16.364 INFO kablam! 102 | env::home_dir() Oct 21 16:08:16.364 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 16:08:16.364 INFO kablam! | Oct 21 16:08:16.364 INFO kablam! = note: #[warn(deprecated)] on by default Oct 21 16:08:16.364 INFO kablam! Oct 21 16:08:16.468 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. Oct 21 16:08:16.468 INFO kablam! --> src/config/running_config.rs:102:9 Oct 21 16:08:16.468 INFO kablam! | Oct 21 16:08:16.468 INFO kablam! 102 | env::home_dir() Oct 21 16:08:16.468 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 16:08:16.468 INFO kablam! | Oct 21 16:08:16.468 INFO kablam! = note: #[warn(deprecated)] on by default Oct 21 16:08:16.468 INFO kablam! Oct 21 16:08:21.664 INFO kablam! warning: unused macro definition Oct 21 16:08:21.664 INFO kablam! --> tests/encrypt.rs:39:1 Oct 21 16:08:21.664 INFO kablam! | Oct 21 16:08:21.664 INFO kablam! 39 | / macro_rules! assert_raw_encrypt { Oct 21 16:08:21.664 INFO kablam! 40 | | ($cryptor:expr, $data:expr) => ( assert_do!($cryptor, raw_encrypt, $data) ) Oct 21 16:08:21.664 INFO kablam! 41 | | } Oct 21 16:08:21.664 INFO kablam! | |_^ Oct 21 16:08:21.664 INFO kablam! | Oct 21 16:08:21.664 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 21 16:08:21.664 INFO kablam! Oct 21 16:08:21.664 INFO kablam! warning: unused macro definition Oct 21 16:08:21.664 INFO kablam! --> tests/encrypt.rs:43:1 Oct 21 16:08:21.664 INFO kablam! | Oct 21 16:08:21.664 INFO kablam! 43 | / macro_rules! assert_raw_decrypt { Oct 21 16:08:21.664 INFO kablam! 44 | | ($cryptor:expr, $data:expr) => ( assert_do!($cryptor, raw_decrypt, $data) ) Oct 21 16:08:21.664 INFO kablam! 45 | | } Oct 21 16:08:21.664 INFO kablam! | |_^ Oct 21 16:08:21.664 INFO kablam! Oct 21 16:08:22.100 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 24.31s Oct 21 16:08:22.121 INFO kablam! su: No module specific data is present Oct 21 16:08:23.194 INFO running `"docker" "rm" "-f" "179bbe6d40472bdf078f6a00fffdf95b578c95f54df0066cf4bb5bcc0f401274"` Oct 21 16:08:23.528 INFO blam! 179bbe6d40472bdf078f6a00fffdf95b578c95f54df0066cf4bb5bcc0f401274