[INFO] cloning repository https://github.com/maxdexh/bar [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/maxdexh/bar" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmaxdexh%2Fbar", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmaxdexh%2Fbar'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 33c5ad2120ac1b2b7011cc0df3fb88193d287de3 [INFO] checking maxdexh/bar against try#5ff93158e08fa2205cd4b86cddf9eae95952cc96 for pr-129543-2 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmaxdexh%2Fbar" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/maxdexh/bar [INFO] finished tweaking git repo https://github.com/maxdexh/bar [INFO] tweaked toml for git repo https://github.com/maxdexh/bar written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/maxdexh/bar on toolchain 5ff93158e08fa2205cd4b86cddf9eae95952cc96 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5ff93158e08fa2205cd4b86cddf9eae95952cc96" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/maxdexh/bar 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" "+5ff93158e08fa2205cd4b86cddf9eae95952cc96" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+5ff93158e08fa2205cd4b86cddf9eae95952cc96" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3d2a01cf4aba394f130e5751424da10bec512e3db9022e3f2a65d84c70ae29fa [INFO] running `Command { std: "docker" "start" "-a" "3d2a01cf4aba394f130e5751424da10bec512e3db9022e3f2a65d84c70ae29fa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3d2a01cf4aba394f130e5751424da10bec512e3db9022e3f2a65d84c70ae29fa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3d2a01cf4aba394f130e5751424da10bec512e3db9022e3f2a65d84c70ae29fa", kill_on_drop: false }` [INFO] [stdout] 3d2a01cf4aba394f130e5751424da10bec512e3db9022e3f2a65d84c70ae29fa [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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+5ff93158e08fa2205cd4b86cddf9eae95952cc96" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2d47fe8c4c6f5dc51607a5e30639ef2cd0730e3cd133fe36bdcd913e3534bf67 [INFO] running `Command { std: "docker" "start" "-a" "2d47fe8c4c6f5dc51607a5e30639ef2cd0730e3cd133fe36bdcd913e3534bf67", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.103 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling libc v0.2.178 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Checking parking v2.2.1 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling rustix v1.1.3 [INFO] [stderr] Checking fastrand v2.3.0 [INFO] [stderr] Compiling quote v1.0.42 [INFO] [stderr] Compiling winnow v0.7.14 [INFO] [stderr] Checking futures-io v0.3.31 [INFO] [stderr] Compiling hashbrown v0.16.1 [INFO] [stderr] Compiling equivalent v1.0.2 [INFO] [stderr] Checking linux-raw-sys v0.11.0 [INFO] [stderr] Compiling toml_datetime v0.7.3 [INFO] [stderr] Compiling async-io v2.6.0 [INFO] [stderr] Compiling utf8parse v0.2.2 [INFO] [stderr] Checking unicode-ident v1.0.22 [INFO] [stderr] Compiling anstyle-parse v0.2.7 [INFO] [stderr] Compiling colorchoice v1.0.4 [INFO] [stderr] Checking futures-lite v2.6.1 [INFO] [stderr] Compiling anstyle-query v1.1.5 [INFO] [stderr] Checking async-task v4.7.1 [INFO] [stderr] Compiling is_terminal_polyfill v1.70.2 [INFO] [stderr] Compiling anstyle v1.0.13 [INFO] [stderr] Compiling clap_lex v0.7.6 [INFO] [stderr] Checking piper v0.2.4 [INFO] [stderr] Checking concurrent-queue v2.5.0 [INFO] [stderr] Compiling memoffset v0.9.1 [INFO] [stderr] Compiling endi v1.1.1 [INFO] [stderr] Compiling anstream v0.6.21 [INFO] [stderr] Checking event-listener v5.4.1 [INFO] [stderr] Compiling cfg_aliases v0.2.1 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Compiling indexmap v2.12.1 [INFO] [stderr] Compiling nix v0.30.1 [INFO] [stderr] Checking simd-adler32 v0.3.8 [INFO] [stderr] Compiling syn v2.0.111 [INFO] [stderr] Compiling semver v1.0.27 [INFO] [stderr] Checking tracing-core v0.1.35 [INFO] [stderr] Compiling clap_builder v4.5.53 [INFO] [stderr] Compiling roff v0.2.2 [INFO] [stderr] Checking miniz_oxide v0.8.9 [INFO] [stderr] Checking event-listener-strategy v0.5.4 [INFO] [stderr] Checking async-channel v2.5.0 [INFO] [stderr] Checking blocking v1.6.2 [INFO] [stderr] Compiling rustc_version v0.4.1 [INFO] [stderr] Checking async-lock v3.4.1 [INFO] [stderr] Checking async-broadcast v0.7.2 [INFO] [stderr] Compiling libpulse-sys v1.23.0 [INFO] [stderr] Checking crc32fast v1.5.0 [INFO] [stderr] Checking async-executor v1.13.3 [INFO] [stderr] Checking ordered-stream v0.2.0 [INFO] [stderr] Compiling unicode-xid v0.2.6 [INFO] [stderr] Compiling heapless v0.7.17 [INFO] [stderr] Compiling serde_json v1.0.148 [INFO] [stderr] Checking regex-automata v0.4.13 [INFO] [stderr] Checking hash32 v0.2.1 [INFO] [stderr] Checking flate2 v1.1.5 [INFO] [stderr] Checking fdeflate v0.3.7 [INFO] [stderr] Checking pxfm v0.1.27 [INFO] [stderr] Checking stable_deref_trait v1.2.1 [INFO] [stderr] Checking zmij v1.0.0 [INFO] [stderr] Checking chrono v0.4.42 [INFO] [stderr] Checking futures-channel v0.3.31 [INFO] [stderr] Checking either v1.15.0 [INFO] [stderr] Compiling pastey v0.1.1 [INFO] [stderr] Checking byteorder-lite v0.1.0 [INFO] [stderr] Checking nu-ansi-term v0.50.3 [INFO] [stderr] Checking bytemuck v1.24.0 [INFO] [stderr] Checking signal-hook-registry v1.4.7 [INFO] [stderr] Checking mio v1.1.1 [INFO] [stderr] Checking socket2 v0.6.1 [INFO] [stderr] Checking parking_lot_core v0.9.12 [INFO] [stderr] Checking getrandom v0.3.4 [INFO] [stderr] Checking signal-hook v0.3.18 [INFO] [stderr] Checking parking_lot v0.12.5 [INFO] [stderr] Checking signal-hook-mio v0.2.5 [INFO] [stderr] Compiling toml_parser v1.0.4 [INFO] [stderr] Checking bitflags v2.10.0 [INFO] [stderr] Checking uuid v1.19.0 [INFO] [stderr] Checking png v0.18.0 [INFO] [stderr] Checking regex v1.12.2 [INFO] [stderr] Compiling toml_edit v0.23.9 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling enumflags2_derive v0.7.12 [INFO] [stderr] Compiling clap_derive v4.5.49 [INFO] [stderr] Compiling thiserror-impl v2.0.17 [INFO] [stderr] Compiling tokio-macros v2.6.0 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling tracing-attributes v0.1.31 [INFO] [stderr] Compiling serde_repr v0.1.20 [INFO] [stderr] Compiling async-trait v0.1.89 [INFO] [stderr] Compiling num-derive v0.4.2 [INFO] [stderr] Compiling derive_more-impl v2.1.0 [INFO] [stderr] Compiling async-stream-impl v0.3.6 [INFO] [stderr] Compiling hyprland-macros v0.4.0-beta.3 [INFO] [stderr] Compiling proc-macro-crate v3.4.0 [INFO] [stderr] Checking moxcms v0.7.11 [INFO] [stderr] Checking async-stream v0.3.6 [INFO] [stderr] Checking futures-util v0.3.31 [INFO] [stderr] Checking libpulse-binding v2.30.1 [INFO] [stderr] Checking tokio v1.48.0 [INFO] [stderr] Checking tracing v0.1.43 [INFO] [stderr] Checking thiserror v2.0.17 [INFO] [stderr] Checking cobs v0.3.0 [INFO] [stderr] Checking flexi_logger v0.31.7 [INFO] [stderr] Checking derive_more v2.1.0 [INFO] [stderr] Compiling clap v4.5.53 [INFO] [stderr] Compiling clap_mangen v0.2.31 [INFO] [stderr] Compiling clap_complete v4.5.62 [INFO] [stderr] Checking futures v0.3.31 [INFO] [stderr] Compiling ppd v0.1.7 [INFO] [stderr] Checking polling v3.11.0 [INFO] [stderr] Checking tempfile v3.24.0 [INFO] [stderr] Checking async-signal v0.2.13 [INFO] [stderr] Checking async-net v2.0.0 [INFO] [stderr] Checking zvariant_utils v3.2.1 [INFO] [stderr] Checking enumflags2 v0.7.12 [INFO] [stderr] Checking crossterm v0.29.0 [INFO] [stderr] Checking async-process v2.5.0 [INFO] [stderr] Checking postcard v1.1.3 [INFO] [stderr] Checking hyprland v0.4.0-beta.3 [INFO] [stderr] Compiling zvariant_derive v5.8.0 [INFO] [stderr] Checking image v0.25.9 [INFO] [stderr] Compiling zvariant v5.8.0 [INFO] [stderr] Checking tokio-util v0.7.18 [INFO] [stderr] Checking tokio-stream v0.1.17 [INFO] [stderr] Compiling zbus_names v4.2.0 [INFO] [stderr] Compiling zbus_macros v5.12.0 [INFO] [stderr] Checking zbus v5.12.0 [INFO] [stderr] Checking system-tray v0.8.4 (https://github.com/maxdexh/system-tray?rev=b044405df25afab772b2771e64303864d648fceb#b044405d) [INFO] [stderr] Checking bar v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `cfg` [INFO] [stdout] --> src/modules/hypr.rs:135:9 [INFO] [stdout] | [INFO] [stdout] 135 | cfg: Self::Config, [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_cfg` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `tag` [INFO] [stdout] --> src/modules/hypr.rs:198:58 [INFO] [stdout] | [INFO] [stdout] 198 | payload: ModuleInteractPayload { tag, .. }, [INFO] [stdout] | ^^^ help: try ignoring the field: `tag: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `cfg` [INFO] [stdout] --> src/modules/hypr.rs:135:9 [INFO] [stdout] | [INFO] [stdout] 135 | cfg: Self::Config, [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_cfg` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `tag` [INFO] [stdout] --> src/modules/hypr.rs:198:58 [INFO] [stdout] | [INFO] [stdout] 198 | payload: ModuleInteractPayload { tag, .. }, [INFO] [stdout] | ^^^ help: try ignoring the field: `tag: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `cfg` [INFO] [stdout] --> src/modules/time.rs:23:9 [INFO] [stdout] | [INFO] [stdout] 23 | cfg: Self::Config, [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_cfg` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `cfg` [INFO] [stdout] --> src/modules/time.rs:23:9 [INFO] [stdout] | [INFO] [stdout] 23 | cfg: Self::Config, [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_cfg` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `cfg` [INFO] [stdout] --> src/modules/tray.rs:219:9 [INFO] [stdout] | [INFO] [stdout] 219 | cfg: Self::Config, [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_cfg` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `cfg` [INFO] [stdout] --> src/modules/tray.rs:219:9 [INFO] [stdout] | [INFO] [stdout] 219 | cfg: Self::Config, [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_cfg` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `cfg` [INFO] [stdout] --> src/modules/upower.rs:411:9 [INFO] [stdout] | [INFO] [stdout] 411 | cfg: Self::Config, [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_cfg` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `cfg` [INFO] [stdout] --> src/modules/upower.rs:411:9 [INFO] [stdout] | [INFO] [stdout] 411 | cfg: Self::Config, [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_cfg` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.30s [INFO] running `Command { std: "docker" "inspect" "2d47fe8c4c6f5dc51607a5e30639ef2cd0730e3cd133fe36bdcd913e3534bf67", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2d47fe8c4c6f5dc51607a5e30639ef2cd0730e3cd133fe36bdcd913e3534bf67", kill_on_drop: false }` [INFO] [stdout] 2d47fe8c4c6f5dc51607a5e30639ef2cd0730e3cd133fe36bdcd913e3534bf67