Oct 27 01:26:26.227 INFO checking loggerhead/shadowsocks-rust against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 01:26:26.228 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-55192-2/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 27 01:26:26.616 INFO blam! fa0ebd3171731f80d3a3b1fd0ee3511c03a69b21cf19748bd9d68d91d5a97566 Oct 27 01:26:26.623 INFO running `"docker" "start" "-a" "fa0ebd3171731f80d3a3b1fd0ee3511c03a69b21cf19748bd9d68d91d5a97566"` Oct 27 01:26:27.691 INFO kablam! usermod: no changes Oct 27 01:26:27.731 INFO kablam! warning: file found to be present in multiple build targets: /source/src/bin/main.rs Oct 27 01:26:27.887 INFO kablam! Checking slog v1.7.1 Oct 27 01:26:27.895 INFO kablam! Checking lru_time_cache v0.5.0 Oct 27 01:26:27.895 INFO kablam! Checking try_opt v0.1.1 Oct 27 01:26:27.896 INFO kablam! Checking net2 v0.2.31 Oct 27 01:26:27.896 INFO kablam! Checking memchr v0.1.11 Oct 27 01:26:27.896 INFO kablam! Checking term_size v0.2.3 Oct 27 01:26:27.897 INFO kablam! Checking daemonize v0.2.3 Oct 27 01:26:27.897 INFO kablam! Checking sig v1.0.0 Oct 27 01:26:29.211 INFO kablam! Checking rust-crypto v0.2.36 Oct 27 01:26:29.299 INFO kablam! Checking thread-id v2.0.0 Oct 27 01:26:29.490 INFO kablam! Checking chrono v0.2.25 Oct 27 01:26:29.580 INFO kablam! Checking aho-corasick v0.5.3 Oct 27 01:26:29.771 INFO kablam! Checking clap v2.18.0 Oct 27 01:26:30.940 INFO kablam! Checking miow v0.1.5 Oct 27 01:26:30.974 INFO kablam! Checking slog-extra v0.1.2 Oct 27 01:26:30.975 INFO kablam! Checking slog-scope v0.2.2 Oct 27 01:26:31.012 INFO kablam! Checking thread_local v0.2.7 Oct 27 01:26:32.619 INFO kablam! Checking mio v0.5.1 Oct 27 01:26:32.691 INFO kablam! Checking regex v0.1.80 Oct 27 01:26:33.992 INFO kablam! Checking slog-stream v1.2.1 Oct 27 01:26:37.271 INFO kablam! Checking slog-term v1.3.5 Oct 27 01:26:40.900 INFO kablam! Checking shadowsocks v0.6.2 (/source) Oct 27 01:26:42.263 INFO kablam! warning: unused macro definition Oct 27 01:26:42.263 INFO kablam! --> src/util.rs:9:1 Oct 27 01:26:42.263 INFO kablam! | Oct 27 01:26:42.263 INFO kablam! 9 | / macro_rules! io_err { Oct 27 01:26:42.263 INFO kablam! 10 | | ($desc:expr) => ( io::Error::new(io::ErrorKind::Other, $desc) ); Oct 27 01:26:42.263 INFO kablam! 11 | | ($fmt:expr, $($arg:tt)*) => ( io::Error::new(io::ErrorKind::Other, format!($fmt, $($arg)*)) ); Oct 27 01:26:42.263 INFO kablam! 12 | | } Oct 27 01:26:42.263 INFO kablam! | |_^ Oct 27 01:26:42.263 INFO kablam! | Oct 27 01:26:42.264 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 27 01:26:42.264 INFO kablam! Oct 27 01:26:42.342 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 27 01:26:42.342 INFO kablam! --> src/config/running_config.rs:102:9 Oct 27 01:26:42.342 INFO kablam! | Oct 27 01:26:42.342 INFO kablam! 102 | env::home_dir() Oct 27 01:26:42.342 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 01:26:42.342 INFO kablam! | Oct 27 01:26:42.342 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 01:26:42.342 INFO kablam! Oct 27 01:26:42.375 INFO kablam! warning: unused macro definition Oct 27 01:26:42.375 INFO kablam! --> src/util.rs:9:1 Oct 27 01:26:42.375 INFO kablam! | Oct 27 01:26:42.376 INFO kablam! 9 | / macro_rules! io_err { Oct 27 01:26:42.376 INFO kablam! 10 | | ($desc:expr) => ( io::Error::new(io::ErrorKind::Other, $desc) ); Oct 27 01:26:42.376 INFO kablam! 11 | | ($fmt:expr, $($arg:tt)*) => ( io::Error::new(io::ErrorKind::Other, format!($fmt, $($arg)*)) ); Oct 27 01:26:42.376 INFO kablam! 12 | | } Oct 27 01:26:42.376 INFO kablam! | |_^ Oct 27 01:26:42.376 INFO kablam! | Oct 27 01:26:42.376 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 27 01:26:42.376 INFO kablam! Oct 27 01:26:42.461 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 27 01:26:42.461 INFO kablam! --> src/config/running_config.rs:102:9 Oct 27 01:26:42.461 INFO kablam! | Oct 27 01:26:42.461 INFO kablam! 102 | env::home_dir() Oct 27 01:26:42.461 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 01:26:42.461 INFO kablam! | Oct 27 01:26:42.461 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 01:26:42.461 INFO kablam! Oct 27 01:26:46.015 INFO kablam! warning: unused macro definition Oct 27 01:26:46.015 INFO kablam! --> tests/encrypt.rs:39:1 Oct 27 01:26:46.015 INFO kablam! | Oct 27 01:26:46.015 INFO kablam! 39 | / macro_rules! assert_raw_encrypt { Oct 27 01:26:46.015 INFO kablam! 40 | | ($cryptor:expr, $data:expr) => ( assert_do!($cryptor, raw_encrypt, $data) ) Oct 27 01:26:46.015 INFO kablam! 41 | | } Oct 27 01:26:46.015 INFO kablam! | |_^ Oct 27 01:26:46.015 INFO kablam! | Oct 27 01:26:46.015 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 27 01:26:46.015 INFO kablam! Oct 27 01:26:46.015 INFO kablam! warning: unused macro definition Oct 27 01:26:46.015 INFO kablam! --> tests/encrypt.rs:43:1 Oct 27 01:26:46.015 INFO kablam! | Oct 27 01:26:46.016 INFO kablam! 43 | / macro_rules! assert_raw_decrypt { Oct 27 01:26:46.016 INFO kablam! 44 | | ($cryptor:expr, $data:expr) => ( assert_do!($cryptor, raw_decrypt, $data) ) Oct 27 01:26:46.016 INFO kablam! 45 | | } Oct 27 01:26:46.016 INFO kablam! | |_^ Oct 27 01:26:46.016 INFO kablam! Oct 27 01:26:46.407 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 18.68s Oct 27 01:26:46.415 INFO kablam! su: No module specific data is present Oct 27 01:26:47.651 INFO running `"docker" "rm" "-f" "fa0ebd3171731f80d3a3b1fd0ee3511c03a69b21cf19748bd9d68d91d5a97566"` Oct 27 01:26:47.895 INFO blam! fa0ebd3171731f80d3a3b1fd0ee3511c03a69b21cf19748bd9d68d91d5a97566