Oct 27 08:18:51.178 INFO checking anthonyabeo/simple-web-server against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 08:18:51.179 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-3/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 08:18:51.584 INFO blam! 9c12039085034add9789f95852297c737f5f0471f6da71826d2a4bcd814f292e Oct 27 08:18:51.586 INFO running `"docker" "start" "-a" "9c12039085034add9789f95852297c737f5f0471f6da71826d2a4bcd814f292e"` Oct 27 08:18:53.121 INFO kablam! usermod: no changes Oct 27 08:18:53.195 INFO kablam! Checking simple-web-server v0.1.0 (/source) Oct 27 08:18:54.027 INFO kablam! error[E0433]: failed to resolve. Could not find `response` in `message` Oct 27 08:18:54.027 INFO kablam! --> src/config/mod.rs:4:20 Oct 27 08:18:54.028 INFO kablam! | Oct 27 08:18:54.028 INFO kablam! 4 | use http::message::response::response::Response; Oct 27 08:18:54.028 INFO kablam! | ^^^^^^^^ Could not find `response` in `message` Oct 27 08:18:54.029 INFO kablam! Oct 27 08:18:54.029 INFO kablam! error[E0433]: failed to resolve. Could not find `response` in `message` Oct 27 08:18:54.029 INFO kablam! --> src/config/mod.rs:5:20 Oct 27 08:18:54.030 INFO kablam! | Oct 27 08:18:54.030 INFO kablam! 5 | use http::message::response::response_headers::ResponseHeaders; Oct 27 08:18:54.030 INFO kablam! | ^^^^^^^^ Could not find `response` in `message` Oct 27 08:18:54.030 INFO kablam! Oct 27 08:18:54.051 INFO kablam! warning: unused import: `http::message::response::response::Response` Oct 27 08:18:54.051 INFO kablam! --> src/config/mod.rs:4:5 Oct 27 08:18:54.052 INFO kablam! | Oct 27 08:18:54.052 INFO kablam! 4 | use http::message::response::response::Response; Oct 27 08:18:54.052 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:18:54.053 INFO kablam! | Oct 27 08:18:54.053 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 08:18:54.053 INFO kablam! Oct 27 08:18:54.054 INFO kablam! warning: unused import: `http::message::response::response_headers::ResponseHeaders` Oct 27 08:18:54.054 INFO kablam! --> src/config/mod.rs:5:5 Oct 27 08:18:54.054 INFO kablam! | Oct 27 08:18:54.054 INFO kablam! 5 | use http::message::response::response_headers::ResponseHeaders; Oct 27 08:18:54.055 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:18:54.055 INFO kablam! Oct 27 08:18:54.315 INFO kablam! error: aborting due to 2 previous errors Oct 27 08:18:54.316 INFO kablam! Oct 27 08:18:54.316 INFO kablam! For more information about this error, try `rustc --explain E0433`. Oct 27 08:18:54.316 INFO kablam! error: Could not compile `simple-web-server`. Oct 27 08:18:54.316 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 27 08:18:54.335 INFO kablam! error[E0433]: failed to resolve. Could not find `response` in `message` Oct 27 08:18:54.335 INFO kablam! --> src/config/mod.rs:4:20 Oct 27 08:18:54.336 INFO kablam! | Oct 27 08:18:54.336 INFO kablam! 4 | use http::message::response::response::Response; Oct 27 08:18:54.336 INFO kablam! | ^^^^^^^^ Could not find `response` in `message` Oct 27 08:18:54.337 INFO kablam! Oct 27 08:18:54.337 INFO kablam! error[E0433]: failed to resolve. Could not find `response` in `message` Oct 27 08:18:54.337 INFO kablam! --> src/config/mod.rs:5:20 Oct 27 08:18:54.337 INFO kablam! | Oct 27 08:18:54.338 INFO kablam! 5 | use http::message::response::response_headers::ResponseHeaders; Oct 27 08:18:54.338 INFO kablam! | ^^^^^^^^ Could not find `response` in `message` Oct 27 08:18:54.338 INFO kablam! Oct 27 08:18:54.343 INFO kablam! warning: unused import: `http::message::response::response::Response` Oct 27 08:18:54.343 INFO kablam! --> src/config/mod.rs:4:5 Oct 27 08:18:54.343 INFO kablam! | Oct 27 08:18:54.344 INFO kablam! 4 | use http::message::response::response::Response; Oct 27 08:18:54.344 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:18:54.344 INFO kablam! | Oct 27 08:18:54.344 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 08:18:54.345 INFO kablam! Oct 27 08:18:54.345 INFO kablam! warning: unused import: `http::message::response::response_headers::ResponseHeaders` Oct 27 08:18:54.345 INFO kablam! --> src/config/mod.rs:5:5 Oct 27 08:18:54.345 INFO kablam! | Oct 27 08:18:54.346 INFO kablam! 5 | use http::message::response::response_headers::ResponseHeaders; Oct 27 08:18:54.346 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:18:54.346 INFO kablam! Oct 27 08:18:54.503 INFO kablam! error: aborting due to 2 previous errors Oct 27 08:18:54.503 INFO kablam! Oct 27 08:18:54.503 INFO kablam! For more information about this error, try `rustc --explain E0433`. Oct 27 08:18:54.514 INFO kablam! error: Could not compile `simple-web-server`. Oct 27 08:18:54.515 INFO kablam! Oct 27 08:18:54.515 INFO kablam! To learn more, run the command again with --verbose. Oct 27 08:18:54.515 INFO kablam! su: No module specific data is present Oct 27 08:18:55.518 INFO running `"docker" "rm" "-f" "9c12039085034add9789f95852297c737f5f0471f6da71826d2a4bcd814f292e"` Oct 27 08:18:55.771 INFO blam! 9c12039085034add9789f95852297c737f5f0471f6da71826d2a4bcd814f292e