[INFO] fetching crate hyraigne 0.1.4...
[INFO] checking hyraigne-0.1.4 against master#30f74ff0dc4d66debc8b50724c446f817e5f75f4 for pr-121848-1
[INFO] extracting crate hyraigne 0.1.4 into /workspace/builds/worker-0-tc1/source
[INFO] validating manifest of crates.io crate hyraigne 0.1.4 on toolchain 30f74ff0dc4d66debc8b50724c446f817e5f75f4
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate hyraigne 0.1.4
[INFO] finished tweaking crates.io crate hyraigne 0.1.4
[INFO] tweaked toml for crates.io crate hyraigne 0.1.4 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded cookie v0.15.2
[INFO] [stderr]   Downloaded cookie_store v0.21.0
[INFO] [stderr]   Downloaded cookie_store v0.13.3
[INFO] [stderr]   Downloaded cookie v0.18.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 4b8b66400ef935650179d74f89e99330a4762c6390f82f6b3a89237218e7d8c2
[INFO] running `Command { std: "docker" "start" "-a" "4b8b66400ef935650179d74f89e99330a4762c6390f82f6b3a89237218e7d8c2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4b8b66400ef935650179d74f89e99330a4762c6390f82f6b3a89237218e7d8c2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4b8b66400ef935650179d74f89e99330a4762c6390f82f6b3a89237218e7d8c2", kill_on_drop: false }`
[INFO] [stdout] 4b8b66400ef935650179d74f89e99330a4762c6390f82f6b3a89237218e7d8c2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2b882fc92bf1575a9910ce95650ecc36d6a40c873af7b893a302cb62c825cf79
[INFO] running `Command { std: "docker" "start" "-a" "2b882fc92bf1575a9910ce95650ecc36d6a40c873af7b893a302cb62c825cf79", kill_on_drop: false }`
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling ppv-lite86 v0.2.17
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]    Compiling siphasher v0.3.11
[INFO] [stderr]    Compiling proc-macro-hack v0.5.20+deprecated
[INFO] [stderr]    Compiling syn v2.0.57
[INFO] [stderr]    Compiling phf_shared v0.8.0
[INFO] [stderr]    Compiling standback v0.2.17
[INFO] [stderr]     Checking unicode-normalization v0.1.23
[INFO] [stderr]    Compiling phf_shared v0.10.0
[INFO] [stderr]     Checking unicode-bidi v0.3.15
[INFO] [stderr]    Compiling ring v0.17.8
[INFO] [stderr]     Checking new_debug_unreachable v1.0.6
[INFO] [stderr]     Checking matches v0.1.10
[INFO] [stderr]    Compiling getrandom v0.2.12
[INFO] [stderr]     Checking idna v0.5.0
[INFO] [stderr]     Checking mac v0.1.1
[INFO] [stderr]     Checking precomputed-hash v0.1.1
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling num-conv v0.1.0
[INFO] [stderr]    Compiling rand_chacha v0.2.2
[INFO] [stderr]    Compiling rand_pcg v0.2.1
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling time-core v0.1.2
[INFO] [stderr]    Compiling const_fn v0.4.9
[INFO] [stderr]    Compiling rand v0.7.3
[INFO] [stderr]    Compiling time-macros v0.2.17
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]     Checking futf v0.1.5
[INFO] [stderr]    Compiling time v0.2.27
[INFO] [stderr]    Compiling cookie v0.18.1
[INFO] [stderr]    Compiling crc32fast v1.4.0
[INFO] [stderr]     Checking dtoa v1.0.9
[INFO] [stderr]    Compiling phf_generator v0.8.0
[INFO] [stderr]    Compiling phf_codegen v0.8.0
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]     Checking rustls-pki-types v1.4.1
[INFO] [stderr]     Checking utf-8 v0.7.6
[INFO] [stderr]     Checking untrusted v0.9.0
[INFO] [stderr]    Compiling phf_generator v0.10.0
[INFO] [stderr]     Checking tendril v0.4.3
[INFO] [stderr]    Compiling string_cache_codegen v0.5.2
[INFO] [stderr]    Compiling selectors v0.22.0
[INFO] [stderr]     Checking dtoa-short v0.3.4
[INFO] [stderr]    Compiling cookie v0.15.2
[INFO] [stderr]    Compiling markup5ever v0.10.1
[INFO] [stderr]     Checking stable_deref_trait v1.2.0
[INFO] [stderr]     Checking nodrop v0.1.14
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]    Compiling rustls v0.22.3
[INFO] [stderr]     Checking itoa v0.4.8
[INFO] [stderr]     Checking adler v1.0.2
[INFO] [stderr]    Compiling convert_case v0.4.0
[INFO] [stderr]     Checking fxhash v0.2.1
[INFO] [stderr]     Checking miniz_oxide v0.7.2
[INFO] [stderr]     Checking time v0.3.34
[INFO] [stderr]     Checking servo_arc v0.1.1
[INFO] [stderr]     Checking idna v0.2.3
[INFO] [stderr]     Checking zeroize v1.7.0
[INFO] [stderr]     Checking thin-slice v0.1.1
[INFO] [stderr]    Compiling thiserror v1.0.58
[INFO] [stderr]     Checking subtle v2.5.0
[INFO] [stderr]     Checking flate2 v1.0.28
[INFO] [stderr]     Checking webpki-roots v0.26.1
[INFO] [stderr]     Checking rustls-webpki v0.102.2
[INFO] [stderr]    Compiling serde_derive v1.0.197
[INFO] [stderr]    Compiling cssparser-macros v0.6.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.58
[INFO] [stderr]    Compiling phf_macros v0.8.0
[INFO] [stderr]    Compiling cssparser v0.27.2
[INFO] [stderr]    Compiling time-macros-impl v0.1.2
[INFO] [stderr]    Compiling html5ever v0.25.2
[INFO] [stderr]    Compiling derive_more v0.99.17
[INFO] [stderr]     Checking time-macros v0.1.1
[INFO] [stderr]     Checking phf v0.8.0
[INFO] [stderr]     Checking serde v1.0.197
[INFO] [stderr]     Checking url v2.5.0
[INFO] [stderr]     Checking string_cache v0.8.7
[INFO] [stderr]     Checking serde_json v1.0.115
[INFO] [stderr]     Checking publicsuffix v1.5.6
[INFO] [stderr]     Checking cookie_store v0.21.0
[INFO] [stderr]     Checking cookie_store v0.13.3
[INFO] [stderr]     Checking ureq v2.9.6
[INFO] [stderr]     Checking kuchiki v0.8.1
[INFO] [stderr]     Checking hyraigne v0.1.4 (/opt/rustwide/workdir)
[INFO] [stdout] warning: lint `rustdoc` has been removed: use `rustdoc::all` instead
[INFO] [stdout]   --> src/lib.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 |     rustdoc,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(renamed_and_removed_lints)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `rustdoc` has been removed: use `rustdoc::all` instead
[INFO] [stdout]   --> src/lib.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 |     rustdoc,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(renamed_and_removed_lints)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: the item `Filter` is imported redundantly
[INFO] [stdout]    --> src/sites/mangadex/chapter.rs:153:9
[INFO] [stdout]     |
[INFO] [stdout] 150 |     use super::*;
[INFO] [stdout]     |         -------- the item `Filter` is already imported here
[INFO] [stdout] ...
[INFO] [stdout] 153 |         Filter,
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]    --> src/lib.rs:15:5
[INFO] [stdout]     |
[INFO] [stdout] 15  |     unused,
[INFO] [stdout]     |     ^^^^^^
[INFO] [stdout]     = note: `#[deny(unused_imports)]` implied by `#[deny(unused)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/sites/webtoons/site.rs:33:17
[INFO] [stdout]     |
[INFO] [stdout] 32  |             .insert_raw(
[INFO] [stdout]     |              ---------- arguments to this method are incorrect
[INFO] [stdout] 33  |                 &ureq::Cookie::new("pagGDPR", "true"),
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `cookie::Cookie<'_>`, found `ureq::Cookie<'_>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `ureq::Cookie<'_>` and `cookie::Cookie<'_>` have similar names, but are actually distinct types
[INFO] [stdout] note: `ureq::Cookie<'_>` is defined in crate `cookie`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/cookie-0.18.1/src/lib.rs:215:1
[INFO] [stdout]     |
[INFO] [stdout] 215 | pub struct Cookie<'c> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `cookie::Cookie<'_>` is defined in crate `cookie`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/cookie-0.15.2/src/lib.rs:191:1
[INFO] [stdout]     |
[INFO] [stdout] 191 | pub struct Cookie<'c> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: perhaps two different versions of crate `cookie` are being used?
[INFO] [stdout] note: method defined here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/cookie_store-0.13.3/src/cookie_store.rs:232:12
[INFO] [stdout]     |
[INFO] [stdout] 232 |     pub fn insert_raw(&mut self, cookie: &RawCookie<'_>, request_url: &Url) -> InsertResult {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/sites/webtoons/site.rs:33:17
[INFO] [stdout]     |
[INFO] [stdout] 32  |             .insert_raw(
[INFO] [stdout]     |              ---------- arguments to this method are incorrect
[INFO] [stdout] 33  |                 &ureq::Cookie::new("pagGDPR", "true"),
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `cookie::Cookie<'_>`, found `ureq::Cookie<'_>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `ureq::Cookie<'_>` and `cookie::Cookie<'_>` have similar names, but are actually distinct types
[INFO] [stdout] note: `ureq::Cookie<'_>` is defined in crate `cookie`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/cookie-0.18.1/src/lib.rs:215:1
[INFO] [stdout]     |
[INFO] [stdout] 215 | pub struct Cookie<'c> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `cookie::Cookie<'_>` is defined in crate `cookie`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/cookie-0.15.2/src/lib.rs:191:1
[INFO] [stdout]     |
[INFO] [stdout] 191 | pub struct Cookie<'c> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: perhaps two different versions of crate `cookie` are being used?
[INFO] [stdout] note: method defined here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/cookie_store-0.13.3/src/cookie_store.rs:232:12
[INFO] [stdout]     |
[INFO] [stdout] 232 |     pub fn insert_raw(&mut self, cookie: &RawCookie<'_>, request_url: &Url) -> InsertResult {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/spiders/http.rs:37:42
[INFO] [stdout]     |
[INFO] [stdout] 37  |             ureq::builder().cookie_store(store).build()
[INFO] [stdout]     |                             ------------ ^^^^^ expected `CookieStore`, found a different `CookieStore`
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             arguments to this method are incorrect
[INFO] [stdout]     |
[INFO] [stdout]     = note: `CookieStore` and `CookieStore` have similar names, but are actually distinct types
[INFO] [stdout] note: `CookieStore` is defined in crate `cookie_store`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/cookie_store-0.13.3/src/cookie_store.rs:48:1
[INFO] [stdout]     |
[INFO] [stdout] 48  | pub struct CookieStore {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `CookieStore` is defined in crate `cookie_store`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/cookie_store-0.21.0/src/cookie_store.rs:47:1
[INFO] [stdout]     |
[INFO] [stdout] 47  | pub struct CookieStore {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: perhaps two different versions of crate `cookie_store` are being used?
[INFO] [stdout] note: method defined here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ureq-2.9.6/src/agent.rs:668:12
[INFO] [stdout]     |
[INFO] [stdout] 668 |     pub fn cookie_store(mut self, cookie_store: CookieStore) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/spiders/http.rs:37:42
[INFO] [stdout]     |
[INFO] [stdout] 37  |             ureq::builder().cookie_store(store).build()
[INFO] [stdout]     |                             ------------ ^^^^^ expected `CookieStore`, found a different `CookieStore`
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             arguments to this method are incorrect
[INFO] [stdout]     |
[INFO] [stdout]     = note: `CookieStore` and `CookieStore` have similar names, but are actually distinct types
[INFO] [stdout] note: `CookieStore` is defined in crate `cookie_store`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/cookie_store-0.13.3/src/cookie_store.rs:48:1
[INFO] [stdout]     |
[INFO] [stdout] 48  | pub struct CookieStore {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `CookieStore` is defined in crate `cookie_store`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/cookie_store-0.21.0/src/cookie_store.rs:47:1
[INFO] [stdout]     |
[INFO] [stdout] 47  | pub struct CookieStore {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: perhaps two different versions of crate `cookie_store` are being used?
[INFO] [stdout] note: method defined here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ureq-2.9.6/src/agent.rs:668:12
[INFO] [stdout]     |
[INFO] [stdout] 668 |     pub fn cookie_store(mut self, cookie_store: CookieStore) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors; 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `hyraigne` (lib) due to 3 previous errors; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: aborting due to 3 previous errors; 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `hyraigne` (lib test) due to 4 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "2b882fc92bf1575a9910ce95650ecc36d6a40c873af7b893a302cb62c825cf79", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2b882fc92bf1575a9910ce95650ecc36d6a40c873af7b893a302cb62c825cf79", kill_on_drop: false }`
[INFO] [stdout] 2b882fc92bf1575a9910ce95650ecc36d6a40c873af7b893a302cb62c825cf79
[INFO] checking hyraigne-0.1.4 against try#72eda894eb3548c7ba774079ce0afab42958d4ee for pr-121848-1
[INFO] extracting crate hyraigne 0.1.4 into /workspace/builds/worker-0-tc2/source
[INFO] validating manifest of crates.io crate hyraigne 0.1.4 on toolchain 72eda894eb3548c7ba774079ce0afab42958d4ee
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate hyraigne 0.1.4
[INFO] finished tweaking crates.io crate hyraigne 0.1.4
[INFO] tweaked toml for crates.io crate hyraigne 0.1.4 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a514a320a057783c0b23f35c89a5b8b1b4a0e61a5128702715fd237ba41c8114
[INFO] running `Command { std: "docker" "start" "-a" "a514a320a057783c0b23f35c89a5b8b1b4a0e61a5128702715fd237ba41c8114", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a514a320a057783c0b23f35c89a5b8b1b4a0e61a5128702715fd237ba41c8114", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a514a320a057783c0b23f35c89a5b8b1b4a0e61a5128702715fd237ba41c8114", kill_on_drop: false }`
[INFO] [stdout] a514a320a057783c0b23f35c89a5b8b1b4a0e61a5128702715fd237ba41c8114
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 74dff5c11530e36fc531356132e644b2fb7f7d3d1c4fbfcd8a5dba0deb1b81b8
[INFO] running `Command { std: "docker" "start" "-a" "74dff5c11530e36fc531356132e644b2fb7f7d3d1c4fbfcd8a5dba0deb1b81b8", kill_on_drop: false }`
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling ppv-lite86 v0.2.17
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]    Compiling siphasher v0.3.11
[INFO] [stderr]    Compiling proc-macro-hack v0.5.20+deprecated
[INFO] [stderr]    Compiling syn v2.0.57
[INFO] [stderr]    Compiling phf_shared v0.8.0
[INFO] [stderr]    Compiling standback v0.2.17
[INFO] [stderr]     Checking unicode-normalization v0.1.23
[INFO] [stderr]    Compiling phf_shared v0.10.0
[INFO] [stderr]     Checking unicode-bidi v0.3.15
[INFO] [stderr]    Compiling ring v0.17.8
[INFO] [stderr]     Checking matches v0.1.10
[INFO] [stderr]     Checking new_debug_unreachable v1.0.6
[INFO] [stderr]    Compiling getrandom v0.2.12
[INFO] [stderr]     Checking idna v0.5.0
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]     Checking mac v0.1.1
[INFO] [stderr]    Compiling time-core v0.1.2
[INFO] [stderr]     Checking precomputed-hash v0.1.1
[INFO] [stderr]    Compiling rand_pcg v0.2.1
[INFO] [stderr]    Compiling rand_chacha v0.2.2
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling const_fn v0.4.9
[INFO] [stderr]    Compiling rand v0.7.3
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling num-conv v0.1.0
[INFO] [stderr]     Checking futf v0.1.5
[INFO] [stderr]    Compiling time-macros v0.2.17
[INFO] [stderr]    Compiling cookie v0.18.1
[INFO] [stderr]    Compiling time v0.2.27
[INFO] [stderr]     Checking rustls-pki-types v1.4.1
[INFO] [stderr]     Checking dtoa v1.0.9
[INFO] [stderr]    Compiling phf_generator v0.8.0
[INFO] [stderr]    Compiling phf_generator v0.10.0
[INFO] [stderr]     Checking untrusted v0.9.0
[INFO] [stderr]    Compiling phf_codegen v0.8.0
[INFO] [stderr]    Compiling string_cache_codegen v0.5.2
[INFO] [stderr]    Compiling crc32fast v1.4.0
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]     Checking utf-8 v0.7.6
[INFO] [stderr]    Compiling selectors v0.22.0
[INFO] [stderr]     Checking tendril v0.4.3
[INFO] [stderr]     Checking dtoa-short v0.3.4
[INFO] [stderr]    Compiling cookie v0.15.2
[INFO] [stderr]    Compiling markup5ever v0.10.1
[INFO] [stderr]     Checking itoa v0.4.8
[INFO] [stderr]    Compiling rustls v0.22.3
[INFO] [stderr]    Compiling convert_case v0.4.0
[INFO] [stderr]     Checking stable_deref_trait v1.2.0
[INFO] [stderr]     Checking adler v1.0.2
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]     Checking nodrop v0.1.14
[INFO] [stderr]     Checking servo_arc v0.1.1
[INFO] [stderr]     Checking fxhash v0.2.1
[INFO] [stderr]     Checking miniz_oxide v0.7.2
[INFO] [stderr]     Checking idna v0.2.3
[INFO] [stderr]     Checking zeroize v1.7.0
[INFO] [stderr]     Checking time v0.3.34
[INFO] [stderr]     Checking subtle v2.5.0
[INFO] [stderr]    Compiling thiserror v1.0.58
[INFO] [stderr]     Checking thin-slice v0.1.1
[INFO] [stderr]     Checking flate2 v1.0.28
[INFO] [stderr]     Checking webpki-roots v0.26.1
[INFO] [stderr]     Checking rustls-webpki v0.102.2
[INFO] [stderr]    Compiling serde_derive v1.0.197
[INFO] [stderr]    Compiling cssparser-macros v0.6.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.58
[INFO] [stderr]    Compiling phf_macros v0.8.0
[INFO] [stderr]    Compiling time-macros-impl v0.1.2
[INFO] [stderr]    Compiling cssparser v0.27.2
[INFO] [stderr]    Compiling html5ever v0.25.2
[INFO] [stderr]    Compiling derive_more v0.99.17
[INFO] [stderr]     Checking time-macros v0.1.1
[INFO] [stderr]     Checking phf v0.8.0
[INFO] [stderr]     Checking serde v1.0.197
[INFO] [stderr]     Checking url v2.5.0
[INFO] [stderr]     Checking serde_json v1.0.115
[INFO] [stderr]     Checking string_cache v0.8.7
[INFO] [stderr]     Checking publicsuffix v1.5.6
[INFO] [stderr]     Checking cookie_store v0.21.0
[INFO] [stderr]     Checking cookie_store v0.13.3
[INFO] [stderr]     Checking ureq v2.9.6
[INFO] [stderr]     Checking kuchiki v0.8.1
[INFO] [stderr]     Checking hyraigne v0.1.4 (/opt/rustwide/workdir)
[INFO] [stdout] warning: lint `rustdoc` has been removed: use `rustdoc::all` instead
[INFO] [stdout]   --> src/lib.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 |     rustdoc,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(renamed_and_removed_lints)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `rustdoc` has been removed: use `rustdoc::all` instead
[INFO] [stdout]   --> src/lib.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 |     rustdoc,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(renamed_and_removed_lints)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: the item `Filter` is imported redundantly
[INFO] [stdout]    --> src/sites/mangadex/chapter.rs:153:9
[INFO] [stdout]     |
[INFO] [stdout] 150 |     use super::*;
[INFO] [stdout]     |         -------- the item `Filter` is already imported here
[INFO] [stdout] ...
[INFO] [stdout] 153 |         Filter,
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]    --> src/lib.rs:15:5
[INFO] [stdout]     |
[INFO] [stdout] 15  |     unused,
[INFO] [stdout]     |     ^^^^^^
[INFO] [stdout]     = note: `#[deny(unused_imports)]` implied by `#[deny(unused)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/sites/webtoons/site.rs:33:17
[INFO] [stdout]     |
[INFO] [stdout] 32  |             .insert_raw(
[INFO] [stdout]     |              ---------- arguments to this method are incorrect
[INFO] [stdout] 33  |                 &ureq::Cookie::new("pagGDPR", "true"),
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `cookie::Cookie<'_>`, found `ureq::Cookie<'_>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `ureq::Cookie<'_>` and `cookie::Cookie<'_>` have similar names, but are actually distinct types
[INFO] [stdout] note: `ureq::Cookie<'_>` is defined in crate `cookie`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/cookie-0.18.1/src/lib.rs:215:1
[INFO] [stdout]     |
[INFO] [stdout] 215 | pub struct Cookie<'c> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `cookie::Cookie<'_>` is defined in crate `cookie`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/cookie-0.15.2/src/lib.rs:191:1
[INFO] [stdout]     |
[INFO] [stdout] 191 | pub struct Cookie<'c> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: perhaps two different versions of crate `cookie` are being used?
[INFO] [stdout] note: method defined here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/cookie_store-0.13.3/src/cookie_store.rs:232:12
[INFO] [stdout]     |
[INFO] [stdout] 232 |     pub fn insert_raw(&mut self, cookie: &RawCookie<'_>, request_url: &Url) -> InsertResult {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/sites/webtoons/site.rs:33:17
[INFO] [stdout]     |
[INFO] [stdout] 32  |             .insert_raw(
[INFO] [stdout]     |              ---------- arguments to this method are incorrect
[INFO] [stdout] 33  |                 &ureq::Cookie::new("pagGDPR", "true"),
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `cookie::Cookie<'_>`, found `ureq::Cookie<'_>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `ureq::Cookie<'_>` and `cookie::Cookie<'_>` have similar names, but are actually distinct types
[INFO] [stdout] note: `ureq::Cookie<'_>` is defined in crate `cookie`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/cookie-0.18.1/src/lib.rs:215:1
[INFO] [stdout]     |
[INFO] [stdout] 215 | pub struct Cookie<'c> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `cookie::Cookie<'_>` is defined in crate `cookie`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/cookie-0.15.2/src/lib.rs:191:1
[INFO] [stdout]     |
[INFO] [stdout] 191 | pub struct Cookie<'c> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: perhaps two different versions of crate `cookie` are being used?
[INFO] [stdout] note: method defined here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/cookie_store-0.13.3/src/cookie_store.rs:232:12
[INFO] [stdout]     |
[INFO] [stdout] 232 |     pub fn insert_raw(&mut self, cookie: &RawCookie<'_>, request_url: &Url) -> InsertResult {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/spiders/http.rs:37:42
[INFO] [stdout]     |
[INFO] [stdout] 37  |             ureq::builder().cookie_store(store).build()
[INFO] [stdout]     |                             ------------ ^^^^^ expected `CookieStore`, found a different `CookieStore`
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             arguments to this method are incorrect
[INFO] [stdout]     |
[INFO] [stdout]     = note: `CookieStore` and `CookieStore` have similar names, but are actually distinct types
[INFO] [stdout] note: `CookieStore` is defined in crate `cookie_store`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/cookie_store-0.13.3/src/cookie_store.rs:48:1
[INFO] [stdout]     |
[INFO] [stdout] 48  | pub struct CookieStore {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `CookieStore` is defined in crate `cookie_store`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/cookie_store-0.21.0/src/cookie_store.rs:47:1
[INFO] [stdout]     |
[INFO] [stdout] 47  | pub struct CookieStore {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: perhaps two different versions of crate `cookie_store` are being used?
[INFO] [stdout] note: method defined here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ureq-2.9.6/src/agent.rs:668:12
[INFO] [stdout]     |
[INFO] [stdout] 668 |     pub fn cookie_store(mut self, cookie_store: CookieStore) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/spiders/http.rs:37:42
[INFO] [stdout]     |
[INFO] [stdout] 37  |             ureq::builder().cookie_store(store).build()
[INFO] [stdout]     |                             ------------ ^^^^^ expected `CookieStore`, found a different `CookieStore`
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             arguments to this method are incorrect
[INFO] [stdout]     |
[INFO] [stdout]     = note: `CookieStore` and `CookieStore` have similar names, but are actually distinct types
[INFO] [stdout] note: `CookieStore` is defined in crate `cookie_store`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/cookie_store-0.13.3/src/cookie_store.rs:48:1
[INFO] [stdout]     |
[INFO] [stdout] 48  | pub struct CookieStore {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `CookieStore` is defined in crate `cookie_store`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/cookie_store-0.21.0/src/cookie_store.rs:47:1
[INFO] [stdout]     |
[INFO] [stdout] 47  | pub struct CookieStore {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: perhaps two different versions of crate `cookie_store` are being used?
[INFO] [stdout] note: method defined here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ureq-2.9.6/src/agent.rs:668:12
[INFO] [stdout]     |
[INFO] [stdout] 668 |     pub fn cookie_store(mut self, cookie_store: CookieStore) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors; 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `hyraigne` (lib) due to 3 previous errors; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: aborting due to 3 previous errors; 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `hyraigne` (lib test) due to 4 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "74dff5c11530e36fc531356132e644b2fb7f7d3d1c4fbfcd8a5dba0deb1b81b8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "74dff5c11530e36fc531356132e644b2fb7f7d3d1c4fbfcd8a5dba0deb1b81b8", kill_on_drop: false }`
[INFO] [stdout] 74dff5c11530e36fc531356132e644b2fb7f7d3d1c4fbfcd8a5dba0deb1b81b8
