Oct 21 14:04:13.755 INFO checking saturday06/sublimit against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 14:04:13.756 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-6/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 14:04:14.156 INFO blam! 2b5f16d6879bfaf5aa0c67f8a568bdc6381d193403dfd7082d9d3258d9363d72 Oct 21 14:04:14.159 INFO running `"docker" "start" "-a" "2b5f16d6879bfaf5aa0c67f8a568bdc6381d193403dfd7082d9d3258d9363d72"` Oct 21 14:04:15.532 INFO kablam! usermod: no changes Oct 21 14:04:15.725 INFO kablam! Checking iovec v0.1.0 Oct 21 14:04:15.726 INFO kablam! Checking memchr v1.0.1 Oct 21 14:04:15.726 INFO kablam! Checking num_cpus v1.6.2 Oct 21 14:04:15.726 INFO kablam! Checking time v0.1.38 Oct 21 14:04:15.727 INFO kablam! Checking net2 v0.2.30 Oct 21 14:04:16.544 INFO kablam! Checking bytes v0.4.4 Oct 21 14:04:16.736 INFO kablam! Checking aho-corasick v0.6.3 Oct 21 14:04:16.764 INFO kablam! Checking futures-cpupool v0.1.5 Oct 21 14:04:18.049 INFO kablam! Checking mio v0.6.9 Oct 21 14:04:18.958 INFO kablam! Checking regex v0.2.2 Oct 21 14:04:19.024 INFO kablam! Checking tokio-io v0.1.2 Oct 21 14:04:21.436 INFO kablam! Checking tokio-core v0.1.9 Oct 21 14:04:23.237 INFO kablam! Checking tokio-proto v0.1.1 Oct 21 14:04:23.503 INFO kablam! Checking env_logger v0.4.3 Oct 21 14:04:24.380 INFO kablam! Checking pretty_env_logger v0.1.1 Oct 21 14:04:26.064 INFO kablam! Checking hyper v0.11.1 Oct 21 14:04:30.713 INFO kablam! Checking revproxy v0.1.0 (/source) Oct 21 14:04:31.993 INFO kablam! error: unused import: `std::io` Oct 21 14:04:31.993 INFO kablam! --> src/main.rs:6:5 Oct 21 14:04:31.993 INFO kablam! | Oct 21 14:04:31.994 INFO kablam! 6 | use std::io; Oct 21 14:04:31.994 INFO kablam! | ^^^^^^^ Oct 21 14:04:31.994 INFO kablam! | Oct 21 14:04:31.994 INFO kablam! note: lint level defined here Oct 21 14:04:31.995 INFO kablam! --> src/main.rs:1:9 Oct 21 14:04:31.995 INFO kablam! | Oct 21 14:04:31.995 INFO kablam! 1 | #![deny(warnings)] Oct 21 14:04:31.995 INFO kablam! | ^^^^^^^^ Oct 21 14:04:31.996 INFO kablam! = note: #[deny(unused_imports)] implied by #[deny(warnings)] Oct 21 14:04:31.996 INFO kablam! Oct 21 14:04:31.996 INFO kablam! error: unused import: `Post` Oct 21 14:04:31.996 INFO kablam! --> src/main.rs:8:18 Oct 21 14:04:31.997 INFO kablam! | Oct 21 14:04:31.997 INFO kablam! 8 | use hyper::{Get, Post, StatusCode}; Oct 21 14:04:31.997 INFO kablam! | ^^^^ Oct 21 14:04:31.997 INFO kablam! Oct 21 14:04:32.069 INFO kablam! error: aborting due to 2 previous errors Oct 21 14:04:32.069 INFO kablam! Oct 21 14:04:32.093 INFO kablam! error: Could not compile `revproxy`. Oct 21 14:04:32.093 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 21 14:04:32.193 INFO kablam! error: unused import: `std::io` Oct 21 14:04:32.193 INFO kablam! --> src/main.rs:6:5 Oct 21 14:04:32.193 INFO kablam! | Oct 21 14:04:32.194 INFO kablam! 6 | use std::io; Oct 21 14:04:32.194 INFO kablam! | ^^^^^^^ Oct 21 14:04:32.194 INFO kablam! | Oct 21 14:04:32.194 INFO kablam! note: lint level defined here Oct 21 14:04:32.195 INFO kablam! --> src/main.rs:1:9 Oct 21 14:04:32.195 INFO kablam! | Oct 21 14:04:32.195 INFO kablam! 1 | #![deny(warnings)] Oct 21 14:04:32.195 INFO kablam! | ^^^^^^^^ Oct 21 14:04:32.195 INFO kablam! = note: #[deny(unused_imports)] implied by #[deny(warnings)] Oct 21 14:04:32.196 INFO kablam! Oct 21 14:04:32.196 INFO kablam! error: unused import: `Post` Oct 21 14:04:32.196 INFO kablam! --> src/main.rs:8:18 Oct 21 14:04:32.196 INFO kablam! | Oct 21 14:04:32.197 INFO kablam! 8 | use hyper::{Get, Post, StatusCode}; Oct 21 14:04:32.197 INFO kablam! | ^^^^ Oct 21 14:04:32.197 INFO kablam! Oct 21 14:04:32.253 INFO kablam! error: aborting due to 2 previous errors Oct 21 14:04:32.253 INFO kablam! Oct 21 14:04:32.269 INFO kablam! error: Could not compile `revproxy`. Oct 21 14:04:32.269 INFO kablam! Oct 21 14:04:32.269 INFO kablam! To learn more, run the command again with --verbose. Oct 21 14:04:32.269 INFO kablam! su: No module specific data is present Oct 21 14:04:33.498 INFO running `"docker" "rm" "-f" "2b5f16d6879bfaf5aa0c67f8a568bdc6381d193403dfd7082d9d3258d9363d72"` Oct 21 14:04:33.760 INFO blam! 2b5f16d6879bfaf5aa0c67f8a568bdc6381d193403dfd7082d9d3258d9363d72