Oct 26 21:30:16.968 INFO checking saturday06/sublimit against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 26 21:30:16.968 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-7/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 26 21:30:17.423 INFO blam! cd0fccd55c8ed1d4f3a26dd18cd3a8c985a32c78fd4ec69bd95fb24343fc46d0 Oct 26 21:30:17.435 INFO running `"docker" "start" "-a" "cd0fccd55c8ed1d4f3a26dd18cd3a8c985a32c78fd4ec69bd95fb24343fc46d0"` Oct 26 21:30:18.361 INFO kablam! usermod: no changes Oct 26 21:30:18.514 INFO kablam! Checking iovec v0.1.0 Oct 26 21:30:18.514 INFO kablam! Checking memchr v1.0.1 Oct 26 21:30:18.515 INFO kablam! Checking time v0.1.38 Oct 26 21:30:18.515 INFO kablam! Checking net2 v0.2.30 Oct 26 21:30:18.515 INFO kablam! Checking futures-cpupool v0.1.5 Oct 26 21:30:19.103 INFO kablam! Checking bytes v0.4.4 Oct 26 21:30:19.119 INFO kablam! Checking aho-corasick v0.6.3 Oct 26 21:30:19.407 INFO kablam! Checking mio v0.6.9 Oct 26 21:30:20.019 INFO kablam! Checking regex v0.2.2 Oct 26 21:30:20.616 INFO kablam! Checking tokio-io v0.1.2 Oct 26 21:30:21.735 INFO kablam! Checking tokio-core v0.1.9 Oct 26 21:30:22.851 INFO kablam! Checking env_logger v0.4.3 Oct 26 21:30:23.191 INFO kablam! Checking tokio-proto v0.1.1 Oct 26 21:30:23.333 INFO kablam! Checking pretty_env_logger v0.1.1 Oct 26 21:30:25.743 INFO kablam! Checking hyper v0.11.1 Oct 26 21:30:30.219 INFO kablam! Checking revproxy v0.1.0 (/source) Oct 26 21:30:31.147 INFO kablam! error: unused import: `std::io` Oct 26 21:30:31.147 INFO kablam! --> src/main.rs:6:5 Oct 26 21:30:31.147 INFO kablam! | Oct 26 21:30:31.147 INFO kablam! 6 | use std::io; Oct 26 21:30:31.147 INFO kablam! | ^^^^^^^ Oct 26 21:30:31.147 INFO kablam! | Oct 26 21:30:31.147 INFO kablam! note: lint level defined here Oct 26 21:30:31.147 INFO kablam! --> src/main.rs:1:9 Oct 26 21:30:31.147 INFO kablam! | Oct 26 21:30:31.147 INFO kablam! 1 | #![deny(warnings)] Oct 26 21:30:31.147 INFO kablam! | ^^^^^^^^ Oct 26 21:30:31.147 INFO kablam! = note: #[deny(unused_imports)] implied by #[deny(warnings)] Oct 26 21:30:31.147 INFO kablam! Oct 26 21:30:31.147 INFO kablam! error: unused import: `Post` Oct 26 21:30:31.147 INFO kablam! --> src/main.rs:8:18 Oct 26 21:30:31.147 INFO kablam! | Oct 26 21:30:31.147 INFO kablam! 8 | use hyper::{Get, Post, StatusCode}; Oct 26 21:30:31.147 INFO kablam! | ^^^^ Oct 26 21:30:31.147 INFO kablam! Oct 26 21:30:31.147 INFO kablam! error: unused import: `std::io` Oct 26 21:30:31.147 INFO kablam! --> src/main.rs:6:5 Oct 26 21:30:31.147 INFO kablam! | Oct 26 21:30:31.147 INFO kablam! 6 | use std::io; Oct 26 21:30:31.147 INFO kablam! | ^^^^^^^ Oct 26 21:30:31.147 INFO kablam! | Oct 26 21:30:31.147 INFO kablam! note: lint level defined here Oct 26 21:30:31.147 INFO kablam! --> src/main.rs:1:9 Oct 26 21:30:31.147 INFO kablam! | Oct 26 21:30:31.147 INFO kablam! 1 | #![deny(warnings)] Oct 26 21:30:31.147 INFO kablam! | ^^^^^^^^ Oct 26 21:30:31.147 INFO kablam! = note: #[deny(unused_imports)] implied by #[deny(warnings)] Oct 26 21:30:31.147 INFO kablam! Oct 26 21:30:31.147 INFO kablam! error: unused import: `Post` Oct 26 21:30:31.147 INFO kablam! --> src/main.rs:8:18 Oct 26 21:30:31.147 INFO kablam! | Oct 26 21:30:31.147 INFO kablam! 8 | use hyper::{Get, Post, StatusCode}; Oct 26 21:30:31.147 INFO kablam! | ^^^^ Oct 26 21:30:31.147 INFO kablam! Oct 26 21:30:31.202 INFO kablam! error: aborting due to 2 previous errors Oct 26 21:30:31.203 INFO kablam! Oct 26 21:30:31.203 INFO kablam! error: Could not compile `revproxy`. Oct 26 21:30:31.203 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 26 21:30:31.259 INFO kablam! error: aborting due to 2 previous errors Oct 26 21:30:31.259 INFO kablam! Oct 26 21:30:31.307 INFO kablam! error: Could not compile `revproxy`. Oct 26 21:30:31.307 INFO kablam! Oct 26 21:30:31.307 INFO kablam! To learn more, run the command again with --verbose. Oct 26 21:30:31.307 INFO kablam! su: No module specific data is present Oct 26 21:30:32.155 INFO running `"docker" "rm" "-f" "cd0fccd55c8ed1d4f3a26dd18cd3a8c985a32c78fd4ec69bd95fb24343fc46d0"` Oct 26 21:30:32.505 INFO blam! cd0fccd55c8ed1d4f3a26dd18cd3a8c985a32c78fd4ec69bd95fb24343fc46d0