[INFO] cloning repository https://github.com/stemnic/rustysm [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/stemnic/rustysm" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fstemnic%2Frustysm", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fstemnic%2Frustysm'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] d64bdcc8964f98c3048307c93b4e7d07478bd475 [INFO] testing stemnic/rustysm against master#432e145bd5a974c5b6f4dd9b352891bd7502b69d for pr-87041 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fstemnic%2Frustysm" "/workspace/builds/worker-1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/stemnic/rustysm on toolchain 432e145bd5a974c5b6f4dd9b352891bd7502b69d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/stemnic/rustysm [INFO] finished tweaking git repo https://github.com/stemnic/rustysm [INFO] tweaked toml for git repo https://github.com/stemnic/rustysm written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/stemnic/rustysm already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] da9d38e30b6dcc79c06bedd4fab7cd7356a1e2d3e8b53aaadce5f476277c47e0 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "da9d38e30b6dcc79c06bedd4fab7cd7356a1e2d3e8b53aaadce5f476277c47e0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "da9d38e30b6dcc79c06bedd4fab7cd7356a1e2d3e8b53aaadce5f476277c47e0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "da9d38e30b6dcc79c06bedd4fab7cd7356a1e2d3e8b53aaadce5f476277c47e0", kill_on_drop: false }` [INFO] [stdout] da9d38e30b6dcc79c06bedd4fab7cd7356a1e2d3e8b53aaadce5f476277c47e0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 071133c8570dca648eaee500fa912e062db35fe80978a69be15ae91f5f9d227c [INFO] running `Command { std: "docker" "start" "-a" "071133c8570dca648eaee500fa912e062db35fe80978a69be15ae91f5f9d227c", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.81 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling serde v1.0.119 [INFO] [stderr] Compiling log v0.4.13 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling rustc-serialize v0.3.24 [INFO] [stderr] Compiling serde_json v1.0.61 [INFO] [stderr] Compiling anyhow v1.0.38 [INFO] [stderr] Compiling ppv-lite86 v0.2.10 [INFO] [stderr] Compiling unicode-width v0.1.8 [INFO] [stderr] Compiling slab v0.4.2 [INFO] [stderr] Compiling linked-hash-map v0.5.4 [INFO] [stderr] Compiling smallvec v1.6.1 [INFO] [stderr] Compiling getrandom v0.2.2 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling traitobject v0.1.0 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling regex-syntax v0.6.22 [INFO] [stderr] Compiling dtoa v0.4.7 [INFO] [stderr] Compiling numtoa v0.1.0 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling log-mdc v0.1.0 [INFO] [stderr] Compiling unicode-segmentation v1.7.1 [INFO] [stderr] Compiling cassowary v0.3.0 [INFO] [stderr] Compiling humantime v2.1.0 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling arc-swap v0.4.8 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling alsa-sys v0.3.1 [INFO] [stderr] Compiling instant v0.1.9 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling yaml-rust v0.4.5 [INFO] [stderr] Compiling thread_local v1.1.0 [INFO] [stderr] Compiling lock_api v0.4.2 [INFO] [stderr] Compiling walkdir v2.3.1 [INFO] [stderr] Compiling unsafe-any v0.4.2 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling typemap v0.3.3 [INFO] [stderr] Compiling aho-corasick v0.7.15 [INFO] [stderr] Compiling quote v1.0.8 [INFO] [stderr] Compiling syn v1.0.58 [INFO] [stderr] Compiling num-traits v0.1.43 [INFO] [stderr] Compiling num-complex v0.1.43 [INFO] [stderr] Compiling ordered-float v2.0.1 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling net2 v0.2.37 [INFO] [stderr] Compiling inotify-sys v0.1.4 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling parking_lot_core v0.8.2 [INFO] [stderr] Compiling wait-timeout v0.2.0 [INFO] [stderr] Compiling dirs-sys v0.3.5 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling nix v0.15.0 [INFO] [stderr] Compiling termion v1.5.5 [INFO] [stderr] Compiling thread-id v3.3.0 [INFO] [stderr] Compiling filetime v0.2.13 [INFO] [stderr] Compiling regex v1.4.3 [INFO] [stderr] Compiling enum_primitive v0.1.1 [INFO] [stderr] Compiling inotify v0.7.1 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling parking_lot v0.11.1 [INFO] [stderr] Compiling uuid v0.8.2 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling dirs v3.0.1 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling num-bigint v0.1.44 [INFO] [stderr] Compiling tui v0.14.0 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling num-rational v0.1.42 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stderr] Compiling easy_reader v0.5.0 [INFO] [stderr] Compiling serde_derive v1.0.119 [INFO] [stderr] Compiling thiserror-impl v1.0.23 [INFO] [stderr] Compiling derivative v2.1.3 [INFO] [stderr] Compiling alsa v0.4.3 [INFO] [stderr] Compiling thiserror v1.0.23 [INFO] [stderr] Compiling serde-value v0.7.0 [INFO] [stderr] Compiling serde_yaml v0.8.15 [INFO] [stderr] Compiling mio v0.6.23 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling mpv v0.2.3 [INFO] [stderr] Compiling youtube_dl v0.6.0 [INFO] [stderr] Compiling log4rs v1.0.0 [INFO] [stderr] Compiling mio-extras v2.0.6 [INFO] [stderr] Compiling notify v4.0.15 [INFO] [stderr] Compiling rustysm v0.1.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused imports: `debug`, `error`, `info` [INFO] [stdout] --> src/status_watcher.rs:22:11 [INFO] [stdout] | [INFO] [stdout] 22 | use log::{error, info, warn, debug}; [INFO] [stdout] | ^^^^^ ^^^^ ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `BarChart`, `Cell`, `Clear`, `Gauge`, `Widget` [INFO] [stdout] --> src/terminal_ui.rs:6:20 [INFO] [stdout] | [INFO] [stdout] 6 | use tui::widgets::{Widget, Block, Borders, Gauge, LineGauge, Tabs, Table, Row, Cell, TableState, Wrap, Paragraph, BarChart, Clear}; [INFO] [stdout] | ^^^^^^ ^^^^^ ^^^^ ^^^^^^^^ ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `tui::Frame` [INFO] [stdout] --> src/terminal_ui.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use tui::Frame; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Instant` [INFO] [stdout] --> src/terminal_ui.rs:14:27 [INFO] [stdout] | [INFO] [stdout] 14 | use std::time::{Duration, Instant}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `termion::event::Key` [INFO] [stdout] --> src/terminal_ui.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | use termion::event::Key; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `debug`, `error`, `info` [INFO] [stdout] --> src/terminal_ui.rs:26:11 [INFO] [stdout] | [INFO] [stdout] 26 | use log::{error, info, warn, debug}; [INFO] [stdout] | ^^^^^ ^^^^ ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::io::prelude::*` [INFO] [stdout] --> src/history_watcher.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | use std::io::prelude::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::fmt` [INFO] [stdout] --> src/history_watcher.rs:18:5 [INFO] [stdout] | [INFO] [stdout] 18 | use std::fmt; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `SystemTime` [INFO] [stdout] --> src/history_watcher.rs:27:17 [INFO] [stdout] | [INFO] [stdout] 27 | use std::time::{SystemTime, UNIX_EPOCH, Duration}; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `error`, `info` [INFO] [stdout] --> src/history_watcher.rs:30:11 [INFO] [stdout] | [INFO] [stdout] 30 | use log::{error, info, warn, debug}; [INFO] [stdout] | ^^^^^ ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `info`, `trace` [INFO] [stdout] --> src/alsa_controller.rs:6:18 [INFO] [stdout] | [INFO] [stdout] 6 | use log::{error, info, warn, debug, trace}; [INFO] [stdout] | ^^^^ ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `error`, `info`, `warn` [INFO] [stdout] --> src/tab_elements.rs:2:11 [INFO] [stdout] | [INFO] [stdout] 2 | use log::{error, info, warn, debug, trace}; [INFO] [stdout] | ^^^^^ ^^^^ ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `error`, `warn` [INFO] [stdout] --> src/socket_com.rs:11:11 [INFO] [stdout] | [INFO] [stdout] 11 | use log::{error, info, warn, debug, trace}; [INFO] [stdout] | ^^^^^ ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `debug`, `error`, `info`, `trace`, `warn` [INFO] [stdout] --> src/daemon.rs:6:11 [INFO] [stdout] | [INFO] [stdout] 6 | use log::{error, info, warn, debug, trace}; [INFO] [stdout] | ^^^^^ ^^^^ ^^^^ ^^^^^ ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `debug`, `error`, `info`, `trace`, `warn` [INFO] [stdout] --> src/daemon_queue.rs:3:11 [INFO] [stdout] | [INFO] [stdout] 3 | use log::{error, info, warn, debug, trace}; [INFO] [stdout] | ^^^^^ ^^^^ ^^^^ ^^^^^ ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::daemon_downloader::*` [INFO] [stdout] --> src/daemon_queue.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use crate::daemon_downloader::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `error`, `info`, `trace` [INFO] [stdout] --> src/daemon_downloader.rs:11:11 [INFO] [stdout] | [INFO] [stdout] 11 | use log::{error, info, warn, debug, trace}; [INFO] [stdout] | ^^^^^ ^^^^ ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `SubCommand` [INFO] [stdout] --> src/main.rs:19:22 [INFO] [stdout] | [INFO] [stdout] 19 | use clap::{Arg, App, SubCommand}; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `debug`, `error`, `warn` [INFO] [stdout] --> src/main.rs:22:11 [INFO] [stdout] | [INFO] [stdout] 22 | use log::{error, info, warn, debug}; [INFO] [stdout] | ^^^^^ ^^^^ ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::thread::sleep_ms`: replaced by `std::thread::sleep` [INFO] [stdout] --> src/main.rs:122:13 [INFO] [stdout] | [INFO] [stdout] 122 | std::thread::sleep_ms(100); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `tui::backend::Backend` [INFO] [stdout] --> src/terminal_ui.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use tui::backend::Backend; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `path` [INFO] [stdout] --> src/status_watcher.rs:211:35 [INFO] [stdout] | [INFO] [stdout] 211 | Ok(RawEvent{path: Some(path), op: Ok(op), cookie}) => { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_path` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `cookie` [INFO] [stdout] --> src/status_watcher.rs:211:54 [INFO] [stdout] | [INFO] [stdout] 211 | Ok(RawEvent{path: Some(path), op: Ok(op), cookie}) => { [INFO] [stdout] | ^^^^^^ help: try ignoring the field: `cookie: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `path` [INFO] [stdout] --> src/status_watcher.rs:250:35 [INFO] [stdout] | [INFO] [stdout] 250 | Ok(RawEvent{path: Some(path), op: Ok(op), cookie}) => { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_path` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `cookie` [INFO] [stdout] --> src/status_watcher.rs:250:54 [INFO] [stdout] | [INFO] [stdout] 250 | Ok(RawEvent{path: Some(path), op: Ok(op), cookie}) => { [INFO] [stdout] | ^^^^^^ help: try ignoring the field: `cookie: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `size` [INFO] [stdout] --> src/terminal_ui.rs:238:25 [INFO] [stdout] | [INFO] [stdout] 238 | let size = f.size(); [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_size` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `playback_percentage` is never read [INFO] [stdout] --> src/terminal_ui.rs:80:17 [INFO] [stdout] | [INFO] [stdout] 80 | let mut playback_percentage = self.current_status.status_info.lock().unwrap().playback_time; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_assignments)]` on by default [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `queue_list` is never read [INFO] [stdout] --> src/terminal_ui.rs:81:17 [INFO] [stdout] | [INFO] [stdout] 81 | let mut queue_list = self.current_status.status_info.lock().unwrap().entry_list.clone(); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `path` [INFO] [stdout] --> src/history_watcher.rs:140:35 [INFO] [stdout] | [INFO] [stdout] 140 | Ok(RawEvent{path: Some(path), op: Ok(op), cookie}) => { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_path` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `cookie` [INFO] [stdout] --> src/history_watcher.rs:140:54 [INFO] [stdout] | [INFO] [stdout] 140 | Ok(RawEvent{path: Some(path), op: Ok(op), cookie}) => { [INFO] [stdout] | ^^^^^^ help: try ignoring the field: `cookie: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `mpv_thread` [INFO] [stdout] --> src/daemon.rs:62:13 [INFO] [stdout] | [INFO] [stdout] 62 | let mpv_thread = std::thread::spawn(move || { [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_mpv_thread` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `is_playlist` is assigned to, but never used [INFO] [stdout] --> src/daemon_downloader.rs:47:25 [INFO] [stdout] | [INFO] [stdout] 47 | let mut is_playlist = false; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: consider using `_is_playlist` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `is_playlist` is never read [INFO] [stdout] --> src/daemon_downloader.rs:56:25 [INFO] [stdout] | [INFO] [stdout] 56 | is_playlist = true; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `status_stdout` [INFO] [stdout] --> src/daemon_downloader.rs:76:25 [INFO] [stdout] | [INFO] [stdout] 76 | let status_stdout = String::from_utf8_lossy(&feedback.stdout); [INFO] [stdout] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_status_stdout` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `error` [INFO] [stdout] --> src/external_program_status.rs:27:13 [INFO] [stdout] | [INFO] [stdout] 27 | Err(error) => return false, [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_error` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/history_watcher.rs:94:13 [INFO] [stdout] | [INFO] [stdout] 94 | let mut stru = HistoryWatcher{ [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: variant is never constructed: `StopPlayback` [INFO] [stdout] --> src/socket_com.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 22 | StopPlayback, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Command` [INFO] [stdout] --> src/socket_com.rs:35:5 [INFO] [stdout] | [INFO] [stdout] 35 | Command, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `stop_playback` [INFO] [stdout] --> src/socket_com.rs:84:12 [INFO] [stdout] | [INFO] [stdout] 84 | pub fn stop_playback(&mut self) -> Result<(), io::Error> { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `feedbacktype` [INFO] [stdout] --> src/daemon.rs:25:5 [INFO] [stdout] | [INFO] [stdout] 25 | feedbacktype: MPVFeedbackType, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `message` [INFO] [stdout] --> src/daemon.rs:26:5 [INFO] [stdout] | [INFO] [stdout] 26 | message: String, // Can be nothing if type does not take any parameters [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Seekfile` [INFO] [stdout] --> src/daemon.rs:31:5 [INFO] [stdout] | [INFO] [stdout] 31 | Seekfile, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `CycleSubtitles` [INFO] [stdout] --> src/daemon.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | CycleSubtitles, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `EnableAudioPitchCorrection` [INFO] [stdout] --> src/daemon.rs:35:5 [INFO] [stdout] | [INFO] [stdout] 35 | EnableAudioPitchCorrection, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Play` [INFO] [stdout] --> src/daemon.rs:36:5 [INFO] [stdout] | [INFO] [stdout] 36 | Play, [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Pause` [INFO] [stdout] --> src/daemon.rs:37:5 [INFO] [stdout] | [INFO] [stdout] 37 | Pause, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `mpv_play_add` [INFO] [stdout] --> src/daemon.rs:152:12 [INFO] [stdout] | [INFO] [stdout] 152 | pub fn mpv_play_add(&self, file:&str) -> () { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `LocalFile` [INFO] [stdout] --> src/daemon_queue.rs:26:5 [INFO] [stdout] | [INFO] [stdout] 26 | LocalFile, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `YoutubeVideo` [INFO] [stdout] --> src/daemon_queue.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 27 | YoutubeVideo, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `FileStream` [INFO] [stdout] --> src/daemon_queue.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | FileStream, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/daemon_queue.rs:63:12 [INFO] [stdout] | [INFO] [stdout] 63 | pub fn new() -> Result { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `add_to_queue` [INFO] [stdout] --> src/daemon_queue.rs:66:12 [INFO] [stdout] | [INFO] [stdout] 66 | pub fn add_to_queue(&mut self, object: InputObject ) { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `process_prequeue` [INFO] [stdout] --> src/daemon_queue.rs:70:12 [INFO] [stdout] | [INFO] [stdout] 70 | pub fn process_prequeue(&mut self) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/daemon_downloader.rs:30:12 [INFO] [stdout] | [INFO] [stdout] 30 | pub fn new(url:String, download_directory:String ) -> Result { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `check_download_ready` [INFO] [stdout] --> src/daemon_downloader.rs:105:12 [INFO] [stdout] | [INFO] [stdout] 105 | pub fn check_download_ready(&mut self) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `cleanup_downloaded_videoes` [INFO] [stdout] --> src/daemon_downloader.rs:119:12 [INFO] [stdout] | [INFO] [stdout] 119 | pub fn cleanup_downloaded_videoes(&self) -> () { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `mpd_play_pause` [INFO] [stdout] --> src/external_program_status.rs:50:8 [INFO] [stdout] | [INFO] [stdout] 50 | pub fn mpd_play_pause() -> () { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `std::result::Result` that must be used [INFO] [stdout] --> src/status_watcher.rs:216:25 [INFO] [stdout] | [INFO] [stdout] 216 | update_notifier.send(()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `std::result::Result` that must be used [INFO] [stdout] --> src/status_watcher.rs:255:25 [INFO] [stdout] | [INFO] [stdout] 255 | update_notifier.send(()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `std::result::Result` that must be used [INFO] [stdout] --> src/terminal_ui.rs:223:17 [INFO] [stdout] | [INFO] [stdout] 223 | alsa_controller.update_volume(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `std::result::Result` that must be used [INFO] [stdout] --> src/history_watcher.rs:102:9 [INFO] [stdout] | [INFO] [stdout] 102 | ... read_history_file(&path::PathBuf::from(stru.sm_history_file.to_str().unwrap()), stru.lines_to_read, stru.line_offset, stru.entries.clone()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `std::result::Result` that must be used [INFO] [stdout] --> src/history_watcher.rs:146:25 [INFO] [stdout] | [INFO] [stdout] 146 | update_notifier.send(()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `std::result::Result` that must be used [INFO] [stdout] --> src/alsa_controller.rs:48:25 [INFO] [stdout] | [INFO] [stdout] 48 | alsa_event_tx.send(name.to_string()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Type` should have a snake case name [INFO] [stdout] --> src/socket_com.rs:43:5 [INFO] [stdout] | [INFO] [stdout] 43 | Type: MessageType, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] help: rename the identifier or convert it to a snake case raw identifier [INFO] [stdout] | [INFO] [stdout] 43 | r#type: MessageType, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Priority` should have a snake case name [INFO] [stdout] --> src/socket_com.rs:44:5 [INFO] [stdout] | [INFO] [stdout] 44 | Priority: u64, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `priority` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Data` should have a snake case name [INFO] [stdout] --> src/socket_com.rs:45:5 [INFO] [stdout] | [INFO] [stdout] 45 | Data: Vec [INFO] [stdout] | ^^^^ help: convert the identifier to snake case: `data` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/rustysm-07fa7ea3058faf42.rustysm.d2d4c369-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/rustysm-07fa7ea3058faf42.rustysm.d2d4c369-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/rustysm-07fa7ea3058faf42.rustysm.d2d4c369-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/rustysm-07fa7ea3058faf42.rustysm.d2d4c369-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/rustysm-07fa7ea3058faf42.rustysm.d2d4c369-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/rustysm-07fa7ea3058faf42.rustysm.d2d4c369-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/rustysm-07fa7ea3058faf42.rustysm.d2d4c369-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/rustysm-07fa7ea3058faf42.rustysm.d2d4c369-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/rustysm-07fa7ea3058faf42.rustysm.d2d4c369-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/rustysm-07fa7ea3058faf42.rustysm.d2d4c369-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/rustysm-07fa7ea3058faf42.rustysm.d2d4c369-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/rustysm-07fa7ea3058faf42.rustysm.d2d4c369-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/rustysm-07fa7ea3058faf42.rustysm.d2d4c369-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/rustysm-07fa7ea3058faf42.rustysm.d2d4c369-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/rustysm-07fa7ea3058faf42.rustysm.d2d4c369-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/rustysm-07fa7ea3058faf42.rustysm.d2d4c369-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/rustysm-07fa7ea3058faf42.35kfnrbnucbexiwb.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libdirs-e70c3f97e76b03bf.rlib" "/opt/rustwide/target/debug/deps/libdirs_sys-6c36a1f2a6a63a0a.rlib" "/opt/rustwide/target/debug/deps/libclap-ce90b00ddbfb9c3f.rlib" "/opt/rustwide/target/debug/deps/libvec_map-97ca52e148358cd3.rlib" "/opt/rustwide/target/debug/deps/libtextwrap-678d5d865513eebc.rlib" "/opt/rustwide/target/debug/deps/libstrsim-4124e514b7a4f703.rlib" "/opt/rustwide/target/debug/deps/libatty-2545378fa4ae7593.rlib" "/opt/rustwide/target/debug/deps/libansi_term-bd7b8ca88b2cc3f8.rlib" "/opt/rustwide/target/debug/deps/liblog4rs-46415df099e1d358.rlib" "/opt/rustwide/target/debug/deps/liblog_mdc-48e8193a1b40080a.rlib" "/opt/rustwide/target/debug/deps/libthread_id-4d2ca5d4fa848b2c.rlib" "/opt/rustwide/target/debug/deps/libhumantime-2d575097e7169ff0.rlib" "/opt/rustwide/target/debug/deps/libserde_yaml-fd123cbcde591a34.rlib" "/opt/rustwide/target/debug/deps/libdtoa-bf32f84540afa601.rlib" "/opt/rustwide/target/debug/deps/libyaml_rust-fc2ac5b964651b53.rlib" "/opt/rustwide/target/debug/deps/liblinked_hash_map-652c6f4943ddd406.rlib" "/opt/rustwide/target/debug/deps/libregex-8b407b9d608e383f.rlib" "/opt/rustwide/target/debug/deps/libthread_local-59052ea27e63552b.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-f67718dd40129317.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-0e1637be2d60a974.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-e9279f0183ab6dab.rlib" "/opt/rustwide/target/debug/deps/libmemchr-e7268561e64e0c3d.rlib" "/opt/rustwide/target/debug/deps/libtypemap-fd04929065128cd8.rlib" "/opt/rustwide/target/debug/deps/libunsafe_any-33a683faddc697e5.rlib" "/opt/rustwide/target/debug/deps/libtraitobject-c47ee9ca9f97a3f1.rlib" "/opt/rustwide/target/debug/deps/libthiserror-6ba40dcda93895e8.rlib" "/opt/rustwide/target/debug/deps/libanyhow-b9c9ba3210894b18.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-960c1cd24dcc4839.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-0bd419e78b30e051.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-2373f89db8adc0bf.rlib" "/opt/rustwide/target/debug/deps/liblock_api-23da977340193230.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-4b059ff10415273f.rlib" "/opt/rustwide/target/debug/deps/libinstant-935e74d8392426ec.rlib" "/opt/rustwide/target/debug/deps/libserde_value-6225ae6460d7aad6.rlib" "/opt/rustwide/target/debug/deps/libordered_float-2c3c99718a8e6626.rlib" "/opt/rustwide/target/debug/deps/libarc_swap-4700291ef2bbd6cb.rlib" "/opt/rustwide/target/debug/deps/libuuid-058ea997d067c164.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-14c6510b70df5854.rlib" "/opt/rustwide/target/debug/deps/libmpv-1b8cf86517b94648.rlib" "/opt/rustwide/target/debug/deps/libnum-b16a7717bbedc6b5.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-82ce640e584e776b.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-df11160e2322de67.rlib" "/opt/rustwide/target/debug/deps/librand-21869482e868d604.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-b60b9594eacf1c4b.rlib" "/opt/rustwide/target/debug/deps/librustc_serialize-efb9cfa92b7c8c8d.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-d5869d18b76ec653.rlib" "/opt/rustwide/target/debug/deps/libenum_primitive-9608af7b5dd5d384.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-c8ba4ac984884c79.rlib" "/opt/rustwide/target/debug/deps/libyoutube_dl-72a96060eb36e009.rlib" "/opt/rustwide/target/debug/deps/libwait_timeout-b5c050f6c81b5887.rlib" "/opt/rustwide/target/debug/deps/libserde_json-59dfb8f9c1770622.rlib" "/opt/rustwide/target/debug/deps/libryu-e6fb900e507a464e.rlib" "/opt/rustwide/target/debug/deps/libitoa-653c401ca764c4cb.rlib" "/opt/rustwide/target/debug/deps/libalsa-3d62b41062443da4.rlib" "/opt/rustwide/target/debug/deps/libnix-3ab0488d346787b1.rlib" "/opt/rustwide/target/debug/deps/libvoid-5636004af8853cbe.rlib" "/opt/rustwide/target/debug/deps/libalsa_sys-d745f7272b9289e2.rlib" "/opt/rustwide/target/debug/deps/libchrono-66a4e67d35ba5d01.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-d176c5cb3ee0ae21.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-819abb75827096f3.rlib" "/opt/rustwide/target/debug/deps/libtime-9f49cfa0c7968a1f.rlib" "/opt/rustwide/target/debug/deps/libeasy_reader-562493d5947acac4.rlib" "/opt/rustwide/target/debug/deps/librand-3cb14ac78bf72df7.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-11586873623ccc5f.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-82bdeb907cc2ed56.rlib" "/opt/rustwide/target/debug/deps/librand_core-c3e7d911dfe59fd8.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-c8b297cb33971d4d.rlib" "/opt/rustwide/target/debug/deps/libfnv-74d41fd10066a65d.rlib" "/opt/rustwide/target/debug/deps/libtui-d1a747fc4698d823.rlib" "/opt/rustwide/target/debug/deps/libcassowary-39f04e5b709c9e3e.rlib" "/opt/rustwide/target/debug/deps/libunicode_segmentation-784891560bce8487.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-58fa4f49044d3e0e.rlib" "/opt/rustwide/target/debug/deps/libtermion-bffd777ecbe69b25.rlib" "/opt/rustwide/target/debug/deps/libnumtoa-51b616dd51615fb3.rlib" "/opt/rustwide/target/debug/deps/libnotify-3df315cff4e9e062.rlib" "/opt/rustwide/target/debug/deps/libwalkdir-6419938b93314fa0.rlib" "/opt/rustwide/target/debug/deps/libsame_file-363d9c9b6ab85ccc.rlib" "/opt/rustwide/target/debug/deps/libinotify-44f8b16e95271661.rlib" "/opt/rustwide/target/debug/deps/libinotify_sys-bffa1a8d6213a6df.rlib" "/opt/rustwide/target/debug/deps/libmio_extras-ae11dc2fc8ac6dcb.rlib" "/opt/rustwide/target/debug/deps/liblazycell-415c7f8c579dbe87.rlib" "/opt/rustwide/target/debug/deps/libmio-5d299b4148cf894b.rlib" "/opt/rustwide/target/debug/deps/liblog-4301a4baee4607ad.rlib" "/opt/rustwide/target/debug/deps/libserde-6724353d04cb777b.rlib" "/opt/rustwide/target/debug/deps/libslab-342d21e1f5505122.rlib" "/opt/rustwide/target/debug/deps/libiovec-f5e997030888ee83.rlib" "/opt/rustwide/target/debug/deps/libnet2-bb99e4c3a1808310.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-de9cbe0cb77e19a3.rlib" "/opt/rustwide/target/debug/deps/libfiletime-d2eb4e0d45afb370.rlib" "/opt/rustwide/target/debug/deps/liblibc-30485e3088c67835.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-477585129feec44c.rlib" "/opt/rustwide/target/debug/deps/libbitflags-603a79344a96ee73.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-37fdd654777c296f.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-d883bf2137e9181a.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-22ab8f3db88b586e.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-0167c9242d0931d5.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-361790a1a5505fc5.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-01c2ffe1ecd05a67.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-ec79e29a889fe805.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-001a3456e8a8331b.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-e8f1404290f0f040.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-76f46d0f23360a60.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-baf0bdc5eb131895.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-3a6a4ee6592d9370.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-1cc90d9dd57195f8.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0e91863ffbec5148.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-69528f2eac185ac9.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-52d5241975807511.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-9924c22ae1efcf66.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-d1241f7bd234a268.rlib" "-Wl,-Bdynamic" "-lmpv" "-lasound" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/rustysm-07fa7ea3058faf42" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: cannot find -lmpv [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 66 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `rustysm` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "071133c8570dca648eaee500fa912e062db35fe80978a69be15ae91f5f9d227c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "071133c8570dca648eaee500fa912e062db35fe80978a69be15ae91f5f9d227c", kill_on_drop: false }` [INFO] [stdout] 071133c8570dca648eaee500fa912e062db35fe80978a69be15ae91f5f9d227c