[INFO] cloning repository https://github.com/hazelmeow/multiplayer [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/hazelmeow/multiplayer" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhazelmeow%2Fmultiplayer", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhazelmeow%2Fmultiplayer'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a526ea695b50a85821f08d05cb59b71f0824713a [INFO] building hazelmeow/multiplayer against try#dd06aa59b9c8562b8b5652c638defc5836c326d0 for pr-137044-2 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhazelmeow%2Fmultiplayer" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/hazelmeow/multiplayer on toolchain dd06aa59b9c8562b8b5652c638defc5836c326d0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dd06aa59b9c8562b8b5652c638defc5836c326d0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/hazelmeow/multiplayer [INFO] finished tweaking git repo https://github.com/hazelmeow/multiplayer [INFO] tweaked toml for git repo https://github.com/hazelmeow/multiplayer written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/hazelmeow/multiplayer 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" "+dd06aa59b9c8562b8b5652c638defc5836c326d0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+dd06aa59b9c8562b8b5652c638defc5836c326d0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b6f0fd057a7877b09569a10f3523bb48b5bde9e8a0957e983b7e89b64802bdb4 [INFO] running `Command { std: "docker" "start" "-a" "b6f0fd057a7877b09569a10f3523bb48b5bde9e8a0957e983b7e89b64802bdb4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b6f0fd057a7877b09569a10f3523bb48b5bde9e8a0957e983b7e89b64802bdb4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b6f0fd057a7877b09569a10f3523bb48b5bde9e8a0957e983b7e89b64802bdb4", kill_on_drop: false }` [INFO] [stdout] b6f0fd057a7877b09569a10f3523bb48b5bde9e8a0957e983b7e89b64802bdb4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+dd06aa59b9c8562b8b5652c638defc5836c326d0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 127fc7e6e253384b8ef24e9d1ebc8df2506bfb33d13ce5554182cb6be84e122d [INFO] running `Command { std: "docker" "start" "-a" "127fc7e6e253384b8ef24e9d1ebc8df2506bfb33d13ce5554182cb6be84e122d", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling libc v0.2.144 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling proc-macro2 v1.0.66 [INFO] [stderr] Compiling unicode-ident v1.0.8 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling bytemuck v1.13.1 [INFO] [stderr] Compiling arrayvec v0.7.2 [INFO] [stderr] Compiling typenum v1.16.0 [INFO] [stderr] Compiling encoding_rs v0.8.32 [INFO] [stderr] Compiling cc v1.0.79 [INFO] [stderr] Compiling futures-core v0.3.28 [INFO] [stderr] Compiling pkg-config v0.3.27 [INFO] [stderr] Compiling pin-project-lite v0.2.12 [INFO] [stderr] Compiling futures-task v0.3.28 [INFO] [stderr] Compiling futures-channel v0.3.28 [INFO] [stderr] Compiling futures-sink v0.3.28 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Compiling crossbeam-utils v0.8.15 [INFO] [stderr] Compiling simd-adler32 v0.3.5 [INFO] [stderr] Compiling serde v1.0.164 [INFO] [stderr] Compiling futures-util v0.3.28 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling slab v0.4.8 [INFO] [stderr] Compiling symphonia-core v0.5.2 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling tokio v1.28.1 [INFO] [stderr] Compiling futures-io v0.3.28 [INFO] [stderr] Compiling once_cell v1.17.1 [INFO] [stderr] Compiling miniz_oxide v0.7.1 [INFO] [stderr] Compiling alsa-sys v0.3.1 [INFO] [stderr] Compiling rustfft v6.1.0 [INFO] [stderr] Compiling lock_api v0.4.9 [INFO] [stderr] Compiling parking_lot_core v0.9.7 [INFO] [stderr] Compiling paste v1.0.12 [INFO] [stderr] Compiling tracing-core v0.1.31 [INFO] [stderr] Compiling bytes v1.4.0 [INFO] [stderr] Compiling strength_reduce v0.2.4 [INFO] [stderr] Compiling thiserror v1.0.44 [INFO] [stderr] Compiling cmake v0.1.50 [INFO] [stderr] Compiling num-rational v0.4.1 [INFO] [stderr] Compiling flate2 v1.0.26 [INFO] [stderr] Compiling ppv-lite86 v0.2.17 [INFO] [stderr] Compiling quote v1.0.32 [INFO] [stderr] Compiling subtle v2.5.0 [INFO] [stderr] Compiling fltk-sys v1.4.3 [INFO] [stderr] Compiling audiopus_sys v0.2.2 [INFO] [stderr] Compiling cpufeatures v0.2.7 [INFO] [stderr] Compiling smallvec v1.10.0 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling libm v0.2.7 [INFO] [stderr] Compiling crossbeam-channel v0.5.8 [INFO] [stderr] Compiling syn v2.0.28 [INFO] [stderr] Compiling tracing v0.1.37 [INFO] [stderr] Compiling getrandom v0.2.9 [INFO] [stderr] Compiling signal-hook-registry v1.4.1 [INFO] [stderr] Compiling num_cpus v1.15.0 [INFO] [stderr] Compiling mio v0.8.6 [INFO] [stderr] Compiling socket2 v0.4.9 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling dirs-sys-next v0.1.2 [INFO] [stderr] Compiling num-complex v0.4.3 [INFO] [stderr] Compiling nix v0.24.3 [INFO] [stderr] Compiling symphonia-metadata v0.5.2 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling inout v0.1.3 [INFO] [stderr] Compiling primal-check v0.3.3 [INFO] [stderr] Compiling transpose v0.2.2 [INFO] [stderr] Compiling universal-hash v0.5.1 [INFO] [stderr] Compiling symphonia-utils-xiph v0.5.2 [INFO] [stderr] Compiling cipher v0.4.4 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling fdeflate v0.3.0 [INFO] [stderr] Compiling bitflags v2.3.1 [INFO] [stderr] Compiling weezl v0.1.7 [INFO] [stderr] Compiling async-trait v0.1.73 [INFO] [stderr] Compiling opaque-debug v0.3.0 [INFO] [stderr] Compiling jpeg-decoder v0.3.0 [INFO] [stderr] Compiling cpal v0.15.2 [INFO] [stderr] Compiling serde_json v1.0.96 [INFO] [stderr] Compiling ttf-parser v0.19.0 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling aes v0.8.2 [INFO] [stderr] Compiling ctr v0.9.2 [INFO] [stderr] Compiling microfft v0.5.1 [INFO] [stderr] Compiling polyval v0.6.0 [INFO] [stderr] Compiling symphonia-codec-vorbis v0.5.2 [INFO] [stderr] Compiling symphonia-format-ogg v0.5.2 [INFO] [stderr] Compiling symphonia-format-mkv v0.5.2 [INFO] [stderr] Compiling symphonia-bundle-flac v0.5.2 [INFO] [stderr] Compiling symphonia-format-isomp4 v0.5.2 [INFO] [stderr] Compiling png v0.17.9 [INFO] [stderr] Compiling symphonia-format-wav v0.5.2 [INFO] [stderr] Compiling tiff v0.8.1 [INFO] [stderr] Compiling symphonia-bundle-mp3 v0.5.2 [INFO] [stderr] Compiling aead v0.5.2 [INFO] [stderr] Compiling alsa v0.7.0 [INFO] [stderr] Compiling parking_lot v0.12.1 [INFO] [stderr] Compiling dirs-next v1.0.2 [INFO] [stderr] Compiling float-cmp v0.9.0 [INFO] [stderr] Compiling symphonia-codec-pcm v0.5.2 [INFO] [stderr] Compiling symphonia-codec-alac v0.5.2 [INFO] [stderr] Compiling symphonia-codec-aac v0.5.2 [INFO] [stderr] Compiling symphonia-codec-adpcm v0.5.2 [INFO] [stderr] Compiling dasp_sample v0.11.0 [INFO] [stderr] Compiling itoa v1.0.6 [INFO] [stderr] Compiling ryu v1.0.13 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling zeroize v1.6.0 [INFO] [stderr] Compiling color_quant v1.1.0 [INFO] [stderr] Compiling symphonia v0.5.2 [INFO] [stderr] Compiling spectrum-analyzer v1.4.0 [INFO] [stderr] Compiling aes-gcm-siv v0.11.1 [INFO] [stderr] Compiling opus v0.3.0 [INFO] [stderr] Compiling platform-dirs v0.3.0 [INFO] [stderr] Compiling image v0.24.6 [INFO] [stderr] Compiling uuid v1.3.4 [INFO] [stderr] Compiling ringbuf v0.3.3 [INFO] [stderr] Compiling hound v3.5.0 [INFO] [stderr] Compiling serde_derive v1.0.164 [INFO] [stderr] Compiling futures-macro v0.3.28 [INFO] [stderr] Compiling tokio-macros v2.1.0 [INFO] [stderr] Compiling thiserror-impl v1.0.44 [INFO] [stderr] Compiling realfft v3.2.0 [INFO] [stderr] Compiling rubato v0.12.0 [INFO] [stderr] Compiling futures-executor v0.3.28 [INFO] [stderr] Compiling futures v0.3.28 [INFO] [stderr] Compiling tokio-util v0.7.8 [INFO] [stderr] Compiling bincode v1.3.3 [INFO] [stderr] Compiling protocol v0.1.0 (/opt/rustwide/workdir/protocol) [INFO] [stderr] Compiling server v0.1.0 (/opt/rustwide/workdir/server) [INFO] [stdout] warning: method `send_to` is never used [INFO] [stdout] --> server/src/connection.rs:57:14 [INFO] [stdout] | [INFO] [stdout] 20 | pub trait Connections { [INFO] [stdout] | ----------- method in this trait [INFO] [stdout] ... [INFO] [stdout] 57 | async fn send_to(&mut self, key: Self::Key, message: &Message) { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `get_ref` is never used [INFO] [stdout] --> server/src/connection.rs:179:8 [INFO] [stdout] | [INFO] [stdout] 178 | pub trait Connection { [INFO] [stdout] | ---------- method in this trait [INFO] [stdout] 179 | fn get_ref(&self) -> &MessageStream; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling fltk v1.4.3 [INFO] [stderr] Compiling fltk-theme v0.7.0 [INFO] [stderr] Compiling player v0.1.0 (/opt/rustwide/workdir/player) [INFO] [stdout] warning: unused import: `std::ops::Deref` [INFO] [stdout] --> player/src/gui.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use std::ops::Deref; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `fltk::browser::*` [INFO] [stdout] --> player/src/gui/connection_window.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use fltk::browser::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `fltk::group::Group` [INFO] [stdout] --> player/src/gui/connection_window.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use fltk::group::Group; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `fltk::input::Input` [INFO] [stdout] --> player/src/gui/connection_window.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use fltk::input::Input; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `fltk::frame::Frame` [INFO] [stdout] --> player/src/gui/preferences_window.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use fltk::frame::Frame; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `fltk::image::Image` [INFO] [stdout] --> player/src/gui/preferences_window.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use fltk::image::Image; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `fltk::menu::Choice` [INFO] [stdout] --> player/src/gui/preferences_window.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use fltk::menu::Choice; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Path` [INFO] [stdout] --> player/src/transmit.rs:5:17 [INFO] [stdout] | [INFO] [stdout] 5 | use std::path::{Path, PathBuf}; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> player/src/connection.rs:377:13 [INFO] [stdout] | [INFO] [stdout] 377 | let mut conn = state.connection.as_mut().unwrap(); [INFO] [stdout] | ----^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> player/src/connection.rs:385:21 [INFO] [stdout] | [INFO] [stdout] 385 | let mut room = conn [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] --> player/src/connection.rs:459:21 [INFO] [stdout] | [INFO] [stdout] 459 | let mut room = conn [INFO] [stdout] | ----^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ms_until_next` [INFO] [stdout] --> player/src/gui/lyric_window.rs:152:20 [INFO] [stdout] | [INFO] [stdout] 152 | fn calc(&self, ms_until_next: usize) -> i32 { [INFO] [stdout] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_ms_until_next` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> player/src/gui/main_window.rs:220:13 [INFO] [stdout] | [INFO] [stdout] 220 | let mut btn_queue = Button::new( [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] --> player/src/gui/main_window.rs:229:13 [INFO] [stdout] | [INFO] [stdout] 229 | let mut btn_queue = Button::new( [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] --> player/src/gui/queue_window.rs:26:13 [INFO] [stdout] | [INFO] [stdout] 26 | let mut queue_browser = [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] --> player/src/gui/queue_window.rs:33:13 [INFO] [stdout] | [INFO] [stdout] 33 | let mut btn_add = Button::new(10, main_grp.height() - 15, 40, 20, "ADD"); [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] --> player/src/gui/queue_window.rs:36:13 [INFO] [stdout] | [INFO] [stdout] 36 | let mut btn_rem = [INFO] [stdout] | ----^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `w` [INFO] [stdout] --> player/src/gui/context_menu.rs:32:26 [INFO] [stdout] | [INFO] [stdout] 32 | win.handle(move |w, e| match e { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_w` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `min_freq` [INFO] [stdout] --> player/src/gui/visualizer.rs:95:9 [INFO] [stdout] | [INFO] [stdout] 95 | let min_freq = 20.0; [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_min_freq` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `max_freq` [INFO] [stdout] --> player/src/gui/visualizer.rs:96:9 [INFO] [stdout] | [INFO] [stdout] 96 | let max_freq = 20000.0; [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_max_freq` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `f1` [INFO] [stdout] --> player/src/gui.rs:1036:17 [INFO] [stdout] | [INFO] [stdout] 1036 | let f1: bool = key.bits() == Key::F1.bits(); [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_f1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `p` [INFO] [stdout] --> player/src/gui.rs:1037:17 [INFO] [stdout] | [INFO] [stdout] 1037 | let p = Key::from_char('p').bits(); [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_p` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `e` [INFO] [stdout] --> player/src/transmit.rs:322:17 [INFO] [stdout] | [INFO] [stdout] 322 | Err(e) => return Err("failed to parse track".into()), [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `id` is never read [INFO] [stdout] --> player/src/main.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 127 | pub struct RoomState { [INFO] [stdout] | --------- field in this struct [INFO] [stdout] 128 | id: u32, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: `RoomState` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `FakeReceive` is never constructed [INFO] [stdout] --> player/src/connection.rs:38:5 [INFO] [stdout] | [INFO] [stdout] 30 | pub enum NetworkCommand { [INFO] [stdout] | -------------- variant in this enum [INFO] [stdout] ... [INFO] [stdout] 38 | FakeReceive(Message), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `NetworkCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `fake_receive` and `leave_room` are never used [INFO] [stdout] --> player/src/connection.rs:55:12 [INFO] [stdout] | [INFO] [stdout] 50 | impl ConnectionActorHandle { [INFO] [stdout] | -------------------------- methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 55 | pub fn fake_receive(&mut self, msg: Message) -> Result<(), Box> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 103 | pub async fn leave_room(&self) -> Result> { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `ContextMenuSelected` is never constructed [INFO] [stdout] --> player/src/gui.rs:100:5 [INFO] [stdout] | [INFO] [stdout] 75 | pub enum UIEvent { [INFO] [stdout] | ------- variant in this enum [INFO] [stdout] ... [INFO] [stdout] 100 | ContextMenuSelected(usize), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `UIEvent` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `Bitrate` is never constructed [INFO] [stdout] --> player/src/gui.rs:122:5 [INFO] [stdout] | [INFO] [stdout] 110 | pub enum UIUpdateEvent { [INFO] [stdout] | ------------- variant in this enum [INFO] [stdout] ... [INFO] [stdout] 122 | Bitrate(u32), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `UIUpdateEvent` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `AddServer` is never constructed [INFO] [stdout] --> player/src/gui.rs:132:5 [INFO] [stdout] | [INFO] [stdout] 128 | pub enum ConnectionDlgEvent { [INFO] [stdout] | ------------------ variant in this enum [INFO] [stdout] ... [INFO] [stdout] 132 | AddServer(String), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ConnectionDlgEvent` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias `UiRx` is never used [INFO] [stdout] --> player/src/gui.rs:155:6 [INFO] [stdout] | [INFO] [stdout] 155 | type UiRx = mpsc::UnboundedReceiver; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `tree` is never read [INFO] [stdout] --> player/src/gui/preferences_window.rs:48:9 [INFO] [stdout] | [INFO] [stdout] 46 | pub struct PrefsWindow { [INFO] [stdout] | ----------- field in this struct [INFO] [stdout] 47 | pub main_win: Window, [INFO] [stdout] 48 | pub tree: Tree, [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `invalidate` is never used [INFO] [stdout] --> player/src/gui/context_menu.rs:126:12 [INFO] [stdout] | [INFO] [stdout] 25 | impl ContextMenu { [INFO] [stdout] | ---------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 126 | pub fn invalidate(&mut self) { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] PROBLEMATIC OBJECtS [INFO] [stderr] [("/usr/lib/x86_64-linux-gnu/libXinerama.so", ".ctors"), ("/usr/lib/x86_64-linux-gnu/libXinerama.so", ".dtors"), ("/usr/lib/x86_64-linux-gnu/libXinerama.so", ".ctors"), ("/usr/lib/x86_64-linux-gnu/libXinerama.so", ".dtors"), ("/usr/lib/x86_64-linux-gnu/libXfixes.so", ".ctors"), ("/usr/lib/x86_64-linux-gnu/libXfixes.so", ".dtors"), ("/usr/lib/x86_64-linux-gnu/libXfixes.so", ".ctors"), ("/usr/lib/x86_64-linux-gnu/libXfixes.so", ".dtors")] [INFO] [stderr] [INFO] [stderr] thread 'rustc' panicked at compiler/rustc_codegen_ssa/src/back/link.rs:1070:9: [INFO] [stderr] [("/usr/lib/x86_64-linux-gnu/libXinerama.so", ".ctors"), ("/usr/lib/x86_64-linux-gnu/libXinerama.so", ".dtors"), ("/usr/lib/x86_64-linux-gnu/libXinerama.so", ".ctors"), ("/usr/lib/x86_64-linux-gnu/libXinerama.so", ".dtors"), ("/usr/lib/x86_64-linux-gnu/libXfixes.so", ".ctors"), ("/usr/lib/x86_64-linux-gnu/libXfixes.so", ".dtors"), ("/usr/lib/x86_64-linux-gnu/libXfixes.so", ".ctors"), ("/usr/lib/x86_64-linux-gnu/libXfixes.so", ".dtors")] [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x7026ca1e5690 - ::fmt::hbab8c721684401b4 [INFO] [stderr] 1: 0x7026caa2897c - core::fmt::write::h158028a1057c5444 [INFO] [stderr] 2: 0x7026cbcd1651 - std::io::Write::write_fmt::ha5ec77d89deb6b83 [INFO] [stderr] 3: 0x7026ca1e54f2 - std::sys::backtrace::BacktraceLock::print::hc4e637a574877308 [INFO] [stderr] 4: 0x7026ca1e7972 - std::panicking::default_hook::{{closure}}::hf5423323c6d3b2d4 [INFO] [stderr] 5: 0x7026ca1e77fa - std::panicking::default_hook::hff94fcfd526aa5a1 [INFO] [stderr] 6: 0x7026c9344789 - std[61d1a8db00d809ea]::panicking::update_hook::>::{closure#0} [INFO] [stderr] 7: 0x7026ca1e84f3 - std::panicking::rust_panic_with_hook::h2a12398dc9c3b0c4 [INFO] [stderr] 8: 0x7026ca1e81ea - std::panicking::begin_panic_handler::{{closure}}::h5e82acf7c1a42a12 [INFO] [stderr] 9: 0x7026ca1e5b79 - std::sys::backtrace::__rust_end_short_backtrace::hc302e7511b865bc3 [INFO] [stderr] 10: 0x7026ca1e7ead - rust_begin_unwind [INFO] [stderr] 11: 0x7026c6e3f5a0 - core::panicking::panic_fmt::h83ef9ec7652d3d28 [INFO] [stderr] 12: 0x7026cbb0b3f9 - rustc_codegen_ssa[d055474915c3d4b8]::back::link::link_natively [INFO] [stderr] 13: 0x7026cb9d3dc8 - rustc_codegen_ssa[d055474915c3d4b8]::back::link::link_binary [INFO] [stderr] 14: 0x7026cb9d2d59 - ::link [INFO] [stderr] 15: 0x7026cb93b7ab - rustc_interface[934c1539811e3af6]::interface::run_compiler::<(), rustc_driver_impl[c31b513e5783efcc]::run_compiler::{closure#0}>::{closure#1} [INFO] [stderr] 16: 0x7026cb898684 - std[61d1a8db00d809ea]::sys::backtrace::__rust_begin_short_backtrace::::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()> [INFO] [stderr] 17: 0x7026cb898359 - <::spawn_unchecked_::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>::{closure#1} as core[8ca11d5e748da07e]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stderr] 18: 0x7026cb897aef - std::sys::pal::unix::thread::Thread::new::thread_start::h39744fe8806739fa [INFO] [stderr] 19: 0x7026cd07bac3 - [INFO] [stderr] 20: 0x7026cd10ca04 - clone [INFO] [stderr] 21: 0x0 - [INFO] [stderr] [INFO] [stderr] error: the compiler unexpectedly panicked. this is a bug. [INFO] [stderr] [INFO] [stderr] note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md [INFO] [stderr] [INFO] [stderr] note: please make sure that you have updated to the latest nightly [INFO] [stderr] [INFO] [stderr] warning: the ICE couldn't be written to `/opt/rustwide/workdir/rustc-ice-2025-02-17T18_51_55-5127.txt`: Read-only file system (os error 30) [INFO] [stderr] [INFO] [stderr] note: rustc 1.86.0-nightly (dd06aa59b 2025-02-15) running on x86_64-unknown-linux-gnu [INFO] [stderr] [INFO] [stderr] note: compiler flags: --crate-type bin -C embed-bitcode=no -C debuginfo=2 [INFO] [stderr] [INFO] [stderr] note: some of the compiler flags provided by cargo are hidden [INFO] [stderr] [INFO] [stderr] query stack during panic: [INFO] [stderr] end of query stack [INFO] [stderr] error: could not compile `player` (bin "player"); 32 warnings emitted [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/dd06aa59b9c8562b8b5652c638defc5836c326d0/bin/rustc --crate-name player --edition=2021 player/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a4af36bbd62658c7 -C extra-filename=-1b71288ef388a630 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern aes_gcm_siv=/opt/rustwide/target/debug/deps/libaes_gcm_siv-7becb5ee8015bb08.rlib --extern bincode=/opt/rustwide/target/debug/deps/libbincode-f5e6d7c71de6ba32.rlib --extern bytes=/opt/rustwide/target/debug/deps/libbytes-89d7ab79dfdabb18.rlib --extern cpal=/opt/rustwide/target/debug/deps/libcpal-8b0ebb1900705046.rlib --extern fltk=/opt/rustwide/target/debug/deps/libfltk-2f4da1f07050d47c.rlib --extern fltk_theme=/opt/rustwide/target/debug/deps/libfltk_theme-6c25f1a261ce5c50.rlib --extern futures=/opt/rustwide/target/debug/deps/libfutures-1af876aa539d6bf2.rlib --extern hex=/opt/rustwide/target/debug/deps/libhex-28742b4ca144387c.rlib --extern hound=/opt/rustwide/target/debug/deps/libhound-f5cba25274d780e9.rlib --extern image=/opt/rustwide/target/debug/deps/libimage-15cf8ff35f5e381e.rlib --extern opus=/opt/rustwide/target/debug/deps/libopus-498ca02386ccb2c3.rlib --extern platform_dirs=/opt/rustwide/target/debug/deps/libplatform_dirs-683e059387b0593a.rlib --extern protocol=/opt/rustwide/target/debug/deps/libprotocol-2a773adb1abe55d9.rlib --extern ringbuf=/opt/rustwide/target/debug/deps/libringbuf-78016132398ede5e.rlib --extern rubato=/opt/rustwide/target/debug/deps/librubato-5e4f91bab1903fc9.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-443c77c99462e276.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-13599b612e5f03a3.rlib --extern spectrum_analyzer=/opt/rustwide/target/debug/deps/libspectrum_analyzer-ac25687b450d470f.rlib --extern symphonia=/opt/rustwide/target/debug/deps/libsymphonia-9b86f99cc3e3f988.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-7840ad72f59f0fec.rlib --extern uuid=/opt/rustwide/target/debug/deps/libuuid-50fc056b85f2a1c1.rlib --cap-lints=forbid -L native=/usr/lib/x86_64-linux-gnu -L native=/opt/rustwide/target/debug/build/fltk-sys-673419e418af45c0/out/build -L native=/opt/rustwide/target/debug/build/fltk-sys-673419e418af45c0/out/build/Release -L native=/opt/rustwide/target/debug/build/fltk-sys-673419e418af45c0/out/lib -L native=/opt/rustwide/target/debug/build/fltk-sys-673419e418af45c0/out/lib64 -L native=/opt/rustwide/target/debug/build/fltk-sys-673419e418af45c0/out/lib/Release -L native=/opt/rustwide/target/debug/build/fltk-sys-673419e418af45c0/out/lib64/Release -L native=/usr/lib/x86_64-linux-gnu` (exit status: 101) [INFO] running `Command { std: "docker" "inspect" "127fc7e6e253384b8ef24e9d1ebc8df2506bfb33d13ce5554182cb6be84e122d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "127fc7e6e253384b8ef24e9d1ebc8df2506bfb33d13ce5554182cb6be84e122d", kill_on_drop: false }` [INFO] [stdout] 127fc7e6e253384b8ef24e9d1ebc8df2506bfb33d13ce5554182cb6be84e122d