[INFO] fetching crate native-windows-derive 1.0.5... [INFO] testing native-windows-derive-1.0.5 against try#b83b707f97d809763b7861afa7638871f3339a33 for pr-145838-1 [INFO] extracting crate native-windows-derive 1.0.5 into /workspace/builds/worker-4-tc2/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-4-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate native-windows-derive 1.0.5 on toolchain b83b707f97d809763b7861afa7638871f3339a33 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "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" "+b83b707f97d809763b7861afa7638871f3339a33" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 9 packages to latest compatible versions [INFO] [stderr] Adding proc-macro-crate v0.1.5 (available: v3.3.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" "+b83b707f97d809763b7861afa7638871f3339a33" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f144f5de018a06d18845a056d8741d0300940108c5ced04a1ee6193e65882900 [INFO] running `Command { std: "docker" "start" "-a" "f144f5de018a06d18845a056d8741d0300940108c5ced04a1ee6193e65882900", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f144f5de018a06d18845a056d8741d0300940108c5ced04a1ee6193e65882900", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f144f5de018a06d18845a056d8741d0300940108c5ced04a1ee6193e65882900", kill_on_drop: false }` [INFO] [stdout] f144f5de018a06d18845a056d8741d0300940108c5ced04a1ee6193e65882900 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 591fc5d867c99c27fe0a0c1d5eabe877c7bb6382c5459da3e77fde3b5653f5bc [INFO] running `Command { std: "docker" "start" "-a" "591fc5d867c99c27fe0a0c1d5eabe877c7bb6382c5459da3e77fde3b5653f5bc", 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)]` (part of `#[warn(unused)]`) 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 1.42s [INFO] running `Command { std: "docker" "inspect" "591fc5d867c99c27fe0a0c1d5eabe877c7bb6382c5459da3e77fde3b5653f5bc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "591fc5d867c99c27fe0a0c1d5eabe877c7bb6382c5459da3e77fde3b5653f5bc", kill_on_drop: false }` [INFO] [stdout] 591fc5d867c99c27fe0a0c1d5eabe877c7bb6382c5459da3e77fde3b5653f5bc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a64712d8dfc0c8bf18a0aa862e426d13c573a43d8ad6d565bfc293d768a8feb1 [INFO] running `Command { std: "docker" "start" "-a" "a64712d8dfc0c8bf18a0aa862e426d13c573a43d8ad6d565bfc293d768a8feb1", 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)]` (part of `#[warn(unused)]`) on by default [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)]` (part of `#[warn(unused)]`) 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: 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.06s [INFO] running `Command { std: "docker" "inspect" "a64712d8dfc0c8bf18a0aa862e426d13c573a43d8ad6d565bfc293d768a8feb1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a64712d8dfc0c8bf18a0aa862e426d13c573a43d8ad6d565bfc293d768a8feb1", kill_on_drop: false }` [INFO] [stdout] a64712d8dfc0c8bf18a0aa862e426d13c573a43d8ad6d565bfc293d768a8feb1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] a843f2361f7bb7307d2a5c51a5959a6329481a1844f3d6615dcb8a0ae4af499e [INFO] running `Command { std: "docker" "start" "-a" "a843f2361f7bb7307d2a5c51a5959a6329481a1844f3d6615dcb8a0ae4af499e", 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)]` (part of `#[warn(unused)]`) 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 (run `cargo fix --lib -p native-windows-derive` to apply 5 suggestions) [INFO] [stderr] warning: `native-windows-derive` (lib test) generated 6 warnings (6 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/native_windows_derive-4b0c0449e7aaa507) [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 191) ... FAILED [INFO] [stdout] test src/lib.rs - derive_ui (line 164) ... FAILED [INFO] [stdout] test src/lib.rs - derive_partial (line 349) ... FAILED [INFO] [stdout] test src/lib.rs - derive_ui (line 134) ... FAILED [INFO] [stdout] test src/lib.rs - derive_ui (line 93) ... FAILED [INFO] [stdout] test src/lib.rs - derive_ui (line 141) ... FAILED [INFO] [stdout] test src/lib.rs - derive_ui (line 234) ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [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 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_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] ---- 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 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] = note: `nwg_control` is an attribute that can be used by the derive macros `NwgPartial` and `NwgUi`, you might be missing a `derive` attribute [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] = note: `nwg_events` is an attribute that can be used by the derive macros `NwgPartial` and `NwgUi`, you might be missing a `derive` attribute [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] = note: `nwg_resource` is an attribute that can be used by the derive macros `NwgPartial` and `NwgUi`, you might be missing a `derive` attribute [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] = note: `nwg_layout` is an attribute that can be used by the derive macros `NwgPartial` and `NwgUi`, you might be missing a `derive` attribute [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] = note: `nwg_control` is an attribute that can be used by the derive macros `NwgPartial` and `NwgUi`, you might be missing a `derive` attribute [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] = note: `nwg_layout_item` is an attribute that can be used by the derive macros `NwgPartial` and `NwgUi`, you might be missing a `derive` attribute [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_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 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] [INFO] [stdout] failures: [INFO] [stderr] error: doctest failed, to rerun pass `--doc` [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.22s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "a843f2361f7bb7307d2a5c51a5959a6329481a1844f3d6615dcb8a0ae4af499e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a843f2361f7bb7307d2a5c51a5959a6329481a1844f3d6615dcb8a0ae4af499e", kill_on_drop: false }` [INFO] [stdout] a843f2361f7bb7307d2a5c51a5959a6329481a1844f3d6615dcb8a0ae4af499e