Nov 28 23:45:04.420 INFO checking http-serve-0.1.2 against try#db42d4dad33013eba11ef37342ad9f614e5652b8 for pr-56074 Nov 28 23:45:04.425 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56074/worker-3/try#db42d4dad33013eba11ef37342ad9f614e5652b8:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-56074/try#db42d4dad33013eba11ef37342ad9f614e5652b8:/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 +db42d4dad33013eba11ef37342ad9f614e5652b8-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 28 23:45:04.864 INFO [stdout] 84935741af0d4eec4e3dd493c7feb18d99c235cef5af834478ca6f8d1eff8c60 Nov 28 23:45:04.868 INFO running `"docker" "start" "-a" "84935741af0d4eec4e3dd493c7feb18d99c235cef5af834478ca6f8d1eff8c60"` Nov 28 23:45:06.018 INFO [stderr] usermod: no changes Nov 28 23:45:06.417 INFO [stderr] Checking leak v0.1.2 Nov 28 23:45:06.440 INFO [stderr] Checking http-serve v0.1.2 (/source) Nov 28 23:45:06.441 INFO [stderr] Checking reqwest v0.9.5 Nov 28 23:45:36.296 INFO [stderr] error[E0599]: no associated item named `Ok` found for type `http::StatusCode` in the current scope Nov 28 23:45:36.296 INFO [stderr] --> benches/inmem.rs:142:20 Nov 28 23:45:36.296 INFO [stderr] | Nov 28 23:45:36.296 INFO [stderr] 142 | assert_eq!(reqwest::StatusCode::Ok, resp.status()); Nov 28 23:45:36.296 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `http::StatusCode` Nov 28 23:45:36.296 INFO [stderr] | Nov 28 23:45:36.296 INFO [stderr] = help: did you mean `OK`? Nov 28 23:45:36.296 INFO [stderr] Nov 28 23:45:36.320 INFO [stderr] error: aborting due to previous error Nov 28 23:45:36.320 INFO [stderr] Nov 28 23:45:36.320 INFO [stderr] For more information about this error, try `rustc --explain E0599`. Nov 28 23:45:36.320 INFO [stderr] error: Could not compile `http-serve`. Nov 28 23:45:36.320 INFO [stderr] warning: build failed, waiting for other jobs to finish... Nov 28 23:45:36.923 INFO [stderr] error[E0433]: failed to resolve: could not find `Range` in `header` Nov 28 23:45:36.923 INFO [stderr] --> benches/file.rs:114:38 Nov 28 23:45:36.923 INFO [stderr] | Nov 28 23:45:36.924 INFO [stderr] 114 | .header(reqwest::header::Range::Bytes(vec![ Nov 28 23:45:36.924 INFO [stderr] | ^^^^^ could not find `Range` in `header` Nov 28 23:45:36.924 INFO [stderr] Nov 28 23:45:36.924 INFO [stderr] error[E0433]: failed to resolve: could not find `ByteRangeSpec` in `header` Nov 28 23:45:36.925 INFO [stderr] --> benches/file.rs:115:34 Nov 28 23:45:36.925 INFO [stderr] | Nov 28 23:45:36.925 INFO [stderr] 115 | reqwest::header::ByteRangeSpec::Last(1), Nov 28 23:45:36.925 INFO [stderr] | ^^^^^^^^^^^^^ could not find `ByteRangeSpec` in `header` Nov 28 23:45:36.926 INFO [stderr] Nov 28 23:45:37.224 INFO [stderr] error[E0599]: no associated item named `Ok` found for type `http::StatusCode` in the current scope Nov 28 23:45:37.225 INFO [stderr] --> benches/file.rs:88:20 Nov 28 23:45:37.225 INFO [stderr] | Nov 28 23:45:37.225 INFO [stderr] 88 | assert_eq!(reqwest::StatusCode::Ok, resp.status()); Nov 28 23:45:37.226 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `http::StatusCode` Nov 28 23:45:37.226 INFO [stderr] | Nov 28 23:45:37.226 INFO [stderr] = help: did you mean `OK`? Nov 28 23:45:37.226 INFO [stderr] Nov 28 23:45:37.240 INFO [stderr] error[E0061]: this function takes 2 parameters but 1 parameter was supplied Nov 28 23:45:37.240 INFO [stderr] --> benches/file.rs:114:14 Nov 28 23:45:37.240 INFO [stderr] | Nov 28 23:45:37.240 INFO [stderr] 114 | .header(reqwest::header::Range::Bytes(vec![ Nov 28 23:45:37.240 INFO [stderr] | ^^^^^^ expected 2 parameters Nov 28 23:45:37.240 INFO [stderr] Nov 28 23:45:37.249 INFO [stderr] error[E0599]: no associated item named `PartialContent` found for type `http::StatusCode` in the current scope Nov 28 23:45:37.249 INFO [stderr] --> benches/file.rs:121:20 Nov 28 23:45:37.249 INFO [stderr] | Nov 28 23:45:37.249 INFO [stderr] 121 | assert_eq!(reqwest::StatusCode::PartialContent, resp.status()); Nov 28 23:45:37.249 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `http::StatusCode` Nov 28 23:45:37.249 INFO [stderr] Nov 28 23:45:37.290 INFO [stderr] error: aborting due to 5 previous errors Nov 28 23:45:37.290 INFO [stderr] Nov 28 23:45:37.290 INFO [stderr] Some errors occurred: E0061, E0433, E0599. Nov 28 23:45:37.290 INFO [stderr] For more information about an error, try `rustc --explain E0061`. Nov 28 23:45:37.305 INFO [stderr] error: Could not compile `http-serve`. Nov 28 23:45:37.306 INFO [stderr] warning: build failed, waiting for other jobs to finish... Nov 28 23:45:38.688 INFO [stderr] error: build failed Nov 28 23:45:38.689 INFO [stderr] su: No module specific data is present Nov 28 23:45:40.004 INFO running `"docker" "inspect" "84935741af0d4eec4e3dd493c7feb18d99c235cef5af834478ca6f8d1eff8c60"` Nov 28 23:45:40.291 INFO running `"docker" "rm" "-f" "84935741af0d4eec4e3dd493c7feb18d99c235cef5af834478ca6f8d1eff8c60"` Nov 28 23:45:40.556 INFO [stdout] 84935741af0d4eec4e3dd493c7feb18d99c235cef5af834478ca6f8d1eff8c60