Oct 12 18:16:55.600 INFO checking loggerhead/shadowsocks-rust against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 12 18:16:55.600 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-5/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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 12 18:16:55.952 INFO blam! 666bfdb8e6664e42d9de9aba3c6c1bdbe67993c59ba556c13c77ef66776569d6 Oct 12 18:16:55.955 INFO running `"docker" "start" "-a" "666bfdb8e6664e42d9de9aba3c6c1bdbe67993c59ba556c13c77ef66776569d6"` Oct 12 18:16:57.348 INFO kablam! usermod: no changes Oct 12 18:16:57.436 INFO kablam! warning: file found to be present in multiple build targets: /source/src/bin/main.rs Oct 12 18:16:57.665 INFO kablam! Checking slog v1.7.1 Oct 12 18:16:57.668 INFO kablam! Checking try_opt v0.1.1 Oct 12 18:16:57.668 INFO kablam! Checking lru_time_cache v0.5.0 Oct 12 18:16:57.698 INFO kablam! Checking term_size v0.2.3 Oct 12 18:16:57.698 INFO kablam! Checking isatty v0.1.6 Oct 12 18:16:57.698 INFO kablam! Checking daemonize v0.2.3 Oct 12 18:16:57.698 INFO kablam! Checking sig v1.0.0 Oct 12 18:16:57.700 INFO kablam! Checking net2 v0.2.31 Oct 12 18:16:59.252 INFO kablam! Checking nix v0.5.1 Oct 12 18:16:59.596 INFO kablam! Checking rust-crypto v0.2.36 Oct 12 18:16:59.668 INFO kablam! Checking chrono v0.2.25 Oct 12 18:16:59.896 INFO kablam! Checking clap v2.18.0 Oct 12 18:17:01.205 INFO kablam! Checking slog-extra v0.1.2 Oct 12 18:17:01.205 INFO kablam! Checking slog-scope v0.2.2 Oct 12 18:17:01.244 INFO kablam! Checking miow v0.1.5 Oct 12 18:17:03.286 INFO kablam! Checking slog-stream v1.2.1 Oct 12 18:17:07.001 INFO kablam! Checking slog-term v1.3.5 Oct 12 18:17:10.381 INFO kablam! Checking mio v0.5.1 Oct 12 18:17:12.007 INFO kablam! Checking shadowsocks v0.6.2 (/source) Oct 12 18:17:13.732 INFO kablam! warning: unused macro definition Oct 12 18:17:13.732 INFO kablam! --> src/util.rs:9:1 Oct 12 18:17:13.732 INFO kablam! | Oct 12 18:17:13.732 INFO kablam! 9 | / macro_rules! io_err { Oct 12 18:17:13.732 INFO kablam! 10 | | ($desc:expr) => ( io::Error::new(io::ErrorKind::Other, $desc) ); Oct 12 18:17:13.732 INFO kablam! 11 | | ($fmt:expr, $($arg:tt)*) => ( io::Error::new(io::ErrorKind::Other, format!($fmt, $($arg)*)) ); Oct 12 18:17:13.732 INFO kablam! 12 | | } Oct 12 18:17:13.732 INFO kablam! | |_^ Oct 12 18:17:13.732 INFO kablam! | Oct 12 18:17:13.732 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 12 18:17:13.732 INFO kablam! Oct 12 18:17:13.785 INFO kablam! warning: unused macro definition Oct 12 18:17:13.785 INFO kablam! --> src/util.rs:9:1 Oct 12 18:17:13.785 INFO kablam! | Oct 12 18:17:13.785 INFO kablam! 9 | / macro_rules! io_err { Oct 12 18:17:13.785 INFO kablam! 10 | | ($desc:expr) => ( io::Error::new(io::ErrorKind::Other, $desc) ); Oct 12 18:17:13.785 INFO kablam! 11 | | ($fmt:expr, $($arg:tt)*) => ( io::Error::new(io::ErrorKind::Other, format!($fmt, $($arg)*)) ); Oct 12 18:17:13.785 INFO kablam! 12 | | } Oct 12 18:17:13.785 INFO kablam! | |_^ Oct 12 18:17:13.785 INFO kablam! | Oct 12 18:17:13.785 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 12 18:17:13.785 INFO kablam! Oct 12 18:17:13.790 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 12 18:17:13.790 INFO kablam! --> src/config/running_config.rs:102:9 Oct 12 18:17:13.790 INFO kablam! | Oct 12 18:17:13.790 INFO kablam! 102 | env::home_dir() Oct 12 18:17:13.790 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 18:17:13.790 INFO kablam! | Oct 12 18:17:13.790 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 18:17:13.790 INFO kablam! Oct 12 18:17:13.872 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 12 18:17:13.872 INFO kablam! --> src/config/running_config.rs:102:9 Oct 12 18:17:13.872 INFO kablam! | Oct 12 18:17:13.872 INFO kablam! 102 | env::home_dir() Oct 12 18:17:13.872 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 18:17:13.872 INFO kablam! | Oct 12 18:17:13.872 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 18:17:13.872 INFO kablam! Oct 12 18:17:16.728 INFO kablam! warning: unused macro definition Oct 12 18:17:16.729 INFO kablam! --> tests/encrypt.rs:39:1 Oct 12 18:17:16.729 INFO kablam! | Oct 12 18:17:16.729 INFO kablam! 39 | / macro_rules! assert_raw_encrypt { Oct 12 18:17:16.729 INFO kablam! 40 | | ($cryptor:expr, $data:expr) => ( assert_do!($cryptor, raw_encrypt, $data) ) Oct 12 18:17:16.729 INFO kablam! 41 | | } Oct 12 18:17:16.729 INFO kablam! | |_^ Oct 12 18:17:16.729 INFO kablam! | Oct 12 18:17:16.729 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 12 18:17:16.729 INFO kablam! Oct 12 18:17:16.729 INFO kablam! warning: unused macro definition Oct 12 18:17:16.729 INFO kablam! --> tests/encrypt.rs:43:1 Oct 12 18:17:16.729 INFO kablam! | Oct 12 18:17:16.729 INFO kablam! 43 | / macro_rules! assert_raw_decrypt { Oct 12 18:17:16.729 INFO kablam! 44 | | ($cryptor:expr, $data:expr) => ( assert_do!($cryptor, raw_decrypt, $data) ) Oct 12 18:17:16.729 INFO kablam! 45 | | } Oct 12 18:17:16.729 INFO kablam! | |_^ Oct 12 18:17:16.729 INFO kablam! Oct 12 18:17:16.891 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 19.49s Oct 12 18:17:16.911 INFO kablam! su: No module specific data is present Oct 12 18:17:17.281 INFO running `"docker" "rm" "-f" "666bfdb8e6664e42d9de9aba3c6c1bdbe67993c59ba556c13c77ef66776569d6"` Oct 12 18:17:17.408 INFO blam! 666bfdb8e6664e42d9de9aba3c6c1bdbe67993c59ba556c13c77ef66776569d6