[INFO] cloning repository https://github.com/davdef/airlift-node
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/davdef/airlift-node" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdavdef%2Fairlift-node", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdavdef%2Fairlift-node'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 178b5ec2076db1b096b43a991c951f72809d8031
[INFO] checking davdef/airlift-node against eca445e5ae4a6679cc27d3a09106ce245e13a5a6 for pr-162478
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdavdef%2Fairlift-node" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/davdef/airlift-node
[INFO] removed 0 missing tests
[INFO] finished tweaking git repo https://github.com/davdef/airlift-node
[INFO] tweaked toml for git repo https://github.com/davdef/airlift-node written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/davdef/airlift-node on toolchain eca445e5ae4a6679cc27d3a09106ce245e13a5a6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/davdef/airlift-node 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" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: binary `event_bus_demo` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-2-tc1/source/target/.../event_bus_demo
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `event-bus-demo`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/event_bus_demo.rs
[INFO] [stderr] 1 + src/bin/event-bus-demo.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `simple_test` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-2-tc1/source/target/.../simple_test
[INFO] [stderr]   |                                                  ^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `simple-test`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/simple_test.rs
[INFO] [stderr] 1 + src/bin/simple-test.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: `airlift-node` (manifest) generated 2 warnings
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded libredox v0.1.11
[INFO] [stderr]   Downloaded redox_syscall v0.6.0
[INFO] [stderr]   Downloaded jiff-static v0.2.17
[INFO] [stderr]   Downloaded zmij v1.0.0
[INFO] [stderr]   Downloaded jiff v0.2.17
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] 4bbb9e397066318598ddac8e9cf1a0e921299ef341ba02a9ee698d1905d61a6e
[INFO] running `Command { std: "docker" "start" "4bbb9e397066318598ddac8e9cf1a0e921299ef341ba02a9ee698d1905d61a6e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4bbb9e397066318598ddac8e9cf1a0e921299ef341ba02a9ee698d1905d61a6e", 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" "4bbb9e397066318598ddac8e9cf1a0e921299ef341ba02a9ee698d1905d61a6e" "/opt/rustwide/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4bbb9e397066318598ddac8e9cf1a0e921299ef341ba02a9ee698d1905d61a6e", 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" "4bbb9e397066318598ddac8e9cf1a0e921299ef341ba02a9ee698d1905d61a6e" "/opt/rustwide/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: binary `event_bus_demo` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /opt/rustwide/target/.../event_bus_demo
[INFO] [stderr]   |                          ^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `event-bus-demo`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/event_bus_demo.rs
[INFO] [stderr] 1 + src/bin/event-bus-demo.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `simple_test` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /opt/rustwide/target/.../simple_test
[INFO] [stderr]   |                          ^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `simple-test`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/simple_test.rs
[INFO] [stderr] 1 + src/bin/simple-test.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: `airlift-node` (manifest) generated 2 warnings
[INFO] [stderr]    Compiling libc v0.2.178
[INFO] [stderr]    Compiling nix v0.30.1
[INFO] [stderr]     Checking jiff v0.2.17
[INFO] [stderr]     Checking zmij v1.0.0
[INFO] [stderr]    Compiling syn v2.0.111
[INFO] [stderr]     Checking crossbeam-channel v0.5.15
[INFO] [stderr]     Checking env_filter v0.1.4
[INFO] [stderr]     Checking bytemuck v1.24.0
[INFO] [stderr]     Checking tiny_http v0.12.0
[INFO] [stderr]     Checking serde_json v1.0.148
[INFO] [stderr]     Checking inotify-sys v0.1.5
[INFO] [stderr]     Checking alsa-sys v0.3.1
[INFO] [stderr]     Checking mio v0.8.11
[INFO] [stderr]     Checking filetime v0.2.26
[INFO] [stderr]     Checking nix v0.27.1
[INFO] [stderr]     Checking inotify v0.9.6
[INFO] [stderr]     Checking notify v6.1.1
[INFO] [stderr]     Checking alsa v0.9.1
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]     Checking ctrlc v3.5.1
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking env_logger v0.11.8
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking toml_datetime v0.6.11
[INFO] [stderr]     Checking serde_spanned v0.6.9
[INFO] [stderr]     Checking toml_edit v0.22.27
[INFO] [stderr]     Checking toml v0.8.23
[INFO] [stderr]     Checking airlift-node v0.3.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `mp3`
[INFO] [stdout]   --> src/codecs/mod.rs:56:11
[INFO] [stdout]    |
[INFO] [stdout] 56 |     #[cfg(feature = "mp3")]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alsa`, `default`, `lockfree`, and `simplified-pipeline`
[INFO] [stdout]    = help: consider adding `mp3` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Mutex`
[INFO] [stdout]  --> src/consumers/ws.rs:1:22
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::sync::{Arc, Mutex};
[INFO] [stdout]   |                      ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `debug-events`
[INFO] [stdout]   --> src/core/mod.rs:27:7
[INFO] [stdout]    |
[INFO] [stdout] 27 | #[cfg(feature = "debug-events")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alsa`, `default`, `lockfree`, and `simplified-pipeline`
[INFO] [stdout]    = help: consider adding `debug-events` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Seek` and `self`
[INFO] [stdout]  --> src/core/consumer.rs:7:15
[INFO] [stdout]   |
[INFO] [stdout] 7 | use std::io::{self, Seek};
[INFO] [stdout]   |               ^^^^  ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `self`
[INFO] [stdout]   --> src/core/consumer.rs:31:19
[INFO] [stdout]    |
[INFO] [stdout] 31 |     use std::io::{self, BufWriter, Seek, Write};
[INFO] [stdout]    |                   ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `debug-events`
[INFO] [stdout]   --> src/core/events.rs:15:7
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[cfg(feature = "debug-events")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alsa`, `default`, `lockfree`, and `simplified-pipeline`
[INFO] [stdout]    = help: consider adding `debug-events` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `debug-events`
[INFO] [stdout]    --> src/core/events.rs:230:7
[INFO] [stdout]     |
[INFO] [stdout] 230 | #[cfg(feature = "debug-events")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alsa`, `default`, `lockfree`, and `simplified-pipeline`
[INFO] [stdout]     = help: consider adding `debug-events` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `debug-events`
[INFO] [stdout]   --> src/core/events.rs:11:11
[INFO] [stdout]    |
[INFO] [stdout] 11 |     #[cfg(feature = "debug-events")]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alsa`, `default`, `lockfree`, and `simplified-pipeline`
[INFO] [stdout]    = help: consider adding `debug-events` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `debug-events`
[INFO] [stdout]    --> src/core/events.rs:143:19
[INFO] [stdout]     |
[INFO] [stdout] 143 |             #[cfg(feature = "debug-events")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alsa`, `default`, `lockfree`, and `simplified-pipeline`
[INFO] [stdout]     = help: consider adding `debug-events` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `debug-events`
[INFO] [stdout]  --> src/core/node.rs:2:7
[INFO] [stdout]   |
[INFO] [stdout] 2 | #[cfg(feature = "debug-events")]
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `alsa`, `default`, `lockfree`, and `simplified-pipeline`
[INFO] [stdout]   = help: consider adding `debug-events` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `debug-events`
[INFO] [stdout]     --> src/core/node.rs:1086:15
[INFO] [stdout]      |
[INFO] [stdout] 1086 |         #[cfg(feature = "debug-events")]
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `alsa`, `default`, `lockfree`, and `simplified-pipeline`
[INFO] [stdout]      = help: consider adding `debug-events` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `debug-events`
[INFO] [stdout]     --> src/core/node.rs:1172:15
[INFO] [stdout]      |
[INFO] [stdout] 1172 |         #[cfg(feature = "debug-events")]
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `alsa`, `default`, `lockfree`, and `simplified-pipeline`
[INFO] [stdout]      = help: consider adding `debug-events` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `mp3`
[INFO] [stdout]   --> src/codecs/mod.rs:56:11
[INFO] [stdout]    |
[INFO] [stdout] 56 |     #[cfg(feature = "mp3")]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alsa`, `default`, `lockfree`, and `simplified-pipeline`
[INFO] [stdout]    = help: consider adding `mp3` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Mutex`
[INFO] [stdout]  --> src/consumers/ws.rs:1:22
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::sync::{Arc, Mutex};
[INFO] [stdout]   |                      ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `debug-events`
[INFO] [stdout]   --> src/core/mod.rs:27:7
[INFO] [stdout]    |
[INFO] [stdout] 27 | #[cfg(feature = "debug-events")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alsa`, `default`, `lockfree`, and `simplified-pipeline`
[INFO] [stdout]    = help: consider adding `debug-events` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Seek` and `self`
[INFO] [stdout]  --> src/core/consumer.rs:7:15
[INFO] [stdout]   |
[INFO] [stdout] 7 | use std::io::{self, Seek};
[INFO] [stdout]   |               ^^^^  ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `self`
[INFO] [stdout]   --> src/core/consumer.rs:31:19
[INFO] [stdout]    |
[INFO] [stdout] 31 |     use std::io::{self, BufWriter, Seek, Write};
[INFO] [stdout]    |                   ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `debug-events`
[INFO] [stdout]   --> src/core/events.rs:15:7
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[cfg(feature = "debug-events")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alsa`, `default`, `lockfree`, and `simplified-pipeline`
[INFO] [stdout]    = help: consider adding `debug-events` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `debug-events`
[INFO] [stdout]    --> src/core/events.rs:230:7
[INFO] [stdout]     |
[INFO] [stdout] 230 | #[cfg(feature = "debug-events")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alsa`, `default`, `lockfree`, and `simplified-pipeline`
[INFO] [stdout]     = help: consider adding `debug-events` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `debug-events`
[INFO] [stdout]   --> src/core/events.rs:11:11
[INFO] [stdout]    |
[INFO] [stdout] 11 |     #[cfg(feature = "debug-events")]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alsa`, `default`, `lockfree`, and `simplified-pipeline`
[INFO] [stdout]    = help: consider adding `debug-events` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `debug-events`
[INFO] [stdout]    --> src/core/events.rs:143:19
[INFO] [stdout]     |
[INFO] [stdout] 143 |             #[cfg(feature = "debug-events")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alsa`, `default`, `lockfree`, and `simplified-pipeline`
[INFO] [stdout]     = help: consider adding `debug-events` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `debug-events`
[INFO] [stdout]  --> src/core/node.rs:2:7
[INFO] [stdout]   |
[INFO] [stdout] 2 | #[cfg(feature = "debug-events")]
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `alsa`, `default`, `lockfree`, and `simplified-pipeline`
[INFO] [stdout]   = help: consider adding `debug-events` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `debug-events`
[INFO] [stdout]     --> src/core/node.rs:1086:15
[INFO] [stdout]      |
[INFO] [stdout] 1086 |         #[cfg(feature = "debug-events")]
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `alsa`, `default`, `lockfree`, and `simplified-pipeline`
[INFO] [stdout]      = help: consider adding `debug-events` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `debug-events`
[INFO] [stdout]     --> src/core/node.rs:1172:15
[INFO] [stdout]      |
[INFO] [stdout] 1172 |         #[cfg(feature = "debug-events")]
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `alsa`, `default`, `lockfree`, and `simplified-pipeline`
[INFO] [stdout]      = help: consider adding `debug-events` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::core::ringbuffer::AudioRingBuffer`
[INFO] [stdout]    --> src/processors/mixer.rs:404:9
[INFO] [stdout]     |
[INFO] [stdout] 404 |     use crate::core::ringbuffer::AudioRingBuffer;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `core::node::Flow::add_input_buffer`: Use add_input_from_registry to connect buffers by registry name.
[INFO] [stdout]    --> src/core/node.rs:230:14
[INFO] [stdout]     |
[INFO] [stdout] 230 |         self.add_input_buffer(buffer);
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `core::node::Flow::add_input_buffer`: Use add_input_from_registry to connect buffers by registry name.
[INFO] [stdout]    --> src/core/node.rs:230:14
[INFO] [stdout]     |
[INFO] [stdout] 230 |         self.add_input_buffer(buffer);
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::io::Read`
[INFO] [stdout]  --> src/api/config.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::io::Read;
[INFO] [stdout]   |     ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::io::Read`
[INFO] [stdout]  --> src/api/control.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::io::Read;
[INFO] [stdout]   |     ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Write`
[INFO] [stdout]  --> src/api/ws.rs:1:21
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::io::{Read, Write};
[INFO] [stdout]   |                     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Read`
[INFO] [stdout]  --> src/api/ws.rs:1:15
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::io::{Read, Write};
[INFO] [stdout]   |               ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::io::Read`
[INFO] [stdout]  --> src/producers/file.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::io::Read;
[INFO] [stdout]   |     ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/api/peaks.rs:142:9
[INFO] [stdout]     |
[INFO] [stdout] 142 |     let mut bus = lock_mutex(&event_bus, "api.peak_history.register_handler");
[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] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/api/status.rs:93:30
[INFO] [stdout]    |
[INFO] [stdout] 93 | pub fn handle_status_request(mut req: Request, node: Arc<Mutex<AirliftNode>>) {
[INFO] [stdout]    |                              ----^^^
[INFO] [stdout]    |                              |
[INFO] [stdout]    |                              help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/api/mod.rs:29:13
[INFO] [stdout]    |
[INFO] [stdout] 29 |         for mut req in server.incoming_requests() {
[INFO] [stdout]    |             ----^^^
[INFO] [stdout]    |             |
[INFO] [stdout]    |             help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `tx`
[INFO] [stdout]    --> src/audio/http.rs:182:10
[INFO] [stdout]     |
[INFO] [stdout] 182 |     let (tx, rx) = mpsc::channel::<Vec<u8>>();
[INFO] [stdout]     |          ^^ help: if this is intentional, prefix it with an underscore: `_tx`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `stop_tx`
[INFO] [stdout]    --> src/audio/http.rs:183:10
[INFO] [stdout]     |
[INFO] [stdout] 183 |     let (stop_tx, stop_rx) = mpsc::channel::<()>();
[INFO] [stdout]     |          ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_stop_tx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `stop_rx`
[INFO] [stdout]    --> src/audio/http.rs:183:19
[INFO] [stdout]     |
[INFO] [stdout] 183 |     let (stop_tx, stop_rx) = mpsc::channel::<()>();
[INFO] [stdout]     |                   ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_stop_rx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `source_notifier`
[INFO] [stdout]    --> src/audio/http.rs:227:9
[INFO] [stdout]     |
[INFO] [stdout] 227 |     let source_notifier = source.notifier();
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_source_notifier`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/codecs/mod.rs:17:9
[INFO] [stdout]    |
[INFO] [stdout] 17 |     let mut codecs = vec![
[INFO] [stdout]    |         ----^^^^^^
[INFO] [stdout]    |         |
[INFO] [stdout]    |         help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::io::Read`
[INFO] [stdout]  --> src/api/config.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::io::Read;
[INFO] [stdout]   |     ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::io::Read`
[INFO] [stdout]  --> src/api/control.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::io::Read;
[INFO] [stdout]   |     ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Write`
[INFO] [stdout]  --> src/api/ws.rs:1:21
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::io::{Read, Write};
[INFO] [stdout]   |                     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Read`
[INFO] [stdout]  --> src/api/ws.rs:1:15
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::io::{Read, Write};
[INFO] [stdout]   |               ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::io::Read`
[INFO] [stdout]  --> src/producers/file.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::io::Read;
[INFO] [stdout]   |     ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/api/peaks.rs:142:9
[INFO] [stdout]     |
[INFO] [stdout] 142 |     let mut bus = lock_mutex(&event_bus, "api.peak_history.register_handler");
[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] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/api/status.rs:93:30
[INFO] [stdout]    |
[INFO] [stdout] 93 | pub fn handle_status_request(mut req: Request, node: Arc<Mutex<AirliftNode>>) {
[INFO] [stdout]    |                              ----^^^
[INFO] [stdout]    |                              |
[INFO] [stdout]    |                              help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/api/mod.rs:29:13
[INFO] [stdout]    |
[INFO] [stdout] 29 |         for mut req in server.incoming_requests() {
[INFO] [stdout]    |             ----^^^
[INFO] [stdout]    |             |
[INFO] [stdout]    |             help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `tx`
[INFO] [stdout]    --> src/audio/http.rs:182:10
[INFO] [stdout]     |
[INFO] [stdout] 182 |     let (tx, rx) = mpsc::channel::<Vec<u8>>();
[INFO] [stdout]     |          ^^ help: if this is intentional, prefix it with an underscore: `_tx`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `stop_tx`
[INFO] [stdout]    --> src/audio/http.rs:183:10
[INFO] [stdout]     |
[INFO] [stdout] 183 |     let (stop_tx, stop_rx) = mpsc::channel::<()>();
[INFO] [stdout]     |          ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_stop_tx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `stop_rx`
[INFO] [stdout]    --> src/audio/http.rs:183:19
[INFO] [stdout]     |
[INFO] [stdout] 183 |     let (stop_tx, stop_rx) = mpsc::channel::<()>();
[INFO] [stdout]     |                   ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_stop_rx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `source_notifier`
[INFO] [stdout]    --> src/audio/http.rs:227:9
[INFO] [stdout]     |
[INFO] [stdout] 227 |     let source_notifier = source.notifier();
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_source_notifier`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/codecs/mod.rs:17:9
[INFO] [stdout]    |
[INFO] [stdout] 17 |     let mut codecs = vec![
[INFO] [stdout]    |         ----^^^^^^
[INFO] [stdout]    |         |
[INFO] [stdout]    |         help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/producers/file.rs:91:24
[INFO] [stdout]    |
[INFO] [stdout] 91 |                     Ok(mut file) => {
[INFO] [stdout]    |                        ----^^^^
[INFO] [stdout]    |                        |
[INFO] [stdout]    |                        help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `file`
[INFO] [stdout]   --> src/producers/file.rs:91:24
[INFO] [stdout]    |
[INFO] [stdout] 91 |                     Ok(mut file) => {
[INFO] [stdout]    |                        ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_file`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `producer_id` is never read
[INFO] [stdout]   --> src/api/recorder.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | struct RecordingSession {
[INFO] [stdout]    |        ---------------- field in this struct
[INFO] [stdout] 19 |     producer_id: String,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/processors/mixer.rs:341:21
[INFO] [stdout]     |
[INFO] [stdout] 341 |                     FRAME_COUNT,
[INFO] [stdout]     |                     ^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = help: use a type that relies on "interior mutability" instead; to read more on this, visit <https://doc.rust-lang.org/reference/interior-mutability.html>
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `consumers`
[INFO] [stdout]  --> src/main.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 |     consumers,
[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 import: `consumers`
[INFO] [stdout]  --> src/main.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 |     consumers,
[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 import: `airlift_node::core::processor::basic::PassThrough`
[INFO] [stdout]   --> tests/run_logging_tests.rs:67:9
[INFO] [stdout]    |
[INFO] [stdout] 67 |     use airlift_node::core::processor::basic::PassThrough;
[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 imports: `AirliftNode` and `Flow`
[INFO] [stdout]   --> tests/run_logging_tests.rs:68:30
[INFO] [stdout]    |
[INFO] [stdout] 68 |     use airlift_node::core::{AirliftNode, Flow};
[INFO] [stdout]    |                              ^^^^^^^^^^^  ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/producers/file.rs:91:24
[INFO] [stdout]    |
[INFO] [stdout] 91 |                     Ok(mut file) => {
[INFO] [stdout]    |                        ----^^^^
[INFO] [stdout]    |                        |
[INFO] [stdout]    |                        help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `file`
[INFO] [stdout]   --> src/producers/file.rs:91:24
[INFO] [stdout]    |
[INFO] [stdout] 91 |                     Ok(mut file) => {
[INFO] [stdout]    |                        ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_file`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `producer_id` is never read
[INFO] [stdout]   --> src/api/recorder.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | struct RecordingSession {
[INFO] [stdout]    |        ---------------- field in this struct
[INFO] [stdout] 19 |     producer_id: String,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/processors/mixer.rs:341:21
[INFO] [stdout]     |
[INFO] [stdout] 341 |                     FRAME_COUNT,
[INFO] [stdout]     |                     ^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = help: use a type that relies on "interior mutability" instead; to read more on this, visit <https://doc.rust-lang.org/reference/interior-mutability.html>
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `airlift_node::AirliftNode::connect_registered_buffer_to_flow`: Use connect_flow_input instead.
[INFO] [stdout]   --> tests/flow_e2e.rs:35:10
[INFO] [stdout]    |
[INFO] [stdout] 35 |     node.connect_registered_buffer_to_flow("producer:mock_producer", 0)?;
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: unused dependency `nix`
[INFO] [stderr]   --> Cargo.toml:21:1
[INFO] [stderr]    |
[INFO] [stderr] 21 | nix = "0.27"
[INFO] [stderr]    | ^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::unused_dependencies` is set to `warn` by default
[INFO] [stderr] help: consider removing the dependency on `nix`
[INFO] [stderr] warning: unused dependency `notify`
[INFO] [stderr]   --> Cargo.toml:22:1
[INFO] [stderr]    |
[INFO] [stderr] 22 | notify = "6"
[INFO] [stderr]    | ^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: consider removing the dependency on `notify`
[INFO] [stderr] warning: `airlift-node` (manifest) generated 2 warnings
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.53s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nix v0.30.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3`
[INFO] running `Command { std: "docker" "inspect" "4bbb9e397066318598ddac8e9cf1a0e921299ef341ba02a9ee698d1905d61a6e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4bbb9e397066318598ddac8e9cf1a0e921299ef341ba02a9ee698d1905d61a6e", kill_on_drop: false }`
[INFO] [stdout] 4bbb9e397066318598ddac8e9cf1a0e921299ef341ba02a9ee698d1905d61a6e
