Oct 13 01:11:35.395 INFO checking anthonyabeo/simple-web-server against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 01:11:35.397 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 13 01:11:35.713 INFO blam! d224b1780b3a5b6f41aa0de9afee81d0744cd439b4a26f143b9cedc08ef509ea Oct 13 01:11:35.715 INFO running `"docker" "start" "-a" "d224b1780b3a5b6f41aa0de9afee81d0744cd439b4a26f143b9cedc08ef509ea"` Oct 13 01:11:37.060 INFO kablam! usermod: no changes Oct 13 01:11:37.168 INFO kablam! Checking simple-web-server v0.1.0 (/source) Oct 13 01:11:38.152 INFO kablam! error[E0433]: failed to resolve. Could not find `response` in `message` Oct 13 01:11:38.152 INFO kablam! --> src/config/mod.rs:4:20 Oct 13 01:11:38.152 INFO kablam! | Oct 13 01:11:38.152 INFO kablam! 4 | use http::message::response::response::Response; Oct 13 01:11:38.152 INFO kablam! | ^^^^^^^^ Could not find `response` in `message` Oct 13 01:11:38.152 INFO kablam! Oct 13 01:11:38.152 INFO kablam! error[E0433]: failed to resolve. Could not find `response` in `message` Oct 13 01:11:38.152 INFO kablam! --> src/config/mod.rs:5:20 Oct 13 01:11:38.152 INFO kablam! | Oct 13 01:11:38.152 INFO kablam! 5 | use http::message::response::response_headers::ResponseHeaders; Oct 13 01:11:38.152 INFO kablam! | ^^^^^^^^ Could not find `response` in `message` Oct 13 01:11:38.153 INFO kablam! Oct 13 01:11:38.160 INFO kablam! warning: unused import: `http::message::response::response::Response` Oct 13 01:11:38.160 INFO kablam! --> src/config/mod.rs:4:5 Oct 13 01:11:38.160 INFO kablam! | Oct 13 01:11:38.160 INFO kablam! 4 | use http::message::response::response::Response; Oct 13 01:11:38.160 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:11:38.160 INFO kablam! | Oct 13 01:11:38.160 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 01:11:38.160 INFO kablam! Oct 13 01:11:38.160 INFO kablam! warning: unused import: `http::message::response::response_headers::ResponseHeaders` Oct 13 01:11:38.160 INFO kablam! --> src/config/mod.rs:5:5 Oct 13 01:11:38.160 INFO kablam! | Oct 13 01:11:38.160 INFO kablam! 5 | use http::message::response::response_headers::ResponseHeaders; Oct 13 01:11:38.160 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:11:38.160 INFO kablam! Oct 13 01:11:38.356 INFO kablam! error: aborting due to 2 previous errors Oct 13 01:11:38.356 INFO kablam! Oct 13 01:11:38.356 INFO kablam! For more information about this error, try `rustc --explain E0433`. Oct 13 01:11:38.364 INFO kablam! error: Could not compile `simple-web-server`. Oct 13 01:11:38.364 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 13 01:11:38.456 INFO kablam! error[E0433]: failed to resolve. Could not find `response` in `message` Oct 13 01:11:38.456 INFO kablam! --> src/config/mod.rs:4:20 Oct 13 01:11:38.456 INFO kablam! | Oct 13 01:11:38.456 INFO kablam! 4 | use http::message::response::response::Response; Oct 13 01:11:38.456 INFO kablam! | ^^^^^^^^ Could not find `response` in `message` Oct 13 01:11:38.456 INFO kablam! Oct 13 01:11:38.456 INFO kablam! error[E0433]: failed to resolve. Could not find `response` in `message` Oct 13 01:11:38.456 INFO kablam! --> src/config/mod.rs:5:20 Oct 13 01:11:38.456 INFO kablam! | Oct 13 01:11:38.456 INFO kablam! 5 | use http::message::response::response_headers::ResponseHeaders; Oct 13 01:11:38.456 INFO kablam! | ^^^^^^^^ Could not find `response` in `message` Oct 13 01:11:38.456 INFO kablam! Oct 13 01:11:38.477 INFO kablam! warning: unused import: `http::message::response::response::Response` Oct 13 01:11:38.477 INFO kablam! --> src/config/mod.rs:4:5 Oct 13 01:11:38.477 INFO kablam! | Oct 13 01:11:38.477 INFO kablam! 4 | use http::message::response::response::Response; Oct 13 01:11:38.477 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:11:38.477 INFO kablam! | Oct 13 01:11:38.477 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 01:11:38.478 INFO kablam! Oct 13 01:11:38.478 INFO kablam! warning: unused import: `http::message::response::response_headers::ResponseHeaders` Oct 13 01:11:38.479 INFO kablam! --> src/config/mod.rs:5:5 Oct 13 01:11:38.479 INFO kablam! | Oct 13 01:11:38.479 INFO kablam! 5 | use http::message::response::response_headers::ResponseHeaders; Oct 13 01:11:38.479 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:11:38.479 INFO kablam! Oct 13 01:11:38.604 INFO kablam! error: aborting due to 2 previous errors Oct 13 01:11:38.604 INFO kablam! Oct 13 01:11:38.604 INFO kablam! For more information about this error, try `rustc --explain E0433`. Oct 13 01:11:38.608 INFO kablam! error: Could not compile `simple-web-server`. Oct 13 01:11:38.608 INFO kablam! Oct 13 01:11:38.608 INFO kablam! To learn more, run the command again with --verbose. Oct 13 01:11:38.609 INFO kablam! su: No module specific data is present Oct 13 01:11:39.840 INFO running `"docker" "rm" "-f" "d224b1780b3a5b6f41aa0de9afee81d0744cd439b4a26f143b9cedc08ef509ea"` Oct 13 01:11:40.252 INFO blam! d224b1780b3a5b6f41aa0de9afee81d0744cd439b4a26f143b9cedc08ef509ea