[INFO] fetching crate uefi-eventlog 0.3.0... [INFO] testing uefi-eventlog-0.3.0 against 1.60.0 for beta-1.61-1 [INFO] extracting crate uefi-eventlog 0.3.0 into /workspace/builds/worker-25/source [INFO] validating manifest of crates.io crate uefi-eventlog 0.3.0 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate uefi-eventlog 0.3.0 [INFO] finished tweaking crates.io crate uefi-eventlog 0.3.0 [INFO] tweaked toml for crates.io crate uefi-eventlog 0.3.0 written to /workspace/builds/worker-25/source/Cargo.toml [INFO] crate crates.io crate uefi-eventlog 0.3.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded syn v1.0.61 [INFO] [stderr] Downloaded tpmless-tpm2 v0.3.3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-25/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-25/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] fad0538aa4ae29263031c5536db894041b0b582105113db45181948ad0b78d5d [INFO] running `Command { std: "docker" "start" "-a" "fad0538aa4ae29263031c5536db894041b0b582105113db45181948ad0b78d5d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fad0538aa4ae29263031c5536db894041b0b582105113db45181948ad0b78d5d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fad0538aa4ae29263031c5536db894041b0b582105113db45181948ad0b78d5d", kill_on_drop: false }` [INFO] [stdout] fad0538aa4ae29263031c5536db894041b0b582105113db45181948ad0b78d5d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-25/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-25/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7c5eeed80eb899a821d6b0f0d62cbd50b48d1730c99908921fdc7abcf85b595e [INFO] running `Command { std: "docker" "start" "-a" "7c5eeed80eb899a821d6b0f0d62cbd50b48d1730c99908921fdc7abcf85b595e", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.61 [INFO] [stderr] Compiling serde_derive v1.0.123 [INFO] [stderr] Compiling serde v1.0.123 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling openssl v0.10.32 [INFO] [stderr] Compiling dtoa v0.4.7 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling widestring v0.4.3 [INFO] [stderr] Compiling fallible-iterator v0.2.0 [INFO] [stderr] Compiling openssl-sys v0.9.60 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling env_logger v0.7.1 [INFO] [stderr] Compiling pretty_env_logger v0.4.0 [INFO] [stderr] Compiling thiserror-impl v1.0.24 [INFO] [stderr] Compiling num-derive v0.3.3 [INFO] [stderr] Compiling thiserror v1.0.24 [INFO] [stderr] Compiling serde_yaml v0.8.17 [INFO] [stderr] Compiling tpmless-tpm2 v0.3.3 [INFO] [stderr] Compiling uuid v0.8.2 [INFO] [stderr] Compiling uefi-eventlog v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `last_error` [INFO] [stdout] --> src/lib.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | last_error: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Parser` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:325:10 [INFO] [stdout] | [INFO] [stdout] 325 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `platform_class` [INFO] [stdout] --> src/parsed.rs:517:5 [INFO] [stdout] | [INFO] [stdout] 517 | pub(crate) platform_class: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `EfiSpecId` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/parsed.rs:515:10 [INFO] [stdout] | [INFO] [stdout] 515 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `spec_version_major` [INFO] [stdout] --> src/parsed.rs:518:5 [INFO] [stdout] | [INFO] [stdout] 518 | pub(crate) spec_version_major: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `EfiSpecId` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/parsed.rs:515:10 [INFO] [stdout] | [INFO] [stdout] 515 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `spec_version_minor` [INFO] [stdout] --> src/parsed.rs:519:5 [INFO] [stdout] | [INFO] [stdout] 519 | pub(crate) spec_version_minor: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `EfiSpecId` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/parsed.rs:515:10 [INFO] [stdout] | [INFO] [stdout] 515 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `spec_errata` [INFO] [stdout] --> src/parsed.rs:520:5 [INFO] [stdout] | [INFO] [stdout] 520 | pub(crate) spec_errata: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `EfiSpecId` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/parsed.rs:515:10 [INFO] [stdout] | [INFO] [stdout] 515 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `vendor_info` [INFO] [stdout] --> src/parsed.rs:523:5 [INFO] [stdout] | [INFO] [stdout] 523 | pub(crate) vendor_info: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `EfiSpecId` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/parsed.rs:515:10 [INFO] [stdout] | [INFO] [stdout] 515 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 12.47s [INFO] running `Command { std: "docker" "inspect" "7c5eeed80eb899a821d6b0f0d62cbd50b48d1730c99908921fdc7abcf85b595e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7c5eeed80eb899a821d6b0f0d62cbd50b48d1730c99908921fdc7abcf85b595e", kill_on_drop: false }` [INFO] [stdout] 7c5eeed80eb899a821d6b0f0d62cbd50b48d1730c99908921fdc7abcf85b595e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-25/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-25/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d38222648d4fd46e7fa07f15e4f70561436b3d10b5f6d7d186dceb74d605703e [INFO] running `Command { std: "docker" "start" "-a" "d38222648d4fd46e7fa07f15e4f70561436b3d10b5f6d7d186dceb74d605703e", kill_on_drop: false }` [INFO] [stdout] warning: field is never read: `last_error` [INFO] [stdout] --> src/lib.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | last_error: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Parser` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:325:10 [INFO] [stdout] | [INFO] [stdout] 325 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `platform_class` [INFO] [stdout] --> src/parsed.rs:517:5 [INFO] [stdout] | [INFO] [stdout] 517 | pub(crate) platform_class: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `EfiSpecId` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/parsed.rs:515:10 [INFO] [stdout] | [INFO] [stdout] 515 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `spec_version_major` [INFO] [stdout] --> src/parsed.rs:518:5 [INFO] [stdout] | [INFO] [stdout] 518 | pub(crate) spec_version_major: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `EfiSpecId` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/parsed.rs:515:10 [INFO] [stdout] | [INFO] [stdout] 515 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `spec_version_minor` [INFO] [stdout] --> src/parsed.rs:519:5 [INFO] [stdout] | [INFO] [stdout] 519 | pub(crate) spec_version_minor: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `EfiSpecId` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/parsed.rs:515:10 [INFO] [stdout] | [INFO] [stdout] 515 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `spec_errata` [INFO] [stdout] --> src/parsed.rs:520:5 [INFO] [stdout] | [INFO] [stdout] 520 | pub(crate) spec_errata: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `EfiSpecId` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/parsed.rs:515:10 [INFO] [stdout] | [INFO] [stdout] 515 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `vendor_info` [INFO] [stdout] --> src/parsed.rs:523:5 [INFO] [stdout] | [INFO] [stdout] 523 | pub(crate) vendor_info: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `EfiSpecId` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/parsed.rs:515:10 [INFO] [stdout] | [INFO] [stdout] 515 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling uefi-eventlog v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `last_error` [INFO] [stdout] --> src/lib.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | last_error: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Parser` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:325:10 [INFO] [stdout] | [INFO] [stdout] 325 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `platform_class` [INFO] [stdout] --> src/parsed.rs:517:5 [INFO] [stdout] | [INFO] [stdout] 517 | pub(crate) platform_class: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `EfiSpecId` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/parsed.rs:515:10 [INFO] [stdout] | [INFO] [stdout] 515 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `spec_version_major` [INFO] [stdout] --> src/parsed.rs:518:5 [INFO] [stdout] | [INFO] [stdout] 518 | pub(crate) spec_version_major: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `EfiSpecId` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/parsed.rs:515:10 [INFO] [stdout] | [INFO] [stdout] 515 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `spec_version_minor` [INFO] [stdout] --> src/parsed.rs:519:5 [INFO] [stdout] | [INFO] [stdout] 519 | pub(crate) spec_version_minor: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `EfiSpecId` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/parsed.rs:515:10 [INFO] [stdout] | [INFO] [stdout] 515 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `spec_errata` [INFO] [stdout] --> src/parsed.rs:520:5 [INFO] [stdout] | [INFO] [stdout] 520 | pub(crate) spec_errata: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `EfiSpecId` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/parsed.rs:515:10 [INFO] [stdout] | [INFO] [stdout] 515 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `vendor_info` [INFO] [stdout] --> src/parsed.rs:523:5 [INFO] [stdout] | [INFO] [stdout] 523 | pub(crate) vendor_info: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `EfiSpecId` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/parsed.rs:515:10 [INFO] [stdout] | [INFO] [stdout] 515 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.79s [INFO] running `Command { std: "docker" "inspect" "d38222648d4fd46e7fa07f15e4f70561436b3d10b5f6d7d186dceb74d605703e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d38222648d4fd46e7fa07f15e4f70561436b3d10b5f6d7d186dceb74d605703e", kill_on_drop: false }` [INFO] [stdout] d38222648d4fd46e7fa07f15e4f70561436b3d10b5f6d7d186dceb74d605703e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-25/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-25/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 36ea51b679e0f70c1e7b0775d76ed3c53df6dacdd3eaa0b1aced2341d9afafb6 [INFO] running `Command { std: "docker" "start" "-a" "36ea51b679e0f70c1e7b0775d76ed3c53df6dacdd3eaa0b1aced2341d9afafb6", kill_on_drop: false }` [INFO] [stderr] warning: field is never read: `last_error` [INFO] [stderr] --> src/lib.rs:330:5 [INFO] [stderr] | [INFO] [stderr] 330 | last_error: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] note: `Parser` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/lib.rs:325:10 [INFO] [stderr] | [INFO] [stderr] 325 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `platform_class` [INFO] [stderr] --> src/parsed.rs:517:5 [INFO] [stderr] | [INFO] [stderr] 517 | pub(crate) platform_class: u32, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `EfiSpecId` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/parsed.rs:515:10 [INFO] [stderr] | [INFO] [stderr] 515 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `spec_version_major` [INFO] [stderr] --> src/parsed.rs:518:5 [INFO] [stderr] | [INFO] [stderr] 518 | pub(crate) spec_version_major: u8, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `EfiSpecId` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/parsed.rs:515:10 [INFO] [stderr] | [INFO] [stderr] 515 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `spec_version_minor` [INFO] [stderr] --> src/parsed.rs:519:5 [INFO] [stderr] | [INFO] [stderr] 519 | pub(crate) spec_version_minor: u8, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `EfiSpecId` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/parsed.rs:515:10 [INFO] [stderr] | [INFO] [stderr] 515 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `spec_errata` [INFO] [stderr] --> src/parsed.rs:520:5 [INFO] [stderr] | [INFO] [stderr] 520 | pub(crate) spec_errata: u8, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `EfiSpecId` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/parsed.rs:515:10 [INFO] [stderr] | [INFO] [stderr] 515 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `vendor_info` [INFO] [stderr] --> src/parsed.rs:523:5 [INFO] [stderr] | [INFO] [stderr] 523 | pub(crate) vendor_info: Vec, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `EfiSpecId` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/parsed.rs:515:10 [INFO] [stderr] | [INFO] [stderr] 515 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `uefi-eventlog` (lib) generated 6 warnings [INFO] [stderr] warning: `uefi-eventlog` (lib test) generated 6 warnings (6 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/uefi_eventlog-3cb9017506f092ab) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test tests::parse_bootlog ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/uefi_eventlog_dump-cc50d12ff053258d) [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] Doc-tests uefi-eventlog [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] running `Command { std: "docker" "inspect" "36ea51b679e0f70c1e7b0775d76ed3c53df6dacdd3eaa0b1aced2341d9afafb6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "36ea51b679e0f70c1e7b0775d76ed3c53df6dacdd3eaa0b1aced2341d9afafb6", kill_on_drop: false }` [INFO] [stdout] 36ea51b679e0f70c1e7b0775d76ed3c53df6dacdd3eaa0b1aced2341d9afafb6