[INFO] crate erguotou 0.0.3 is already in cache [INFO] extracting crate erguotou 0.0.3 into work/ex/beta-1.38-1/sources/1.37.0/reg/erguotou/0.0.3 [INFO] extracting crate erguotou 0.0.3 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/erguotou/0.0.3 [INFO] validating manifest of erguotou-0.0.3 on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of erguotou-0.0.3 on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "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.38-1/sources/1.37.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.38-1/sources/beta-2019-08-13/reg/erguotou/0.0.3/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing erguotou-0.0.3 against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-2/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.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.37.0" "build" "--frozen"` [INFO] [stdout] 8bae955dea91c3b440039b52fadfb4d44845b4d311d51ea2c5ec15326f125243 [INFO] running `"docker" "start" "-a" "8bae955dea91c3b440039b52fadfb4d44845b4d311d51ea2c5ec15326f125243"` [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling idna v0.2.0 [INFO] [stderr] Compiling tokio-reactor v0.1.9 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling url v2.1.0 [INFO] [stderr] Compiling hyper v0.12.33 [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: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/json.rs:9:16 [INFO] [stderr] | [INFO] [stderr] 9 | value: &'a ToJson, [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn ToJson` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/json.rs:13:19 [INFO] [stderr] | [INFO] [stderr] 13 | impl<'a> From<&'a ToJson> for JsonParam<'a> { [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn ToJson` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/json.rs:14:27 [INFO] [stderr] | [INFO] [stderr] 14 | fn from(data_ref: &'a ToJson) -> JsonParam<'a> { [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn ToJson` [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: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/form.rs:19:16 [INFO] [stderr] | [INFO] [stderr] 19 | value: &'a ToForm, [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn ToForm` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/form.rs:23:19 [INFO] [stderr] | [INFO] [stderr] 23 | impl<'a> From<&'a ToForm> for FormParam<'a> { [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn ToForm` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/form.rs:24:27 [INFO] [stderr] | [INFO] [stderr] 24 | fn from(data_ref: &'a ToForm) -> FormParam<'a> { [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn ToForm` [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" "8bae955dea91c3b440039b52fadfb4d44845b4d311d51ea2c5ec15326f125243"` [INFO] running `"docker" "rm" "-f" "8bae955dea91c3b440039b52fadfb4d44845b4d311d51ea2c5ec15326f125243"` [INFO] [stdout] 8bae955dea91c3b440039b52fadfb4d44845b4d311d51ea2c5ec15326f125243