[INFO] fetching crate native-windows-derive 1.0.5...
[INFO] testing native-windows-derive-1.0.5 against 1.90.0 for beta-1.91-2
[INFO] extracting crate native-windows-derive 1.0.5 into /workspace/builds/worker-6-tc1/source
[INFO] started tweaking crates.io crate native-windows-derive 1.0.5
[INFO] finished tweaking crates.io crate native-windows-derive 1.0.5
[INFO] tweaked toml for crates.io crate native-windows-derive 1.0.5 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate native-windows-derive 1.0.5 on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "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" "+1.90.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 10 packages to latest compatible versions
[INFO] [stderr]       Adding proc-macro-crate v0.1.5 (available: v3.4.0)
[INFO] [stderr]       Adding syn v1.0.109 (available: v2.0.106)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 4181fefb827f8660a4510a6c5e58a7629626e85c6d200d47a232da44183aa622
[INFO] running `Command { std: "docker" "start" "-a" "4181fefb827f8660a4510a6c5e58a7629626e85c6d200d47a232da44183aa622", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4181fefb827f8660a4510a6c5e58a7629626e85c6d200d47a232da44183aa622", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4181fefb827f8660a4510a6c5e58a7629626e85c6d200d47a232da44183aa622", kill_on_drop: false }`
[INFO] [stdout] 4181fefb827f8660a4510a6c5e58a7629626e85c6d200d47a232da44183aa622
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b160c2b86bca3dfc51d5c65960fd479eaa4682d5ac3a2d2ebba771b67377aa25
[INFO] running `Command { std: "docker" "start" "-a" "b160c2b86bca3dfc51d5c65960fd479eaa4682d5ac3a2d2ebba771b67377aa25", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_core v1.0.227
[INFO] [stderr]    Compiling serde v1.0.227
[INFO] [stderr]    Compiling toml v0.5.11
[INFO] [stderr]    Compiling proc-macro-crate v0.1.5
[INFO] [stderr]    Compiling native-windows-derive v1.0.5 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `sep` is never read
[INFO] [stdout]  --> src/shared.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub struct Param {
[INFO] [stdout]   |            ----- field in this struct
[INFO] [stdout] 7 |     pub ident: syn::Ident,
[INFO] [stdout] 8 |     pub sep: Token![:],
[INFO] [stdout]   |         ^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `Param` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]   = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ui.rs:664:21
[INFO] [stdout]     |
[INFO] [stdout] 664 |     pub fn controls(&self) -> NwgUiControls {
[INFO] [stdout]     |                     ^^^^^     ------------- the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 664 |     pub fn controls(&self) -> NwgUiControls<'_> {
[INFO] [stdout]     |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ui.rs:668:22
[INFO] [stdout]     |
[INFO] [stdout] 668 |     pub fn resources(&self) -> NwgUiResources {
[INFO] [stdout]     |                      ^^^^^     -------------- the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 668 |     pub fn resources(&self) -> NwgUiResources<'_> {
[INFO] [stdout]     |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ui.rs:672:19
[INFO] [stdout]     |
[INFO] [stdout] 672 |     pub fn events(&self) -> NwgUiEvents {
[INFO] [stdout]     |                   ^^^^^     ----------- the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 672 |     pub fn events(&self) -> NwgUiEvents<'_> {
[INFO] [stdout]     |                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ui.rs:676:20
[INFO] [stdout]     |
[INFO] [stdout] 676 |     pub fn layouts(&self) -> NwgUiLayouts {
[INFO] [stdout]     |                    ^^^^^     ------------ the same lifetime is hidden here
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 676 |     pub fn layouts(&self) -> NwgUiLayouts<'_> {
[INFO] [stdout]     |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ui.rs:680:21
[INFO] [stdout]     |
[INFO] [stdout] 680 |     pub fn partials(&self) -> NwgUiPartials {
[INFO] [stdout]     |                     ^^^^^     ------------- the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 680 |     pub fn partials(&self) -> NwgUiPartials<'_> {
[INFO] [stdout]     |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.54s
[INFO] running `Command { std: "docker" "inspect" "b160c2b86bca3dfc51d5c65960fd479eaa4682d5ac3a2d2ebba771b67377aa25", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b160c2b86bca3dfc51d5c65960fd479eaa4682d5ac3a2d2ebba771b67377aa25", kill_on_drop: false }`
[INFO] [stdout] b160c2b86bca3dfc51d5c65960fd479eaa4682d5ac3a2d2ebba771b67377aa25
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3e1c32f98d1a23a7dbfb9a36906ab69d4c2ed3ac4fe2ae452941fa07abf9428e
[INFO] running `Command { std: "docker" "start" "-a" "3e1c32f98d1a23a7dbfb9a36906ab69d4c2ed3ac4fe2ae452941fa07abf9428e", kill_on_drop: false }`
[INFO] [stderr]    Compiling native-windows-derive v1.0.5 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `sep` is never read
[INFO] [stdout]  --> src/shared.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub struct Param {
[INFO] [stdout]   |            ----- field in this struct
[INFO] [stdout] 7 |     pub ident: syn::Ident,
[INFO] [stdout] 8 |     pub sep: Token![:],
[INFO] [stdout]   |         ^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `Param` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]   = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ui.rs:664:21
[INFO] [stdout]     |
[INFO] [stdout] 664 |     pub fn controls(&self) -> NwgUiControls {
[INFO] [stdout]     |                     ^^^^^     ------------- the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 664 |     pub fn controls(&self) -> NwgUiControls<'_> {
[INFO] [stdout]     |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ui.rs:668:22
[INFO] [stdout]     |
[INFO] [stdout] 668 |     pub fn resources(&self) -> NwgUiResources {
[INFO] [stdout]     |                      ^^^^^     -------------- the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 668 |     pub fn resources(&self) -> NwgUiResources<'_> {
[INFO] [stdout]     |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ui.rs:672:19
[INFO] [stdout]     |
[INFO] [stdout] 672 |     pub fn events(&self) -> NwgUiEvents {
[INFO] [stdout]     |                   ^^^^^     ----------- the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 672 |     pub fn events(&self) -> NwgUiEvents<'_> {
[INFO] [stdout]     |                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ui.rs:676:20
[INFO] [stdout]     |
[INFO] [stdout] 676 |     pub fn layouts(&self) -> NwgUiLayouts {
[INFO] [stdout]     |                    ^^^^^     ------------ the same lifetime is hidden here
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 676 |     pub fn layouts(&self) -> NwgUiLayouts<'_> {
[INFO] [stdout]     |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ui.rs:680:21
[INFO] [stdout]     |
[INFO] [stdout] 680 |     pub fn partials(&self) -> NwgUiPartials {
[INFO] [stdout]     |                     ^^^^^     ------------- the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 680 |     pub fn partials(&self) -> NwgUiPartials<'_> {
[INFO] [stdout]     |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `sep` is never read
[INFO] [stdout]  --> src/shared.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub struct Param {
[INFO] [stdout]   |            ----- field in this struct
[INFO] [stdout] 7 |     pub ident: syn::Ident,
[INFO] [stdout] 8 |     pub sep: Token![:],
[INFO] [stdout]   |         ^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `Param` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]   = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ui.rs:664:21
[INFO] [stdout]     |
[INFO] [stdout] 664 |     pub fn controls(&self) -> NwgUiControls {
[INFO] [stdout]     |                     ^^^^^     ------------- the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 664 |     pub fn controls(&self) -> NwgUiControls<'_> {
[INFO] [stdout]     |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ui.rs:668:22
[INFO] [stdout]     |
[INFO] [stdout] 668 |     pub fn resources(&self) -> NwgUiResources {
[INFO] [stdout]     |                      ^^^^^     -------------- the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 668 |     pub fn resources(&self) -> NwgUiResources<'_> {
[INFO] [stdout]     |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ui.rs:672:19
[INFO] [stdout]     |
[INFO] [stdout] 672 |     pub fn events(&self) -> NwgUiEvents {
[INFO] [stdout]     |                   ^^^^^     ----------- the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 672 |     pub fn events(&self) -> NwgUiEvents<'_> {
[INFO] [stdout]     |                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ui.rs:676:20
[INFO] [stdout]     |
[INFO] [stdout] 676 |     pub fn layouts(&self) -> NwgUiLayouts {
[INFO] [stdout]     |                    ^^^^^     ------------ the same lifetime is hidden here
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 676 |     pub fn layouts(&self) -> NwgUiLayouts<'_> {
[INFO] [stdout]     |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ui.rs:680:21
[INFO] [stdout]     |
[INFO] [stdout] 680 |     pub fn partials(&self) -> NwgUiPartials {
[INFO] [stdout]     |                     ^^^^^     ------------- the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 680 |     pub fn partials(&self) -> NwgUiPartials<'_> {
[INFO] [stdout]     |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.53s
[INFO] running `Command { std: "docker" "inspect" "3e1c32f98d1a23a7dbfb9a36906ab69d4c2ed3ac4fe2ae452941fa07abf9428e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3e1c32f98d1a23a7dbfb9a36906ab69d4c2ed3ac4fe2ae452941fa07abf9428e", kill_on_drop: false }`
[INFO] [stdout] 3e1c32f98d1a23a7dbfb9a36906ab69d4c2ed3ac4fe2ae452941fa07abf9428e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 3fc0266fcbe3fb3b1a25978341e6c9e7ee57331228c99836a4b83a153b0fe4dc
[INFO] running `Command { std: "docker" "start" "-a" "3fc0266fcbe3fb3b1a25978341e6c9e7ee57331228c99836a4b83a153b0fe4dc", kill_on_drop: false }`
[INFO] [stderr] warning: field `sep` is never read
[INFO] [stderr]  --> src/shared.rs:8:9
[INFO] [stderr]   |
[INFO] [stderr] 6 | pub struct Param {
[INFO] [stderr]   |            ----- field in this struct
[INFO] [stderr] 7 |     pub ident: syn::Ident,
[INFO] [stderr] 8 |     pub sep: Token![:],
[INFO] [stderr]   |         ^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `Param` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr]   = note: `#[warn(dead_code)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/ui.rs:664:21
[INFO] [stderr]     |
[INFO] [stderr] 664 |     pub fn controls(&self) -> NwgUiControls {
[INFO] [stderr]     |                     ^^^^^     ------------- the same lifetime is hidden here
[INFO] [stderr]     |                     |
[INFO] [stderr]     |                     the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 664 |     pub fn controls(&self) -> NwgUiControls<'_> {
[INFO] [stderr]     |                                            ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/ui.rs:668:22
[INFO] [stderr]     |
[INFO] [stderr] 668 |     pub fn resources(&self) -> NwgUiResources {
[INFO] [stderr]     |                      ^^^^^     -------------- the same lifetime is hidden here
[INFO] [stderr]     |                      |
[INFO] [stderr]     |                      the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 668 |     pub fn resources(&self) -> NwgUiResources<'_> {
[INFO] [stderr]     |                                              ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/ui.rs:672:19
[INFO] [stderr]     |
[INFO] [stderr] 672 |     pub fn events(&self) -> NwgUiEvents {
[INFO] [stderr]     |                   ^^^^^     ----------- the same lifetime is hidden here
[INFO] [stderr]     |                   |
[INFO] [stderr]     |                   the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 672 |     pub fn events(&self) -> NwgUiEvents<'_> {
[INFO] [stderr]     |                                        ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/ui.rs:676:20
[INFO] [stderr]     |
[INFO] [stderr] 676 |     pub fn layouts(&self) -> NwgUiLayouts {
[INFO] [stderr]     |                    ^^^^^     ------------ the same lifetime is hidden here
[INFO] [stderr]     |                    |
[INFO] [stderr]     |                    the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 676 |     pub fn layouts(&self) -> NwgUiLayouts<'_> {
[INFO] [stderr]     |                                          ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/ui.rs:680:21
[INFO] [stderr]     |
[INFO] [stderr] 680 |     pub fn partials(&self) -> NwgUiPartials {
[INFO] [stderr]     |                     ^^^^^     ------------- the same lifetime is hidden here
[INFO] [stderr]     |                     |
[INFO] [stderr]     |                     the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 680 |     pub fn partials(&self) -> NwgUiPartials<'_> {
[INFO] [stderr]     |                                            ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `native-windows-derive` (lib) generated 6 warnings
[INFO] [stderr] warning: `native-windows-derive` (lib test) generated 6 warnings (6 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/native_windows_derive-f688f956b2c1e96f)
[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 native_windows_derive
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test src/lib.rs - derive_ui (line 164) ... FAILED
[INFO] [stdout] test src/lib.rs - derive_ui (line 141) ... FAILED
[INFO] [stdout] test src/lib.rs - derive_ui (line 134) ... FAILED
[INFO] [stdout] test src/lib.rs - derive_ui (line 234) ... FAILED
[INFO] [stdout] test src/lib.rs - derive_ui (line 191) ... FAILED
[INFO] [stdout] test src/lib.rs - derive_ui (line 93) ... FAILED
[INFO] [stdout] test src/lib.rs - derive_partial (line 349) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - derive_ui (line 164) stdout ----
[INFO] [stdout] error: missing `fn` or `struct` for function or struct definition
[INFO] [stdout]  --> src/lib.rs:165:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | nwg_events( EVENT_TYPE: [CALLBACK(ARGS),*] )
[INFO] [stdout]   | ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: if you meant to call a macro, try
[INFO] [stdout]   |
[INFO] [stdout] 1 | nwg_events!( EVENT_TYPE: [CALLBACK(ARGS),*] )
[INFO] [stdout]   |           +
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - derive_ui (line 141) stdout ----
[INFO] [stdout] error: expected one of `!` or `::`, found `:`
[INFO] [stdout]  --> src/lib.rs:143:10
[INFO] [stdout]   |
[INFO] [stdout] 2 | name_edit: nwg::TextInput,
[INFO] [stdout]   |          ^ expected one of `!` or `::`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - derive_ui (line 134) stdout ----
[INFO] [stdout] error: missing `fn` or `struct` for function or struct definition
[INFO] [stdout]  --> src/lib.rs:135:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | nwg_control(builder_field: builder_value,*)
[INFO] [stdout]   | ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: if you meant to call a macro, try
[INFO] [stdout]   |
[INFO] [stdout] 1 | nwg_control!(builder_field: builder_value,*)
[INFO] [stdout]   |            +
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - derive_ui (line 234) stdout ----
[INFO] [stdout] error: cannot find attribute `nwg_partial` in this scope
[INFO] [stdout]  --> src/lib.rs:238:7
[INFO] [stdout]   |
[INFO] [stdout] 6 |     #[nwg_partial(parent: window)]
[INFO] [stdout]   |       ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `MyPartial` in this scope
[INFO] [stdout]  --> src/lib.rs:239:14
[INFO] [stdout]   |
[INFO] [stdout] 7 |     partial: MyPartial
[INFO] [stdout]   |              ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `nwg`
[INFO] [stdout]  --> src/lib.rs:236:13
[INFO] [stdout]   |
[INFO] [stdout] 4 |     window: nwg::Window,
[INFO] [stdout]   |             ^^^ use of unresolved module or unlinked crate `nwg`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `nwg`, use `cargo add nwg` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - derive_ui (line 191) stdout ----
[INFO] [stdout] error: cannot find attribute `nwg_control` in this scope
[INFO] [stdout]  --> src/lib.rs:193:7
[INFO] [stdout]   |
[INFO] [stdout] 4 |     #[nwg_control]
[INFO] [stdout]   |       ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `nwg_events` in this scope
[INFO] [stdout]  --> src/lib.rs:194:7
[INFO] [stdout]   |
[INFO] [stdout] 5 |     #[nwg_events(
[INFO] [stdout]   |       ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `nwg`
[INFO] [stdout]   --> src/lib.rs:199:13
[INFO] [stdout]    |
[INFO] [stdout] 10 |     button: nwg::Button
[INFO] [stdout]    |             ^^^ use of unresolved module or unlinked crate `nwg`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `nwg`, use `cargo add nwg` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `nwg`
[INFO] [stdout]   --> src/lib.rs:208:32
[INFO] [stdout]    |
[INFO] [stdout] 19 |     fn callback3(&self, ctrl: &nwg::Button) { }
[INFO] [stdout]    |                                ^^^ use of unresolved module or unlinked crate `nwg`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `nwg`, use `cargo add nwg` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - derive_ui (line 93) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `native_windows_gui`
[INFO] [stdout]  --> src/lib.rs:94:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use native_windows_gui as nwg;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^ no external crate `native_windows_gui`
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `NwgUi` in this scope
[INFO] [stdout]  --> src/lib.rs:96:10
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[derive(NwgUi, Default)]
[INFO] [stdout]   |          ^^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this derive macro
[INFO] [stdout]   |
[INFO] [stdout] 2 + use native_windows_derive::NwgUi;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `nwg_control` in this scope
[INFO] [stdout]  --> src/lib.rs:98:7
[INFO] [stdout]   |
[INFO] [stdout] 7 |     #[nwg_control(title: "Window")]
[INFO] [stdout]   |       ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `nwg_events` in this scope
[INFO] [stdout]  --> src/lib.rs:99:7
[INFO] [stdout]   |
[INFO] [stdout] 8 |     #[nwg_events( OnWindowClose: [nwg::stop_thread_dispatch()] )]
[INFO] [stdout]   |       ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `nwg_resource` in this scope
[INFO] [stdout]   --> src/lib.rs:102:7
[INFO] [stdout]    |
[INFO] [stdout] 11 |     #[nwg_resource(family: "Arial")]
[INFO] [stdout]    |       ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `nwg_layout` in this scope
[INFO] [stdout]   --> src/lib.rs:105:7
[INFO] [stdout]    |
[INFO] [stdout] 14 |     #[nwg_layout(parent: window)]
[INFO] [stdout]    |       ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `nwg_control` in this scope
[INFO] [stdout]   --> src/lib.rs:108:7
[INFO] [stdout]    |
[INFO] [stdout] 17 |     #[nwg_control(text: "Button")]
[INFO] [stdout]    |       ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `nwg_layout_item` in this scope
[INFO] [stdout]   --> src/lib.rs:109:7
[INFO] [stdout]    |
[INFO] [stdout] 18 |     #[nwg_layout_item(layout: my_layout, col: 0, row: 0)]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BasicAppUi`
[INFO] [stdout]   --> src/lib.rs:115:13
[INFO] [stdout]    |
[INFO] [stdout] 24 | let my_ui = BasicAppUi::build_ui(Default::default()).unwrap();
[INFO] [stdout]    |             ^^^^^^^^^^
[INFO] [stdout]    |             |
[INFO] [stdout]    |             use of undeclared type `BasicAppUi`
[INFO] [stdout]    |             help: a struct with a similar name exists: `BasicApp`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 9 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - derive_partial (line 349) stdout ----
[INFO] [stdout] error: cannot find derive macro `NwgUi` in this scope
[INFO] [stdout]   --> src/lib.rs:358:19
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[derive(Default, NwgUi)]
[INFO] [stdout]    |                   ^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this derive macro
[INFO] [stdout]    |
[INFO] [stdout]  2 + use native_windows_derive::NwgUi;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `nwg_control` in this scope
[INFO] [stdout]   --> src/lib.rs:362:6
[INFO] [stdout]    |
[INFO] [stdout] 15 |    #[nwg_control]
[INFO] [stdout]    |      ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `nwg_events` in this scope
[INFO] [stdout]   --> src/lib.rs:363:6
[INFO] [stdout]    |
[INFO] [stdout] 16 |    #[nwg_events( OnInit: [hello], OnWindowClose: [nwg::stop_thread_dispatch()] )]
[INFO] [stdout]    |      ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `nwg_partial` in this scope
[INFO] [stdout]   --> src/lib.rs:366:6
[INFO] [stdout]    |
[INFO] [stdout] 19 |    #[nwg_partial(parent: window)]
[INFO] [stdout]    |      ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `NwgPartial` in this scope
[INFO] [stdout]  --> src/lib.rs:350:19
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[derive(Default, NwgPartial)]
[INFO] [stdout]   |                   ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this derive macro
[INFO] [stdout]   |
[INFO] [stdout] 2 + use native_windows_derive::NwgPartial;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `nwg_control` in this scope
[INFO] [stdout]  --> src/lib.rs:354:5
[INFO] [stdout]   |
[INFO] [stdout] 7 |   #[nwg_control]
[INFO] [stdout]   |     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `nwg`
[INFO] [stdout]  --> src/lib.rs:355:11
[INFO] [stdout]   |
[INFO] [stdout] 8 |   button: nwg::Button
[INFO] [stdout]   |           ^^^ use of unresolved module or unlinked crate `nwg`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `nwg`, use `cargo add nwg` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `nwg`
[INFO] [stdout]   --> src/lib.rs:364:12
[INFO] [stdout]    |
[INFO] [stdout] 17 |    window: nwg::Window,
[INFO] [stdout]    |            ^^^ use of unresolved module or unlinked crate `nwg`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `nwg`, use `cargo add nwg` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 8 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - derive_partial (line 349)
[INFO] [stdout]     src/lib.rs - derive_ui (line 134)
[INFO] [stdout]     src/lib.rs - derive_ui (line 141)
[INFO] [stdout]     src/lib.rs - derive_ui (line 164)
[INFO] [stdout]     src/lib.rs - derive_ui (line 191)
[INFO] [stdout]     src/lib.rs - derive_ui (line 234)
[INFO] [stdout]     src/lib.rs - derive_ui (line 93)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 7 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.39s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "3fc0266fcbe3fb3b1a25978341e6c9e7ee57331228c99836a4b83a153b0fe4dc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3fc0266fcbe3fb3b1a25978341e6c9e7ee57331228c99836a4b83a153b0fe4dc", kill_on_drop: false }`
[INFO] [stdout] 3fc0266fcbe3fb3b1a25978341e6c9e7ee57331228c99836a4b83a153b0fe4dc
