Oct 12 22:27:24.082 INFO checking drager/pocket against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 12 22:27:24.082 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-0/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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 22:27:24.589 INFO blam! db6c8b105d9e0501b36079eeb89ce1cbe020c3287b8a0f7fc9ce50507f2e33ba Oct 12 22:27:24.591 INFO running `"docker" "start" "-a" "db6c8b105d9e0501b36079eeb89ce1cbe020c3287b8a0f7fc9ce50507f2e33ba"` Oct 12 22:27:25.571 INFO kablam! usermod: no changes Oct 12 22:27:25.960 INFO kablam! Checking mio v0.6.15 Oct 12 22:27:25.960 INFO kablam! Checking tokio-io v0.1.7 Oct 12 22:27:25.964 INFO kablam! Compiling openssl v0.10.11 Oct 12 22:27:25.964 INFO kablam! Compiling native-tls v0.2.1 Oct 12 22:27:25.970 INFO kablam! Checking crossbeam-epoch v0.4.3 Oct 12 22:27:25.970 INFO kablam! Checking dotenv v0.13.0 Oct 12 22:27:28.012 INFO kablam! Checking crossbeam-deque v0.3.1 Oct 12 22:27:29.668 INFO kablam! Checking tokio-codec v0.1.0 Oct 12 22:27:29.668 INFO kablam! Checking h2 v0.1.12 Oct 12 22:27:29.680 INFO kablam! Checking tokio-reactor v0.1.3 Oct 12 22:27:29.740 INFO kablam! Checking tokio-threadpool v0.1.5 Oct 12 22:27:31.999 INFO kablam! Checking tokio-tcp v0.1.1 Oct 12 22:27:32.965 INFO kablam! Checking tokio-udp v0.1.1 Oct 12 22:27:35.900 INFO kablam! Checking tokio-fs v0.1.3 Oct 12 22:27:37.808 INFO kablam! Checking tokio v0.1.7 Oct 12 22:27:40.989 INFO kablam! Checking hyper v0.12.7 Oct 12 22:27:44.588 INFO kablam! Checking hyper-tls v0.3.0 Oct 12 22:27:46.801 INFO kablam! Checking httper v0.1.0 Oct 12 22:27:49.488 INFO kablam! Checking pocket-api v0.1.0 (/source/pocket-api) Oct 12 22:27:53.556 INFO kablam! Checking pocket-cli v0.1.0 (/source/pocket-cli) Oct 12 22:27:59.800 INFO kablam! warning: function is never used: `write_to_file` Oct 12 22:27:59.800 INFO kablam! --> pocket-cli/src/config/mod.rs:5:1 Oct 12 22:27:59.800 INFO kablam! | Oct 12 22:27:59.800 INFO kablam! 5 | fn write_to_file(path: &Path, content: &[u8]) -> io::Result<()> { Oct 12 22:27:59.800 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:27:59.800 INFO kablam! | Oct 12 22:27:59.800 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 22:27:59.800 INFO kablam! Oct 12 22:27:59.800 INFO kablam! warning: function is never used: `create_folder` Oct 12 22:27:59.800 INFO kablam! --> pocket-cli/src/config/mod.rs:18:1 Oct 12 22:27:59.800 INFO kablam! | Oct 12 22:27:59.800 INFO kablam! 18 | fn create_folder(path: &Path) -> io::Result<()> { Oct 12 22:27:59.800 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:27:59.800 INFO kablam! Oct 12 22:27:59.800 INFO kablam! warning: type alias is never used: `BoxFut` Oct 12 22:27:59.800 INFO kablam! --> pocket-cli/src/server/mod.rs:8:1 Oct 12 22:27:59.800 INFO kablam! | Oct 12 22:27:59.800 INFO kablam! 8 | type BoxFut = Box, Error = hyper::Error> + Send>; Oct 12 22:27:59.800 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:27:59.800 INFO kablam! Oct 12 22:27:59.888 INFO kablam! warning: function is never used: `write_to_file` Oct 12 22:27:59.888 INFO kablam! --> pocket-cli/src/config/mod.rs:5:1 Oct 12 22:27:59.888 INFO kablam! | Oct 12 22:27:59.888 INFO kablam! 5 | fn write_to_file(path: &Path, content: &[u8]) -> io::Result<()> { Oct 12 22:27:59.888 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:27:59.888 INFO kablam! | Oct 12 22:27:59.888 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 22:27:59.888 INFO kablam! Oct 12 22:27:59.888 INFO kablam! warning: function is never used: `create_folder` Oct 12 22:27:59.888 INFO kablam! --> pocket-cli/src/config/mod.rs:18:1 Oct 12 22:27:59.888 INFO kablam! | Oct 12 22:27:59.888 INFO kablam! 18 | fn create_folder(path: &Path) -> io::Result<()> { Oct 12 22:27:59.888 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:27:59.888 INFO kablam! Oct 12 22:27:59.888 INFO kablam! warning: type alias is never used: `BoxFut` Oct 12 22:27:59.888 INFO kablam! --> pocket-cli/src/server/mod.rs:8:1 Oct 12 22:27:59.888 INFO kablam! | Oct 12 22:27:59.888 INFO kablam! 8 | type BoxFut = Box, Error = hyper::Error> + Send>; Oct 12 22:27:59.888 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:27:59.888 INFO kablam! Oct 12 22:28:03.742 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 38.14s Oct 12 22:28:03.762 INFO kablam! su: No module specific data is present Oct 12 22:28:04.402 INFO running `"docker" "rm" "-f" "db6c8b105d9e0501b36079eeb89ce1cbe020c3287b8a0f7fc9ce50507f2e33ba"` Oct 12 22:28:04.581 INFO blam! db6c8b105d9e0501b36079eeb89ce1cbe020c3287b8a0f7fc9ce50507f2e33ba