[INFO] fetching crate oma-debcontrol 0.3.1... [INFO] testing oma-debcontrol-0.3.1 against master#cdb45c87e2cd43495379f7e867e3cc15dcee9f93 for pr-145838-1 [INFO] extracting crate oma-debcontrol 0.3.1 into /workspace/builds/worker-2-tc1/source [INFO] started tweaking crates.io crate oma-debcontrol 0.3.1 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate oma-debcontrol 0.3.1 [INFO] tweaked toml for crates.io crate oma-debcontrol 0.3.1 written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate oma-debcontrol 0.3.1 on toolchain cdb45c87e2cd43495379f7e867e3cc15dcee9f93 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate oma-debcontrol 0.3.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" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 72d4f965427d40b03f1769b1c45f1ae4add2a7b607d88e2d726af4fdd57f319a [INFO] running `Command { std: "docker" "start" "-a" "72d4f965427d40b03f1769b1c45f1ae4add2a7b607d88e2d726af4fdd57f319a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "72d4f965427d40b03f1769b1c45f1ae4add2a7b607d88e2d726af4fdd57f319a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "72d4f965427d40b03f1769b1c45f1ae4add2a7b607d88e2d726af4fdd57f319a", kill_on_drop: false }` [INFO] [stdout] 72d4f965427d40b03f1769b1c45f1ae4add2a7b607d88e2d726af4fdd57f319a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ca5cf4c18105b3f05175d6a12c61ac30af9d4850ca053e9e15bede104431237c [INFO] running `Command { std: "docker" "start" "-a" "ca5cf4c18105b3f05175d6a12c61ac30af9d4850ca053e9e15bede104431237c", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.6.4 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling oma-debcontrol v0.3.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, 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)>, 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, 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>, 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, 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>, 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>, 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>>, 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, 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>, 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, 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>, E> [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.18s [INFO] running `Command { std: "docker" "inspect" "ca5cf4c18105b3f05175d6a12c61ac30af9d4850ca053e9e15bede104431237c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ca5cf4c18105b3f05175d6a12c61ac30af9d4850ca053e9e15bede104431237c", kill_on_drop: false }` [INFO] [stdout] ca5cf4c18105b3f05175d6a12c61ac30af9d4850ca053e9e15bede104431237c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 76de18c6c2e21fc54a6ec74e5c7dc63b2070593351c1e34bb5ea4d549402c369 [INFO] running `Command { std: "docker" "start" "-a" "76de18c6c2e21fc54a6ec74e5c7dc63b2070593351c1e34bb5ea4d549402c369", kill_on_drop: false }` [INFO] [stderr] Compiling anyhow v1.0.75 [INFO] [stderr] Compiling indoc v2.0.4 [INFO] [stderr] Compiling assert_matches v1.5.0 [INFO] [stderr] Compiling json v0.12.4 [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, 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)>, 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, 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>, 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, 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>, 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>, 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>>, 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, 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>, 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, 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>, E> [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling oma-debcontrol v0.3.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, 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)>, 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, 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>, 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, 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>, 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>, 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>>, 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, 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>, 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, 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>, E> [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 2.79s [INFO] running `Command { std: "docker" "inspect" "76de18c6c2e21fc54a6ec74e5c7dc63b2070593351c1e34bb5ea4d549402c369", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "76de18c6c2e21fc54a6ec74e5c7dc63b2070593351c1e34bb5ea4d549402c369", kill_on_drop: false }` [INFO] [stdout] 76de18c6c2e21fc54a6ec74e5c7dc63b2070593351c1e34bb5ea4d549402c369 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 93b7d16aa9fc5c1db60e629f7799eed32c1b881b775e39ab4f1855fe8537f1d9 [INFO] running `Command { std: "docker" "start" "-a" "93b7d16aa9fc5c1db60e629f7799eed32c1b881b775e39ab4f1855fe8537f1d9", 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, 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)>, 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, 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>, 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, 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>, 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>, 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>>, 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, 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>, 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, 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>, E> [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `oma-debcontrol` (lib) generated 6 warnings (run `cargo fix --lib -p oma-debcontrol` to apply 6 suggestions) [INFO] [stderr] warning: `oma-debcontrol` (lib test) generated 6 warnings (6 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/oma_debcontrol-56102af90de3bae1) [INFO] [stdout] [INFO] [stdout] running 34 tests [INFO] [stdout] test buf_parse::tests::should_fail_on_invalid_utf8_inside_chunk ... ok [INFO] [stdout] test buf_parse::tests::should_fail_on_trailing_partial_utf8 ... ok [INFO] [stdout] test buf_parse::tests::should_handle_partial_utf8_after_advancing_position ... ok [INFO] [stdout] test buf_parse::tests::should_handle_partial_utf8_on_chunk_boundary ... ok [INFO] [stdout] test buf_parse::tests::should_need_to_buffer_at_least_twice_for_nonempty_input ... ok [INFO] [stdout] test buf_parse::tests::should_return_inner ... 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 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_continuations ... 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 tests::parse_finish::should_parse_paragraph_with_trailing_whitespace ... ok [INFO] [stdout] test tests::parse_finish::should_return_error_on_incomplete_field_definition ... ok [INFO] [stdout] test tests::parse_finish::should_parse_paragraph_without_trailing_newline ... ok [INFO] [stdout] test buf_parse::tests::should_keep_returning_none_when_input_is_exhausted ... ok [INFO] [stdout] test tests::parse_str::should_parse_empty_input ... ok [INFO] [stdout] test buf_parse::tests::should_parse_input_in_a_single_chunk ... ok [INFO] [stdout] test tests::parse_streaming::should_return_error_on_field_name_starting_with_hyphen ... ok [INFO] [stdout] test tests::parse_streaming::should_return_error_on_incomplete_field_definition ... ok [INFO] [stdout] test buf_parse::tests::should_fail_on_trailing_invalid_utf8 ... ok [INFO] [stdout] test tests::parse_str::should_return_error_on_invalid_syntax ... ok [INFO] [stdout] test tests::parse_streaming::should_return_error_on_unexpected_continuation ... ok [INFO] [stdout] test tests::parse_streaming::should_return_incomplete_on_empty_string ... 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_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_paragraph_without_trailing_newline ... 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 buf_parse::tests::should_fail_on_invalid_utf8_on_chunk_border ... 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_invalid_field_name ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s [INFO] [stdout] [INFO] [stderr] Running tests/src-control-file.rs (/opt/rustwide/target/debug/deps/src_control_file-00564726919f98be) [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 oma_debcontrol [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test src/buf_parse.rs - buf_parse::BufParse (line 79) ... FAILED [INFO] [stdout] test src/lib.rs - (line 8) ... FAILED [INFO] [stdout] test src/lib.rs - (line 30) ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/buf_parse.rs - buf_parse::BufParse (line 79) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `debcontrol` [INFO] [stdout] --> src/buf_parse.rs:81:5 [INFO] [stdout] | [INFO] [stdout] 4 | use debcontrol::{BufParse, Streaming}; [INFO] [stdout] | ^^^^^^^^^^ use of unresolved module or unlinked crate `debcontrol` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `debcontrol`, use `cargo add debcontrol` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - (line 8) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `debcontrol` [INFO] [stdout] --> src/lib.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 2 | use debcontrol::{Paragraph, Field, parse_str}; [INFO] [stdout] | ^^^^^^^^^^ use of unresolved module or unlinked crate `debcontrol` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `debcontrol`, use `cargo add debcontrol` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `debcontrol` [INFO] [stdout] --> src/lib.rs:10:25 [INFO] [stdout] | [INFO] [stdout] 3 | fn main() -> Result<(), debcontrol::SyntaxError<'static>> { [INFO] [stdout] | ^^^^^^^^^^ use of unresolved module or unlinked crate `debcontrol` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `debcontrol`, use `cargo add debcontrol` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - (line 30) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `debcontrol` [INFO] [stdout] --> src/lib.rs:31:5 [INFO] [stdout] | [INFO] [stdout] 2 | use debcontrol::{Paragraph, Field, Streaming, parse_streaming, parse_finish}; [INFO] [stdout] | ^^^^^^^^^^ use of unresolved module or unlinked crate `debcontrol` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `debcontrol`, use `cargo add debcontrol` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `debcontrol` [INFO] [stdout] --> src/lib.rs:32:25 [INFO] [stdout] | [INFO] [stdout] 3 | fn main() -> Result<(), debcontrol::SyntaxError<'static>> { [INFO] [stdout] | ^^^^^^^^^^ use of unresolved module or unlinked crate `debcontrol` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `debcontrol`, use `cargo add debcontrol` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/buf_parse.rs - buf_parse::BufParse (line 79) [INFO] [stdout] src/lib.rs - (line 30) [INFO] [stdout] src/lib.rs - (line 8) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.19s [INFO] [stdout] [INFO] [stderr] error: doctest failed, to rerun pass `--doc` [INFO] running `Command { std: "docker" "inspect" "93b7d16aa9fc5c1db60e629f7799eed32c1b881b775e39ab4f1855fe8537f1d9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "93b7d16aa9fc5c1db60e629f7799eed32c1b881b775e39ab4f1855fe8537f1d9", kill_on_drop: false }` [INFO] [stdout] 93b7d16aa9fc5c1db60e629f7799eed32c1b881b775e39ab4f1855fe8537f1d9