[INFO] crate webicon 0.3.4 is already in cache [INFO] extracting crate webicon 0.3.4 into work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/reg/webicon/0.3.4 [INFO] extracting crate webicon 0.3.4 into work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/webicon/0.3.4 [INFO] validating manifest of webicon-0.3.4 on toolchain master#60960a260f7b5c695fd0717311d72ce62dd4eb43 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of webicon-0.3.4 on toolchain try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing webicon-0.3.4 [INFO] finished frobbing webicon-0.3.4 [INFO] frobbed toml for webicon-0.3.4 written to work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/reg/webicon/0.3.4/Cargo.toml [INFO] started frobbing webicon-0.3.4 [INFO] finished frobbing webicon-0.3.4 [INFO] frobbed toml for webicon-0.3.4 written to work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/webicon/0.3.4/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] checking webicon-0.3.4 against try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 for pr-63376 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-63376/worker-6/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/webicon/0.3.4:/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=forbid" "-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" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] c13286b32ae1f49338353728ca4067373c54f8108eaa68d0f46856d9ab82a32f [INFO] running `"docker" "start" "-a" "c13286b32ae1f49338353728ca4067373c54f8108eaa68d0f46856d9ab82a32f"` [INFO] [stderr] Compiling syn v0.10.8 [INFO] [stderr] Compiling syn v0.9.2 [INFO] [stderr] Checking serde_urlencoded v0.4.3 [INFO] [stderr] Checking error-chain v0.9.0 [INFO] [stderr] Compiling string_cache_codegen v0.3.1 [INFO] [stderr] Checking hyper-native-tls v0.2.4 [INFO] [stderr] Compiling html5ever v0.13.1 [INFO] [stderr] Checking reqwest v0.4.0 [INFO] [stderr] Compiling string_cache v0.4.0 [INFO] [stderr] Compiling string_cache v0.3.0 [INFO] [stderr] Compiling html5ever-atoms v0.2.2 [INFO] [stderr] Compiling html5ever-atoms v0.1.3 [INFO] [stderr] Compiling html5ever v0.9.0 [INFO] [stderr] Compiling cssparser v0.7.4 [INFO] [stderr] Checking selectors v0.15.2 [INFO] [stderr] Checking kuchiki v0.4.3 [INFO] [stderr] Checking webicon v0.3.4 (/opt/crater/workdir) [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/lib.rs:48:35 [INFO] [stderr] | [INFO] [stderr] 48 | parser.from_bytes(opts).read_from(&mut response).ok() [INFO] [stderr] | ^^^^ expected struct `html5ever::driver::BytesOpts`, found a different struct `html5ever::driver::BytesOpts` [INFO] [stderr] | [INFO] [stderr] = note: expected type `html5ever::driver::BytesOpts` (struct `html5ever::driver::BytesOpts`) [INFO] [stderr] found type `html5ever::driver::BytesOpts` (struct `html5ever::driver::BytesOpts`) [INFO] [stderr] note: Perhaps two different versions of crate `html5ever` are being used? [INFO] [stderr] --> src/lib.rs:48:35 [INFO] [stderr] | [INFO] [stderr] 48 | parser.from_bytes(opts).read_from(&mut response).ok() [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `string_cache::atom::Atom: std::convert::From>` is not satisfied [INFO] [stderr] --> src/strategies.rs:32:36 [INFO] [stderr] | [INFO] [stderr] 32 | let href = match attrs.get(local_name!("href")) { [INFO] [stderr] | ^^^ the trait `std::convert::From>` is not implemented for `string_cache::atom::Atom` [INFO] [stderr] | [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] as std::convert::From<&'a str>> [INFO] [stderr] as std::convert::From>> [INFO] [stderr] as std::convert::From> [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `string_cache::atom::Atom` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `string_cache::atom::Atom: std::convert::From>` is not satisfied [INFO] [stderr] --> src/strategies.rs:42:35 [INFO] [stderr] | [INFO] [stderr] 42 | let mut sizes = attrs.get(local_name!("sizes")) [INFO] [stderr] | ^^^ the trait `std::convert::From>` is not implemented for `string_cache::atom::Atom` [INFO] [stderr] | [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] as std::convert::From<&'a str>> [INFO] [stderr] as std::convert::From>> [INFO] [stderr] as std::convert::From> [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `string_cache::atom::Atom` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/errors.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / error_chain! { [INFO] [stderr] 2 | | types { [INFO] [stderr] 3 | | Error, ErrorKind, ChainErr, Result; [INFO] [stderr] 4 | | } [INFO] [stderr] ... | [INFO] [stderr] 23 | | } [INFO] [stderr] 24 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/errors.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / error_chain! { [INFO] [stderr] 2 | | types { [INFO] [stderr] 3 | | Error, ErrorKind, ChainErr, Result; [INFO] [stderr] 4 | | } [INFO] [stderr] ... | [INFO] [stderr] 23 | | } [INFO] [stderr] 24 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0308. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/lib.rs:48:35 [INFO] [stderr] | [INFO] [stderr] 48 | parser.from_bytes(opts).read_from(&mut response).ok() [INFO] [stderr] | ^^^^ expected struct `html5ever::driver::BytesOpts`, found a different struct `html5ever::driver::BytesOpts` [INFO] [stderr] | [INFO] [stderr] = note: expected type `html5ever::driver::BytesOpts` (struct `html5ever::driver::BytesOpts`) [INFO] [stderr] found type `html5ever::driver::BytesOpts` (struct `html5ever::driver::BytesOpts`) [INFO] [stderr] note: Perhaps two different versions of crate `html5ever` are being used? [INFO] [stderr] --> src/lib.rs:48:35 [INFO] [stderr] | [INFO] [stderr] 48 | parser.from_bytes(opts).read_from(&mut response).ok() [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: Could not compile `webicon`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0277]: the trait bound `string_cache::atom::Atom: std::convert::From>` is not satisfied [INFO] [stderr] --> src/strategies.rs:32:36 [INFO] [stderr] | [INFO] [stderr] 32 | let href = match attrs.get(local_name!("href")) { [INFO] [stderr] | ^^^ the trait `std::convert::From>` is not implemented for `string_cache::atom::Atom` [INFO] [stderr] | [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] as std::convert::From<&'a str>> [INFO] [stderr] as std::convert::From>> [INFO] [stderr] as std::convert::From> [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `string_cache::atom::Atom` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `string_cache::atom::Atom: std::convert::From>` is not satisfied [INFO] [stderr] --> src/strategies.rs:42:35 [INFO] [stderr] | [INFO] [stderr] 42 | let mut sizes = attrs.get(local_name!("sizes")) [INFO] [stderr] | ^^^ the trait `std::convert::From>` is not implemented for `string_cache::atom::Atom` [INFO] [stderr] | [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] as std::convert::From<&'a str>> [INFO] [stderr] as std::convert::From>> [INFO] [stderr] as std::convert::From> [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `string_cache::atom::Atom` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/errors.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / error_chain! { [INFO] [stderr] 2 | | types { [INFO] [stderr] 3 | | Error, ErrorKind, ChainErr, Result; [INFO] [stderr] 4 | | } [INFO] [stderr] ... | [INFO] [stderr] 23 | | } [INFO] [stderr] 24 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/errors.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / error_chain! { [INFO] [stderr] 2 | | types { [INFO] [stderr] 3 | | Error, ErrorKind, ChainErr, Result; [INFO] [stderr] 4 | | } [INFO] [stderr] ... | [INFO] [stderr] 23 | | } [INFO] [stderr] 24 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0308. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: Could not compile `webicon`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "c13286b32ae1f49338353728ca4067373c54f8108eaa68d0f46856d9ab82a32f"` [INFO] running `"docker" "rm" "-f" "c13286b32ae1f49338353728ca4067373c54f8108eaa68d0f46856d9ab82a32f"` [INFO] [stdout] c13286b32ae1f49338353728ca4067373c54f8108eaa68d0f46856d9ab82a32f