[INFO] crate erguotou 0.0.3 is already in cache [INFO] extracting crate erguotou 0.0.3 into work/ex/beta-1.37-6/sources/1.36.0/reg/erguotou/0.0.3 [INFO] extracting crate erguotou 0.0.3 into work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/erguotou/0.0.3 [INFO] validating manifest of erguotou-0.0.3 on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of erguotou-0.0.3 on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing erguotou-0.0.3 [INFO] finished frobbing erguotou-0.0.3 [INFO] frobbed toml for erguotou-0.0.3 written to work/ex/beta-1.37-6/sources/1.36.0/reg/erguotou/0.0.3/Cargo.toml [INFO] started frobbing erguotou-0.0.3 [INFO] finished frobbing erguotou-0.0.3 [INFO] frobbed toml for erguotou-0.0.3 written to work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/erguotou/0.0.3/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] testing erguotou-0.0.3 against 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-4/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/reg/erguotou/0.0.3:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.36.0" "build" "--frozen"` [INFO] [stdout] fe9e3527e730d1821d8caa35b3af87c31dab380306ea77bdab89dbffa631a173 [INFO] running `"docker" "start" "-a" "fe9e3527e730d1821d8caa35b3af87c31dab380306ea77bdab89dbffa631a173"` [INFO] [stderr] Compiling erguotou v0.0.3 (/opt/crater/workdir) [INFO] [stderr] error[E0432]: unresolved imports `hyper::client::IntoUrl`, `hyper::client::RequestBuilder` [INFO] [stderr] --> src/json.rs:3:21 [INFO] [stderr] | [INFO] [stderr] 3 | use hyper::client::{IntoUrl, RequestBuilder}; [INFO] [stderr] | ^^^^^^^ ^^^^^^^^^^^^^^ no `RequestBuilder` in `client` [INFO] [stderr] | | [INFO] [stderr] | no `IntoUrl` in `client` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `hyper::header::ContentType` [INFO] [stderr] --> src/json.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use hyper::header::ContentType; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no `ContentType` in `header` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `url::form_urlencoded::serialize` [INFO] [stderr] --> src/form.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use url::form_urlencoded::serialize; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^--------- [INFO] [stderr] | | | [INFO] [stderr] | | help: a similar name exists in the module: `Serializer` [INFO] [stderr] | no `serialize` in `form_urlencoded` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `hyper::client::IntoUrl`, `hyper::client::RequestBuilder` [INFO] [stderr] --> src/form.rs:5:21 [INFO] [stderr] | [INFO] [stderr] 5 | use hyper::client::{IntoUrl, RequestBuilder}; [INFO] [stderr] | ^^^^^^^ ^^^^^^^^^^^^^^ no `RequestBuilder` in `client` [INFO] [stderr] | | [INFO] [stderr] | no `IntoUrl` in `client` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `hyper::header::ContentType` [INFO] [stderr] --> src/form.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use hyper::header::ContentType; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no `ContentType` in `header` [INFO] [stderr] [INFO] [stderr] warning: patterns aren't allowed in methods without bodies [INFO] [stderr] --> src/json.rs:23:13 [INFO] [stderr] | [INFO] [stderr] 23 | fn json(mut self, data: &'a mut JsonParam<'a>) -> RequestBuilder<'a, U>; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(patterns_in_fns_without_body)] on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #35203 [INFO] [stderr] [INFO] [stderr] warning: patterns aren't allowed in methods without bodies [INFO] [stderr] --> src/form.rs:33:13 [INFO] [stderr] | [INFO] [stderr] 33 | fn form(mut self, data: &'a mut FormParam<'a>) -> RequestBuilder<'a, U>; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #35203 [INFO] [stderr] [INFO] [stderr] error: aborting due to 5 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0432`. [INFO] [stderr] error: Could not compile `erguotou`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "fe9e3527e730d1821d8caa35b3af87c31dab380306ea77bdab89dbffa631a173"` [INFO] running `"docker" "rm" "-f" "fe9e3527e730d1821d8caa35b3af87c31dab380306ea77bdab89dbffa631a173"` [INFO] [stdout] fe9e3527e730d1821d8caa35b3af87c31dab380306ea77bdab89dbffa631a173