[INFO] fetching crate win-task-dialog 1.0.1...
[INFO] testing win-task-dialog-1.0.1 against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-8
[INFO] extracting crate win-task-dialog 1.0.1 into /workspace/builds/worker-0-tc1/source
[INFO] started tweaking crates.io crate win-task-dialog 1.0.1
[INFO] finished tweaking crates.io crate win-task-dialog 1.0.1
[INFO] tweaked toml for crates.io crate win-task-dialog 1.0.1 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate win-task-dialog 1.0.1 on toolchain c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate win-task-dialog 1.0.1 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded windows-numerics v0.3.1
[INFO] [stderr]   Downloaded windows-future v0.3.2
[INFO] [stderr]   Downloaded windows-collections v0.3.2
[INFO] [stderr]   Downloaded windows-threading v0.2.1
[INFO] [stderr]   Downloaded windows v0.62.2
[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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 396baba7f3db1543b48fa9ee7b7eae1931a5f4e5c94291ea041935bd45537265
[INFO] running `Command { std: "docker" "start" "-a" "396baba7f3db1543b48fa9ee7b7eae1931a5f4e5c94291ea041935bd45537265", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "396baba7f3db1543b48fa9ee7b7eae1931a5f4e5c94291ea041935bd45537265", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "396baba7f3db1543b48fa9ee7b7eae1931a5f4e5c94291ea041935bd45537265", kill_on_drop: false }`
[INFO] [stdout] 396baba7f3db1543b48fa9ee7b7eae1931a5f4e5c94291ea041935bd45537265
[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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 82cd983bc2b3f9c6e5fcbd2c6c392b555da65745a56adc3e2c76aa0cfeb0010d
[INFO] running `Command { std: "docker" "start" "-a" "82cd983bc2b3f9c6e5fcbd2c6c392b555da65745a56adc3e2c76aa0cfeb0010d", kill_on_drop: false }`
[INFO] [stderr]    Compiling win-task-dialog v1.0.1 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0412]: cannot find type `TASKDIALOG_NOTIFICATIONS` in this scope
[INFO] [stdout]   --> src/lib.rs:63:14
[INFO] [stdout]    |
[INFO] [stdout] 63 |         msg: TASKDIALOG_NOTIFICATIONS,
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:8:23
[INFO] [stdout]    |
[INFO] [stdout]  3 | #[cfg(windows)]
[INFO] [stdout]    |       ------- the item is gated here
[INFO] [stdout] ...
[INFO] [stdout]  8 |         UI::Controls::TASKDIALOG_NOTIFICATIONS,
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 60 | pub type TaskDialogWndProcCallback<TASKDIALOG_NOTIFICATIONS> = Option<
[INFO] [stdout]    |                                   ++++++++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `PCWSTR` in this scope
[INFO] [stdout]   --> src/lib.rs:95:20
[INFO] [stdout]    |
[INFO] [stdout] 35 | type PWSTR = *mut u16;
[INFO] [stdout]    | ---------------------- similarly named type alias `PWSTR` defined here
[INFO] [stdout] ...
[INFO] [stdout] 95 |     pub main_icon: PCWSTR,
[INFO] [stdout]    |                    ^^^^^^ help: a type alias with a similar name exists: `PWSTR`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:13:18
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[cfg(windows)]
[INFO] [stdout]    |       ------- the item is gated here
[INFO] [stdout] 12 | use windows::{
[INFO] [stdout] 13 |     core::{BOOL, PCWSTR},
[INFO] [stdout]    |                  ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `PCWSTR` in this scope
[INFO] [stdout]   --> src/lib.rs:96:22
[INFO] [stdout]    |
[INFO] [stdout] 35 | type PWSTR = *mut u16;
[INFO] [stdout]    | ---------------------- similarly named type alias `PWSTR` defined here
[INFO] [stdout] ...
[INFO] [stdout] 96 |     pub footer_icon: PCWSTR,
[INFO] [stdout]    |                      ^^^^^^ help: a type alias with a similar name exists: `PWSTR`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:13:18
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[cfg(windows)]
[INFO] [stdout]    |       ------- the item is gated here
[INFO] [stdout] 12 | use windows::{
[INFO] [stdout] 13 |     core::{BOOL, PCWSTR},
[INFO] [stdout]    |                  ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `PCWSTR`
[INFO] [stdout]    --> src/lib.rs:125:24
[INFO] [stdout]     |
[INFO] [stdout] 125 |             main_icon: PCWSTR::null(),
[INFO] [stdout]     |                        ^^^^^^
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        use of undeclared type `PCWSTR`
[INFO] [stdout]     |                        help: a type alias with a similar name exists: `PWSTR`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:13:18
[INFO] [stdout]     |
[INFO] [stdout]  11 | #[cfg(windows)]
[INFO] [stdout]     |       ------- the item is gated here
[INFO] [stdout]  12 | use windows::{
[INFO] [stdout]  13 |     core::{BOOL, PCWSTR},
[INFO] [stdout]     |                  ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `PCWSTR`
[INFO] [stdout]    --> src/lib.rs:126:26
[INFO] [stdout]     |
[INFO] [stdout] 126 |             footer_icon: PCWSTR::null(),
[INFO] [stdout]     |                          ^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          use of undeclared type `PCWSTR`
[INFO] [stdout]     |                          help: a type alias with a similar name exists: `PWSTR`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:13:18
[INFO] [stdout]     |
[INFO] [stdout]  11 | #[cfg(windows)]
[INFO] [stdout]     |       ------- the item is gated here
[INFO] [stdout]  12 | use windows::{
[INFO] [stdout]  13 |     core::{BOOL, PCWSTR},
[INFO] [stdout]     |                  ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `marquee`
[INFO] [stdout]    --> src/lib.rs:299:43
[INFO] [stdout]     |
[INFO] [stdout] 299 |     pub fn disable_process_bar(&mut self, marquee: bool) {}
[INFO] [stdout]     |                                           ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_marquee`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `content`
[INFO] [stdout]    --> src/lib.rs:302:35
[INFO] [stdout]     |
[INFO] [stdout] 302 |     pub fn set_content(&mut self, content: &str) {}
[INFO] [stdout]     |                                   ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_content`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `main_instruction`
[INFO] [stdout]    --> src/lib.rs:303:44
[INFO] [stdout]     |
[INFO] [stdout] 303 |     pub fn set_main_instruction(&mut self, main_instruction: &str) {}
[INFO] [stdout]     |                                            ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_main_instruction`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `footer`
[INFO] [stdout]    --> src/lib.rs:304:34
[INFO] [stdout]     |
[INFO] [stdout] 304 |     pub fn set_footer(&mut self, footer: &str) {}
[INFO] [stdout]     |                                  ^^^^^^ help: if this is intentional, prefix it with an underscore: `_footer`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `expanded_information`
[INFO] [stdout]    --> src/lib.rs:305:48
[INFO] [stdout]     |
[INFO] [stdout] 305 |     pub fn set_expanded_information(&mut self, expanded_information: &str) {}
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_expanded_information`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `button_id`
[INFO] [stdout]    --> src/lib.rs:306:59
[INFO] [stdout]     |
[INFO] [stdout] 306 |     pub fn set_button_elevation_required_state(&mut self, button_id: usize, enable: bool) {}
[INFO] [stdout]     |                                                           ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_button_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `enable`
[INFO] [stdout]    --> src/lib.rs:306:77
[INFO] [stdout]     |
[INFO] [stdout] 306 |     pub fn set_button_elevation_required_state(&mut self, button_id: usize, enable: bool) {}
[INFO] [stdout]     |                                                                             ^^^^^^ help: if this is intentional, prefix it with an underscore: `_enable`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `conf`
[INFO] [stdout]    --> src/lib.rs:307:37
[INFO] [stdout]     |
[INFO] [stdout] 307 |     pub fn navigate_page(&mut self, conf: &mut TaskDialogConfig) {}
[INFO] [stdout]     |                                     ^^^^ help: if this is intentional, prefix it with an underscore: `_conf`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `win-task-dialog` (lib) due to 5 previous errors; 8 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "82cd983bc2b3f9c6e5fcbd2c6c392b555da65745a56adc3e2c76aa0cfeb0010d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "82cd983bc2b3f9c6e5fcbd2c6c392b555da65745a56adc3e2c76aa0cfeb0010d", kill_on_drop: false }`
[INFO] [stdout] 82cd983bc2b3f9c6e5fcbd2c6c392b555da65745a56adc3e2c76aa0cfeb0010d
