[INFO] fetching crate parser4curls 0.1.1...
[INFO] testing parser4curls-0.1.1 against 1.90.0 for beta-1.91-3
[INFO] extracting crate parser4curls 0.1.1 into /workspace/builds/worker-0-tc1/source
[INFO] started tweaking crates.io crate parser4curls 0.1.1
[INFO] finished tweaking crates.io crate parser4curls 0.1.1
[INFO] tweaked toml for crates.io crate parser4curls 0.1.1 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate parser4curls 0.1.1 on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 24 packages to latest compatible versions
[INFO] [stderr]       Adding memchr v2.3.4 (available: v2.7.6)
[INFO] [stderr]       Adding nom v6.2.2 (available: v8.0.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b5209c7346218035f196f13e84bf291baecc8c65a5ee193de1dc4243a2751805
[INFO] running `Command { std: "docker" "start" "-a" "b5209c7346218035f196f13e84bf291baecc8c65a5ee193de1dc4243a2751805", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b5209c7346218035f196f13e84bf291baecc8c65a5ee193de1dc4243a2751805", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b5209c7346218035f196f13e84bf291baecc8c65a5ee193de1dc4243a2751805", kill_on_drop: false }`
[INFO] [stdout] b5209c7346218035f196f13e84bf291baecc8c65a5ee193de1dc4243a2751805
[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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] df32a01e26a4db257b3c0bc7aba5642d91f73cebe39d917ccda47fa5722d7d17
[INFO] running `Command { std: "docker" "start" "-a" "df32a01e26a4db257b3c0bc7aba5642d91f73cebe39d917ccda47fa5722d7d17", kill_on_drop: false }`
[INFO] [stderr]    Compiling memchr v2.3.4
[INFO] [stderr]    Compiling radium v0.5.3
[INFO] [stderr]    Compiling lexical-core v0.7.6
[INFO] [stderr]    Compiling arrayvec v0.5.2
[INFO] [stderr]    Compiling funty v1.1.0
[INFO] [stderr]    Compiling nom v6.2.2
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling bitvec v0.19.6
[INFO] [stderr]    Compiling parser4curls v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:116:21
[INFO] [stdout]     |
[INFO] [stdout] 116 | pub fn parse(input: &str) -> IResult<&str, Curl> {
[INFO] [stdout]     |                     ^^^^             ----  ---- the same lifetime is hidden here
[INFO] [stdout]     |                     |                |
[INFO] [stdout]     |                     |                the same lifetime is elided here
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 116 | pub fn parse(input: &str) -> IResult<&str, Curl<'_>> {
[INFO] [stdout]     |                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.18s
[INFO] running `Command { std: "docker" "inspect" "df32a01e26a4db257b3c0bc7aba5642d91f73cebe39d917ccda47fa5722d7d17", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "df32a01e26a4db257b3c0bc7aba5642d91f73cebe39d917ccda47fa5722d7d17", kill_on_drop: false }`
[INFO] [stdout] df32a01e26a4db257b3c0bc7aba5642d91f73cebe39d917ccda47fa5722d7d17
[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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 15e9264dd446eb284f2255260838787f8fd470680f3da8e61f719e5fe3ef2bc9
[INFO] running `Command { std: "docker" "start" "-a" "15e9264dd446eb284f2255260838787f8fd470680f3da8e61f719e5fe3ef2bc9", kill_on_drop: false }`
[INFO] [stderr]    Compiling parser4curls v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:116:21
[INFO] [stdout]     |
[INFO] [stdout] 116 | pub fn parse(input: &str) -> IResult<&str, Curl> {
[INFO] [stdout]     |                     ^^^^             ----  ---- the same lifetime is hidden here
[INFO] [stdout]     |                     |                |
[INFO] [stdout]     |                     |                the same lifetime is elided here
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 116 | pub fn parse(input: &str) -> IResult<&str, Curl<'_>> {
[INFO] [stdout]     |                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/lib.rs:186:45
[INFO] [stdout]     |
[INFO] [stdout] 186 | ...nput), Ok((" \\", "i=test&from=16264490298264&sign=ce3bfa052b83a7a6&lts=1626449029826&bv=186085bc402&doctype=json&v=2.1&")));
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Result<(&str, &str), Err<Error<&str>>>`, found `Result<(&str, &str), Error>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected enum `std::result::Result<(&_, &_), nom::Err<nom::error::Error<&str>>>`
[INFO] [stdout]                found enum `std::result::Result<(&_, &_), anyhow::Error>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/lib.rs:192:37
[INFO] [stdout]     |
[INFO] [stdout] 192 |         assert_eq!(options_(input), Ok(("\x20\\", ("X", Some("GET")))));
[INFO] [stdout]     |                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `nom::Err<nom::error::Error<&str>>`, found `anyhow::Error`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected enum `std::result::Result<(&_, (&_, Option<&_>)), nom::Err<nom::error::Error<&str>>>`
[INFO] [stdout]                found enum `std::result::Result<(&_, (&_, Option<&_>)), anyhow::Error>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/lib.rs:194:37
[INFO] [stdout]     |
[INFO] [stdout] 194 |         assert_eq!(options_(input), Ok(("", ("compressed", None))));
[INFO] [stdout]     |                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Result<(&str, (&str, Option<...>)), ...>`, found `Result<(&str, (&str, Option<_>)), Error>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected enum `std::result::Result<(&_, (&_, Option<&str>)), nom::Err<nom::error::Error<&str>>>`
[INFO] [stdout]                found enum `std::result::Result<(&_, (&_, Option<_>)), anyhow::Error>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/lib.rs:198:13
[INFO] [stdout]     |
[INFO] [stdout] 198 |             Ok(("\x20\\", ("H", Some("Accept-Encoding: gzip, deflate, br"))))
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `nom::Err<nom::error::Error<&str>>`, found `anyhow::Error`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected enum `std::result::Result<(&_, (&_, Option<&_>)), nom::Err<nom::error::Error<&str>>>`
[INFO] [stdout]                found enum `std::result::Result<(&_, (&_, Option<&_>)), anyhow::Error>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/lib.rs:207:13
[INFO] [stdout]     |
[INFO] [stdout] 207 | /             Ok((
[INFO] [stdout] 208 | |                 "\x20\\",
[INFO] [stdout] 209 | |                 serde_json::from_str::<HashMap<&str, &str>>(
[INFO] [stdout] 210 | |                     r#"{
[INFO] [stdout] ...   |
[INFO] [stdout] 215 | |                 )?
[INFO] [stdout] 216 | |             ))
[INFO] [stdout]     | |______________^ expected `nom::Err<nom::error::Error<&str>>`, found `anyhow::Error`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected enum `std::result::Result<(&_, std::collections::HashMap<&_, &_>), nom::Err<nom::error::Error<&str>>>`
[INFO] [stdout]                found enum `std::result::Result<(&_, std::collections::HashMap<&_, &_>), anyhow::Error>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/lib.rs:224:44
[INFO] [stdout]     |
[INFO] [stdout] 224 |         assert_eq!(options_header_(input), Ok(("", ("Accept", "*/*"))));
[INFO] [stdout]     |                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Result<(&str, (&str, &str)), Err<...>>`, found `Result<(&str, (&str, &str)), Error>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected enum `std::result::Result<(&_, (&_, &_)), nom::Err<nom::error::Error<&str>>>`
[INFO] [stdout]                found enum `std::result::Result<(&_, (&_, &_)), anyhow::Error>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/lib.rs:227:44
[INFO] [stdout]     |
[INFO] [stdout] 227 | ...), Ok(("", ("User-Agent", "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36"))));
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Result<(&str, (&str, &str)), Err<...>>`, found `Result<(&str, (&str, &str)), Error>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected enum `std::result::Result<(&_, (&_, &_)), nom::Err<nom::error::Error<&str>>>`
[INFO] [stdout]                found enum `std::result::Result<(&_, (&_, &_)), anyhow::Error>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/lib.rs:233:13
[INFO] [stdout]     |
[INFO] [stdout] 233 | /             Ok((
[INFO] [stdout] 234 | |                 "\x20\\",
[INFO] [stdout] 235 | |                 (
[INFO] [stdout] 236 | |                     "sec-ch-ua",
[INFO] [stdout] ...   |
[INFO] [stdout] 239 | |             ))
[INFO] [stdout]     | |______________^ expected `Result<(&str, (&str, &str)), Err<...>>`, found `Result<(&str, (&str, &str)), Error>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected enum `std::result::Result<(&_, (&_, &_)), nom::Err<nom::error::Error<&str>>>`
[INFO] [stdout]                found enum `std::result::Result<(&_, (&_, &_)), anyhow::Error>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `parser4curls` (lib test) due to 8 previous errors
[INFO] running `Command { std: "docker" "inspect" "15e9264dd446eb284f2255260838787f8fd470680f3da8e61f719e5fe3ef2bc9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "15e9264dd446eb284f2255260838787f8fd470680f3da8e61f719e5fe3ef2bc9", kill_on_drop: false }`
[INFO] [stdout] 15e9264dd446eb284f2255260838787f8fd470680f3da8e61f719e5fe3ef2bc9
