[INFO] fetching crate email-parser 0.5.0...
[INFO] checking email-parser-0.5.0 against try#31561a63598a0f21fc74c024747ef1310fdd2eb2 for pr-133536
[INFO] extracting crate email-parser 0.5.0 into /workspace/builds/worker-7-tc2/source
[INFO] validating manifest of crates.io crate email-parser 0.5.0 on toolchain 31561a63598a0f21fc74c024747ef1310fdd2eb2
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate email-parser 0.5.0
[INFO] finished tweaking crates.io crate email-parser 0.5.0
[INFO] tweaked toml for crates.io crate email-parser 0.5.0 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 65 packages to latest compatible versions
[INFO] [stderr]       Adding mailparse v0.13.8 (available: v0.15.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 6e838fac381c74daa1c224bbe012f0fd9adaf116623cfed626caebd73a23c5dc
[INFO] running `Command { std: "docker" "start" "-a" "6e838fac381c74daa1c224bbe012f0fd9adaf116623cfed626caebd73a23c5dc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6e838fac381c74daa1c224bbe012f0fd9adaf116623cfed626caebd73a23c5dc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6e838fac381c74daa1c224bbe012f0fd9adaf116623cfed626caebd73a23c5dc", kill_on_drop: false }`
[INFO] [stdout] 6e838fac381c74daa1c224bbe012f0fd9adaf116623cfed626caebd73a23c5dc
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 54c48ca93e989f70e2a9bc0489616d47b5baba9385fb53751c7086d0ba6c7ae3
[INFO] running `Command { std: "docker" "start" "-a" "54c48ca93e989f70e2a9bc0489616d47b5baba9385fb53751c7086d0ba6c7ae3", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.92
[INFO] [stderr]    Compiling unicode-ident v1.0.14
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]    Compiling libc v0.2.167
[INFO] [stderr]     Checking encoding_index_tests v0.1.4
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]     Checking iana-time-zone v0.1.61
[INFO] [stderr]     Checking base64 v0.22.1
[INFO] [stderr]     Checking data-encoding v2.6.0
[INFO] [stderr]     Checking base64 v0.11.0
[INFO] [stderr]     Checking buf-read-ext v0.3.0
[INFO] [stderr]     Checking quoted_printable v0.4.8
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking email-parser v0.5.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking encoding-index-japanese v1.20141219.5
[INFO] [stderr]     Checking encoding_rs v0.8.35
[INFO] [stderr]     Checking encoding-index-korean v1.20141219.5
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]   --> src/parsing/address.rs:61:50
[INFO] [stdout]    |
[INFO] [stdout] 61 | pub fn domain_literal<'a>(input: &'a [u8]) -> Res<Cow<'a, str>> {
[INFO] [stdout]    |                       --                         ^ this elided lifetime gets resolved as `'a`
[INFO] [stdout]    |                       |
[INFO] [stdout]    |                       lifetime `'a` declared here
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(elided_named_lifetimes)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]   --> src/parsing/combinators.rs:58:30
[INFO] [stdout]    |
[INFO] [stdout] 56 | pub(crate) fn optional<'a, T, F>(input: &'a [u8], mut parser: F) -> (&'a [u8], Option<T>)
[INFO] [stdout]    |                        -- lifetime `'a` declared here
[INFO] [stdout] 57 | where
[INFO] [stdout] 58 |     F: FnMut(&'a [u8]) -> Res<T>,
[INFO] [stdout]    |                              ^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]   --> src/parsing/combinators.rs:70:30
[INFO] [stdout]    |
[INFO] [stdout] 68 | pub(crate) fn match_parsers<'a, T, F>(input: &'a [u8], parsers: &mut [F]) -> Res<'a, T>
[INFO] [stdout]    |                             -- lifetime `'a` declared here
[INFO] [stdout] 69 | where
[INFO] [stdout] 70 |     F: FnMut(&'a [u8]) -> Res<T>,
[INFO] [stdout]    |                              ^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/parsing/combinators.rs:130:30
[INFO] [stdout]     |
[INFO] [stdout] 128 | pub fn ignore_many<'a, T, F>(mut input: &'a [u8], mut parser: F) -> Res<()>
[INFO] [stdout]     |                    -- lifetime `'a` declared here
[INFO] [stdout] 129 | where
[INFO] [stdout] 130 |     F: FnMut(&'a [u8]) -> Res<T>,
[INFO] [stdout]     |                              ^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/parsing/combinators.rs:128:72
[INFO] [stdout]     |
[INFO] [stdout] 128 | pub fn ignore_many<'a, T, F>(mut input: &'a [u8], mut parser: F) -> Res<()>
[INFO] [stdout]     |                    -- lifetime `'a` declared here                      ^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/parsing/combinators.rs:142:30
[INFO] [stdout]     |
[INFO] [stdout] 140 | pub fn many<'a, T, F>(mut input: &'a [u8], mut parser: F) -> Res<Vec<T>>
[INFO] [stdout]     |             -- lifetime `'a` declared here
[INFO] [stdout] 141 | where
[INFO] [stdout] 142 |     F: FnMut(&'a [u8]) -> Res<T>,
[INFO] [stdout]     |                              ^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/parsing/combinators.rs:140:65
[INFO] [stdout]     |
[INFO] [stdout] 140 | pub fn many<'a, T, F>(mut input: &'a [u8], mut parser: F) -> Res<Vec<T>>
[INFO] [stdout]     |             -- lifetime `'a` declared here                      ^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/parsing/combinators.rs:157:30
[INFO] [stdout]     |
[INFO] [stdout] 155 | pub fn many1<'a, T, F>(input: &'a [u8], mut parser: F) -> Res<Vec<T>>
[INFO] [stdout]     |              -- lifetime `'a` declared here
[INFO] [stdout] 156 | where
[INFO] [stdout] 157 |     F: FnMut(&'a [u8]) -> Res<T>,
[INFO] [stdout]     |                              ^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking encoding-index-singlebyte v1.20141219.5
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/parsing/combinators.rs:155:62
[INFO] [stdout]     |
[INFO] [stdout] 155 | pub fn many1<'a, T, F>(input: &'a [u8], mut parser: F) -> Res<Vec<T>>
[INFO] [stdout]     |              -- lifetime `'a` declared here                  ^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/parsing/combinators.rs:174:30
[INFO] [stdout]     |
[INFO] [stdout] 172 | pub fn collect_many<'a, F>(mut input: &'a [u8], mut parser: F) -> Res<Cow<str>>
[INFO] [stdout]     |                     -- lifetime `'a` declared here
[INFO] [stdout] 173 | where
[INFO] [stdout] 174 |     F: FnMut(&'a [u8]) -> Res<Cow<str>>,
[INFO] [stdout]     |                              ^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/parsing/combinators.rs:174:34
[INFO] [stdout]     |
[INFO] [stdout] 172 | pub fn collect_many<'a, F>(mut input: &'a [u8], mut parser: F) -> Res<Cow<str>>
[INFO] [stdout]     |                     -- lifetime `'a` declared here
[INFO] [stdout] 173 | where
[INFO] [stdout] 174 |     F: FnMut(&'a [u8]) -> Res<Cow<str>>,
[INFO] [stdout]     |                                  ^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/parsing/combinators.rs:172:70
[INFO] [stdout]     |
[INFO] [stdout] 172 | pub fn collect_many<'a, F>(mut input: &'a [u8], mut parser: F) -> Res<Cow<str>>
[INFO] [stdout]     |                     -- lifetime `'a` declared here                   ^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/parsing/combinators.rs:172:74
[INFO] [stdout]     |
[INFO] [stdout] 172 | pub fn collect_many<'a, F>(mut input: &'a [u8], mut parser: F) -> Res<Cow<str>>
[INFO] [stdout]     |                     -- lifetime `'a` declared here                       ^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/parsing/combinators.rs:189:30
[INFO] [stdout]     |
[INFO] [stdout] 187 | pub fn pair<'a, T, U, F, G>(input: &'a [u8], mut parser1: F, mut parser2: G) -> Res<(U, T)>
[INFO] [stdout]     |             -- lifetime `'a` declared here
[INFO] [stdout] 188 | where
[INFO] [stdout] 189 |     F: FnMut(&'a [u8]) -> Res<U>,
[INFO] [stdout]     |                              ^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/parsing/combinators.rs:190:30
[INFO] [stdout]     |
[INFO] [stdout] 187 | pub fn pair<'a, T, U, F, G>(input: &'a [u8], mut parser1: F, mut parser2: G) -> Res<(U, T)>
[INFO] [stdout]     |             -- lifetime `'a` declared here
[INFO] [stdout] ...
[INFO] [stdout] 190 |     G: FnMut(&'a [u8]) -> Res<T>,
[INFO] [stdout]     |                              ^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/parsing/combinators.rs:187:84
[INFO] [stdout]     |
[INFO] [stdout] 187 | pub fn pair<'a, T, U, F, G>(input: &'a [u8], mut parser1: F, mut parser2: G) -> Res<(U, T)>
[INFO] [stdout]     |             -- lifetime `'a` declared here                                         ^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/parsing/combinators.rs:206:30
[INFO] [stdout]     |
[INFO] [stdout] 199 | pub fn triplet<'a, T, U, V, F, G, H>(
[INFO] [stdout]     |                -- lifetime `'a` declared here
[INFO] [stdout] ...
[INFO] [stdout] 206 |     F: FnMut(&'a [u8]) -> Res<U>,
[INFO] [stdout]     |                              ^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/parsing/combinators.rs:207:30
[INFO] [stdout]     |
[INFO] [stdout] 199 | pub fn triplet<'a, T, U, V, F, G, H>(
[INFO] [stdout]     |                -- lifetime `'a` declared here
[INFO] [stdout] ...
[INFO] [stdout] 207 |     G: FnMut(&'a [u8]) -> Res<T>,
[INFO] [stdout]     |                              ^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/parsing/combinators.rs:208:30
[INFO] [stdout]     |
[INFO] [stdout] 199 | pub fn triplet<'a, T, U, V, F, G, H>(
[INFO] [stdout]     |                -- lifetime `'a` declared here
[INFO] [stdout] ...
[INFO] [stdout] 208 |     H: FnMut(&'a [u8]) -> Res<V>,
[INFO] [stdout]     |                              ^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/parsing/combinators.rs:204:9
[INFO] [stdout]     |
[INFO] [stdout] 199 | pub fn triplet<'a, T, U, V, F, G, H>(
[INFO] [stdout]     |                -- lifetime `'a` declared here
[INFO] [stdout] ...
[INFO] [stdout] 204 | ) -> Res<(U, T, V)>
[INFO] [stdout]     |         ^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/parsing/combinators.rs:220:30
[INFO] [stdout]     |
[INFO] [stdout] 218 | pub fn collect_pair<'a, F, G>(input: &'a [u8], mut parser1: F, mut parser2: G) -> Res<Cow<str>>
[INFO] [stdout]     |                     -- lifetime `'a` declared here
[INFO] [stdout] 219 | where
[INFO] [stdout] 220 |     F: FnMut(&'a [u8]) -> Res<Cow<str>>,
[INFO] [stdout]     |                              ^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/parsing/combinators.rs:220:34
[INFO] [stdout]     |
[INFO] [stdout] 218 | pub fn collect_pair<'a, F, G>(input: &'a [u8], mut parser1: F, mut parser2: G) -> Res<Cow<str>>
[INFO] [stdout]     |                     -- lifetime `'a` declared here
[INFO] [stdout] 219 | where
[INFO] [stdout] 220 |     F: FnMut(&'a [u8]) -> Res<Cow<str>>,
[INFO] [stdout]     |                                  ^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/parsing/combinators.rs:221:30
[INFO] [stdout]     |
[INFO] [stdout] 218 | pub fn collect_pair<'a, F, G>(input: &'a [u8], mut parser1: F, mut parser2: G) -> Res<Cow<str>>
[INFO] [stdout]     |                     -- lifetime `'a` declared here
[INFO] [stdout] ...
[INFO] [stdout] 221 |     G: FnMut(&'a [u8]) -> Res<Cow<str>>,
[INFO] [stdout]     |                              ^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/parsing/combinators.rs:221:34
[INFO] [stdout]     |
[INFO] [stdout] 218 | pub fn collect_pair<'a, F, G>(input: &'a [u8], mut parser1: F, mut parser2: G) -> Res<Cow<str>>
[INFO] [stdout]     |                     -- lifetime `'a` declared here
[INFO] [stdout] ...
[INFO] [stdout] 221 |     G: FnMut(&'a [u8]) -> Res<Cow<str>>,
[INFO] [stdout]     |                                  ^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/parsing/combinators.rs:218:86
[INFO] [stdout]     |
[INFO] [stdout] 218 | pub fn collect_pair<'a, F, G>(input: &'a [u8], mut parser1: F, mut parser2: G) -> Res<Cow<str>>
[INFO] [stdout]     |                     -- lifetime `'a` declared here                                   ^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/parsing/combinators.rs:218:90
[INFO] [stdout]     |
[INFO] [stdout] 218 | pub fn collect_pair<'a, F, G>(input: &'a [u8], mut parser1: F, mut parser2: G) -> Res<Cow<str>>
[INFO] [stdout]     |                     -- lifetime `'a` declared here                                       ^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking encoding-index-simpchinese v1.20141219.5
[INFO] [stderr]     Checking encoding-index-tradchinese v1.20141219.5
[INFO] [stderr]     Checking email-format v0.8.1
[INFO] [stderr]    Compiling email v0.0.21
[INFO] [stderr]     Checking encoding v0.2.33
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling syn v2.0.90
[INFO] [stderr]     Checking chrono v0.4.38
[INFO] [stderr]     Checking rand_core v0.5.1
[INFO] [stderr]     Checking charset v0.1.5
[INFO] [stderr]     Checking mailparse v0.13.8
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]     Checking zerocopy v0.7.35
[INFO] [stderr]     Checking ppv-lite86 v0.2.20
[INFO] [stderr]     Checking rand_chacha v0.2.2
[INFO] [stderr]     Checking rand v0.7.3
[INFO] [stdout] error: couldn't read `benches/../mail.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> benches/alternatives.rs:6:21
[INFO] [stdout]   |
[INFO] [stdout] 6 | const MAIL: &[u8] = include_bytes!("../mail.txt");
[INFO] [stdout]   |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `benches/../mail.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> benches/alternatives.rs:7:21
[INFO] [stdout]   |
[INFO] [stdout] 7 | const MAIL2: &str = include_str!("../mail.txt");
[INFO] [stdout]   |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the macro `include_str` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `test::Bencher`
[INFO] [stdout]  --> benches/encodings.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use test::Bencher;
[INFO] [stdout]   |     ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `email-parser` (bench "alternatives") due to 2 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]   --> src/parsing/address.rs:61:50
[INFO] [stdout]    |
[INFO] [stdout] 61 | pub fn domain_literal<'a>(input: &'a [u8]) -> Res<Cow<'a, str>> {
[INFO] [stdout]    |                       --                         ^ this elided lifetime gets resolved as `'a`
[INFO] [stdout]    |                       |
[INFO] [stdout]    |                       lifetime `'a` declared here
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(elided_named_lifetimes)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]   --> src/parsing/combinators.rs:58:30
[INFO] [stdout]    |
[INFO] [stdout] 56 | pub(crate) fn optional<'a, T, F>(input: &'a [u8], mut parser: F) -> (&'a [u8], Option<T>)
[INFO] [stdout]    |                        -- lifetime `'a` declared here
[INFO] [stdout] 57 | where
[INFO] [stdout] 58 |     F: FnMut(&'a [u8]) -> Res<T>,
[INFO] [stdout]    |                              ^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]   --> src/parsing/combinators.rs:70:30
[INFO] [stdout]    |
[INFO] [stdout] 68 | pub(crate) fn match_parsers<'a, T, F>(input: &'a [u8], parsers: &mut [F]) -> Res<'a, T>
[INFO] [stdout]    |                             -- lifetime `'a` declared here
[INFO] [stdout] 69 | where
[INFO] [stdout] 70 |     F: FnMut(&'a [u8]) -> Res<T>,
[INFO] [stdout]    |                              ^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/parsing/combinators.rs:130:30
[INFO] [stdout]     |
[INFO] [stdout] 128 | pub fn ignore_many<'a, T, F>(mut input: &'a [u8], mut parser: F) -> Res<()>
[INFO] [stdout]     |                    -- lifetime `'a` declared here
[INFO] [stdout] 129 | where
[INFO] [stdout] 130 |     F: FnMut(&'a [u8]) -> Res<T>,
[INFO] [stdout]     |                              ^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/parsing/combinators.rs:128:72
[INFO] [stdout]     |
[INFO] [stdout] 128 | pub fn ignore_many<'a, T, F>(mut input: &'a [u8], mut parser: F) -> Res<()>
[INFO] [stdout]     |                    -- lifetime `'a` declared here                      ^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/parsing/combinators.rs:142:30
[INFO] [stdout]     |
[INFO] [stdout] 140 | pub fn many<'a, T, F>(mut input: &'a [u8], mut parser: F) -> Res<Vec<T>>
[INFO] [stdout]     |             -- lifetime `'a` declared here
[INFO] [stdout] 141 | where
[INFO] [stdout] 142 |     F: FnMut(&'a [u8]) -> Res<T>,
[INFO] [stdout]     |                              ^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/parsing/combinators.rs:140:65
[INFO] [stdout]     |
[INFO] [stdout] 140 | pub fn many<'a, T, F>(mut input: &'a [u8], mut parser: F) -> Res<Vec<T>>
[INFO] [stdout]     |             -- lifetime `'a` declared here                      ^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/parsing/combinators.rs:157:30
[INFO] [stdout]     |
[INFO] [stdout] 155 | pub fn many1<'a, T, F>(input: &'a [u8], mut parser: F) -> Res<Vec<T>>
[INFO] [stdout]     |              -- lifetime `'a` declared here
[INFO] [stdout] 156 | where
[INFO] [stdout] 157 |     F: FnMut(&'a [u8]) -> Res<T>,
[INFO] [stdout]     |                              ^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/parsing/combinators.rs:155:62
[INFO] [stdout]     |
[INFO] [stdout] 155 | pub fn many1<'a, T, F>(input: &'a [u8], mut parser: F) -> Res<Vec<T>>
[INFO] [stdout]     |              -- lifetime `'a` declared here                  ^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/parsing/combinators.rs:174:30
[INFO] [stdout]     |
[INFO] [stdout] 172 | pub fn collect_many<'a, F>(mut input: &'a [u8], mut parser: F) -> Res<Cow<str>>
[INFO] [stdout]     |                     -- lifetime `'a` declared here
[INFO] [stdout] 173 | where
[INFO] [stdout] 174 |     F: FnMut(&'a [u8]) -> Res<Cow<str>>,
[INFO] [stdout]     |                              ^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/parsing/combinators.rs:174:34
[INFO] [stdout]     |
[INFO] [stdout] 172 | pub fn collect_many<'a, F>(mut input: &'a [u8], mut parser: F) -> Res<Cow<str>>
[INFO] [stdout]     |                     -- lifetime `'a` declared here
[INFO] [stdout] 173 | where
[INFO] [stdout] 174 |     F: FnMut(&'a [u8]) -> Res<Cow<str>>,
[INFO] [stdout]     |                                  ^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/parsing/combinators.rs:172:70
[INFO] [stdout]     |
[INFO] [stdout] 172 | pub fn collect_many<'a, F>(mut input: &'a [u8], mut parser: F) -> Res<Cow<str>>
[INFO] [stdout]     |                     -- lifetime `'a` declared here                   ^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/parsing/combinators.rs:172:74
[INFO] [stdout]     |
[INFO] [stdout] 172 | pub fn collect_many<'a, F>(mut input: &'a [u8], mut parser: F) -> Res<Cow<str>>
[INFO] [stdout]     |                     -- lifetime `'a` declared here                       ^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/parsing/combinators.rs:189:30
[INFO] [stdout]     |
[INFO] [stdout] 187 | pub fn pair<'a, T, U, F, G>(input: &'a [u8], mut parser1: F, mut parser2: G) -> Res<(U, T)>
[INFO] [stdout]     |             -- lifetime `'a` declared here
[INFO] [stdout] 188 | where
[INFO] [stdout] 189 |     F: FnMut(&'a [u8]) -> Res<U>,
[INFO] [stdout]     |                              ^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/parsing/combinators.rs:190:30
[INFO] [stdout]     |
[INFO] [stdout] 187 | pub fn pair<'a, T, U, F, G>(input: &'a [u8], mut parser1: F, mut parser2: G) -> Res<(U, T)>
[INFO] [stdout]     |             -- lifetime `'a` declared here
[INFO] [stdout] ...
[INFO] [stdout] 190 |     G: FnMut(&'a [u8]) -> Res<T>,
[INFO] [stdout]     |                              ^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/parsing/combinators.rs:187:84
[INFO] [stdout]     |
[INFO] [stdout] 187 | pub fn pair<'a, T, U, F, G>(input: &'a [u8], mut parser1: F, mut parser2: G) -> Res<(U, T)>
[INFO] [stdout]     |             -- lifetime `'a` declared here                                         ^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/parsing/combinators.rs:206:30
[INFO] [stdout]     |
[INFO] [stdout] 199 | pub fn triplet<'a, T, U, V, F, G, H>(
[INFO] [stdout]     |                -- lifetime `'a` declared here
[INFO] [stdout] ...
[INFO] [stdout] 206 |     F: FnMut(&'a [u8]) -> Res<U>,
[INFO] [stdout]     |                              ^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/parsing/combinators.rs:207:30
[INFO] [stdout]     |
[INFO] [stdout] 199 | pub fn triplet<'a, T, U, V, F, G, H>(
[INFO] [stdout]     |                -- lifetime `'a` declared here
[INFO] [stdout] ...
[INFO] [stdout] 207 |     G: FnMut(&'a [u8]) -> Res<T>,
[INFO] [stdout]     |                              ^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/parsing/combinators.rs:208:30
[INFO] [stdout]     |
[INFO] [stdout] 199 | pub fn triplet<'a, T, U, V, F, G, H>(
[INFO] [stdout]     |                -- lifetime `'a` declared here
[INFO] [stdout] ...
[INFO] [stdout] 208 |     H: FnMut(&'a [u8]) -> Res<V>,
[INFO] [stdout]     |                              ^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/parsing/combinators.rs:204:9
[INFO] [stdout]     |
[INFO] [stdout] 199 | pub fn triplet<'a, T, U, V, F, G, H>(
[INFO] [stdout]     |                -- lifetime `'a` declared here
[INFO] [stdout] ...
[INFO] [stdout] 204 | ) -> Res<(U, T, V)>
[INFO] [stdout]     |         ^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/parsing/combinators.rs:220:30
[INFO] [stdout]     |
[INFO] [stdout] 218 | pub fn collect_pair<'a, F, G>(input: &'a [u8], mut parser1: F, mut parser2: G) -> Res<Cow<str>>
[INFO] [stdout]     |                     -- lifetime `'a` declared here
[INFO] [stdout] 219 | where
[INFO] [stdout] 220 |     F: FnMut(&'a [u8]) -> Res<Cow<str>>,
[INFO] [stdout]     |                              ^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/parsing/combinators.rs:220:34
[INFO] [stdout]     |
[INFO] [stdout] 218 | pub fn collect_pair<'a, F, G>(input: &'a [u8], mut parser1: F, mut parser2: G) -> Res<Cow<str>>
[INFO] [stdout]     |                     -- lifetime `'a` declared here
[INFO] [stdout] 219 | where
[INFO] [stdout] 220 |     F: FnMut(&'a [u8]) -> Res<Cow<str>>,
[INFO] [stdout]     |                                  ^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/parsing/combinators.rs:221:30
[INFO] [stdout]     |
[INFO] [stdout] 218 | pub fn collect_pair<'a, F, G>(input: &'a [u8], mut parser1: F, mut parser2: G) -> Res<Cow<str>>
[INFO] [stdout]     |                     -- lifetime `'a` declared here
[INFO] [stdout] ...
[INFO] [stdout] 221 |     G: FnMut(&'a [u8]) -> Res<Cow<str>>,
[INFO] [stdout]     |                              ^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/parsing/combinators.rs:221:34
[INFO] [stdout]     |
[INFO] [stdout] 218 | pub fn collect_pair<'a, F, G>(input: &'a [u8], mut parser1: F, mut parser2: G) -> Res<Cow<str>>
[INFO] [stdout]     |                     -- lifetime `'a` declared here
[INFO] [stdout] ...
[INFO] [stdout] 221 |     G: FnMut(&'a [u8]) -> Res<Cow<str>>,
[INFO] [stdout]     |                                  ^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/parsing/combinators.rs:218:86
[INFO] [stdout]     |
[INFO] [stdout] 218 | pub fn collect_pair<'a, F, G>(input: &'a [u8], mut parser1: F, mut parser2: G) -> Res<Cow<str>>
[INFO] [stdout]     |                     -- lifetime `'a` declared here                                   ^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/parsing/combinators.rs:218:90
[INFO] [stdout]     |
[INFO] [stdout] 218 | pub fn collect_pair<'a, F, G>(input: &'a [u8], mut parser1: F, mut parser2: G) -> Res<Cow<str>>
[INFO] [stdout]     |                     -- lifetime `'a` declared here                                       ^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "54c48ca93e989f70e2a9bc0489616d47b5baba9385fb53751c7086d0ba6c7ae3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "54c48ca93e989f70e2a9bc0489616d47b5baba9385fb53751c7086d0ba6c7ae3", kill_on_drop: false }`
[INFO] [stdout] 54c48ca93e989f70e2a9bc0489616d47b5baba9385fb53751c7086d0ba6c7ae3
