[INFO] cloning repository https://github.com/google/sbat-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/google/sbat-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgoogle%2Fsbat-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgoogle%2Fsbat-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] df5c35a141fe0472e62db7452af31ee745c9c28d [INFO] testing google/sbat-rs against try#17092ad00ed8fe1e7f81a7e38238ff70779034b1 for pr-140985 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgoogle%2Fsbat-rs" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/google/sbat-rs on toolchain 17092ad00ed8fe1e7f81a7e38238ff70779034b1 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+17092ad00ed8fe1e7f81a7e38238ff70779034b1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/google/sbat-rs [INFO] finished tweaking git repo https://github.com/google/sbat-rs [INFO] tweaked toml for git repo https://github.com/google/sbat-rs written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/google/sbat-rs 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" "+17092ad00ed8fe1e7f81a7e38238ff70779034b1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eea15d5475069c3ef791f10c2c6b5af2ee421ef2da1e680ecce1cba46243983b" "/opt/rustwide/cargo-home/bin/cargo" "+17092ad00ed8fe1e7f81a7e38238ff70779034b1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] cb1b1a7aa925101a9cadc632fc64c21e07935c1b9b901d32b495b417b2819e9f [INFO] running `Command { std: "docker" "start" "-a" "cb1b1a7aa925101a9cadc632fc64c21e07935c1b9b901d32b495b417b2819e9f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "cb1b1a7aa925101a9cadc632fc64c21e07935c1b9b901d32b495b417b2819e9f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cb1b1a7aa925101a9cadc632fc64c21e07935c1b9b901d32b495b417b2819e9f", kill_on_drop: false }` [INFO] [stdout] cb1b1a7aa925101a9cadc632fc64c21e07935c1b9b901d32b495b417b2819e9f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eea15d5475069c3ef791f10c2c6b5af2ee421ef2da1e680ecce1cba46243983b" "/opt/rustwide/cargo-home/bin/cargo" "+17092ad00ed8fe1e7f81a7e38238ff70779034b1" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 36f8a90a922342871f0ba7fb04e0fa3d4d70fab50838c42a8cf5634cb52274a8 [INFO] running `Command { std: "docker" "start" "-a" "36f8a90a922342871f0ba7fb04e0fa3d4d70fab50838c42a8cf5634cb52274a8", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.172 [INFO] [stderr] Compiling proc-macro2 v1.0.95 [INFO] [stderr] Compiling unicode-ident v1.0.18 [INFO] [stderr] Compiling utf8parse v0.2.2 [INFO] [stderr] Compiling shlex v1.3.0 [INFO] [stderr] Compiling colorchoice v1.0.3 [INFO] [stderr] Compiling is_terminal_polyfill v1.70.1 [INFO] [stderr] Compiling anstyle v1.0.10 [INFO] [stderr] Compiling autocfg v1.4.0 [INFO] [stderr] Compiling anstyle-query v1.1.2 [INFO] [stderr] Compiling log v0.4.27 [INFO] [stderr] Compiling strsim v0.11.1 [INFO] [stderr] Compiling ascii v1.1.0 [INFO] [stderr] Compiling bytecount v0.6.8 [INFO] [stderr] Compiling clap_lex v0.7.4 [INFO] [stderr] Compiling anyhow v1.0.98 [INFO] [stderr] Compiling anstyle-parse v0.2.6 [INFO] [stderr] Compiling object v0.36.7 [INFO] [stderr] Compiling arrayvec v0.7.6 [INFO] [stderr] Compiling unicode-width v0.2.0 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling heck v0.5.0 [INFO] [stderr] Compiling arbitrary v1.4.1 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling papergrid v0.13.0 [INFO] [stderr] Compiling itertools v0.14.0 [INFO] [stderr] Compiling anstream v0.6.18 [INFO] [stderr] Compiling fs-err v3.1.0 [INFO] [stderr] Compiling sbat v0.6.0 (/opt/rustwide/workdir/sbat) [INFO] [stderr] Compiling clap_builder v4.5.38 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Compiling syn v2.0.101 [INFO] [stderr] Compiling tabled v0.17.0 [INFO] [stderr] Compiling jobserver v0.1.33 [INFO] [stderr] Compiling cc v1.2.22 [INFO] [stderr] Compiling libfuzzer-sys v0.4.9 [INFO] [stderr] Compiling clap_derive v4.5.32 [INFO] [stderr] Compiling fuzz-sbat v0.0.0 (/opt/rustwide/workdir/fuzz) [INFO] [stderr] Compiling clap v4.5.38 [INFO] [stderr] Compiling sbat-tool v0.6.0 (/opt/rustwide/workdir/sbat-tool) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.40s [INFO] running `Command { std: "docker" "inspect" "36f8a90a922342871f0ba7fb04e0fa3d4d70fab50838c42a8cf5634cb52274a8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "36f8a90a922342871f0ba7fb04e0fa3d4d70fab50838c42a8cf5634cb52274a8", kill_on_drop: false }` [INFO] [stdout] 36f8a90a922342871f0ba7fb04e0fa3d4d70fab50838c42a8cf5634cb52274a8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eea15d5475069c3ef791f10c2c6b5af2ee421ef2da1e680ecce1cba46243983b" "/opt/rustwide/cargo-home/bin/cargo" "+17092ad00ed8fe1e7f81a7e38238ff70779034b1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7d8bcae3dc99261ffa216716604e3b6822f475ed21c9689641329c9a03a0e7ff [INFO] running `Command { std: "docker" "start" "-a" "7d8bcae3dc99261ffa216716604e3b6822f475ed21c9689641329c9a03a0e7ff", kill_on_drop: false }` [INFO] [stderr] Compiling sbat v0.6.0 (/opt/rustwide/workdir/sbat) [INFO] [stderr] Compiling sbat-tool v0.6.0 (/opt/rustwide/workdir/sbat-tool) [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> sbat/src/csv.rs:182:55 [INFO] [stdout] | [INFO] [stdout] 182 | fn parse_simple<'a>(s: &'a str) -> Vec, ParseError>> { [INFO] [stdout] | -- lifetime `'a` declared here ^ this elided lifetime gets resolved as `'a` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(elided_named_lifetimes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `must_use` that must be used [INFO] [stdout] --> sbat/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] --> sbat/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] --> sbat/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: unused return value of `must_use` that must be used [INFO] [stdout] --> sbat/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] --> sbat/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] --> sbat/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] --> sbat/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] --> sbat/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] --> sbat/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] --> sbat/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] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 2.12s [INFO] running `Command { std: "docker" "inspect" "7d8bcae3dc99261ffa216716604e3b6822f475ed21c9689641329c9a03a0e7ff", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7d8bcae3dc99261ffa216716604e3b6822f475ed21c9689641329c9a03a0e7ff", kill_on_drop: false }` [INFO] [stdout] 7d8bcae3dc99261ffa216716604e3b6822f475ed21c9689641329c9a03a0e7ff [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eea15d5475069c3ef791f10c2c6b5af2ee421ef2da1e680ecce1cba46243983b" "/opt/rustwide/cargo-home/bin/cargo" "+17092ad00ed8fe1e7f81a7e38238ff70779034b1" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 080a461fcfbf289bdbc0897ceb3a4d236632f1909a41140a9a856699fd088c0d [INFO] running `Command { std: "docker" "start" "-a" "080a461fcfbf289bdbc0897ceb3a4d236632f1909a41140a9a856699fd088c0d", kill_on_drop: false }` [INFO] [stderr] warning: elided lifetime has a name [INFO] [stderr] --> sbat/src/csv.rs:182:55 [INFO] [stderr] | [INFO] [stderr] 182 | fn parse_simple<'a>(s: &'a str) -> Vec, ParseError>> { [INFO] [stderr] | -- lifetime `'a` declared here ^ this elided lifetime gets resolved as `'a` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(elided_named_lifetimes)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused return value of `must_use` that must be used [INFO] [stderr] --> sbat/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] --> sbat/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] --> sbat/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] --> sbat/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] --> sbat/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] --> sbat/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] --> sbat/src/revocation_section.rs:191:9 [INFO] [stderr] | [INFO] [stderr] 191 | format!("{}", RevocationSectionError::InvalidPreviousOffset(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] --> sbat/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] --> sbat/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] --> sbat/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: `sbat` (lib test) generated 11 warnings [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/sbat-1104960fd7f5954c) [INFO] [stdout] [INFO] [stdout] running 27 tests [INFO] [stdout] test alloc::tests::test_image_sbat_owned ... ok [INFO] [stdout] test alloc::tests::test_revocation_sbat_owned ... ok [INFO] [stdout] test csv::tests::ignore_extra_fields ... ok [INFO] [stdout] test csv::tests::test_empty_field ... ok [INFO] [stdout] test csv::tests::test_empty_record ... ok [INFO] [stdout] test csv::tests::test_single_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_two_fields ... ok [INFO] [stdout] test csv::tests::test_url ... ok [INFO] [stdout] test error::tests::test_error_display ... ok [INFO] [stdout] test csv::tests::test_error_ends_iteration ... ok [INFO] [stdout] test image::tests::invalid_record_vec ... ok [INFO] [stdout] test image::tests::parse_success_array ... ok [INFO] [stdout] test generation::tests::test_generation ... ok [INFO] [stdout] test lines::tests::test_line_iter ... ok [INFO] [stdout] test revocation_section::tests::test_error_display ... ok [INFO] [stdout] test image::tests::parse_success_vec ... ok [INFO] [stdout] test revocations::tests::is_component_revoked ... ok [INFO] [stdout] test image::tests::invalid_record_array ... ok [INFO] [stdout] test revocations::tests::no_date_field ... ok [INFO] [stdout] test revocations::tests::too_few_fields ... ok [INFO] [stdout] test revocations::tests::parse_success_array ... ok [INFO] [stdout] test revocations::tests::parse_success_vec ... ok [INFO] [stdout] test revocations::tests::validate_image ... ok [INFO] [stdout] test csv::tests::test_single_field_with_newline ... ok [INFO] [stdout] test csv::tests::test_empty ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 27 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running tests/example.rs (/opt/rustwide/target/debug/deps/example-8792bb5b912cf718) [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/debug/deps/integration-250c141992bcd053) [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test acme_updates_to_v2 ... ok [INFO] [stdout] test bug0 ... ok [INFO] [stdout] test bug2 ... ok [INFO] [stdout] test initial ... ok [INFO] [stdout] test bug1 ... 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/debug/deps/revocation_section-84924c818863f8e2) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test test_actual_sbatlevel_data ... ok [INFO] [stdout] test test_sbat_level_section_errors ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/sbat_tool-299bd036d0d2ac5e) [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test tests::test_image_sbat_to_table_string ... ok [INFO] [stdout] test tests::test_sbat_level_section_to_table_string ... ok [INFO] [stdout] /bad/path: [INFO] [stdout] /bad/path: [INFO] [stdout] test tests::test_invalid_path ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests sbat [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test sbat/src/lib.rs - (line 48) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.31s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "080a461fcfbf289bdbc0897ceb3a4d236632f1909a41140a9a856699fd088c0d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "080a461fcfbf289bdbc0897ceb3a4d236632f1909a41140a9a856699fd088c0d", kill_on_drop: false }` [INFO] [stdout] 080a461fcfbf289bdbc0897ceb3a4d236632f1909a41140a9a856699fd088c0d