[INFO] fetching crate debcontrol 0.1.1...
[INFO] testing debcontrol-0.1.1 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] extracting crate debcontrol 0.1.1 into /workspace/builds/worker-2-tc2/source
[INFO] started tweaking crates.io crate debcontrol 0.1.1
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate debcontrol 0.1.1
[INFO] tweaked toml for crates.io crate debcontrol 0.1.1 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate debcontrol 0.1.1 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate debcontrol 0.1.1 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ad72d21221c338bbee0bcb5dc7cefd31ebb4ba6c521eaf3d1d5a454f51d16bf7
[INFO] running `Command { std: "docker" "start" "-a" "ad72d21221c338bbee0bcb5dc7cefd31ebb4ba6c521eaf3d1d5a454f51d16bf7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ad72d21221c338bbee0bcb5dc7cefd31ebb4ba6c521eaf3d1d5a454f51d16bf7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ad72d21221c338bbee0bcb5dc7cefd31ebb4ba6c521eaf3d1d5a454f51d16bf7", kill_on_drop: false }`
[INFO] [stdout] ad72d21221c338bbee0bcb5dc7cefd31ebb4ba6c521eaf3d1d5a454f51d16bf7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0065fa0942b4edebbf5d689305f8b97b2edb1ea32a03c9525f12ad6c789abbae
[INFO] running `Command { std: "docker" "start" "-a" "0065fa0942b4edebbf5d689305f8b97b2edb1ea32a03c9525f12ad6c789abbae", kill_on_drop: false }`
[INFO] [stderr]    Compiling version_check v0.9.1
[INFO] [stderr]    Compiling memchr v2.3.3
[INFO] [stderr]    Compiling nom v5.1.1
[INFO] [stderr]    Compiling debcontrol v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:155:31
[INFO] [stdout]     |
[INFO] [stdout] 155 | pub fn parse_streaming(input: &str) -> Result<Streaming<(&str, Paragraph)>, SyntaxError> {
[INFO] [stdout]     |                               ^^^^                       ^^^^  ^^^^^^^^^    ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                               |                          |     |
[INFO] [stdout]     |                               |                          |     the same lifetime is hidden here
[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] 155 | pub fn parse_streaming(input: &str) -> Result<Streaming<(&str, Paragraph<'_>)>, SyntaxError<'_>> {
[INFO] [stdout]     |                                                                         ++++               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:172:28
[INFO] [stdout]     |
[INFO] [stdout] 172 | pub fn parse_finish(input: &str) -> Result<Option<Paragraph>, SyntaxError> {
[INFO] [stdout]     |                            ^^^^                   ^^^^^^^^^   ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                            |                      |
[INFO] [stdout]     |                            |                      the same lifetime is hidden 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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 172 | pub fn parse_finish(input: &str) -> Result<Option<Paragraph<'_>>, SyntaxError<'_>> {
[INFO] [stdout]     |                                                            ++++              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:185:25
[INFO] [stdout]     |
[INFO] [stdout] 185 | pub fn parse_str(input: &str) -> Result<Vec<Paragraph>, SyntaxError> {
[INFO] [stdout]     |                         ^^^^                ^^^^^^^^^   ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                         |                   |
[INFO] [stdout]     |                         |                   the same lifetime is hidden 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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 185 | pub fn parse_str(input: &str) -> Result<Vec<Paragraph<'_>>, SyntaxError<'_>> {
[INFO] [stdout]     |                                                      ++++              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/buf_parse.rs:153:21
[INFO] [stdout]     |
[INFO] [stdout] 153 |     pub fn try_next(&mut self) -> Result<Option<Streaming<Paragraph>>, BufParseError> {
[INFO] [stdout]     |                     ^^^^^^^^^                             ^^^^^^^^^    ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |                                     |
[INFO] [stdout]     |                     the lifetime is elided here           the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 153 |     pub fn try_next(&mut self) -> Result<Option<Streaming<Paragraph<'_>>>, BufParseError<'_>> {
[INFO] [stdout]     |                                                                    ++++                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:219:87
[INFO] [stdout]     |
[INFO] [stdout] 219 |             pub(crate) fn paragraph<'a, E>(input: &'a str) -> IResult<&'a str, Option<Paragraph>, E>
[INFO] [stdout]     |                                                    --                  --             ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                                    |                   |
[INFO] [stdout]     |                                                    |                   the same lifetime is named here
[INFO] [stdout]     |                                                    the lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 235 | parsers!(streaming);
[INFO] [stdout]     | ------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `parsers` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 219 |             pub(crate) fn paragraph<'a, E>(input: &'a str) -> IResult<&'a str, Option<Paragraph<'a>>, E>
[INFO] [stdout]     |                                                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:219:87
[INFO] [stdout]     |
[INFO] [stdout] 219 |             pub(crate) fn paragraph<'a, E>(input: &'a str) -> IResult<&'a str, Option<Paragraph>, E>
[INFO] [stdout]     |                                                    --                  --             ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                                    |                   |
[INFO] [stdout]     |                                                    |                   the same lifetime is named here
[INFO] [stdout]     |                                                    the lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 236 | parsers!(complete);
[INFO] [stdout]     | ------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `parsers` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 219 |             pub(crate) fn paragraph<'a, E>(input: &'a str) -> IResult<&'a str, Option<Paragraph<'a>>, E>
[INFO] [stdout]     |                                                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.18s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v5.1.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] running `Command { std: "docker" "inspect" "0065fa0942b4edebbf5d689305f8b97b2edb1ea32a03c9525f12ad6c789abbae", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0065fa0942b4edebbf5d689305f8b97b2edb1ea32a03c9525f12ad6c789abbae", kill_on_drop: false }`
[INFO] [stdout] 0065fa0942b4edebbf5d689305f8b97b2edb1ea32a03c9525f12ad6c789abbae
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] febd5324e9af44b7d7c34e74830a050c041597225f4d4d8fe4f229e0432eeb3e
[INFO] running `Command { std: "docker" "start" "-a" "febd5324e9af44b7d7c34e74830a050c041597225f4d4d8fe4f229e0432eeb3e", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.9
[INFO] [stderr]    Compiling unicode-xid v0.2.0
[INFO] [stderr]    Compiling syn v1.0.17
[INFO] [stderr]    Compiling unindent v0.1.5
[INFO] [stderr]    Compiling anyhow v1.0.27
[INFO] [stderr]    Compiling proc-macro-hack v0.5.14
[INFO] [stderr]    Compiling json v0.12.4
[INFO] [stderr]    Compiling assert_matches v1.3.0
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:155:31
[INFO] [stdout]     |
[INFO] [stdout] 155 | pub fn parse_streaming(input: &str) -> Result<Streaming<(&str, Paragraph)>, SyntaxError> {
[INFO] [stdout]     |                               ^^^^                       ^^^^  ^^^^^^^^^    ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                               |                          |     |
[INFO] [stdout]     |                               |                          |     the same lifetime is hidden here
[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] 155 | pub fn parse_streaming(input: &str) -> Result<Streaming<(&str, Paragraph<'_>)>, SyntaxError<'_>> {
[INFO] [stdout]     |                                                                         ++++               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:172:28
[INFO] [stdout]     |
[INFO] [stdout] 172 | pub fn parse_finish(input: &str) -> Result<Option<Paragraph>, SyntaxError> {
[INFO] [stdout]     |                            ^^^^                   ^^^^^^^^^   ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                            |                      |
[INFO] [stdout]     |                            |                      the same lifetime is hidden 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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 172 | pub fn parse_finish(input: &str) -> Result<Option<Paragraph<'_>>, SyntaxError<'_>> {
[INFO] [stdout]     |                                                            ++++              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:185:25
[INFO] [stdout]     |
[INFO] [stdout] 185 | pub fn parse_str(input: &str) -> Result<Vec<Paragraph>, SyntaxError> {
[INFO] [stdout]     |                         ^^^^                ^^^^^^^^^   ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                         |                   |
[INFO] [stdout]     |                         |                   the same lifetime is hidden 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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 185 | pub fn parse_str(input: &str) -> Result<Vec<Paragraph<'_>>, SyntaxError<'_>> {
[INFO] [stdout]     |                                                      ++++              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/buf_parse.rs:153:21
[INFO] [stdout]     |
[INFO] [stdout] 153 |     pub fn try_next(&mut self) -> Result<Option<Streaming<Paragraph>>, BufParseError> {
[INFO] [stdout]     |                     ^^^^^^^^^                             ^^^^^^^^^    ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |                                     |
[INFO] [stdout]     |                     the lifetime is elided here           the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 153 |     pub fn try_next(&mut self) -> Result<Option<Streaming<Paragraph<'_>>>, BufParseError<'_>> {
[INFO] [stdout]     |                                                                    ++++                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:219:87
[INFO] [stdout]     |
[INFO] [stdout] 219 |             pub(crate) fn paragraph<'a, E>(input: &'a str) -> IResult<&'a str, Option<Paragraph>, E>
[INFO] [stdout]     |                                                    --                  --             ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                                    |                   |
[INFO] [stdout]     |                                                    |                   the same lifetime is named here
[INFO] [stdout]     |                                                    the lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 235 | parsers!(streaming);
[INFO] [stdout]     | ------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `parsers` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 219 |             pub(crate) fn paragraph<'a, E>(input: &'a str) -> IResult<&'a str, Option<Paragraph<'a>>, E>
[INFO] [stdout]     |                                                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:219:87
[INFO] [stdout]     |
[INFO] [stdout] 219 |             pub(crate) fn paragraph<'a, E>(input: &'a str) -> IResult<&'a str, Option<Paragraph>, E>
[INFO] [stdout]     |                                                    --                  --             ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                                    |                   |
[INFO] [stdout]     |                                                    |                   the same lifetime is named here
[INFO] [stdout]     |                                                    the lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 236 | parsers!(complete);
[INFO] [stdout]     | ------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `parsers` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 219 |             pub(crate) fn paragraph<'a, E>(input: &'a str) -> IResult<&'a str, Option<Paragraph<'a>>, E>
[INFO] [stdout]     |                                                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling quote v1.0.3
[INFO] [stderr]    Compiling indoc-impl v0.3.4
[INFO] [stderr]    Compiling indoc v0.3.4
[INFO] [stderr]    Compiling debcontrol v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:155:31
[INFO] [stdout]     |
[INFO] [stdout] 155 | pub fn parse_streaming(input: &str) -> Result<Streaming<(&str, Paragraph)>, SyntaxError> {
[INFO] [stdout]     |                               ^^^^                       ^^^^  ^^^^^^^^^    ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                               |                          |     |
[INFO] [stdout]     |                               |                          |     the same lifetime is hidden here
[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] 155 | pub fn parse_streaming(input: &str) -> Result<Streaming<(&str, Paragraph<'_>)>, SyntaxError<'_>> {
[INFO] [stdout]     |                                                                         ++++               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:172:28
[INFO] [stdout]     |
[INFO] [stdout] 172 | pub fn parse_finish(input: &str) -> Result<Option<Paragraph>, SyntaxError> {
[INFO] [stdout]     |                            ^^^^                   ^^^^^^^^^   ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                            |                      |
[INFO] [stdout]     |                            |                      the same lifetime is hidden 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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 172 | pub fn parse_finish(input: &str) -> Result<Option<Paragraph<'_>>, SyntaxError<'_>> {
[INFO] [stdout]     |                                                            ++++              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:185:25
[INFO] [stdout]     |
[INFO] [stdout] 185 | pub fn parse_str(input: &str) -> Result<Vec<Paragraph>, SyntaxError> {
[INFO] [stdout]     |                         ^^^^                ^^^^^^^^^   ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                         |                   |
[INFO] [stdout]     |                         |                   the same lifetime is hidden 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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 185 | pub fn parse_str(input: &str) -> Result<Vec<Paragraph<'_>>, SyntaxError<'_>> {
[INFO] [stdout]     |                                                      ++++              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/buf_parse.rs:153:21
[INFO] [stdout]     |
[INFO] [stdout] 153 |     pub fn try_next(&mut self) -> Result<Option<Streaming<Paragraph>>, BufParseError> {
[INFO] [stdout]     |                     ^^^^^^^^^                             ^^^^^^^^^    ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |                                     |
[INFO] [stdout]     |                     the lifetime is elided here           the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 153 |     pub fn try_next(&mut self) -> Result<Option<Streaming<Paragraph<'_>>>, BufParseError<'_>> {
[INFO] [stdout]     |                                                                    ++++                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:219:87
[INFO] [stdout]     |
[INFO] [stdout] 219 |             pub(crate) fn paragraph<'a, E>(input: &'a str) -> IResult<&'a str, Option<Paragraph>, E>
[INFO] [stdout]     |                                                    --                  --             ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                                    |                   |
[INFO] [stdout]     |                                                    |                   the same lifetime is named here
[INFO] [stdout]     |                                                    the lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 235 | parsers!(streaming);
[INFO] [stdout]     | ------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `parsers` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 219 |             pub(crate) fn paragraph<'a, E>(input: &'a str) -> IResult<&'a str, Option<Paragraph<'a>>, E>
[INFO] [stdout]     |                                                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:219:87
[INFO] [stdout]     |
[INFO] [stdout] 219 |             pub(crate) fn paragraph<'a, E>(input: &'a str) -> IResult<&'a str, Option<Paragraph>, E>
[INFO] [stdout]     |                                                    --                  --             ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                                    |                   |
[INFO] [stdout]     |                                                    |                   the same lifetime is named here
[INFO] [stdout]     |                                                    the lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 236 | parsers!(complete);
[INFO] [stdout]     | ------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `parsers` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 219 |             pub(crate) fn paragraph<'a, E>(input: &'a str) -> IResult<&'a str, Option<Paragraph<'a>>, E>
[INFO] [stdout]     |                                                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 4.72s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v5.1.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] running `Command { std: "docker" "inspect" "febd5324e9af44b7d7c34e74830a050c041597225f4d4d8fe4f229e0432eeb3e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "febd5324e9af44b7d7c34e74830a050c041597225f4d4d8fe4f229e0432eeb3e", kill_on_drop: false }`
[INFO] [stdout] febd5324e9af44b7d7c34e74830a050c041597225f4d4d8fe4f229e0432eeb3e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 95b5f9c0dd235ffeaeba22d32c1af6c89729bee1f52adba7926269d119968200
[INFO] running `Command { std: "docker" "start" "-a" "95b5f9c0dd235ffeaeba22d32c1af6c89729bee1f52adba7926269d119968200", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:155:31
[INFO] [stderr]     |
[INFO] [stderr] 155 | pub fn parse_streaming(input: &str) -> Result<Streaming<(&str, Paragraph)>, SyntaxError> {
[INFO] [stderr]     |                               ^^^^                       ^^^^  ^^^^^^^^^    ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                               |                          |     |
[INFO] [stderr]     |                               |                          |     the same lifetime is hidden here
[INFO] [stderr]     |                               |                          the same lifetime is elided here
[INFO] [stderr]     |                               the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 155 | pub fn parse_streaming(input: &str) -> Result<Streaming<(&str, Paragraph<'_>)>, SyntaxError<'_>> {
[INFO] [stderr]     |                                                                         ++++               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:172:28
[INFO] [stderr]     |
[INFO] [stderr] 172 | pub fn parse_finish(input: &str) -> Result<Option<Paragraph>, SyntaxError> {
[INFO] [stderr]     |                            ^^^^                   ^^^^^^^^^   ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                            |                      |
[INFO] [stderr]     |                            |                      the same lifetime is hidden here
[INFO] [stderr]     |                            the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 172 | pub fn parse_finish(input: &str) -> Result<Option<Paragraph<'_>>, SyntaxError<'_>> {
[INFO] [stderr]     |                                                            ++++              ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:185:25
[INFO] [stderr]     |
[INFO] [stderr] 185 | pub fn parse_str(input: &str) -> Result<Vec<Paragraph>, SyntaxError> {
[INFO] [stderr]     |                         ^^^^                ^^^^^^^^^   ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                         |                   |
[INFO] [stderr]     |                         |                   the same lifetime is hidden here
[INFO] [stderr]     |                         the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 185 | pub fn parse_str(input: &str) -> Result<Vec<Paragraph<'_>>, SyntaxError<'_>> {
[INFO] [stderr]     |                                                      ++++              ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/buf_parse.rs:153:21
[INFO] [stderr]     |
[INFO] [stderr] 153 |     pub fn try_next(&mut self) -> Result<Option<Streaming<Paragraph>>, BufParseError> {
[INFO] [stderr]     |                     ^^^^^^^^^                             ^^^^^^^^^    ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                     |                                     |
[INFO] [stderr]     |                     the lifetime is elided here           the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 153 |     pub fn try_next(&mut self) -> Result<Option<Streaming<Paragraph<'_>>>, BufParseError<'_>> {
[INFO] [stderr]     |                                                                    ++++                 ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:219:87
[INFO] [stderr]     |
[INFO] [stderr] 219 |             pub(crate) fn paragraph<'a, E>(input: &'a str) -> IResult<&'a str, Option<Paragraph>, E>
[INFO] [stderr]     |                                                    --                  --             ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                                                    |                   |
[INFO] [stderr]     |                                                    |                   the same lifetime is named here
[INFO] [stderr]     |                                                    the lifetime is named here
[INFO] [stderr] ...
[INFO] [stderr] 235 | parsers!(streaming);
[INFO] [stderr]     | ------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `parsers` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 219 |             pub(crate) fn paragraph<'a, E>(input: &'a str) -> IResult<&'a str, Option<Paragraph<'a>>, E>
[INFO] [stderr]     |                                                                                                ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:219:87
[INFO] [stderr]     |
[INFO] [stderr] 219 |             pub(crate) fn paragraph<'a, E>(input: &'a str) -> IResult<&'a str, Option<Paragraph>, E>
[INFO] [stderr]     |                                                    --                  --             ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                                                    |                   |
[INFO] [stderr]     |                                                    |                   the same lifetime is named here
[INFO] [stderr]     |                                                    the lifetime is named here
[INFO] [stderr] ...
[INFO] [stderr] 236 | parsers!(complete);
[INFO] [stderr]     | ------------------ in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `parsers` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 219 |             pub(crate) fn paragraph<'a, E>(input: &'a str) -> IResult<&'a str, Option<Paragraph<'a>>, E>
[INFO] [stderr]     |                                                                                                ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `debcontrol` (lib) generated 6 warnings (run `cargo fix --lib -p debcontrol` to apply 6 suggestions)
[INFO] [stderr] warning: `debcontrol` (lib test) generated 6 warnings (6 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.10s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v5.1.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/debcontrol-e9d6082e00ef1e54)
[INFO] [stdout] 
[INFO] [stdout] running 34 tests
[INFO] [stdout] test buf_parse::tests::should_fail_on_invalid_utf8_on_chunk_border ... ok
[INFO] [stdout] test buf_parse::tests::should_fail_on_trailing_invalid_utf8 ... ok
[INFO] [stdout] test buf_parse::tests::should_fail_on_trailing_partial_utf8 ... ok
[INFO] [stdout] test buf_parse::tests::should_handle_partial_utf8_on_chunk_boundary ... ok
[INFO] [stdout] test buf_parse::tests::should_keep_returning_none_when_input_is_exhausted ... ok
[INFO] [stdout] test buf_parse::tests::should_handle_partial_utf8_after_advancing_position ... ok
[INFO] [stdout] test parser::tests::eof::should_accept_empty_input ... ok
[INFO] [stdout] test parser::tests::eof::should_not_accept_non_empty_input ... ok
[INFO] [stdout] test buf_parse::tests::should_return_inner ... ok
[INFO] [stdout] test parser::tests::field_from_parts::should_build_field_from_definition_line ... ok
[INFO] [stdout] test parser::tests::field_from_parts::should_build_field_from_definition_line_and_mixed_continuations_and_comments ... ok
[INFO] [stdout] test parser::tests::field_from_parts::should_build_field_from_definition_line_and_only_comments ... ok
[INFO] [stdout] test parser::tests::field_from_parts::should_build_field_from_definition_line_and_continuations ... ok
[INFO] [stdout] test buf_parse::tests::should_need_to_buffer_at_least_twice_for_nonempty_input ... ok
[INFO] [stdout] test tests::parse_finish::should_parse_paragraph_with_trailing_whitespace ... ok
[INFO] [stdout] test tests::parse_finish::should_parse_paragraph_without_trailing_newline ... ok
[INFO] [stdout] test buf_parse::tests::should_parse_input_in_a_single_chunk ... ok
[INFO] [stdout] test tests::parse_str::should_parse_empty_input ... ok
[INFO] [stdout] test tests::parse_finish::should_return_error_on_incomplete_field_definition ... ok
[INFO] [stdout] test tests::parse_str::should_parse_multiple_paragraphs ... ok
[INFO] [stdout] test tests::parse_streaming::should_parse_completed_paragraph ... ok
[INFO] [stdout] test tests::parse_streaming::should_return_error_on_field_name_starting_with_hyphen ... ok
[INFO] [stdout] test tests::parse_streaming::should_parse_completed_paragraph_followed_by_partial_paragraph ... ok
[INFO] [stdout] test tests::parse_streaming::should_return_error_on_incomplete_field_definition ... ok
[INFO] [stdout] test tests::parse_streaming::should_return_error_on_unexpected_continuation ... ok
[INFO] [stdout] test tests::parse_streaming::should_return_error_on_invalid_field_name ... ok
[INFO] [stdout] test tests::parse_streaming::should_return_incomplete_on_empty_string ... ok
[INFO] [stdout] test tests::parse_streaming::should_return_incomplete_on_field_definition_without_trailing_newline ... ok
[INFO] [stdout] test tests::parse_streaming::should_return_incomplete_on_incomplete_field_definition ... ok
[INFO] [stdout] test tests::parse_streaming::should_return_incomplete_on_input_without_paragraph ... ok
[INFO] [stdout] test tests::parse_streaming::should_return_incomplete_on_paragraph_without_trailing_empty_line ... ok
[INFO] [stdout] test tests::parse_streaming::should_return_incomplete_on_paragraph_without_trailing_newline ... ok
[INFO] [stdout] test tests::parse_str::should_return_error_on_invalid_syntax ... ok
[INFO] [stdout] test buf_parse::tests::should_fail_on_invalid_utf8_inside_chunk ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/src-control-file.rs (/opt/rustwide/target/debug/deps/src_control_file-7fe626b1e99fc669)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test should_parse_control_file ... ok
[INFO] [stdout] test should_parse_control_file_streaming ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests debcontrol
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test src/lib.rs - (line 30) ... ok
[INFO] [stdout] test src/lib.rs - (line 8) ... ok
[INFO] [stdout] test src/buf_parse.rs - buf_parse::BufParse (line 79) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.39s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "95b5f9c0dd235ffeaeba22d32c1af6c89729bee1f52adba7926269d119968200", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "95b5f9c0dd235ffeaeba22d32c1af6c89729bee1f52adba7926269d119968200", kill_on_drop: false }`
[INFO] [stdout] 95b5f9c0dd235ffeaeba22d32c1af6c89729bee1f52adba7926269d119968200
