[INFO] fetching crate side-huddle 0.2.1...
[INFO] testing side-huddle-0.2.1 against beta-2026-04-21 for beta-1.96-2
[INFO] extracting crate side-huddle 0.2.1 into /workspace/builds/worker-2-tc2/source
[INFO] started tweaking crates.io crate side-huddle 0.2.1
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate side-huddle 0.2.1
[INFO] tweaked toml for crates.io crate side-huddle 0.2.1 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate side-huddle 0.2.1 on toolchain beta-2026-04-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate side-huddle 0.2.1 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" "+beta-2026-04-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] efcbad75bf10772a9f3d1355e0119cd7a0d5540805c489042f6b6a9c4cc1294d
[INFO] running `Command { std: "docker" "start" "-a" "efcbad75bf10772a9f3d1355e0119cd7a0d5540805c489042f6b6a9c4cc1294d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "efcbad75bf10772a9f3d1355e0119cd7a0d5540805c489042f6b6a9c4cc1294d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "efcbad75bf10772a9f3d1355e0119cd7a0d5540805c489042f6b6a9c4cc1294d", kill_on_drop: false }`
[INFO] [stdout] efcbad75bf10772a9f3d1355e0119cd7a0d5540805c489042f6b6a9c4cc1294d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8570d449721474e6d21793bf8c4eb3c22fa3602bcacd2b46d135a13d358b47b2
[INFO] running `Command { std: "docker" "start" "-a" "8570d449721474e6d21793bf8c4eb3c22fa3602bcacd2b46d135a13d358b47b2", kill_on_drop: false }`
[INFO] [stderr]    Compiling rayon v1.12.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling sysinfo v0.33.1
[INFO] [stderr]    Compiling side-huddle v0.2.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused imports: `PermissionGranted`, `Permission`, and `Recording`
[INFO] [stdout]   --> src/recorder.rs:12:50
[INFO] [stdout]    |
[INFO] [stdout] 12 |     use crate::{Detection, DetectionKind, Event, Permission, PermissionGranted, Recording, Result};
[INFO] [stdout]    |                                                  ^^^^^^^^^^  ^^^^^^^^^^^^^^^^^  ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `sample_rate`
[INFO] [stdout]   --> src/platform/mod.rs:23:29
[INFO] [stdout]    |
[INFO] [stdout] 23 |     pub(crate) fn start_tap(sample_rate: u32, chunk_ms: u32) -> Result<Recording> {
[INFO] [stdout]    |                             ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_sample_rate`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `chunk_ms`
[INFO] [stdout]   --> src/platform/mod.rs:23:47
[INFO] [stdout]    |
[INFO] [stdout] 23 |     pub(crate) fn start_tap(sample_rate: u32, chunk_ms: u32) -> Result<Recording> {
[INFO] [stdout]    |                                               ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_chunk_ms`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `sample_rate`
[INFO] [stdout]   --> src/platform/mod.rs:30:29
[INFO] [stdout]    |
[INFO] [stdout] 30 |     pub(crate) fn start_mic(sample_rate: u32, chunk_ms: u32) -> Result<Recording> {
[INFO] [stdout]    |                             ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_sample_rate`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `chunk_ms`
[INFO] [stdout]   --> src/platform/mod.rs:30:47
[INFO] [stdout]    |
[INFO] [stdout] 30 |     pub(crate) fn start_mic(sample_rate: u32, chunk_ms: u32) -> Result<Recording> {
[INFO] [stdout]    |                                               ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_chunk_ms`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `Updated` and `SpeakerChanged` are never constructed
[INFO] [stdout]    --> src/lib.rs:169:46
[INFO] [stdout]     |
[INFO] [stdout] 169 |     pub(crate) enum DetectionKind { Started, Updated, Ended, SpeakerChanged }
[INFO] [stdout]     |                     -------------            ^^^^^^^         ^^^^^^^^^^^^^^
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     variants in this enum
[INFO] [stdout]     |
[INFO] [stdout]     = note: `DetectionKind` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static `MEETING_BUNDLES` is never used
[INFO] [stdout]  --> src/apps.rs:4:23
[INFO] [stdout]   |
[INFO] [stdout] 4 |     pub(crate) static MEETING_BUNDLES: &[&str] = &[
[INFO] [stdout]   |                       ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `identify_by_bundle` is never used
[INFO] [stdout]   --> src/apps.rs:20:19
[INFO] [stdout]    |
[INFO] [stdout] 20 |     pub(crate) fn identify_by_bundle(bundle: &str) -> Option<&'static str> {
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `identify_by_proc_name` is never used
[INFO] [stdout]   --> src/apps.rs:33:19
[INFO] [stdout]    |
[INFO] [stdout] 33 |     pub(crate) fn identify_by_proc_name(name: &str) -> Option<&'static str> {
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `identify_by_window_title` is never used
[INFO] [stdout]   --> src/apps.rs:45:19
[INFO] [stdout]    |
[INFO] [stdout] 45 |     pub(crate) fn identify_by_window_title(title: &str) -> Option<&'static str> {
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `is_browser_bundle` is never used
[INFO] [stdout]   --> src/apps.rs:53:19
[INFO] [stdout]    |
[INFO] [stdout] 53 |     pub(crate) fn is_browser_bundle(bundle: &str) -> bool {
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `is_prejoin_window_title` is never used
[INFO] [stdout]   --> src/apps.rs:69:19
[INFO] [stdout]    |
[INFO] [stdout] 69 |     pub(crate) fn is_prejoin_window_title(title: &str) -> bool {
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `mix_recordings` is never used
[INFO] [stdout]   --> src/mix.rs:23:16
[INFO] [stdout]    |
[INFO] [stdout] 23 |         pub fn mix_recordings(mut a: Recording, mut b: Recording, _sample_rate: u32) -> Recording {
[INFO] [stdout]    |                ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `fire_updated` is never used
[INFO] [stdout]    --> src/monitor.rs:170:8
[INFO] [stdout]     |
[INFO] [stdout] 170 |     fn fire_updated(inner: Arc<Mutex<Inner>>, app: String, title: String) {
[INFO] [stdout]     |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.76s
[INFO] running `Command { std: "docker" "inspect" "8570d449721474e6d21793bf8c4eb3c22fa3602bcacd2b46d135a13d358b47b2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8570d449721474e6d21793bf8c4eb3c22fa3602bcacd2b46d135a13d358b47b2", kill_on_drop: false }`
[INFO] [stdout] 8570d449721474e6d21793bf8c4eb3c22fa3602bcacd2b46d135a13d358b47b2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 64364d2cf1e24ddbcdf165c441281bf758c00a6a87d74921907482ae1eb80fcd
[INFO] running `Command { std: "docker" "start" "-a" "64364d2cf1e24ddbcdf165c441281bf758c00a6a87d74921907482ae1eb80fcd", kill_on_drop: false }`
[INFO] [stderr]    Compiling cc v1.2.60
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling nix v0.31.2
[INFO] [stderr]    Compiling simd-adler32 v0.3.9
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling rustls v0.23.38
[INFO] [stderr]    Compiling http v1.4.0
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling sysinfo v0.33.1
[INFO] [stderr]    Compiling env_filter v1.0.1
[INFO] [stderr]    Compiling webpki-roots v1.0.7
[INFO] [stderr]    Compiling utf8-zero v0.8.1
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling env_logger v0.11.10
[INFO] [stderr]    Compiling flate2 v1.1.9
[INFO] [stderr]    Compiling ureq-proto v0.6.0
[INFO] [stderr]    Compiling ctrlc v3.5.2
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling side-huddle v0.2.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused imports: `PermissionGranted`, `Permission`, and `Recording`
[INFO] [stdout]   --> src/recorder.rs:12:50
[INFO] [stdout]    |
[INFO] [stdout] 12 |     use crate::{Detection, DetectionKind, Event, Permission, PermissionGranted, Recording, Result};
[INFO] [stdout]    |                                                  ^^^^^^^^^^  ^^^^^^^^^^^^^^^^^  ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `sample_rate`
[INFO] [stdout]   --> src/platform/mod.rs:23:29
[INFO] [stdout]    |
[INFO] [stdout] 23 |     pub(crate) fn start_tap(sample_rate: u32, chunk_ms: u32) -> Result<Recording> {
[INFO] [stdout]    |                             ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_sample_rate`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `chunk_ms`
[INFO] [stdout]   --> src/platform/mod.rs:23:47
[INFO] [stdout]    |
[INFO] [stdout] 23 |     pub(crate) fn start_tap(sample_rate: u32, chunk_ms: u32) -> Result<Recording> {
[INFO] [stdout]    |                                               ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_chunk_ms`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `sample_rate`
[INFO] [stdout]   --> src/platform/mod.rs:30:29
[INFO] [stdout]    |
[INFO] [stdout] 30 |     pub(crate) fn start_mic(sample_rate: u32, chunk_ms: u32) -> Result<Recording> {
[INFO] [stdout]    |                             ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_sample_rate`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `chunk_ms`
[INFO] [stdout]   --> src/platform/mod.rs:30:47
[INFO] [stdout]    |
[INFO] [stdout] 30 |     pub(crate) fn start_mic(sample_rate: u32, chunk_ms: u32) -> Result<Recording> {
[INFO] [stdout]    |                                               ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_chunk_ms`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `Updated` and `SpeakerChanged` are never constructed
[INFO] [stdout]    --> src/lib.rs:169:46
[INFO] [stdout]     |
[INFO] [stdout] 169 |     pub(crate) enum DetectionKind { Started, Updated, Ended, SpeakerChanged }
[INFO] [stdout]     |                     -------------            ^^^^^^^         ^^^^^^^^^^^^^^
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     variants in this enum
[INFO] [stdout]     |
[INFO] [stdout]     = note: `DetectionKind` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static `MEETING_BUNDLES` is never used
[INFO] [stdout]  --> src/apps.rs:4:23
[INFO] [stdout]   |
[INFO] [stdout] 4 |     pub(crate) static MEETING_BUNDLES: &[&str] = &[
[INFO] [stdout]   |                       ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `identify_by_bundle` is never used
[INFO] [stdout]   --> src/apps.rs:20:19
[INFO] [stdout]    |
[INFO] [stdout] 20 |     pub(crate) fn identify_by_bundle(bundle: &str) -> Option<&'static str> {
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `identify_by_proc_name` is never used
[INFO] [stdout]   --> src/apps.rs:33:19
[INFO] [stdout]    |
[INFO] [stdout] 33 |     pub(crate) fn identify_by_proc_name(name: &str) -> Option<&'static str> {
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `identify_by_window_title` is never used
[INFO] [stdout]   --> src/apps.rs:45:19
[INFO] [stdout]    |
[INFO] [stdout] 45 |     pub(crate) fn identify_by_window_title(title: &str) -> Option<&'static str> {
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `is_browser_bundle` is never used
[INFO] [stdout]   --> src/apps.rs:53:19
[INFO] [stdout]    |
[INFO] [stdout] 53 |     pub(crate) fn is_browser_bundle(bundle: &str) -> bool {
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `is_prejoin_window_title` is never used
[INFO] [stdout]   --> src/apps.rs:69:19
[INFO] [stdout]    |
[INFO] [stdout] 69 |     pub(crate) fn is_prejoin_window_title(title: &str) -> bool {
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `mix_recordings` is never used
[INFO] [stdout]   --> src/mix.rs:23:16
[INFO] [stdout]    |
[INFO] [stdout] 23 |         pub fn mix_recordings(mut a: Recording, mut b: Recording, _sample_rate: u32) -> Recording {
[INFO] [stdout]    |                ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `fire_updated` is never used
[INFO] [stdout]    --> src/monitor.rs:170:8
[INFO] [stdout]     |
[INFO] [stdout] 170 |     fn fire_updated(inner: Arc<Mutex<Inner>>, app: String, title: String) {
[INFO] [stdout]     |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling rustls-webpki v0.103.12
[INFO] [stderr]    Compiling ureq v3.3.0
[INFO] [stdout] warning: unused imports: `PermissionGranted`, `Permission`, and `Recording`
[INFO] [stdout]   --> src/recorder.rs:12:50
[INFO] [stdout]    |
[INFO] [stdout] 12 |     use crate::{Detection, DetectionKind, Event, Permission, PermissionGranted, Recording, Result};
[INFO] [stdout]    |                                                  ^^^^^^^^^^  ^^^^^^^^^^^^^^^^^  ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `core_foundation` in this scope
[INFO] [stdout]   --> examples/speaker_probe.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 16 | use core_foundation::base::TCFType;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `core_foundation`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `core_foundation`, use `cargo add core_foundation` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `core_foundation` in this scope
[INFO] [stdout]   --> examples/speaker_probe.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 | use core_foundation::string::CFString;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `core_foundation`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `core_foundation`, use `cargo add core_foundation` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `core_foundation_sys` in this scope
[INFO] [stdout]   --> examples/speaker_probe.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | use core_foundation_sys::array::{CFArrayGetCount, CFArrayGetValueAtIndex};
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `core_foundation_sys`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `core_foundation_sys`, use `cargo add core_foundation_sys` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `core_foundation_sys` in this scope
[INFO] [stdout]   --> examples/speaker_probe.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 | use core_foundation_sys::base::{CFRelease, CFTypeRef};
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `core_foundation_sys`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `core_foundation_sys`, use `cargo add core_foundation_sys` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `core_foundation_sys` in this scope
[INFO] [stdout]   --> examples/speaker_probe.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 20 | use core_foundation_sys::string::{CFStringGetCString, CFStringRef, kCFStringEncodingUTF8};
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `core_foundation_sys`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `core_foundation_sys`, use `cargo add core_foundation_sys` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `core_graphics` in this scope
[INFO] [stdout]   --> examples/speaker_probe.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 21 | use core_graphics::geometry::CGRect;
[INFO] [stdout]    |     ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `core_graphics`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `core_graphics`, use `cargo add core_graphics` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `sample_rate`
[INFO] [stdout]   --> src/platform/mod.rs:23:29
[INFO] [stdout]    |
[INFO] [stdout] 23 |     pub(crate) fn start_tap(sample_rate: u32, chunk_ms: u32) -> Result<Recording> {
[INFO] [stdout]    |                             ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_sample_rate`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `chunk_ms`
[INFO] [stdout]   --> src/platform/mod.rs:23:47
[INFO] [stdout]    |
[INFO] [stdout] 23 |     pub(crate) fn start_tap(sample_rate: u32, chunk_ms: u32) -> Result<Recording> {
[INFO] [stdout]    |                                               ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_chunk_ms`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `sample_rate`
[INFO] [stdout]   --> src/platform/mod.rs:30:29
[INFO] [stdout]    |
[INFO] [stdout] 30 |     pub(crate) fn start_mic(sample_rate: u32, chunk_ms: u32) -> Result<Recording> {
[INFO] [stdout]    |                             ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_sample_rate`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `chunk_ms`
[INFO] [stdout]   --> src/platform/mod.rs:30:47
[INFO] [stdout]    |
[INFO] [stdout] 30 |     pub(crate) fn start_mic(sample_rate: u32, chunk_ms: u32) -> Result<Recording> {
[INFO] [stdout]    |                                               ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_chunk_ms`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `core_graphics` in this scope
[INFO] [stdout]    --> examples/speaker_probe.rs:330:9
[INFO] [stdout]     |
[INFO] [stdout] 330 |     use core_graphics::window::{CGWindowListCopyWindowInfo, kCGNullWindowID, kCGWindowListOptionAll};
[INFO] [stdout]     |         ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `core_graphics`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `core_graphics`, use `cargo add core_graphics` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `core_foundation_sys` in this scope
[INFO] [stdout]    --> examples/speaker_probe.rs:331:9
[INFO] [stdout]     |
[INFO] [stdout] 331 |     use core_foundation_sys::array::{CFArrayGetCount, CFArrayGetValueAtIndex};
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `core_foundation_sys`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `core_foundation_sys`, use `cargo add core_foundation_sys` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `core_foundation_sys` in this scope
[INFO] [stdout]    --> examples/speaker_probe.rs:332:9
[INFO] [stdout]     |
[INFO] [stdout] 332 |     use core_foundation_sys::dictionary::CFDictionaryRef;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `core_foundation_sys`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `core_foundation_sys`, use `cargo add core_foundation_sys` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `core_foundation_sys` in this scope
[INFO] [stdout]    --> examples/speaker_probe.rs:333:9
[INFO] [stdout]     |
[INFO] [stdout] 333 |     use core_foundation_sys::base::CFRelease;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `core_foundation_sys`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `core_foundation_sys`, use `cargo add core_foundation_sys` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `core_foundation_sys` in this scope
[INFO] [stdout]    --> examples/speaker_probe.rs:442:5
[INFO] [stdout]     |
[INFO] [stdout] 442 | use core_foundation_sys::dictionary::{CFDictionaryGetValue, CFDictionaryRef};
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `core_foundation_sys`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `core_foundation_sys`, use `cargo add core_foundation_sys` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `Updated` and `SpeakerChanged` are never constructed
[INFO] [stdout]    --> src/lib.rs:169:46
[INFO] [stdout]     |
[INFO] [stdout] 169 |     pub(crate) enum DetectionKind { Started, Updated, Ended, SpeakerChanged }
[INFO] [stdout]     |                     -------------            ^^^^^^^         ^^^^^^^^^^^^^^
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     variants in this enum
[INFO] [stdout]     |
[INFO] [stdout]     = note: `DetectionKind` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static `MEETING_BUNDLES` is never used
[INFO] [stdout]  --> src/apps.rs:4:23
[INFO] [stdout]   |
[INFO] [stdout] 4 |     pub(crate) static MEETING_BUNDLES: &[&str] = &[
[INFO] [stdout]   |                       ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `identify_by_bundle` is never used
[INFO] [stdout]   --> src/apps.rs:20:19
[INFO] [stdout]    |
[INFO] [stdout] 20 |     pub(crate) fn identify_by_bundle(bundle: &str) -> Option<&'static str> {
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `identify_by_proc_name` is never used
[INFO] [stdout]   --> src/apps.rs:33:19
[INFO] [stdout]    |
[INFO] [stdout] 33 |     pub(crate) fn identify_by_proc_name(name: &str) -> Option<&'static str> {
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `identify_by_window_title` is never used
[INFO] [stdout]   --> src/apps.rs:45:19
[INFO] [stdout]    |
[INFO] [stdout] 45 |     pub(crate) fn identify_by_window_title(title: &str) -> Option<&'static str> {
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `is_browser_bundle` is never used
[INFO] [stdout]   --> src/apps.rs:53:19
[INFO] [stdout]    |
[INFO] [stdout] 53 |     pub(crate) fn is_browser_bundle(bundle: &str) -> bool {
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `is_prejoin_window_title` is never used
[INFO] [stdout]   --> src/apps.rs:69:19
[INFO] [stdout]    |
[INFO] [stdout] 69 |     pub(crate) fn is_prejoin_window_title(title: &str) -> bool {
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `mix_recordings` is never used
[INFO] [stdout]   --> src/mix.rs:23:16
[INFO] [stdout]    |
[INFO] [stdout] 23 |         pub fn mix_recordings(mut a: Recording, mut b: Recording, _sample_rate: u32) -> Recording {
[INFO] [stdout]    |                ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `fire_updated` is never used
[INFO] [stdout]    --> src/monitor.rs:170:8
[INFO] [stdout]     |
[INFO] [stdout] 170 |     fn fire_updated(inner: Arc<Mutex<Inner>>, app: String, title: String) {
[INFO] [stdout]     |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `core_foundation_sys` in this scope
[INFO] [stdout]    --> examples/speaker_probe.rs:443:5
[INFO] [stdout]     |
[INFO] [stdout] 443 | use core_foundation_sys::number::{CFNumberGetValue, CFNumberRef,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `core_foundation_sys`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `core_foundation_sys`, use `cargo add core_foundation_sys` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `core_foundation_sys` in this scope
[INFO] [stdout]    --> examples/speaker_probe.rs:201:17
[INFO] [stdout]     |
[INFO] [stdout] 201 |             use core_foundation_sys::number::kCFBooleanTrue;
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `core_foundation_sys`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `core_foundation_sys`, use `cargo add core_foundation_sys` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `side_huddle::window`
[INFO] [stdout]   --> examples/speaker_probe.rs:23:18
[INFO] [stdout]    |
[INFO] [stdout] 23 | use side_huddle::window::{cg_window_owner, find_primary_window, window_bounds};
[INFO] [stdout]    |                  ^^^^^^ could not find `window` in `side_huddle`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:31:13
[INFO] [stdout]    |
[INFO] [stdout] 30 |     #[cfg(target_os = "macos")]
[INFO] [stdout]    |           ------------------- the item is gated behind the `macos` feature
[INFO] [stdout] 31 |     pub mod window {
[INFO] [stdout]    |             ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `core_foundation` in this scope
[INFO] [stdout]   --> examples/meeting_recorder.rs:27:5
[INFO] [stdout]    |
[INFO] [stdout] 27 | use core_foundation::base::TCFType;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `core_foundation`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `core_foundation`, use `cargo add core_foundation` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `core_foundation` in this scope
[INFO] [stdout]   --> examples/meeting_recorder.rs:28:5
[INFO] [stdout]    |
[INFO] [stdout] 28 | use core_foundation::string::CFString;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `core_foundation`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `core_foundation`, use `cargo add core_foundation` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `core_foundation_sys` in this scope
[INFO] [stdout]   --> examples/meeting_recorder.rs:29:5
[INFO] [stdout]    |
[INFO] [stdout] 29 | use core_foundation_sys::array::{CFArrayGetCount, CFArrayGetValueAtIndex};
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `core_foundation_sys`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `core_foundation_sys`, use `cargo add core_foundation_sys` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `core_foundation_sys` in this scope
[INFO] [stdout]   --> examples/meeting_recorder.rs:30:5
[INFO] [stdout]    |
[INFO] [stdout] 30 | use core_foundation_sys::base::{CFRelease, CFTypeRef};
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `core_foundation_sys`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `core_foundation_sys`, use `cargo add core_foundation_sys` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `core_foundation_sys` in this scope
[INFO] [stdout]   --> examples/meeting_recorder.rs:31:5
[INFO] [stdout]    |
[INFO] [stdout] 31 | use core_foundation_sys::dictionary::{CFDictionaryGetValue, CFDictionaryRef};
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `core_foundation_sys`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `core_foundation_sys`, use `cargo add core_foundation_sys` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `core_foundation_sys` in this scope
[INFO] [stdout]   --> examples/meeting_recorder.rs:32:5
[INFO] [stdout]    |
[INFO] [stdout] 32 | use core_foundation_sys::number::{
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `core_foundation_sys`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `core_foundation_sys`, use `cargo add core_foundation_sys` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `core_foundation_sys` in this scope
[INFO] [stdout]   --> examples/meeting_recorder.rs:35:5
[INFO] [stdout]    |
[INFO] [stdout] 35 | use core_foundation_sys::string::{CFStringGetCString, CFStringRef, kCFStringEncodingUTF8};
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `core_foundation_sys`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `core_foundation_sys`, use `cargo add core_foundation_sys` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `core_graphics` in this scope
[INFO] [stdout]   --> examples/meeting_recorder.rs:36:5
[INFO] [stdout]    |
[INFO] [stdout] 36 | use core_graphics::geometry::CGRect;
[INFO] [stdout]    |     ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `core_graphics`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `core_graphics`, use `cargo add core_graphics` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `core_foundation_sys` in this scope
[INFO] [stdout]    --> examples/meeting_recorder.rs:326:17
[INFO] [stdout]     |
[INFO] [stdout] 326 |             use core_foundation_sys::number::kCFBooleanTrue;
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `core_foundation_sys`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `core_foundation_sys`, use `cargo add core_foundation_sys` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `core_graphics` in this scope
[INFO] [stdout]    --> examples/meeting_recorder.rs:343:9
[INFO] [stdout]     |
[INFO] [stdout] 343 |     use core_graphics::window::{CGWindowListCopyWindowInfo, kCGNullWindowID, kCGWindowListOptionAll};
[INFO] [stdout]     |         ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `core_graphics`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `core_graphics`, use `cargo add core_graphics` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `side_huddle::window`
[INFO] [stdout]   --> examples/meeting_recorder.rs:38:18
[INFO] [stdout]    |
[INFO] [stdout] 38 | use side_huddle::window::{cg_window_owner, find_primary_window};
[INFO] [stdout]    |                  ^^^^^^ could not find `window` in `side_huddle`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:31:13
[INFO] [stdout]    |
[INFO] [stdout] 30 |     #[cfg(target_os = "macos")]
[INFO] [stdout]    |           ------------------- the item is gated behind the `macos` feature
[INFO] [stdout] 31 |     pub mod window {
[INFO] [stdout]    |             ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0004]: non-exhaustive patterns: `&Event::SpeakerChanged { .. }` not covered
[INFO] [stdout]    --> examples/demo.rs:21:36
[INFO] [stdout]     |
[INFO] [stdout]  21 |     listener.on(move |event| match event {
[INFO] [stdout]     |                                    ^^^^^ pattern `&Event::SpeakerChanged { .. }` not covered
[INFO] [stdout]     |
[INFO] [stdout] note: `Event` defined here
[INFO] [stdout]    --> src/lib.rs:64:5
[INFO] [stdout]     |
[INFO] [stdout]  64 |     pub enum Event {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 130 |         SpeakerChanged { speakers: Vec<String>, app: String },
[INFO] [stdout]     |         -------------- not covered
[INFO] [stdout]     = note: the matched value is of type `&Event`
[INFO] [stdout] help: ensure that all possible cases are being handled by adding a match arm with a wildcard pattern or an explicit pattern as shown
[INFO] [stdout]     |
[INFO] [stdout]  50 ~         Event::Error            { message }     => eprintln!("⚠️   error:     {message}"),
[INFO] [stdout]  51 ~         &Event::SpeakerChanged { .. } => todo!(),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `core_graphics` in this scope
[INFO] [stdout]    --> examples/meeting_recorder.rs:212:10
[INFO] [stdout]     |
[INFO] [stdout] 212 |         &core_graphics::geometry::CGPoint { x: f64::MAX / 2.0, y: f64::MAX / 2.0 },
[INFO] [stdout]     |          ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `core_graphics`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `core_graphics`, use `cargo add core_graphics` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `core_graphics` in this scope
[INFO] [stdout]    --> examples/meeting_recorder.rs:213:10
[INFO] [stdout]     |
[INFO] [stdout] 213 |         &core_graphics::geometry::CGSize  { width: 0.0, height: 0.0 },
[INFO] [stdout]     |          ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `core_graphics`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `core_graphics`, use `cargo add core_graphics` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `core_graphics` in this scope
[INFO] [stdout]    --> examples/meeting_recorder.rs:231:10
[INFO] [stdout]     |
[INFO] [stdout] 231 |         &core_graphics::geometry::CGPoint { x: 0.0, y: 0.0 },
[INFO] [stdout]     |          ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `core_graphics`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `core_graphics`, use `cargo add core_graphics` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ra`
[INFO] [stdout]   --> examples/demo.rs:20:9
[INFO] [stdout]    |
[INFO] [stdout] 20 |     let ra = recording_active.clone();
[INFO] [stdout]    |         ^^ help: if this is intentional, prefix it with an underscore: `_ra`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `core_graphics` in this scope
[INFO] [stdout]   --> examples/speaker_probe.rs:74:10
[INFO] [stdout]    |
[INFO] [stdout] 74 |         &core_graphics::geometry::CGPoint { x: f64::MAX / 2.0, y: f64::MAX / 2.0 },
[INFO] [stdout]    |          ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `core_graphics`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `core_graphics`, use `cargo add core_graphics` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `core_graphics` in this scope
[INFO] [stdout]    --> examples/meeting_recorder.rs:232:10
[INFO] [stdout]     |
[INFO] [stdout] 232 |         &core_graphics::geometry::CGSize  { width: w as f64, height: h as f64 },
[INFO] [stdout]     |          ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `core_graphics`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `core_graphics`, use `cargo add core_graphics` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0004`.
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `core_foundation_sys` in this scope
[INFO] [stdout]    --> examples/meeting_recorder.rs:278:38
[INFO] [stdout]     |
[INFO] [stdout] 278 |     unsafe fn ax_kids(el: AXRef) -> (core_foundation_sys::array::CFArrayRef, Vec<AXRef>) {
[INFO] [stdout]     |                                      ^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `core_foundation_sys`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `core_foundation_sys`, use `cargo add core_foundation_sys` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `side-huddle` (example "demo") due to 1 previous error; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0433]: cannot find module or crate `core_graphics` in this scope
[INFO] [stdout]   --> examples/speaker_probe.rs:75:10
[INFO] [stdout]    |
[INFO] [stdout] 75 |         &core_graphics::geometry::CGSize  { width: 0.0, height: 0.0 },
[INFO] [stdout]    |          ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `core_graphics`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `core_graphics`, use `cargo add core_graphics` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `core_foundation_sys` in this scope
[INFO] [stdout]    --> examples/meeting_recorder.rs:284:24
[INFO] [stdout]     |
[INFO] [stdout] 284 |         let arr = v as core_foundation_sys::array::CFArrayRef;
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `core_foundation_sys`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `core_foundation_sys`, use `cargo add core_foundation_sys` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `core_graphics` in this scope
[INFO] [stdout]   --> examples/speaker_probe.rs:96:10
[INFO] [stdout]    |
[INFO] [stdout] 96 |         &core_graphics::geometry::CGPoint { x: 0.0, y: 0.0 },
[INFO] [stdout]    |          ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `core_graphics`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `core_graphics`, use `cargo add core_graphics` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `framework` is only supported on Apple targets
[INFO] [stdout]    --> examples/meeting_recorder.rs:191:38
[INFO] [stdout]     |
[INFO] [stdout] 191 | #[link(name = "CoreGraphics", kind = "framework")]
[INFO] [stdout]     |                                      ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `framework` is only supported on Apple targets
[INFO] [stdout]    --> examples/meeting_recorder.rs:250:49
[INFO] [stdout]     |
[INFO] [stdout] 250 |     #[link(name = "ApplicationServices", kind = "framework")]
[INFO] [stdout]     |                                                 ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `core_graphics` in this scope
[INFO] [stdout]   --> examples/speaker_probe.rs:97:10
[INFO] [stdout]    |
[INFO] [stdout] 97 |         &core_graphics::geometry::CGSize  { width: w as f64, height: h as f64 },
[INFO] [stdout]    |          ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `core_graphics`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `core_graphics`, use `cargo add core_graphics` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `core_foundation_sys` in this scope
[INFO] [stdout]    --> examples/speaker_probe.rs:148:47
[INFO] [stdout]     |
[INFO] [stdout] 148 |     unsafe fn ax_kids(el: AXUIElementRef) -> (core_foundation_sys::array::CFArrayRef, Vec<AXUIElementRef>) {
[INFO] [stdout]     |                                               ^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `core_foundation_sys`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `core_foundation_sys`, use `cargo add core_foundation_sys` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `core_foundation_sys` in this scope
[INFO] [stdout]    --> examples/speaker_probe.rs:154:24
[INFO] [stdout]     |
[INFO] [stdout] 154 |         let arr = v as core_foundation_sys::array::CFArrayRef;
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `core_foundation_sys`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `core_foundation_sys`, use `cargo add core_foundation_sys` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `framework` is only supported on Apple targets
[INFO] [stdout]   --> examples/speaker_probe.rs:49:38
[INFO] [stdout]    |
[INFO] [stdout] 49 | #[link(name = "CoreGraphics", kind = "framework")]
[INFO] [stdout]    |                                      ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `framework` is only supported on Apple targets
[INFO] [stdout]    --> examples/speaker_probe.rs:118:49
[INFO] [stdout]     |
[INFO] [stdout] 118 |     #[link(name = "ApplicationServices", kind = "framework")]
[INFO] [stdout]     |                                                 ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `libc` in this scope
[INFO] [stdout]   --> examples/speaker_probe.rs:69:24
[INFO] [stdout]    |
[INFO] [stdout] 69 |     let ptr = unsafe { libc::dlsym(libc::RTLD_DEFAULT, sym.as_ptr()) };
[INFO] [stdout]    |                        ^^^^ use of unresolved module or unlinked crate `libc`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `libc`, use `cargo add libc` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `libc` in this scope
[INFO] [stdout]   --> examples/speaker_probe.rs:69:36
[INFO] [stdout]    |
[INFO] [stdout] 69 |     let ptr = unsafe { libc::dlsym(libc::RTLD_DEFAULT, sym.as_ptr()) };
[INFO] [stdout]    |                                    ^^^^ use of unresolved module or unlinked crate `libc`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `libc`, use `cargo add libc` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `libc` in this scope
[INFO] [stdout]    --> examples/meeting_recorder.rs:209:24
[INFO] [stdout]     |
[INFO] [stdout] 209 |     let ptr = unsafe { libc::dlsym(libc::RTLD_DEFAULT, sym.as_ptr()) };
[INFO] [stdout]     |                        ^^^^ use of unresolved module or unlinked crate `libc`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `libc`, use `cargo add libc` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `libc` in this scope
[INFO] [stdout]    --> examples/meeting_recorder.rs:209:36
[INFO] [stdout]     |
[INFO] [stdout] 209 |     let ptr = unsafe { libc::dlsym(libc::RTLD_DEFAULT, sym.as_ptr()) };
[INFO] [stdout]     |                                    ^^^^ use of unresolved module or unlinked crate `libc`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `libc`, use `cargo add libc` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433, E0455.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> examples/speaker_probe.rs:228:9
[INFO] [stdout]     |
[INFO] [stdout] 228 |     let mut sample = |x0: i32, y0: i32, x1: i32, y1: i32, step: i32| -> (f64, String) {
[INFO] [stdout]     |         ----^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `side-huddle` (example "meeting_recorder") due to 21 previous errors
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433, E0455.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `side-huddle` (example "speaker_probe") due to 24 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "64364d2cf1e24ddbcdf165c441281bf758c00a6a87d74921907482ae1eb80fcd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "64364d2cf1e24ddbcdf165c441281bf758c00a6a87d74921907482ae1eb80fcd", kill_on_drop: false }`
[INFO] [stdout] 64364d2cf1e24ddbcdf165c441281bf758c00a6a87d74921907482ae1eb80fcd
