[INFO] fetching crate hidg-core 0.2.0... [INFO] testing hidg-core-0.2.0 against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-7 [INFO] extracting crate hidg-core 0.2.0 into /workspace/builds/worker-6-tc1/source [INFO] started tweaking crates.io crate hidg-core 0.2.0 [INFO] finished tweaking crates.io crate hidg-core 0.2.0 [INFO] tweaked toml for crates.io crate hidg-core 0.2.0 written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate hidg-core 0.2.0 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] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 17 packages to latest compatible versions [INFO] [stderr] Adding phf v0.11.3 (available: v0.13.1) [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] 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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 44ac990422687193f374d09f202a786c4403862d10fccad59c991d198b976935 [INFO] running `Command { std: "docker" "start" "-a" "44ac990422687193f374d09f202a786c4403862d10fccad59c991d198b976935", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "44ac990422687193f374d09f202a786c4403862d10fccad59c991d198b976935", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "44ac990422687193f374d09f202a786c4403862d10fccad59c991d198b976935", kill_on_drop: false }` [INFO] [stdout] 44ac990422687193f374d09f202a786c4403862d10fccad59c991d198b976935 [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=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] 4a6fd765042564ac8d489771330b8720aa860d4ee112682fa4ffc81ab6c38fcd [INFO] running `Command { std: "docker" "start" "-a" "4a6fd765042564ac8d489771330b8720aa860d4ee112682fa4ffc81ab6c38fcd", kill_on_drop: false }` [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling phf_shared v0.11.3 [INFO] [stderr] Compiling syn v2.0.110 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling phf_generator v0.11.3 [INFO] [stderr] Compiling phf_macros v0.11.3 [INFO] [stderr] Compiling phf v0.11.3 [INFO] [stderr] Compiling hidg-core v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `unicase` [INFO] [stdout] --> src/macros.rs:31:52 [INFO] [stdout] | [INFO] [stdout] 31 | #[cfg(all(feature = "phf", not(feature = "unicase")))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/keyboard.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | / code_enum! { [INFO] [stdout] 84 | | /// Key code [INFO] [stdout] 85 | | Key: u8 { [INFO] [stdout] 86 | | /// No key [INFO] [stdout] ... | [INFO] [stdout] 473 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `display`, `either`, `fromstr`, `keyboard`, `mouse`, `phf`, and `serde` [INFO] [stdout] = help: consider adding `unicase` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] = note: this warning originates in the macro `code_enum` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `unicase` [INFO] [stdout] --> src/macros.rs:39:48 [INFO] [stdout] | [INFO] [stdout] 39 | #[cfg(all(feature = "phf", feature = "unicase"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/keyboard.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | / code_enum! { [INFO] [stdout] 84 | | /// Key code [INFO] [stdout] 85 | | Key: u8 { [INFO] [stdout] 86 | | /// No key [INFO] [stdout] ... | [INFO] [stdout] 473 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `display`, `either`, `fromstr`, `keyboard`, `mouse`, `phf`, and `serde` [INFO] [stdout] = help: consider adding `unicase` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `code_enum` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `unicase` [INFO] [stdout] --> src/macros.rs:47:48 [INFO] [stdout] | [INFO] [stdout] 47 | #[cfg(all(feature = "phf", feature = "unicase"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/keyboard.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | / code_enum! { [INFO] [stdout] 84 | | /// Key code [INFO] [stdout] 85 | | Key: u8 { [INFO] [stdout] 86 | | /// No key [INFO] [stdout] ... | [INFO] [stdout] 473 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `display`, `either`, `fromstr`, `keyboard`, `mouse`, `phf`, and `serde` [INFO] [stdout] = help: consider adding `unicase` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `code_enum` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `unicase` [INFO] [stdout] --> src/macros.rs:31:52 [INFO] [stdout] | [INFO] [stdout] 31 | #[cfg(all(feature = "phf", not(feature = "unicase")))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/keyboard.rs:514:1 [INFO] [stdout] | [INFO] [stdout] 514 | / code_enum! { [INFO] [stdout] 515 | | /// LED code [INFO] [stdout] 516 | | Led: u8 { [INFO] [stdout] 517 | | /// No LED [INFO] [stdout] ... | [INFO] [stdout] 530 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `display`, `either`, `fromstr`, `keyboard`, `mouse`, `phf`, and `serde` [INFO] [stdout] = help: consider adding `unicase` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `code_enum` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `unicase` [INFO] [stdout] --> src/macros.rs:39:48 [INFO] [stdout] | [INFO] [stdout] 39 | #[cfg(all(feature = "phf", feature = "unicase"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/keyboard.rs:514:1 [INFO] [stdout] | [INFO] [stdout] 514 | / code_enum! { [INFO] [stdout] 515 | | /// LED code [INFO] [stdout] 516 | | Led: u8 { [INFO] [stdout] 517 | | /// No LED [INFO] [stdout] ... | [INFO] [stdout] 530 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `display`, `either`, `fromstr`, `keyboard`, `mouse`, `phf`, and `serde` [INFO] [stdout] = help: consider adding `unicase` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `code_enum` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `unicase` [INFO] [stdout] --> src/macros.rs:47:48 [INFO] [stdout] | [INFO] [stdout] 47 | #[cfg(all(feature = "phf", feature = "unicase"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/keyboard.rs:514:1 [INFO] [stdout] | [INFO] [stdout] 514 | / code_enum! { [INFO] [stdout] 515 | | /// LED code [INFO] [stdout] 516 | | Led: u8 { [INFO] [stdout] 517 | | /// No LED [INFO] [stdout] ... | [INFO] [stdout] 530 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `display`, `either`, `fromstr`, `keyboard`, `mouse`, `phf`, and `serde` [INFO] [stdout] = help: consider adding `unicase` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `code_enum` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `unicase` [INFO] [stdout] --> src/macros.rs:31:52 [INFO] [stdout] | [INFO] [stdout] 31 | #[cfg(all(feature = "phf", not(feature = "unicase")))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/mouse.rs:81:1 [INFO] [stdout] | [INFO] [stdout] 81 | / code_enum! { [INFO] [stdout] 82 | | /// Button code [INFO] [stdout] 83 | | Button: u8 { [INFO] [stdout] 84 | | /// No button [INFO] [stdout] ... | [INFO] [stdout] 102 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `display`, `either`, `fromstr`, `keyboard`, `mouse`, `phf`, and `serde` [INFO] [stdout] = help: consider adding `unicase` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `code_enum` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `unicase` [INFO] [stdout] --> src/macros.rs:39:48 [INFO] [stdout] | [INFO] [stdout] 39 | #[cfg(all(feature = "phf", feature = "unicase"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/mouse.rs:81:1 [INFO] [stdout] | [INFO] [stdout] 81 | / code_enum! { [INFO] [stdout] 82 | | /// Button code [INFO] [stdout] 83 | | Button: u8 { [INFO] [stdout] 84 | | /// No button [INFO] [stdout] ... | [INFO] [stdout] 102 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `display`, `either`, `fromstr`, `keyboard`, `mouse`, `phf`, and `serde` [INFO] [stdout] = help: consider adding `unicase` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `code_enum` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `unicase` [INFO] [stdout] --> src/macros.rs:47:48 [INFO] [stdout] | [INFO] [stdout] 47 | #[cfg(all(feature = "phf", feature = "unicase"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/mouse.rs:81:1 [INFO] [stdout] | [INFO] [stdout] 81 | / code_enum! { [INFO] [stdout] 82 | | /// Button code [INFO] [stdout] 83 | | Button: u8 { [INFO] [stdout] 84 | | /// No button [INFO] [stdout] ... | [INFO] [stdout] 102 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `display`, `either`, `fromstr`, `keyboard`, `mouse`, `phf`, and `serde` [INFO] [stdout] = help: consider adding `unicase` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `code_enum` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/keyboard.rs:920:16 [INFO] [stdout] | [INFO] [stdout] 920 | pub fn lit(&self) -> LitLeds { [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] 920 | pub fn lit(&self) -> LitLeds<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.03s [INFO] running `Command { std: "docker" "inspect" "4a6fd765042564ac8d489771330b8720aa860d4ee112682fa4ffc81ab6c38fcd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4a6fd765042564ac8d489771330b8720aa860d4ee112682fa4ffc81ab6c38fcd", kill_on_drop: false }` [INFO] [stdout] 4a6fd765042564ac8d489771330b8720aa860d4ee112682fa4ffc81ab6c38fcd [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=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" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 055a1ec5050d9444df62ecf979540573b708b0c19f66e35b03d60cd58fd59c71 [INFO] running `Command { std: "docker" "start" "-a" "055a1ec5050d9444df62ecf979540573b708b0c19f66e35b03d60cd58fd59c71", kill_on_drop: false }` [INFO] [stdout] warning: unexpected `cfg` condition value: `unicase` [INFO] [stdout] --> src/macros.rs:31:52 [INFO] [stdout] | [INFO] [stdout] 31 | #[cfg(all(feature = "phf", not(feature = "unicase")))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/keyboard.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | / code_enum! { [INFO] [stdout] 84 | | /// Key code [INFO] [stdout] 85 | | Key: u8 { [INFO] [stdout] 86 | | /// No key [INFO] [stdout] ... | [INFO] [stdout] 473 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `display`, `either`, `fromstr`, `keyboard`, `mouse`, `phf`, and `serde` [INFO] [stdout] = help: consider adding `unicase` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] = note: this warning originates in the macro `code_enum` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `unicase` [INFO] [stdout] --> src/macros.rs:39:48 [INFO] [stdout] | [INFO] [stdout] 39 | #[cfg(all(feature = "phf", feature = "unicase"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/keyboard.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | / code_enum! { [INFO] [stdout] 84 | | /// Key code [INFO] [stdout] 85 | | Key: u8 { [INFO] [stdout] 86 | | /// No key [INFO] [stdout] ... | [INFO] [stdout] 473 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `display`, `either`, `fromstr`, `keyboard`, `mouse`, `phf`, and `serde` [INFO] [stdout] = help: consider adding `unicase` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `code_enum` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `unicase` [INFO] [stdout] --> src/macros.rs:47:48 [INFO] [stdout] | [INFO] [stdout] 47 | #[cfg(all(feature = "phf", feature = "unicase"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/keyboard.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | / code_enum! { [INFO] [stdout] 84 | | /// Key code [INFO] [stdout] 85 | | Key: u8 { [INFO] [stdout] 86 | | /// No key [INFO] [stdout] ... | [INFO] [stdout] 473 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `display`, `either`, `fromstr`, `keyboard`, `mouse`, `phf`, and `serde` [INFO] [stdout] = help: consider adding `unicase` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `code_enum` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `unicase` [INFO] [stdout] --> src/macros.rs:31:52 [INFO] [stdout] | [INFO] [stdout] 31 | #[cfg(all(feature = "phf", not(feature = "unicase")))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/keyboard.rs:514:1 [INFO] [stdout] | [INFO] [stdout] 514 | / code_enum! { [INFO] [stdout] 515 | | /// LED code [INFO] [stdout] 516 | | Led: u8 { [INFO] [stdout] 517 | | /// No LED [INFO] [stdout] ... | [INFO] [stdout] 530 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `display`, `either`, `fromstr`, `keyboard`, `mouse`, `phf`, and `serde` [INFO] [stdout] = help: consider adding `unicase` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `code_enum` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `unicase` [INFO] [stdout] --> src/macros.rs:39:48 [INFO] [stdout] | [INFO] [stdout] 39 | #[cfg(all(feature = "phf", feature = "unicase"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/keyboard.rs:514:1 [INFO] [stdout] | [INFO] [stdout] 514 | / code_enum! { [INFO] [stdout] 515 | | /// LED code [INFO] [stdout] 516 | | Led: u8 { [INFO] [stdout] 517 | | /// No LED [INFO] [stdout] ... | [INFO] [stdout] 530 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `display`, `either`, `fromstr`, `keyboard`, `mouse`, `phf`, and `serde` [INFO] [stdout] = help: consider adding `unicase` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `code_enum` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `unicase` [INFO] [stdout] --> src/macros.rs:47:48 [INFO] [stdout] | [INFO] [stdout] 47 | #[cfg(all(feature = "phf", feature = "unicase"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/keyboard.rs:514:1 [INFO] [stdout] | [INFO] [stdout] 514 | / code_enum! { [INFO] [stdout] 515 | | /// LED code [INFO] [stdout] 516 | | Led: u8 { [INFO] [stdout] 517 | | /// No LED [INFO] [stdout] ... | [INFO] [stdout] 530 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `display`, `either`, `fromstr`, `keyboard`, `mouse`, `phf`, and `serde` [INFO] [stdout] = help: consider adding `unicase` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `code_enum` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `unicase` [INFO] [stdout] --> src/macros.rs:31:52 [INFO] [stdout] | [INFO] [stdout] 31 | #[cfg(all(feature = "phf", not(feature = "unicase")))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/mouse.rs:81:1 [INFO] [stdout] | [INFO] [stdout] 81 | / code_enum! { [INFO] [stdout] 82 | | /// Button code [INFO] [stdout] 83 | | Button: u8 { [INFO] [stdout] 84 | | /// No button [INFO] [stdout] ... | [INFO] [stdout] 102 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `display`, `either`, `fromstr`, `keyboard`, `mouse`, `phf`, and `serde` [INFO] [stdout] = help: consider adding `unicase` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `code_enum` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `unicase` [INFO] [stdout] --> src/macros.rs:39:48 [INFO] [stdout] | [INFO] [stdout] 39 | #[cfg(all(feature = "phf", feature = "unicase"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/mouse.rs:81:1 [INFO] [stdout] | [INFO] [stdout] 81 | / code_enum! { [INFO] [stdout] 82 | | /// Button code [INFO] [stdout] 83 | | Button: u8 { [INFO] [stdout] 84 | | /// No button [INFO] [stdout] ... | [INFO] [stdout] 102 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `display`, `either`, `fromstr`, `keyboard`, `mouse`, `phf`, and `serde` [INFO] [stdout] = help: consider adding `unicase` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `code_enum` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `unicase` [INFO] [stdout] --> src/macros.rs:47:48 [INFO] [stdout] | [INFO] [stdout] 47 | #[cfg(all(feature = "phf", feature = "unicase"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/mouse.rs:81:1 [INFO] [stdout] | [INFO] [stdout] 81 | / code_enum! { [INFO] [stdout] 82 | | /// Button code [INFO] [stdout] 83 | | Button: u8 { [INFO] [stdout] 84 | | /// No button [INFO] [stdout] ... | [INFO] [stdout] 102 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `display`, `either`, `fromstr`, `keyboard`, `mouse`, `phf`, and `serde` [INFO] [stdout] = help: consider adding `unicase` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `code_enum` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/keyboard.rs:920:16 [INFO] [stdout] | [INFO] [stdout] 920 | pub fn lit(&self) -> LitLeds { [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] 920 | pub fn lit(&self) -> LitLeds<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling hidg-core v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `unicase` [INFO] [stdout] --> src/macros.rs:31:52 [INFO] [stdout] | [INFO] [stdout] 31 | #[cfg(all(feature = "phf", not(feature = "unicase")))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/keyboard.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | / code_enum! { [INFO] [stdout] 84 | | /// Key code [INFO] [stdout] 85 | | Key: u8 { [INFO] [stdout] 86 | | /// No key [INFO] [stdout] ... | [INFO] [stdout] 473 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `display`, `either`, `fromstr`, `keyboard`, `mouse`, `phf`, and `serde` [INFO] [stdout] = help: consider adding `unicase` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] = note: this warning originates in the macro `code_enum` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `unicase` [INFO] [stdout] --> src/macros.rs:39:48 [INFO] [stdout] | [INFO] [stdout] 39 | #[cfg(all(feature = "phf", feature = "unicase"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/keyboard.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | / code_enum! { [INFO] [stdout] 84 | | /// Key code [INFO] [stdout] 85 | | Key: u8 { [INFO] [stdout] 86 | | /// No key [INFO] [stdout] ... | [INFO] [stdout] 473 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `display`, `either`, `fromstr`, `keyboard`, `mouse`, `phf`, and `serde` [INFO] [stdout] = help: consider adding `unicase` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `code_enum` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `unicase` [INFO] [stdout] --> src/macros.rs:47:48 [INFO] [stdout] | [INFO] [stdout] 47 | #[cfg(all(feature = "phf", feature = "unicase"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/keyboard.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | / code_enum! { [INFO] [stdout] 84 | | /// Key code [INFO] [stdout] 85 | | Key: u8 { [INFO] [stdout] 86 | | /// No key [INFO] [stdout] ... | [INFO] [stdout] 473 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `display`, `either`, `fromstr`, `keyboard`, `mouse`, `phf`, and `serde` [INFO] [stdout] = help: consider adding `unicase` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `code_enum` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `unicase` [INFO] [stdout] --> src/macros.rs:31:52 [INFO] [stdout] | [INFO] [stdout] 31 | #[cfg(all(feature = "phf", not(feature = "unicase")))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/keyboard.rs:514:1 [INFO] [stdout] | [INFO] [stdout] 514 | / code_enum! { [INFO] [stdout] 515 | | /// LED code [INFO] [stdout] 516 | | Led: u8 { [INFO] [stdout] 517 | | /// No LED [INFO] [stdout] ... | [INFO] [stdout] 530 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `display`, `either`, `fromstr`, `keyboard`, `mouse`, `phf`, and `serde` [INFO] [stdout] = help: consider adding `unicase` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `code_enum` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `unicase` [INFO] [stdout] --> src/macros.rs:39:48 [INFO] [stdout] | [INFO] [stdout] 39 | #[cfg(all(feature = "phf", feature = "unicase"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/keyboard.rs:514:1 [INFO] [stdout] | [INFO] [stdout] 514 | / code_enum! { [INFO] [stdout] 515 | | /// LED code [INFO] [stdout] 516 | | Led: u8 { [INFO] [stdout] 517 | | /// No LED [INFO] [stdout] ... | [INFO] [stdout] 530 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `display`, `either`, `fromstr`, `keyboard`, `mouse`, `phf`, and `serde` [INFO] [stdout] = help: consider adding `unicase` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `code_enum` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `unicase` [INFO] [stdout] --> src/macros.rs:47:48 [INFO] [stdout] | [INFO] [stdout] 47 | #[cfg(all(feature = "phf", feature = "unicase"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/keyboard.rs:514:1 [INFO] [stdout] | [INFO] [stdout] 514 | / code_enum! { [INFO] [stdout] 515 | | /// LED code [INFO] [stdout] 516 | | Led: u8 { [INFO] [stdout] 517 | | /// No LED [INFO] [stdout] ... | [INFO] [stdout] 530 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `display`, `either`, `fromstr`, `keyboard`, `mouse`, `phf`, and `serde` [INFO] [stdout] = help: consider adding `unicase` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `code_enum` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `unicase` [INFO] [stdout] --> src/macros.rs:31:52 [INFO] [stdout] | [INFO] [stdout] 31 | #[cfg(all(feature = "phf", not(feature = "unicase")))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/mouse.rs:81:1 [INFO] [stdout] | [INFO] [stdout] 81 | / code_enum! { [INFO] [stdout] 82 | | /// Button code [INFO] [stdout] 83 | | Button: u8 { [INFO] [stdout] 84 | | /// No button [INFO] [stdout] ... | [INFO] [stdout] 102 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `display`, `either`, `fromstr`, `keyboard`, `mouse`, `phf`, and `serde` [INFO] [stdout] = help: consider adding `unicase` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `code_enum` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `unicase` [INFO] [stdout] --> src/macros.rs:39:48 [INFO] [stdout] | [INFO] [stdout] 39 | #[cfg(all(feature = "phf", feature = "unicase"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/mouse.rs:81:1 [INFO] [stdout] | [INFO] [stdout] 81 | / code_enum! { [INFO] [stdout] 82 | | /// Button code [INFO] [stdout] 83 | | Button: u8 { [INFO] [stdout] 84 | | /// No button [INFO] [stdout] ... | [INFO] [stdout] 102 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `display`, `either`, `fromstr`, `keyboard`, `mouse`, `phf`, and `serde` [INFO] [stdout] = help: consider adding `unicase` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `code_enum` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `unicase` [INFO] [stdout] --> src/macros.rs:47:48 [INFO] [stdout] | [INFO] [stdout] 47 | #[cfg(all(feature = "phf", feature = "unicase"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/mouse.rs:81:1 [INFO] [stdout] | [INFO] [stdout] 81 | / code_enum! { [INFO] [stdout] 82 | | /// Button code [INFO] [stdout] 83 | | Button: u8 { [INFO] [stdout] 84 | | /// No button [INFO] [stdout] ... | [INFO] [stdout] 102 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `display`, `either`, `fromstr`, `keyboard`, `mouse`, `phf`, and `serde` [INFO] [stdout] = help: consider adding `unicase` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `code_enum` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/keyboard.rs:920:16 [INFO] [stdout] | [INFO] [stdout] 920 | pub fn lit(&self) -> LitLeds { [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] 920 | pub fn lit(&self) -> LitLeds<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.72s [INFO] running `Command { std: "docker" "inspect" "055a1ec5050d9444df62ecf979540573b708b0c19f66e35b03d60cd58fd59c71", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "055a1ec5050d9444df62ecf979540573b708b0c19f66e35b03d60cd58fd59c71", kill_on_drop: false }` [INFO] [stdout] 055a1ec5050d9444df62ecf979540573b708b0c19f66e35b03d60cd58fd59c71 [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=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" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 0e9a96f8f7a4dd212b59a943ed45d9aa5f199f64711184b6da8ed138a00277c1 [INFO] running `Command { std: "docker" "start" "-a" "0e9a96f8f7a4dd212b59a943ed45d9aa5f199f64711184b6da8ed138a00277c1", kill_on_drop: false }` [INFO] [stderr] warning: unexpected `cfg` condition value: `unicase` [INFO] [stderr] --> src/macros.rs:31:52 [INFO] [stderr] | [INFO] [stderr] 31 | #[cfg(all(feature = "phf", not(feature = "unicase")))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/keyboard.rs:83:1 [INFO] [stderr] | [INFO] [stderr] 83 | / code_enum! { [INFO] [stderr] 84 | | /// Key code [INFO] [stderr] 85 | | Key: u8 { [INFO] [stderr] 86 | | /// No key [INFO] [stderr] ... | [INFO] [stderr] 473 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `default`, `display`, `either`, `fromstr`, `keyboard`, `mouse`, `phf`, and `serde` [INFO] [stderr] = help: consider adding `unicase` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stderr] = note: this warning originates in the macro `code_enum` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `unicase` [INFO] [stderr] --> src/macros.rs:39:48 [INFO] [stderr] | [INFO] [stderr] 39 | #[cfg(all(feature = "phf", feature = "unicase"))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/keyboard.rs:83:1 [INFO] [stderr] | [INFO] [stderr] 83 | / code_enum! { [INFO] [stderr] 84 | | /// Key code [INFO] [stderr] 85 | | Key: u8 { [INFO] [stderr] 86 | | /// No key [INFO] [stderr] ... | [INFO] [stderr] 473 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `default`, `display`, `either`, `fromstr`, `keyboard`, `mouse`, `phf`, and `serde` [INFO] [stderr] = help: consider adding `unicase` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `code_enum` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `unicase` [INFO] [stderr] --> src/macros.rs:47:48 [INFO] [stderr] | [INFO] [stderr] 47 | #[cfg(all(feature = "phf", feature = "unicase"))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/keyboard.rs:83:1 [INFO] [stderr] | [INFO] [stderr] 83 | / code_enum! { [INFO] [stderr] 84 | | /// Key code [INFO] [stderr] 85 | | Key: u8 { [INFO] [stderr] 86 | | /// No key [INFO] [stderr] ... | [INFO] [stderr] 473 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `default`, `display`, `either`, `fromstr`, `keyboard`, `mouse`, `phf`, and `serde` [INFO] [stderr] = help: consider adding `unicase` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `code_enum` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `unicase` [INFO] [stderr] --> src/macros.rs:31:52 [INFO] [stderr] | [INFO] [stderr] 31 | #[cfg(all(feature = "phf", not(feature = "unicase")))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/keyboard.rs:514:1 [INFO] [stderr] | [INFO] [stderr] 514 | / code_enum! { [INFO] [stderr] 515 | | /// LED code [INFO] [stderr] 516 | | Led: u8 { [INFO] [stderr] 517 | | /// No LED [INFO] [stderr] ... | [INFO] [stderr] 530 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `default`, `display`, `either`, `fromstr`, `keyboard`, `mouse`, `phf`, and `serde` [INFO] [stderr] = help: consider adding `unicase` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `code_enum` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `unicase` [INFO] [stderr] --> src/macros.rs:39:48 [INFO] [stderr] | [INFO] [stderr] 39 | #[cfg(all(feature = "phf", feature = "unicase"))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/keyboard.rs:514:1 [INFO] [stderr] | [INFO] [stderr] 514 | / code_enum! { [INFO] [stderr] 515 | | /// LED code [INFO] [stderr] 516 | | Led: u8 { [INFO] [stderr] 517 | | /// No LED [INFO] [stderr] ... | [INFO] [stderr] 530 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `default`, `display`, `either`, `fromstr`, `keyboard`, `mouse`, `phf`, and `serde` [INFO] [stderr] = help: consider adding `unicase` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `code_enum` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `unicase` [INFO] [stderr] --> src/macros.rs:47:48 [INFO] [stderr] | [INFO] [stderr] 47 | #[cfg(all(feature = "phf", feature = "unicase"))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/keyboard.rs:514:1 [INFO] [stderr] | [INFO] [stderr] 514 | / code_enum! { [INFO] [stderr] 515 | | /// LED code [INFO] [stderr] 516 | | Led: u8 { [INFO] [stderr] 517 | | /// No LED [INFO] [stderr] ... | [INFO] [stderr] 530 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `default`, `display`, `either`, `fromstr`, `keyboard`, `mouse`, `phf`, and `serde` [INFO] [stderr] = help: consider adding `unicase` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `code_enum` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `unicase` [INFO] [stderr] --> src/macros.rs:31:52 [INFO] [stderr] | [INFO] [stderr] 31 | #[cfg(all(feature = "phf", not(feature = "unicase")))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/mouse.rs:81:1 [INFO] [stderr] | [INFO] [stderr] 81 | / code_enum! { [INFO] [stderr] 82 | | /// Button code [INFO] [stderr] 83 | | Button: u8 { [INFO] [stderr] 84 | | /// No button [INFO] [stderr] ... | [INFO] [stderr] 102 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `default`, `display`, `either`, `fromstr`, `keyboard`, `mouse`, `phf`, and `serde` [INFO] [stderr] = help: consider adding `unicase` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `code_enum` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `unicase` [INFO] [stderr] --> src/macros.rs:39:48 [INFO] [stderr] | [INFO] [stderr] 39 | #[cfg(all(feature = "phf", feature = "unicase"))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/mouse.rs:81:1 [INFO] [stderr] | [INFO] [stderr] 81 | / code_enum! { [INFO] [stderr] 82 | | /// Button code [INFO] [stderr] 83 | | Button: u8 { [INFO] [stderr] 84 | | /// No button [INFO] [stderr] ... | [INFO] [stderr] 102 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `default`, `display`, `either`, `fromstr`, `keyboard`, `mouse`, `phf`, and `serde` [INFO] [stderr] = help: consider adding `unicase` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `code_enum` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `unicase` [INFO] [stderr] --> src/macros.rs:47:48 [INFO] [stderr] | [INFO] [stderr] 47 | #[cfg(all(feature = "phf", feature = "unicase"))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/mouse.rs:81:1 [INFO] [stderr] | [INFO] [stderr] 81 | / code_enum! { [INFO] [stderr] 82 | | /// Button code [INFO] [stderr] 83 | | Button: u8 { [INFO] [stderr] 84 | | /// No button [INFO] [stderr] ... | [INFO] [stderr] 102 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `default`, `display`, `either`, `fromstr`, `keyboard`, `mouse`, `phf`, and `serde` [INFO] [stderr] = help: consider adding `unicase` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `code_enum` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/keyboard.rs:920:16 [INFO] [stderr] | [INFO] [stderr] 920 | pub fn lit(&self) -> LitLeds { [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] 920 | pub fn lit(&self) -> LitLeds<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `hidg-core` (lib) generated 10 warnings (run `cargo fix --lib -p hidg-core` to apply 1 suggestion) [INFO] [stderr] warning: `hidg-core` (lib test) generated 10 warnings (10 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/hidg_core-1ced7052325c71a2) [INFO] [stdout] [INFO] [stdout] running 9 tests [INFO] [stdout] test keyboard::test::keyboard_input ... ok [INFO] [stdout] test keyboard::test::key_code_to_mod_mask ... ok [INFO] [stdout] test keyboard::test::keyboard_input_diff ... ok [INFO] [stdout] test keyboard::test::keyboard_output ... ok [INFO] [stdout] test keyboard::test::keyboard_output_diff ... ok [INFO] [stdout] test mouse::test::button_code_to_mask ... ok [INFO] [stdout] test mouse::test::mouse_input_diff ... ok [INFO] [stdout] test mouse::test::button_mask_to_code ... ok [INFO] [stdout] test keyboard::test::mod_mask_to_key_code ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests hidg_core [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" "0e9a96f8f7a4dd212b59a943ed45d9aa5f199f64711184b6da8ed138a00277c1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0e9a96f8f7a4dd212b59a943ed45d9aa5f199f64711184b6da8ed138a00277c1", kill_on_drop: false }` [INFO] [stdout] 0e9a96f8f7a4dd212b59a943ed45d9aa5f199f64711184b6da8ed138a00277c1