[INFO] cloning repository https://github.com/chikacya/monitor-switch
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/chikacya/monitor-switch" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fchikacya%2Fmonitor-switch", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fchikacya%2Fmonitor-switch'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] d5614ea37f9e53fcaa8b233221fdf600d8b71b6f
[INFO] checking chikacya/monitor-switch/d5614ea37f9e53fcaa8b233221fdf600d8b71b6f against ed77b7b8699e342c2dc842c83cb5fe4025252ee8 for pr-158915-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fchikacya%2Fmonitor-switch" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/chikacya/monitor-switch
[INFO] finished tweaking git repo https://github.com/chikacya/monitor-switch
[INFO] tweaked toml for git repo https://github.com/chikacya/monitor-switch written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/chikacya/monitor-switch on toolchain ed77b7b8699e342c2dc842c83cb5fe4025252ee8
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ed77b7b8699e342c2dc842c83cb5fe4025252ee8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/chikacya/monitor-switch 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" "+ed77b7b8699e342c2dc842c83cb5fe4025252ee8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: explicit `package.readme` can be inferred
[INFO] [stderr]   --> Cargo.toml:40:1
[INFO] [stderr]    |
[INFO] [stderr] 40 | readme = "README.md"
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::manual_readme` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.readme`
[INFO] [stderr] warning: `monitor-switch` (manifest) generated 1 warning
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded muda v0.19.3
[INFO] [stderr]   Downloaded tray-icon v0.24.1
[INFO] [stderr]   Downloaded embed-resource v3.0.11
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] a03e538a6b172456559c969843ec7caa5111cca061dcc4e9cf1823d6d6060c8b
[INFO] running `Command { std: "docker" "start" "a03e538a6b172456559c969843ec7caa5111cca061dcc4e9cf1823d6d6060c8b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a03e538a6b172456559c969843ec7caa5111cca061dcc4e9cf1823d6d6060c8b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a03e538a6b172456559c969843ec7caa5111cca061dcc4e9cf1823d6d6060c8b" "/opt/rustwide/cargo-home/bin/cargo" "+ed77b7b8699e342c2dc842c83cb5fe4025252ee8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a03e538a6b172456559c969843ec7caa5111cca061dcc4e9cf1823d6d6060c8b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a03e538a6b172456559c969843ec7caa5111cca061dcc4e9cf1823d6d6060c8b" "/opt/rustwide/cargo-home/bin/cargo" "+ed77b7b8699e342c2dc842c83cb5fe4025252ee8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: explicit `package.readme` can be inferred
[INFO] [stderr]   --> Cargo.toml:40:1
[INFO] [stderr]    |
[INFO] [stderr] 40 | readme = "README.md"
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::manual_readme` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.readme`
[INFO] [stderr] warning: `monitor-switch` (manifest) generated 1 warning
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]     Checking smallvec v1.15.2
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking futures-core v0.3.32
[INFO] [stderr]     Checking memchr v2.8.2
[INFO] [stderr]     Checking bitflags v2.13.0
[INFO] [stderr]    Compiling syn v2.0.118
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling memoffset v0.9.1
[INFO] [stderr]    Compiling x11 v2.21.0
[INFO] [stderr]    Compiling field-offset v0.3.6
[INFO] [stderr]    Compiling gtk v0.18.2
[INFO] [stderr]    Compiling libudev-sys v0.1.4
[INFO] [stderr]    Compiling uninitialized v0.0.2
[INFO] [stderr]     Checking void v1.0.2
[INFO] [stderr]    Compiling libxdo-sys v0.11.0
[INFO] [stderr]     Checking futures-channel v0.3.32
[INFO] [stderr]    Compiling winnow v1.0.3
[INFO] [stderr]     Checking mccs v0.1.3
[INFO] [stderr]     Checking simd-adler32 v0.3.9
[INFO] [stderr]    Compiling libdbus-sys v0.2.7
[INFO] [stderr]    Compiling x11-dl v2.21.0
[INFO] [stderr]     Checking dpi v0.1.2
[INFO] [stderr]    Compiling toml_writer v1.1.2+spec-1.1.0
[INFO] [stderr]     Checking linked-hash-map v0.5.6
[INFO] [stderr]     Checking log v0.4.33
[INFO] [stderr]    Compiling cc v1.2.66
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]    Compiling time-macros v0.2.31
[INFO] [stderr]     Checking resize-slice v0.1.3
[INFO] [stderr]     Checking crossbeam-channel v0.5.15
[INFO] [stderr]     Checking i2c v0.1.0
[INFO] [stderr]     Checking libloading v0.7.4
[INFO] [stderr]     Checking unicode-segmentation v1.13.3
[INFO] [stderr]     Checking dtoa v0.4.8
[INFO] [stderr]     Checking flate2 v1.1.9
[INFO] [stderr]    Compiling toml_parser v1.1.3+spec-1.1.0
[INFO] [stderr]     Checking yaml-rust v0.4.5
[INFO] [stderr]     Checking fdeflate v0.3.7
[INFO] [stderr]     Checking form_urlencoded v1.2.2
[INFO] [stderr]     Checking ddc v0.2.2
[INFO] [stderr]     Checking bytes v1.12.0
[INFO] [stderr]    Compiling wry v0.55.1
[INFO] [stderr]     Checking winnow v0.5.40
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling ddc-hi v0.4.1
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]     Checking png v0.18.1
[INFO] [stderr]     Checking http v1.4.2
[INFO] [stderr]     Checking time v0.3.53
[INFO] [stderr]     Checking memchr v1.0.2
[INFO] [stderr]     Checking dirs-sys v0.5.0
[INFO] [stderr]     Checking i2c-linux-sys v0.2.1
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking dbus v0.9.12
[INFO] [stderr]     Checking dirs v6.0.0
[INFO] [stderr]     Checking udev v0.2.0
[INFO] [stderr]     Checking nom v3.2.1
[INFO] [stderr]     Checking i2c-linux v0.1.2
[INFO] [stderr]     Checking ddc-i2c v0.2.2
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking edid v0.3.0
[INFO] [stderr]     Checking mccs-caps v0.1.3
[INFO] [stderr]     Checking libxdo v0.6.0
[INFO] [stderr]    Compiling serde_spanned v1.1.1
[INFO] [stderr]    Compiling toml_datetime v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling toml v1.1.4+spec-1.1.0
[INFO] [stderr]     Checking cookie v0.18.1
[INFO] [stderr]    Compiling toml_datetime v0.6.3
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling toml_edit v0.19.15
[INFO] [stderr]    Compiling toml_edit v0.20.2
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling embed-resource v3.0.11
[INFO] [stderr]    Compiling monitor-switch v0.2.1 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling displaydoc v0.2.6
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling dlopen2_derive v0.4.3
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking dlopen2 v0.8.2
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]    Compiling proc-macro-crate v1.3.1
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking zerofrom v0.1.8
[INFO] [stderr]     Checking yoke v0.8.3
[INFO] [stderr]    Compiling gtk3-macros v0.18.2
[INFO] [stderr]     Checking zerovec v0.11.6
[INFO] [stderr]     Checking zerotrie v0.2.4
[INFO] [stderr]     Checking tinystr v0.8.3
[INFO] [stderr]     Checking potential_utf v0.1.5
[INFO] [stderr]     Checking clap v4.6.1
[INFO] [stderr]     Checking icu_collections v2.2.0
[INFO] [stderr]     Checking icu_locale_core v2.2.0
[INFO] [stderr]    Compiling toml v0.8.2
[INFO] [stderr]    Compiling proc-macro-crate v2.0.2
[INFO] [stderr]     Checking futures-executor v0.3.32
[INFO] [stderr]    Compiling glib-macros v0.18.5
[INFO] [stderr]    Compiling system-deps v6.2.2
[INFO] [stderr]    Compiling glib-sys v0.18.1
[INFO] [stderr]    Compiling gobject-sys v0.18.0
[INFO] [stderr]    Compiling gio-sys v0.18.1
[INFO] [stderr]    Compiling gdk-sys v0.18.2
[INFO] [stderr]    Compiling gdk-pixbuf-sys v0.18.0
[INFO] [stderr]    Compiling pango-sys v0.18.0
[INFO] [stderr]    Compiling cairo-sys-rs v0.18.2
[INFO] [stderr]    Compiling atk-sys v0.18.2
[INFO] [stderr]    Compiling gtk-sys v0.18.2
[INFO] [stderr]    Compiling soup3-sys v0.5.0
[INFO] [stderr]    Compiling javascriptcore-rs-sys v1.1.1
[INFO] [stderr]    Compiling webkit2gtk-sys v2.0.2
[INFO] [stderr]    Compiling gdkx11-sys v0.18.2
[INFO] [stderr]     Checking icu_provider v2.2.0
[INFO] [stderr]     Checking icu_properties v2.2.0
[INFO] [stderr]     Checking icu_normalizer v2.2.0
[INFO] [stderr]     Checking keyboard-types v0.7.0
[INFO] [stderr]     Checking serde_yaml v0.7.5
[INFO] [stderr]     Checking mccs-db v0.1.3
[INFO] [stderr]     Checking idna_adapter v1.2.2
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking glib v0.18.5
[INFO] [stderr]     Checking gdkwayland-sys v0.18.2
[INFO] [stderr]     Checking libappindicator-sys v0.9.0
[INFO] [stderr]     Checking gio v0.18.4
[INFO] [stderr]     Checking cairo-rs v0.18.5
[INFO] [stderr]     Checking atk v0.18.2
[INFO] [stderr]     Checking javascriptcore-rs v1.1.2
[INFO] [stderr]     Checking pango v0.18.3
[INFO] [stderr]     Checking gdk-pixbuf v0.18.5
[INFO] [stderr]     Checking soup3 v0.5.0
[INFO] [stderr]     Checking gdk v0.18.2
[INFO] [stderr]     Checking gdkx11 v0.18.2
[INFO] [stderr]     Checking libappindicator v0.9.0
[INFO] [stderr]     Checking muda v0.19.3
[INFO] [stderr]     Checking webkit2gtk v2.0.2
[INFO] [stderr]     Checking tao v0.35.3
[INFO] [stderr]     Checking tray-icon v0.24.1
[INFO] [stdout] error[E0425]: cannot find function `decorate_native_menu_item` in this scope
[INFO] [stdout]    --> src/bin/monitor-switch-app.rs:767:5
[INFO] [stdout]     |
[INFO] [stdout] 767 |     decorate_native_menu_item(&menu, 0, Some(&status_subtitle), Some("display"));
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/bin/monitor-switch-app.rs:838:4
[INFO] [stdout]     |
[INFO] [stdout] 837 | #[cfg(target_os = "windows")]
[INFO] [stdout]     |       --------------------- the item is gated behind the `windows` feature
[INFO] [stdout] 838 | fn decorate_native_menu_item(
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/bin/monitor-switch-app.rs:847:4
[INFO] [stdout]     |
[INFO] [stdout] 846 | #[cfg(target_os = "macos")]
[INFO] [stdout]     |       ------------------- the item is gated behind the `macos` feature
[INFO] [stdout] 847 | fn decorate_native_menu_item(
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `decorate_native_menu_item` in this scope
[INFO] [stdout]    --> src/bin/monitor-switch-app.rs:774:13
[INFO] [stdout]     |
[INFO] [stdout] 774 |             decorate_native_menu_item(
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/bin/monitor-switch-app.rs:838:4
[INFO] [stdout]     |
[INFO] [stdout] 837 | #[cfg(target_os = "windows")]
[INFO] [stdout]     |       --------------------- the item is gated behind the `windows` feature
[INFO] [stdout] 838 | fn decorate_native_menu_item(
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/bin/monitor-switch-app.rs:847:4
[INFO] [stdout]     |
[INFO] [stdout] 846 | #[cfg(target_os = "macos")]
[INFO] [stdout]     |       ------------------- the item is gated behind the `macos` feature
[INFO] [stdout] 847 | fn decorate_native_menu_item(
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `decorate_native_menu_item` in this scope
[INFO] [stdout]    --> src/bin/monitor-switch-app.rs:802:13
[INFO] [stdout]     |
[INFO] [stdout] 802 |             decorate_native_menu_item(&menu, index, Some(subtitle), Some("cable.connector"));
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/bin/monitor-switch-app.rs:838:4
[INFO] [stdout]     |
[INFO] [stdout] 837 | #[cfg(target_os = "windows")]
[INFO] [stdout]     |       --------------------- the item is gated behind the `windows` feature
[INFO] [stdout] 838 | fn decorate_native_menu_item(
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/bin/monitor-switch-app.rs:847:4
[INFO] [stdout]     |
[INFO] [stdout] 846 | #[cfg(target_os = "macos")]
[INFO] [stdout]     |       ------------------- the item is gated behind the `macos` feature
[INFO] [stdout] 847 | fn decorate_native_menu_item(
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `decorate_native_menu_item` in this scope
[INFO] [stdout]    --> src/bin/monitor-switch-app.rs:821:5
[INFO] [stdout]     |
[INFO] [stdout] 821 |     decorate_native_menu_item(&menu, menu.items().len() - 1, None, Some("arrow.clockwise"));
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/bin/monitor-switch-app.rs:838:4
[INFO] [stdout]     |
[INFO] [stdout] 837 | #[cfg(target_os = "windows")]
[INFO] [stdout]     |       --------------------- the item is gated behind the `windows` feature
[INFO] [stdout] 838 | fn decorate_native_menu_item(
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/bin/monitor-switch-app.rs:847:4
[INFO] [stdout]     |
[INFO] [stdout] 846 | #[cfg(target_os = "macos")]
[INFO] [stdout]     |       ------------------- the item is gated behind the `macos` feature
[INFO] [stdout] 847 | fn decorate_native_menu_item(
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `decorate_native_menu_item` in this scope
[INFO] [stdout]    --> src/bin/monitor-switch-app.rs:826:5
[INFO] [stdout]     |
[INFO] [stdout] 826 |     decorate_native_menu_item(&menu, menu.items().len() - 1, None, Some("gearshape"));
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/bin/monitor-switch-app.rs:838:4
[INFO] [stdout]     |
[INFO] [stdout] 837 | #[cfg(target_os = "windows")]
[INFO] [stdout]     |       --------------------- the item is gated behind the `windows` feature
[INFO] [stdout] 838 | fn decorate_native_menu_item(
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/bin/monitor-switch-app.rs:847:4
[INFO] [stdout]     |
[INFO] [stdout] 846 | #[cfg(target_os = "macos")]
[INFO] [stdout]     |       ------------------- the item is gated behind the `macos` feature
[INFO] [stdout] 847 | fn decorate_native_menu_item(
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `monitor-switch` (bin "monitor-switch-app" test) due to 5 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0425]: cannot find function `decorate_native_menu_item` in this scope
[INFO] [stdout]    --> src/bin/monitor-switch-app.rs:767:5
[INFO] [stdout]     |
[INFO] [stdout] 767 |     decorate_native_menu_item(&menu, 0, Some(&status_subtitle), Some("display"));
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/bin/monitor-switch-app.rs:838:4
[INFO] [stdout]     |
[INFO] [stdout] 837 | #[cfg(target_os = "windows")]
[INFO] [stdout]     |       --------------------- the item is gated behind the `windows` feature
[INFO] [stdout] 838 | fn decorate_native_menu_item(
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/bin/monitor-switch-app.rs:847:4
[INFO] [stdout]     |
[INFO] [stdout] 846 | #[cfg(target_os = "macos")]
[INFO] [stdout]     |       ------------------- the item is gated behind the `macos` feature
[INFO] [stdout] 847 | fn decorate_native_menu_item(
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `decorate_native_menu_item` in this scope
[INFO] [stdout]    --> src/bin/monitor-switch-app.rs:774:13
[INFO] [stdout]     |
[INFO] [stdout] 774 |             decorate_native_menu_item(
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/bin/monitor-switch-app.rs:838:4
[INFO] [stdout]     |
[INFO] [stdout] 837 | #[cfg(target_os = "windows")]
[INFO] [stdout]     |       --------------------- the item is gated behind the `windows` feature
[INFO] [stdout] 838 | fn decorate_native_menu_item(
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/bin/monitor-switch-app.rs:847:4
[INFO] [stdout]     |
[INFO] [stdout] 846 | #[cfg(target_os = "macos")]
[INFO] [stdout]     |       ------------------- the item is gated behind the `macos` feature
[INFO] [stdout] 847 | fn decorate_native_menu_item(
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `decorate_native_menu_item` in this scope
[INFO] [stdout]    --> src/bin/monitor-switch-app.rs:802:13
[INFO] [stdout]     |
[INFO] [stdout] 802 |             decorate_native_menu_item(&menu, index, Some(subtitle), Some("cable.connector"));
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/bin/monitor-switch-app.rs:838:4
[INFO] [stdout]     |
[INFO] [stdout] 837 | #[cfg(target_os = "windows")]
[INFO] [stdout]     |       --------------------- the item is gated behind the `windows` feature
[INFO] [stdout] 838 | fn decorate_native_menu_item(
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/bin/monitor-switch-app.rs:847:4
[INFO] [stdout]     |
[INFO] [stdout] 846 | #[cfg(target_os = "macos")]
[INFO] [stdout]     |       ------------------- the item is gated behind the `macos` feature
[INFO] [stdout] 847 | fn decorate_native_menu_item(
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `decorate_native_menu_item` in this scope
[INFO] [stdout]    --> src/bin/monitor-switch-app.rs:821:5
[INFO] [stdout]     |
[INFO] [stdout] 821 |     decorate_native_menu_item(&menu, menu.items().len() - 1, None, Some("arrow.clockwise"));
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/bin/monitor-switch-app.rs:838:4
[INFO] [stdout]     |
[INFO] [stdout] 837 | #[cfg(target_os = "windows")]
[INFO] [stdout]     |       --------------------- the item is gated behind the `windows` feature
[INFO] [stdout] 838 | fn decorate_native_menu_item(
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/bin/monitor-switch-app.rs:847:4
[INFO] [stdout]     |
[INFO] [stdout] 846 | #[cfg(target_os = "macos")]
[INFO] [stdout]     |       ------------------- the item is gated behind the `macos` feature
[INFO] [stdout] 847 | fn decorate_native_menu_item(
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `decorate_native_menu_item` in this scope
[INFO] [stdout]    --> src/bin/monitor-switch-app.rs:826:5
[INFO] [stdout]     |
[INFO] [stdout] 826 |     decorate_native_menu_item(&menu, menu.items().len() - 1, None, Some("gearshape"));
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/bin/monitor-switch-app.rs:838:4
[INFO] [stdout]     |
[INFO] [stdout] 837 | #[cfg(target_os = "windows")]
[INFO] [stdout]     |       --------------------- the item is gated behind the `windows` feature
[INFO] [stdout] 838 | fn decorate_native_menu_item(
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/bin/monitor-switch-app.rs:847:4
[INFO] [stdout]     |
[INFO] [stdout] 846 | #[cfg(target_os = "macos")]
[INFO] [stdout]     |       ------------------- the item is gated behind the `macos` feature
[INFO] [stdout] 847 | fn decorate_native_menu_item(
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `monitor-switch` (bin "monitor-switch-app") due to 5 previous errors
[INFO] [stderr] warning: unused dependency `embed-resource`
[INFO] [stderr]   --> Cargo.toml:10:1
[INFO] [stderr]    |
[INFO] [stderr] 10 | embed-resource = "3.0.11"
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::unused_dependencies` is set to `warn` by default
[INFO] [stderr] help: consider removing the dependency on `embed-resource`
[INFO] [stderr] warning: `monitor-switch` (manifest) generated 1 warning
[INFO] running `Command { std: "docker" "inspect" "a03e538a6b172456559c969843ec7caa5111cca061dcc4e9cf1823d6d6060c8b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a03e538a6b172456559c969843ec7caa5111cca061dcc4e9cf1823d6d6060c8b", kill_on_drop: false }`
[INFO] [stdout] a03e538a6b172456559c969843ec7caa5111cca061dcc4e9cf1823d6d6060c8b
