[INFO] fetching crate windows_winmd 0.3.1... [INFO] testing windows_winmd-0.3.1 against 1.79.0 for beta-1.80-4 [INFO] extracting crate windows_winmd 0.3.1 into /workspace/builds/worker-7-tc1/source [INFO] validating manifest of crates.io crate windows_winmd 0.3.1 on toolchain 1.79.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.79.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate windows_winmd 0.3.1 [INFO] finished tweaking crates.io crate windows_winmd 0.3.1 [INFO] tweaked toml for crates.io crate windows_winmd 0.3.1 written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.79.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 6 packages to latest compatible versions [INFO] [stderr] Adding syn v1.0.109 (latest: v2.0.68) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.79.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded windows_winmd_macros v0.3.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+1.79.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 941cd04f098cae4a4e2fc846f2108ce670b8147a10f9b8bf816987676acd0639 [INFO] running `Command { std: "docker" "start" "-a" "941cd04f098cae4a4e2fc846f2108ce670b8147a10f9b8bf816987676acd0639", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "941cd04f098cae4a4e2fc846f2108ce670b8147a10f9b8bf816987676acd0639", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "941cd04f098cae4a4e2fc846f2108ce670b8147a10f9b8bf816987676acd0639", kill_on_drop: false }` [INFO] [stdout] 941cd04f098cae4a4e2fc846f2108ce670b8147a10f9b8bf816987676acd0639 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=warn" "-e" "RUSTDOCFLAGS=--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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+1.79.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 83cea1ffbadfc4e5db9862bed92bee785e5acb6b49e45aa46dc92604eabfa9ac [INFO] running `Command { std: "docker" "start" "-a" "83cea1ffbadfc4e5db9862bed92bee785e5acb6b49e45aa46dc92604eabfa9ac", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling windows_winmd_macros v0.3.1 [INFO] [stderr] Compiling windows_winmd v0.3.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parsed/element_type.rs:57:36 [INFO] [stdout] | [INFO] [stdout] 57 | unknown_type => panic!(format!("Unexpected ElementType: {:x}", unknown_type)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 57 - unknown_type => panic!(format!("Unexpected ElementType: {:x}", unknown_type)), [INFO] [stdout] 57 + unknown_type => panic!("Unexpected ElementType: {:x}", unknown_type), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parsed/element_type.rs:79:36 [INFO] [stdout] | [INFO] [stdout] 79 | unknown_code => panic!(format!("Unexpected ElementType: {:x}", unknown_code)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 79 - unknown_code => panic!(format!("Unexpected ElementType: {:x}", unknown_code)), [INFO] [stdout] 79 + unknown_code => panic!("Unexpected ElementType: {:x}", unknown_code), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.66s [INFO] running `Command { std: "docker" "inspect" "83cea1ffbadfc4e5db9862bed92bee785e5acb6b49e45aa46dc92604eabfa9ac", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "83cea1ffbadfc4e5db9862bed92bee785e5acb6b49e45aa46dc92604eabfa9ac", kill_on_drop: false }` [INFO] [stdout] 83cea1ffbadfc4e5db9862bed92bee785e5acb6b49e45aa46dc92604eabfa9ac [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=warn" "-e" "RUSTDOCFLAGS=--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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+1.79.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9b2ce2338c3b0620a2d6aa220330d07159b363bef7c45863ed48fa6c447d56ce [INFO] running `Command { std: "docker" "start" "-a" "9b2ce2338c3b0620a2d6aa220330d07159b363bef7c45863ed48fa6c447d56ce", kill_on_drop: false }` [INFO] [stderr] Compiling windows_winmd v0.3.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parsed/element_type.rs:57:36 [INFO] [stdout] | [INFO] [stdout] 57 | unknown_type => panic!(format!("Unexpected ElementType: {:x}", unknown_type)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 57 - unknown_type => panic!(format!("Unexpected ElementType: {:x}", unknown_type)), [INFO] [stdout] 57 + unknown_type => panic!("Unexpected ElementType: {:x}", unknown_type), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parsed/element_type.rs:79:36 [INFO] [stdout] | [INFO] [stdout] 79 | unknown_code => panic!(format!("Unexpected ElementType: {:x}", unknown_code)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 79 - unknown_code => panic!(format!("Unexpected ElementType: {:x}", unknown_code)), [INFO] [stdout] 79 + unknown_code => panic!("Unexpected ElementType: {:x}", unknown_code), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parsed/element_type.rs:57:36 [INFO] [stdout] | [INFO] [stdout] 57 | unknown_type => panic!(format!("Unexpected ElementType: {:x}", unknown_type)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 57 - unknown_type => panic!(format!("Unexpected ElementType: {:x}", unknown_type)), [INFO] [stdout] 57 + unknown_type => panic!("Unexpected ElementType: {:x}", unknown_type), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parsed/element_type.rs:79:36 [INFO] [stdout] | [INFO] [stdout] 79 | unknown_code => panic!(format!("Unexpected ElementType: {:x}", unknown_code)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 79 - unknown_code => panic!(format!("Unexpected ElementType: {:x}", unknown_code)), [INFO] [stdout] 79 + unknown_code => panic!("Unexpected ElementType: {:x}", unknown_code), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.30s [INFO] running `Command { std: "docker" "inspect" "9b2ce2338c3b0620a2d6aa220330d07159b363bef7c45863ed48fa6c447d56ce", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9b2ce2338c3b0620a2d6aa220330d07159b363bef7c45863ed48fa6c447d56ce", kill_on_drop: false }` [INFO] [stdout] 9b2ce2338c3b0620a2d6aa220330d07159b363bef7c45863ed48fa6c447d56ce [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=warn" "-e" "RUSTDOCFLAGS=--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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+1.79.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 47770128b906e8ad0440f6192a533897a34f12f75ecf375e019ac33fa6c99bf4 [INFO] running `Command { std: "docker" "start" "-a" "47770128b906e8ad0440f6192a533897a34f12f75ecf375e019ac33fa6c99bf4", kill_on_drop: false }` [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/parsed/element_type.rs:57:36 [INFO] [stderr] | [INFO] [stderr] 57 | unknown_type => panic!(format!("Unexpected ElementType: {:x}", unknown_type)), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stderr] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 57 - unknown_type => panic!(format!("Unexpected ElementType: {:x}", unknown_type)), [INFO] [stderr] 57 + unknown_type => panic!("Unexpected ElementType: {:x}", unknown_type), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/parsed/element_type.rs:79:36 [INFO] [stderr] | [INFO] [stderr] 79 | unknown_code => panic!(format!("Unexpected ElementType: {:x}", unknown_code)), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 79 - unknown_code => panic!(format!("Unexpected ElementType: {:x}", unknown_code)), [INFO] [stderr] 79 + unknown_code => panic!("Unexpected ElementType: {:x}", unknown_code), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `windows_winmd` (lib) generated 2 warnings (run `cargo fix --lib -p windows_winmd` to apply 2 suggestions) [INFO] [stderr] warning: `windows_winmd` (lib test) generated 2 warnings (2 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/windows_winmd-ef468575edba925e) [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test file::tests::copy_bytes_as_type ... ok [INFO] [stdout] test file::tests::view_bytes_as_type ... ok [INFO] [stdout] test file::tests::panic_on_unaligned_bytes - should panic ... ok [INFO] [stdout] test file::tests::panic_on_too_few_bytes - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s [INFO] [stdout] [INFO] [stderr] Running tests/stringable.rs (/opt/rustwide/target/debug/deps/stringable-5ca9c09643056f28) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stderr] Running tests/type_row.rs (/opt/rustwide/target/debug/deps/type_row-664c8388e57b1781) [INFO] [stdout] test stringable ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.42s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stderr] Doc-tests windows_winmd [INFO] [stdout] test win32 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.41s [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] running `Command { std: "docker" "inspect" "47770128b906e8ad0440f6192a533897a34f12f75ecf375e019ac33fa6c99bf4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "47770128b906e8ad0440f6192a533897a34f12f75ecf375e019ac33fa6c99bf4", kill_on_drop: false }` [INFO] [stdout] 47770128b906e8ad0440f6192a533897a34f12f75ecf375e019ac33fa6c99bf4