Nov 09 16:31:47.832 INFO checking anthonyabeo/simple-web-server against master#653da4fd006c97625247acd7e076d0782cdc149b for pr-55632 Nov 09 16:31:47.832 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55632/worker-0/master#653da4fd006c97625247acd7e076d0782cdc149b:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-55632/master#653da4fd006c97625247acd7e076d0782cdc149b:/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 +653da4fd006c97625247acd7e076d0782cdc149b-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"` Nov 09 16:31:48.363 INFO blam! 9ebbcd82718b80bc1606efe2543c8f6f9949715d59d0d7aca6bfff54c9ea613d Nov 09 16:31:48.371 INFO running `"docker" "start" "-a" "9ebbcd82718b80bc1606efe2543c8f6f9949715d59d0d7aca6bfff54c9ea613d"` Nov 09 16:31:50.115 INFO kablam! usermod: no changes Nov 09 16:31:50.239 INFO kablam! Checking simple-web-server v0.1.0 (/source) Nov 09 16:31:51.047 INFO kablam! error[E0433]: failed to resolve. Could not find `response` in `message` Nov 09 16:31:51.047 INFO kablam! --> src/config/mod.rs:4:20 Nov 09 16:31:51.047 INFO kablam! | Nov 09 16:31:51.047 INFO kablam! 4 | use http::message::response::response::Response; Nov 09 16:31:51.047 INFO kablam! | ^^^^^^^^ Could not find `response` in `message` Nov 09 16:31:51.047 INFO kablam! Nov 09 16:31:51.047 INFO kablam! error[E0433]: failed to resolve. Could not find `response` in `message` Nov 09 16:31:51.047 INFO kablam! --> src/config/mod.rs:5:20 Nov 09 16:31:51.047 INFO kablam! | Nov 09 16:31:51.047 INFO kablam! 5 | use http::message::response::response_headers::ResponseHeaders; Nov 09 16:31:51.047 INFO kablam! | ^^^^^^^^ Could not find `response` in `message` Nov 09 16:31:51.047 INFO kablam! Nov 09 16:31:51.059 INFO kablam! warning: unused import: `http::message::response::response::Response` Nov 09 16:31:51.059 INFO kablam! --> src/config/mod.rs:4:5 Nov 09 16:31:51.059 INFO kablam! | Nov 09 16:31:51.059 INFO kablam! 4 | use http::message::response::response::Response; Nov 09 16:31:51.059 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 09 16:31:51.083 INFO kablam! | Nov 09 16:31:51.083 INFO kablam! = note: #[warn(unused_imports)] on by default Nov 09 16:31:51.083 INFO kablam! Nov 09 16:31:51.083 INFO kablam! warning: unused import: `http::message::response::response_headers::ResponseHeaders` Nov 09 16:31:51.083 INFO kablam! --> src/config/mod.rs:5:5 Nov 09 16:31:51.083 INFO kablam! | Nov 09 16:31:51.083 INFO kablam! 5 | use http::message::response::response_headers::ResponseHeaders; Nov 09 16:31:51.083 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 09 16:31:51.083 INFO kablam! Nov 09 16:31:51.111 INFO kablam! error[E0433]: failed to resolve. Could not find `response` in `message` Nov 09 16:31:51.111 INFO kablam! --> src/config/mod.rs:4:20 Nov 09 16:31:51.111 INFO kablam! | Nov 09 16:31:51.111 INFO kablam! 4 | use http::message::response::response::Response; Nov 09 16:31:51.111 INFO kablam! | ^^^^^^^^ Could not find `response` in `message` Nov 09 16:31:51.111 INFO kablam! Nov 09 16:31:51.111 INFO kablam! error[E0433]: failed to resolve. Could not find `response` in `message` Nov 09 16:31:51.111 INFO kablam! --> src/config/mod.rs:5:20 Nov 09 16:31:51.111 INFO kablam! | Nov 09 16:31:51.111 INFO kablam! 5 | use http::message::response::response_headers::ResponseHeaders; Nov 09 16:31:51.111 INFO kablam! | ^^^^^^^^ Could not find `response` in `message` Nov 09 16:31:51.111 INFO kablam! Nov 09 16:31:51.118 INFO kablam! warning: unused import: `http::message::response::response::Response` Nov 09 16:31:51.118 INFO kablam! --> src/config/mod.rs:4:5 Nov 09 16:31:51.118 INFO kablam! | Nov 09 16:31:51.119 INFO kablam! 4 | use http::message::response::response::Response; Nov 09 16:31:51.119 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 09 16:31:51.119 INFO kablam! | Nov 09 16:31:51.119 INFO kablam! = note: #[warn(unused_imports)] on by default Nov 09 16:31:51.119 INFO kablam! Nov 09 16:31:51.119 INFO kablam! warning: unused import: `http::message::response::response_headers::ResponseHeaders` Nov 09 16:31:51.119 INFO kablam! --> src/config/mod.rs:5:5 Nov 09 16:31:51.119 INFO kablam! | Nov 09 16:31:51.119 INFO kablam! 5 | use http::message::response::response_headers::ResponseHeaders; Nov 09 16:31:51.119 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 09 16:31:51.119 INFO kablam! Nov 09 16:31:51.266 INFO kablam! error: aborting due to 2 previous errors Nov 09 16:31:51.266 INFO kablam! Nov 09 16:31:51.266 INFO kablam! For more information about this error, try `rustc --explain E0433`. Nov 09 16:31:51.279 INFO kablam! error: Could not compile `simple-web-server`. Nov 09 16:31:51.280 INFO kablam! warning: build failed, waiting for other jobs to finish... Nov 09 16:31:51.355 INFO kablam! error: aborting due to 2 previous errors Nov 09 16:31:51.355 INFO kablam! Nov 09 16:31:51.355 INFO kablam! For more information about this error, try `rustc --explain E0433`. Nov 09 16:31:51.361 INFO kablam! error: Could not compile `simple-web-server`. Nov 09 16:31:51.361 INFO kablam! Nov 09 16:31:51.361 INFO kablam! To learn more, run the command again with --verbose. Nov 09 16:31:51.364 INFO kablam! su: No module specific data is present Nov 09 16:31:52.162 INFO running `"docker" "rm" "-f" "9ebbcd82718b80bc1606efe2543c8f6f9949715d59d0d7aca6bfff54c9ea613d"` Nov 09 16:31:52.458 INFO blam! 9ebbcd82718b80bc1606efe2543c8f6f9949715d59d0d7aca6bfff54c9ea613d