[INFO] fetching crate sbat 0.6.0... [INFO] testing sbat-0.6.0 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_libc_patch_0 [INFO] extracting crate sbat 0.6.0 into /workspace/builds/worker-0-tc1/source [INFO] started tweaking crates.io crate sbat 0.6.0 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate sbat 0.6.0 [INFO] tweaked toml for crates.io crate sbat 0.6.0 written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate sbat 0.6.0 on toolchain 8de4c7234dd9b97c9d76b58671343fdbbc9a433e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 3 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5ce2f299f4ff33b1bb07849928a1f15c01c833e0326d319415f521eb0fb0efc0 [INFO] running `Command { std: "docker" "start" "-a" "5ce2f299f4ff33b1bb07849928a1f15c01c833e0326d319415f521eb0fb0efc0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5ce2f299f4ff33b1bb07849928a1f15c01c833e0326d319415f521eb0fb0efc0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5ce2f299f4ff33b1bb07849928a1f15c01c833e0326d319415f521eb0fb0efc0", kill_on_drop: false }` [INFO] [stdout] 5ce2f299f4ff33b1bb07849928a1f15c01c833e0326d319415f521eb0fb0efc0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 6ea561e7d07581ea3bc033055c61ddbe240e182472e0cc77bef4d118260ef91b [INFO] running `Command { std: "docker" "start" "-a" "6ea561e7d07581ea3bc033055c61ddbe240e182472e0cc77bef4d118260ef91b", kill_on_drop: false }` [INFO] [stderr] Compiling ascii v1.1.0 [INFO] [stderr] Compiling arrayvec v0.7.6 [INFO] [stderr] Compiling sbat v0.6.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/component.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | pub fn new(name: &AsciiStr, generation: Generation) -> Component { [INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 28 | pub fn new(name: &AsciiStr, generation: Generation) -> Component<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/revocation_section.rs:106:20 [INFO] [stdout] | [INFO] [stdout] 106 | mut data: &'a [u8], [INFO] [stdout] | ^^ this lifetime flows to the output [INFO] [stdout] 107 | ) -> Result { [INFO] [stdout] | ----------------- the lifetime gets resolved as `'a` [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 107 | ) -> Result, RevocationSectionError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s [INFO] running `Command { std: "docker" "inspect" "6ea561e7d07581ea3bc033055c61ddbe240e182472e0cc77bef4d118260ef91b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6ea561e7d07581ea3bc033055c61ddbe240e182472e0cc77bef4d118260ef91b", kill_on_drop: false }` [INFO] [stdout] 6ea561e7d07581ea3bc033055c61ddbe240e182472e0cc77bef4d118260ef91b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--no-run" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 1163b988b87588dcd900441d44f5b76dbf98846d84c55996b623e156cb1f09c4 [INFO] running `Command { std: "docker" "start" "-a" "1163b988b87588dcd900441d44f5b76dbf98846d84c55996b623e156cb1f09c4", kill_on_drop: false }` [INFO] [stderr] Compiling sbat v0.6.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/component.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | pub fn new(name: &AsciiStr, generation: Generation) -> Component { [INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 28 | pub fn new(name: &AsciiStr, generation: Generation) -> Component<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/revocation_section.rs:106:20 [INFO] [stdout] | [INFO] [stdout] 106 | mut data: &'a [u8], [INFO] [stdout] | ^^ this lifetime flows to the output [INFO] [stdout] 107 | ) -> Result { [INFO] [stdout] | ----------------- the lifetime gets resolved as `'a` [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 107 | ) -> Result, RevocationSectionError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/component.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | pub fn new(name: &AsciiStr, generation: Generation) -> Component { [INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 28 | pub fn new(name: &AsciiStr, generation: Generation) -> Component<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/csv.rs:182:29 [INFO] [stdout] | [INFO] [stdout] 182 | fn parse_simple<'a>(s: &'a str) -> Vec, ParseError>> { [INFO] [stdout] | ^^ ---- the lifetime gets resolved as `'a` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 182 | fn parse_simple<'a>(s: &'a str) -> Vec, ParseError>> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `must_use` that must be used [INFO] [stdout] --> src/error.rs:72:9 [INFO] [stdout] | [INFO] [stdout] 72 | format!("{}", ParseError::InvalidAscii); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: this warning originates in the macro `format` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `must_use` that must be used [INFO] [stdout] --> src/error.rs:73:9 [INFO] [stdout] | [INFO] [stdout] 73 | format!("{}", ParseError::InvalidGeneration); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `format` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `must_use` that must be used [INFO] [stdout] --> src/error.rs:74:9 [INFO] [stdout] | [INFO] [stdout] 74 | format!("{}", ParseError::TooFewFields); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `format` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/revocation_section.rs:106:20 [INFO] [stdout] | [INFO] [stdout] 106 | mut data: &'a [u8], [INFO] [stdout] | ^^ this lifetime flows to the output [INFO] [stdout] 107 | ) -> Result { [INFO] [stdout] | ----------------- the lifetime gets resolved as `'a` [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 107 | ) -> Result, RevocationSectionError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `must_use` that must be used [INFO] [stdout] --> src/revocation_section.rs:188:9 [INFO] [stdout] | [INFO] [stdout] 188 | format!("{}", RevocationSectionError::MissingVersion); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `format` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `must_use` that must be used [INFO] [stdout] --> src/revocation_section.rs:189:9 [INFO] [stdout] | [INFO] [stdout] 189 | format!("{}", RevocationSectionError::InvalidVersion(1)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `format` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `must_use` that must be used [INFO] [stdout] --> src/revocation_section.rs:190:9 [INFO] [stdout] | [INFO] [stdout] 190 | format!("{}", RevocationSectionError::MissingHeader); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `format` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `must_use` that must be used [INFO] [stdout] --> src/revocation_section.rs:191:9 [INFO] [stdout] | [INFO] [stdout] 191 | format!("{}", RevocationSectionError::InvalidPreviousOffset(0)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `format` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `must_use` that must be used [INFO] [stdout] --> src/revocation_section.rs:192:9 [INFO] [stdout] | [INFO] [stdout] 192 | format!("{}", RevocationSectionError::InvalidLatestOffset(0)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `format` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `must_use` that must be used [INFO] [stdout] --> src/revocation_section.rs:193:9 [INFO] [stdout] | [INFO] [stdout] 193 | format!("{}", RevocationSectionError::MissingPreviousNull); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `format` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `must_use` that must be used [INFO] [stdout] --> src/revocation_section.rs:194:9 [INFO] [stdout] | [INFO] [stdout] 194 | format!("{}", RevocationSectionError::MissingLatestNull); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `format` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/revocations.rs:174:29 [INFO] [stdout] | [INFO] [stdout] 174 | fn make_component(name: &str, gen: u32) -> Component { [INFO] [stdout] | ^^^^ --------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 174 | fn make_component(name: &str, gen: u32) -> Component<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/revocations.rs:178:25 [INFO] [stdout] | [INFO] [stdout] 178 | fn make_entry(name: &str, gen: u32) -> Entry { [INFO] [stdout] | ^^^^ ----- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 178 | fn make_entry(name: &str, gen: u32) -> Entry<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.99s [INFO] running `Command { std: "docker" "inspect" "1163b988b87588dcd900441d44f5b76dbf98846d84c55996b623e156cb1f09c4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1163b988b87588dcd900441d44f5b76dbf98846d84c55996b623e156cb1f09c4", kill_on_drop: false }` [INFO] [stdout] 1163b988b87588dcd900441d44f5b76dbf98846d84c55996b623e156cb1f09c4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 2f586a7a232e9f4f6b1d58db9082af063cd88dbb9296e39450eda5ea724cc217 [INFO] running `Command { std: "docker" "start" "-a" "2f586a7a232e9f4f6b1d58db9082af063cd88dbb9296e39450eda5ea724cc217", kill_on_drop: false }` [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/component.rs:28:22 [INFO] [stderr] | [INFO] [stderr] 28 | pub fn new(name: &AsciiStr, generation: Generation) -> Component { [INFO] [stderr] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 28 | pub fn new(name: &AsciiStr, generation: Generation) -> Component<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/revocation_section.rs:106:20 [INFO] [stderr] | [INFO] [stderr] 106 | mut data: &'a [u8], [INFO] [stderr] | ^^ this lifetime flows to the output [INFO] [stderr] 107 | ) -> Result { [INFO] [stderr] | ----------------- the lifetime gets resolved as `'a` [INFO] [stderr] | [INFO] [stderr] help: one option is to consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 107 | ) -> Result, RevocationSectionError> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/csv.rs:182:29 [INFO] [stderr] | [INFO] [stderr] 182 | fn parse_simple<'a>(s: &'a str) -> Vec, ParseError>> { [INFO] [stderr] | ^^ ---- the lifetime gets resolved as `'a` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 182 | fn parse_simple<'a>(s: &'a str) -> Vec, ParseError>> { [INFO] [stderr] | ++ [INFO] [stderr] [INFO] [stderr] warning: unused return value of `must_use` that must be used [INFO] [stderr] --> src/error.rs:72:9 [INFO] [stderr] | [INFO] [stderr] 72 | format!("{}", ParseError::InvalidAscii); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: this warning originates in the macro `format` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused return value of `must_use` that must be used [INFO] [stderr] --> src/error.rs:73:9 [INFO] [stderr] | [INFO] [stderr] 73 | format!("{}", ParseError::InvalidGeneration); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `format` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused return value of `must_use` that must be used [INFO] [stderr] --> src/error.rs:74:9 [INFO] [stderr] | [INFO] [stderr] 74 | format!("{}", ParseError::TooFewFields); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `format` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused return value of `must_use` that must be used [INFO] [stderr] --> src/revocation_section.rs:188:9 [INFO] [stderr] | [INFO] [stderr] 188 | format!("{}", RevocationSectionError::MissingVersion); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `format` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused return value of `must_use` that must be used [INFO] [stderr] --> src/revocation_section.rs:189:9 [INFO] [stderr] | [INFO] [stderr] 189 | format!("{}", RevocationSectionError::InvalidVersion(1)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `format` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused return value of `must_use` that must be used [INFO] [stderr] --> src/revocation_section.rs:190:9 [INFO] [stderr] | [INFO] [stderr] 190 | format!("{}", RevocationSectionError::MissingHeader); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `format` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused return value of `must_use` that must be used [INFO] [stderr] --> src/revocation_section.rs:191:9 [INFO] [stderr] | [INFO] [stdout] [INFO] [stderr] 191 | format!("{}", RevocationSectionError::InvalidPreviousOffset(0)); [INFO] [stdout] running 22 tests [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `format` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused return value of `must_use` that must be used [INFO] [stderr] --> src/revocation_section.rs:192:9 [INFO] [stderr] | [INFO] [stderr] 192 | format!("{}", RevocationSectionError::InvalidLatestOffset(0)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `format` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused return value of `must_use` that must be used [INFO] [stderr] --> src/revocation_section.rs:193:9 [INFO] [stderr] | [INFO] [stderr] 193 | format!("{}", RevocationSectionError::MissingPreviousNull); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `format` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused return value of `must_use` that must be used [INFO] [stderr] --> src/revocation_section.rs:194:9 [INFO] [stderr] | [INFO] [stderr] 194 | format!("{}", RevocationSectionError::MissingLatestNull); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `format` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/revocations.rs:174:29 [INFO] [stderr] | [INFO] [stderr] 174 | fn make_component(name: &str, gen: u32) -> Component { [INFO] [stderr] | ^^^^ --------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 174 | fn make_component(name: &str, gen: u32) -> Component<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/revocations.rs:178:25 [INFO] [stderr] | [INFO] [stderr] 178 | fn make_entry(name: &str, gen: u32) -> Entry { [INFO] [stderr] | ^^^^ ----- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 178 | fn make_entry(name: &str, gen: u32) -> Entry<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `sbat` (lib) generated 2 warnings (run `cargo fix --lib -p sbat` to apply 2 suggestions) [INFO] [stderr] warning: `sbat` (lib test) generated 15 warnings (2 duplicates) (run `cargo fix --lib -p sbat --tests` to apply 3 suggestions) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/sbat-eb878d3d9028c799) [INFO] [stdout] test csv::tests::ignore_extra_fields ... ok [INFO] [stdout] test csv::tests::test_empty ... ok [INFO] [stdout] test csv::tests::test_error_ends_iteration ... ok [INFO] [stdout] test csv::tests::test_empty_field ... ok [INFO] [stdout] test csv::tests::test_special_char ... ok [INFO] [stdout] test csv::tests::test_trim_ascii_at_null ... ok [INFO] [stdout] test csv::tests::test_single_field ... ok [INFO] [stdout] test csv::tests::test_single_field_with_newline ... ok [INFO] [stdout] test csv::tests::test_url ... ok [INFO] [stdout] test error::tests::test_error_display ... ok [INFO] [stdout] test image::tests::invalid_record_array ... ok [INFO] [stderr] Running tests/example.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/example-002a0954d509e2b5) [INFO] [stdout] test csv::tests::test_two_fields ... ok [INFO] [stdout] test csv::tests::test_empty_record ... ok [INFO] [stdout] test generation::tests::test_generation ... ok [INFO] [stdout] test image::tests::parse_success_array ... ok [INFO] [stdout] test lines::tests::test_line_iter ... ok [INFO] [stdout] test revocation_section::tests::test_error_display ... ok [INFO] [stdout] test revocations::tests::is_component_revoked ... ok [INFO] [stdout] test revocations::tests::no_date_field ... ok [INFO] [stdout] test revocations::tests::parse_success_array ... ok [INFO] [stdout] test revocations::tests::too_few_fields ... ok [INFO] [stdout] test revocations::tests::validate_image ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 22 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/integration.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/integration-5a27c9220c006258) [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test initial ... ok [INFO] [stdout] test bug0 ... ok [INFO] [stdout] test bug1 ... ok [INFO] [stdout] test acme_updates_to_v2 ... ok [INFO] [stdout] test bug2 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running tests/revocation_section.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/revocation_section-770debb3553cf880) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test test_sbat_level_section_errors ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "2f586a7a232e9f4f6b1d58db9082af063cd88dbb9296e39450eda5ea724cc217", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2f586a7a232e9f4f6b1d58db9082af063cd88dbb9296e39450eda5ea724cc217", kill_on_drop: false }` [INFO] [stdout] 2f586a7a232e9f4f6b1d58db9082af063cd88dbb9296e39450eda5ea724cc217