[INFO] fetching crate gilrs 0.10.10... [INFO] testing gilrs-0.10.10 against try#b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b for pr-145330-1 [INFO] extracting crate gilrs 0.10.10 into /workspace/builds/worker-7-tc2/source [INFO] started tweaking crates.io crate gilrs 0.10.10 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate gilrs 0.10.10 [INFO] tweaked toml for crates.io crate gilrs 0.10.10 written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate gilrs 0.10.10 on toolchain b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate gilrs 0.10.10 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 25deac5c1c531dccb1876b0f66dd205226421ac8a10633feca1955b8fba3bf45 [INFO] running `Command { std: "docker" "start" "-a" "25deac5c1c531dccb1876b0f66dd205226421ac8a10633feca1955b8fba3bf45", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "25deac5c1c531dccb1876b0f66dd205226421ac8a10633feca1955b8fba3bf45", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "25deac5c1c531dccb1876b0f66dd205226421ac8a10633feca1955b8fba3bf45", kill_on_drop: false }` [INFO] [stdout] 25deac5c1c531dccb1876b0f66dd205226421ac8a10633feca1955b8fba3bf45 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 43e724095f5bd999cc6a13eafba5c2e4dbde5976166f01e5f0bd9c98fc0e8b39 [INFO] running `Command { std: "docker" "start" "-a" "43e724095f5bd999cc6a13eafba5c2e4dbde5976166f01e5f0bd9c98fc0e8b39", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.158 [INFO] [stderr] Compiling cfg_aliases v0.2.1 [INFO] [stderr] Compiling libudev-sys v0.1.4 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling gilrs v0.10.10 (/opt/rustwide/workdir) [INFO] [stderr] Compiling uuid v1.10.0 [INFO] [stderr] Compiling nix v0.29.0 [INFO] [stderr] Compiling inotify-sys v0.1.5 [INFO] [stderr] Compiling inotify v0.10.2 [INFO] [stderr] Compiling gilrs-core v0.5.15 [INFO] [stdout] warning: unexpected `cfg` condition name: `path_separator` [INFO] [stdout] --> src/utils.rs:23:7 [INFO] [stdout] | [INFO] [stdout] 23 | #[cfg(path_separator = "backslash")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(path_separator, values("backslash"))'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(path_separator, values(\"backslash\"))");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `path_separator` [INFO] [stdout] --> src/utils.rs:30:7 [INFO] [stdout] | [INFO] [stdout] 30 | #[cfg(path_separator = "slash")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(path_separator, values("slash"))'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(path_separator, values(\"slash\"))");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `input`, `output`, and `inverted` are never read [INFO] [stdout] --> src/mapping/parser.rs:294:9 [INFO] [stdout] | [INFO] [stdout] 291 | AxisMapping { [INFO] [stdout] | ----------- fields in this variant [INFO] [stdout] ... [INFO] [stdout] 294 | input: AxisRange, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 295 | output: AxisRange, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 296 | inverted: bool, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Token` 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: field `output` is never read [INFO] [stdout] --> src/mapping/parser.rs:301:9 [INFO] [stdout] | [INFO] [stdout] 298 | ButtonMapping { [INFO] [stdout] | ------------- field in this variant [INFO] [stdout] ... [INFO] [stdout] 301 | output: AxisRange, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Token` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `output` is never read [INFO] [stdout] --> src/mapping/parser.rs:309:9 [INFO] [stdout] | [INFO] [stdout] 304 | HatMapping { [INFO] [stdout] | ---------- field in this variant [INFO] [stdout] ... [INFO] [stdout] 309 | output: AxisRange, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Token` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/gamepad.rs:456:20 [INFO] [stdout] | [INFO] [stdout] 456 | pub fn gamepad(&self, id: GamepadId) -> Gamepad { [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] 456 | pub fn gamepad(&self, id: GamepadId) -> Gamepad<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.24s [INFO] running `Command { std: "docker" "inspect" "43e724095f5bd999cc6a13eafba5c2e4dbde5976166f01e5f0bd9c98fc0e8b39", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "43e724095f5bd999cc6a13eafba5c2e4dbde5976166f01e5f0bd9c98fc0e8b39", kill_on_drop: false }` [INFO] [stdout] 43e724095f5bd999cc6a13eafba5c2e4dbde5976166f01e5f0bd9c98fc0e8b39 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f916153198c6c6e95cca467c337d4db28c7cf6321d802d7832cde4b774a0c085 [INFO] running `Command { std: "docker" "start" "-a" "f916153198c6c6e95cca467c337d4db28c7cf6321d802d7832cde4b774a0c085", kill_on_drop: false }` [INFO] [stderr] Compiling xml-rs v0.8.22 [INFO] [stderr] Compiling log v0.4.22 [INFO] [stderr] Compiling downcast-rs v1.2.1 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling libloading v0.8.5 [INFO] [stderr] Compiling wayland-sys v0.29.5 [INFO] [stderr] Compiling khronos_api v3.1.0 [INFO] [stderr] Compiling slotmap v1.0.7 [INFO] [stderr] Compiling cmake v0.1.51 [INFO] [stderr] Compiling servo-fontconfig-sys v5.1.0 [INFO] [stderr] Compiling simd-adler32 v0.3.7 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling adler2 v2.0.0 [INFO] [stderr] Compiling wasm-bindgen-shared v0.2.93 [INFO] [stderr] Compiling syn v2.0.77 [INFO] [stderr] Compiling smithay-client-toolkit v0.16.1 [INFO] [stderr] Compiling parking_lot v0.12.3 [INFO] [stderr] Compiling miniz_oxide v0.8.0 [INFO] [stderr] Compiling crc32fast v1.4.2 [INFO] [stderr] Compiling dlib v0.5.2 [INFO] [stderr] Compiling xcursor v0.3.8 [INFO] [stderr] Compiling nix v0.24.3 [INFO] [stderr] Compiling nix v0.25.1 [INFO] [stderr] Compiling memmap2 v0.5.10 [INFO] [stderr] Compiling crossfont v0.5.2 [INFO] [stderr] Compiling miniz_oxide v0.7.4 [INFO] [stderr] Compiling fdeflate v0.3.4 [INFO] [stderr] Compiling x11-dl v2.21.0 [INFO] [stderr] Compiling ttf-parser v0.24.1 [INFO] [stderr] Compiling bumpalo v3.16.0 [INFO] [stderr] Compiling foreign-types-shared v0.3.1 [INFO] [stderr] Compiling freetype-sys v0.13.1 [INFO] [stderr] Compiling expat-sys v2.1.6 [INFO] [stderr] Compiling flate2 v1.0.33 [INFO] [stderr] Compiling wayland-scanner v0.29.5 [INFO] [stderr] Compiling gl_generator v0.14.0 [INFO] [stderr] Compiling getrandom v0.2.15 [INFO] [stderr] Compiling ab_glyph_rasterizer v0.1.8 [INFO] [stderr] Compiling arrayvec v0.5.2 [INFO] [stderr] Compiling freetype-rs v0.26.0 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Compiling cty v0.2.2 [INFO] [stderr] Compiling servo-fontconfig v0.5.1 [INFO] [stderr] Compiling wasm-bindgen v0.2.93 [INFO] [stderr] Compiling png v0.17.13 [INFO] [stderr] Compiling raw-window-handle v0.4.3 [INFO] [stderr] Compiling nix v0.22.3 [INFO] [stderr] Compiling gethostname v0.2.3 [INFO] [stderr] Compiling mio v0.8.11 [INFO] [stderr] Compiling instant v0.1.13 [INFO] [stderr] Compiling raw-window-handle v0.5.2 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling shared_library v0.1.9 [INFO] [stderr] Compiling regex-syntax v0.8.4 [INFO] [stderr] Compiling glutin_egl_sys v0.1.6 [INFO] [stderr] Compiling glutin_glx_sys v0.1.8 [INFO] [stderr] Compiling osmesa-sys v0.1.2 [INFO] [stderr] Compiling webbrowser v0.7.1 [INFO] [stderr] Compiling glow v0.11.2 [INFO] [stderr] Compiling gilrs-core v0.5.15 [INFO] [stderr] Compiling is-terminal v0.4.13 [INFO] [stderr] Compiling wayland-client v0.29.5 [INFO] [stderr] Compiling wayland-protocols v0.29.5 [INFO] [stderr] Compiling owned_ttf_parser v0.24.0 [INFO] [stderr] Compiling ab_glyph v0.2.28 [INFO] [stderr] Compiling gilrs v0.10.10 (/opt/rustwide/workdir) [INFO] [stderr] Compiling wayland-commons v0.29.5 [INFO] [stdout] warning: unexpected `cfg` condition name: `path_separator` [INFO] [stdout] --> src/utils.rs:23:7 [INFO] [stdout] | [INFO] [stdout] 23 | #[cfg(path_separator = "backslash")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(path_separator, values("backslash"))'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(path_separator, values(\"backslash\"))");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `path_separator` [INFO] [stdout] --> src/utils.rs:30:7 [INFO] [stdout] | [INFO] [stdout] 30 | #[cfg(path_separator = "slash")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(path_separator, values("slash"))'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(path_separator, values(\"slash\"))");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `input`, `output`, and `inverted` are never read [INFO] [stdout] --> src/mapping/parser.rs:294:9 [INFO] [stdout] | [INFO] [stdout] 291 | AxisMapping { [INFO] [stdout] | ----------- fields in this variant [INFO] [stdout] ... [INFO] [stdout] 294 | input: AxisRange, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 295 | output: AxisRange, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 296 | inverted: bool, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Token` 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: field `output` is never read [INFO] [stdout] --> src/mapping/parser.rs:301:9 [INFO] [stdout] | [INFO] [stdout] 298 | ButtonMapping { [INFO] [stdout] | ------------- field in this variant [INFO] [stdout] ... [INFO] [stdout] 301 | output: AxisRange, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Token` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `output` is never read [INFO] [stdout] --> src/mapping/parser.rs:309:9 [INFO] [stdout] | [INFO] [stdout] 304 | HatMapping { [INFO] [stdout] | ---------- field in this variant [INFO] [stdout] ... [INFO] [stdout] 309 | output: AxisRange, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Token` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/gamepad.rs:456:20 [INFO] [stdout] | [INFO] [stdout] 456 | pub fn gamepad(&self, id: GamepadId) -> Gamepad { [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] 456 | pub fn gamepad(&self, id: GamepadId) -> Gamepad<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling regex-automata v0.4.7 [INFO] [stderr] Compiling wasm-bindgen-backend v0.2.93 [INFO] [stderr] Compiling x11rb v0.9.0 [INFO] [stderr] Compiling bytemuck_derive v1.7.1 [INFO] [stderr] Compiling thiserror-impl v1.0.63 [INFO] [stderr] Compiling foreign-types-macros v0.2.3 [INFO] [stderr] Compiling foreign-types v0.5.0 [INFO] [stderr] Compiling wayland-cursor v0.29.5 [INFO] [stderr] Compiling wayland-egl v0.29.5 [INFO] [stderr] Compiling bytemuck v1.18.0 [INFO] [stderr] Compiling tiny-skia-path v0.7.0 [INFO] [stderr] Compiling safe_arch v0.5.2 [INFO] [stderr] Compiling emath v0.19.0 [INFO] [stderr] Compiling wasm-bindgen-macro-support v0.2.93 [INFO] [stderr] Compiling regex v1.10.6 [INFO] [stderr] Compiling thiserror v1.0.63 [INFO] [stderr] Compiling calloop v0.10.6 [INFO] [stderr] Compiling epaint v0.19.0 [INFO] [stderr] Compiling tiny-skia v0.7.0 [INFO] [stderr] Compiling env_logger v0.10.2 [INFO] [stderr] Compiling wasm-bindgen-macro v0.2.93 [INFO] [stderr] Compiling egui v0.19.0 [INFO] [stderr] Compiling js-sys v0.3.70 [INFO] [stderr] Compiling arboard v2.1.1 [INFO] [stderr] Compiling egui_glow v0.19.0 [INFO] [stderr] Compiling web-sys v0.3.70 [INFO] [stderr] Compiling console_log v1.0.0 [INFO] [stderr] Compiling sctk-adwaita v0.4.3 [INFO] [stderr] Compiling smithay-clipboard v0.6.6 [INFO] [stderr] Compiling winit v0.27.5 [INFO] [stderr] Compiling egui-winit v0.19.0 [INFO] [stderr] Compiling glutin v0.29.1 [INFO] [stderr] Compiling eframe v0.19.0 [INFO] [stdout] warning: unexpected `cfg` condition name: `path_separator` [INFO] [stdout] --> src/utils.rs:23:7 [INFO] [stdout] | [INFO] [stdout] 23 | #[cfg(path_separator = "backslash")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(path_separator, values("backslash"))'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(path_separator, values(\"backslash\"))");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `path_separator` [INFO] [stdout] --> src/utils.rs:30:7 [INFO] [stdout] | [INFO] [stdout] 30 | #[cfg(path_separator = "slash")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(path_separator, values("slash"))'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(path_separator, values(\"slash\"))");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `input`, `output`, and `inverted` are never read [INFO] [stdout] --> src/mapping/parser.rs:294:9 [INFO] [stdout] | [INFO] [stdout] 291 | AxisMapping { [INFO] [stdout] | ----------- fields in this variant [INFO] [stdout] ... [INFO] [stdout] 294 | input: AxisRange, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 295 | output: AxisRange, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 296 | inverted: bool, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Token` 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: field `output` is never read [INFO] [stdout] --> src/mapping/parser.rs:301:9 [INFO] [stdout] | [INFO] [stdout] 298 | ButtonMapping { [INFO] [stdout] | ------------- field in this variant [INFO] [stdout] ... [INFO] [stdout] 301 | output: AxisRange, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Token` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `output` is never read [INFO] [stdout] --> src/mapping/parser.rs:309:9 [INFO] [stdout] | [INFO] [stdout] 304 | HatMapping { [INFO] [stdout] | ---------- field in this variant [INFO] [stdout] ... [INFO] [stdout] 309 | output: AxisRange, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Token` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/gamepad.rs:456:20 [INFO] [stdout] | [INFO] [stdout] 456 | pub fn gamepad(&self, id: GamepadId) -> Gamepad { [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] 456 | pub fn gamepad(&self, id: GamepadId) -> Gamepad<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 13s [INFO] running `Command { std: "docker" "inspect" "f916153198c6c6e95cca467c337d4db28c7cf6321d802d7832cde4b774a0c085", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f916153198c6c6e95cca467c337d4db28c7cf6321d802d7832cde4b774a0c085", kill_on_drop: false }` [INFO] [stdout] f916153198c6c6e95cca467c337d4db28c7cf6321d802d7832cde4b774a0c085 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 348a94f081f56b4b54ea2f3547522070c844897dbb2dcf2611cfada1754662bf [INFO] running `Command { std: "docker" "start" "-a" "348a94f081f56b4b54ea2f3547522070c844897dbb2dcf2611cfada1754662bf", kill_on_drop: false }` [INFO] [stderr] warning: unexpected `cfg` condition name: `path_separator` [INFO] [stderr] --> src/utils.rs:23:7 [INFO] [stderr] | [INFO] [stderr] 23 | #[cfg(path_separator = "backslash")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(path_separator, values("backslash"))'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(path_separator, values(\"backslash\"))");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `path_separator` [INFO] [stderr] --> src/utils.rs:30:7 [INFO] [stderr] | [INFO] [stderr] 30 | #[cfg(path_separator = "slash")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(path_separator, values("slash"))'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(path_separator, values(\"slash\"))");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: fields `input`, `output`, and `inverted` are never read [INFO] [stderr] --> src/mapping/parser.rs:294:9 [INFO] [stderr] | [INFO] [stderr] 291 | AxisMapping { [INFO] [stderr] | ----------- fields in this variant [INFO] [stderr] ... [INFO] [stderr] 294 | input: AxisRange, [INFO] [stderr] | ^^^^^ [INFO] [stderr] 295 | output: AxisRange, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] 296 | inverted: bool, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `Token` 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: field `output` is never read [INFO] [stderr] --> src/mapping/parser.rs:301:9 [INFO] [stderr] | [INFO] [stderr] 298 | ButtonMapping { [INFO] [stderr] | ------------- field in this variant [INFO] [stderr] ... [INFO] [stderr] 301 | output: AxisRange, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `Token` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: field `output` is never read [INFO] [stderr] --> src/mapping/parser.rs:309:9 [INFO] [stderr] | [INFO] [stderr] 304 | HatMapping { [INFO] [stderr] | ---------- field in this variant [INFO] [stderr] ... [INFO] [stderr] 309 | output: AxisRange, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `Token` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/gamepad.rs:456:20 [INFO] [stderr] | [INFO] [stderr] 456 | pub fn gamepad(&self, id: GamepadId) -> Gamepad { [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] 456 | pub fn gamepad(&self, id: GamepadId) -> Gamepad<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `gilrs` (lib) generated 6 warnings (run `cargo fix --lib -p gilrs` to apply 1 suggestion) [INFO] [stderr] warning: `gilrs` (lib test) generated 6 warnings (6 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.22s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/gilrs-d89a66edb05d4c6e) [INFO] [stdout] [INFO] [stdout] running 11 tests [INFO] [stdout] test ff::tests::replay ... ok [INFO] [stdout] test ff::tests::envelope ... ok [INFO] [stdout] test gamepad::tests::btn_value_overflow ... ok [INFO] [stdout] test gamepad::tests::axis_value_documented_case ... ok [INFO] [stdout] test gamepad::tests::axis_value_overflow ... ok [INFO] [stdout] test mapping::tests::from_data ... ok [INFO] [stdout] test ff::tests::envelope_default ... ok [INFO] [stdout] test utils::tests::t_clamp ... ok [INFO] [stdout] test mapping::tests::mapping ... ok [INFO] [stdout] test mapping::tests::with_mappings ... ok [INFO] [stdout] test mapping::parser::tests::test_all_sdl_mappings_for_parse_errors ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [INFO] [stderr] Doc-tests gilrs [INFO] [stdout] [INFO] [stdout] running 11 tests [INFO] [stdout] test src/gamepad.rs - gamepad::Gilrs (line 97) ... ok [INFO] [stdout] test src/lib.rs - (line 26) ... ok [INFO] [stdout] test src/ev/filter.rs - ev::filter (line 54) ... ok [INFO] [stdout] test src/ff/time.rs - ff::time::Ticks (line 23) ... ok [INFO] [stdout] test src/gamepad.rs - gamepad::Gilrs::gamepads (line 482) ... ok [INFO] [stdout] test src/gamepad.rs - gamepad::Gilrs::gamepad (line 437) ... ok [INFO] [stdout] test src/ev/filter.rs - ev::filter (line 21) ... ok [INFO] [stdout] test src/gamepad.rs - gamepad::Gilrs::set_mapping (line 522) ... ok [INFO] [stdout] test src/ff/mod.rs - ff (line 25) ... ok [INFO] [stdout] test src/gamepad.rs - gamepad::Gilrs (line 56) ... ok [INFO] [stdout] test src/gamepad.rs - gamepad::Gamepad<'a>::mapping_source (line 870) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.83s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "348a94f081f56b4b54ea2f3547522070c844897dbb2dcf2611cfada1754662bf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "348a94f081f56b4b54ea2f3547522070c844897dbb2dcf2611cfada1754662bf", kill_on_drop: false }` [INFO] [stdout] 348a94f081f56b4b54ea2f3547522070c844897dbb2dcf2611cfada1754662bf