[INFO] crate easyjack 0.1.2 is already in cache [INFO] testing easyjack-0.1.2 against 1.45.2 for beta-1.46-1 [INFO] extracting crate easyjack 0.1.2 into /workspace/builds/worker-12/source [INFO] validating manifest of crates.io crate easyjack 0.1.2 on toolchain 1.45.2 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate easyjack 0.1.2 [INFO] finished tweaking crates.io crate easyjack 0.1.2 [INFO] tweaked toml for crates.io crate easyjack 0.1.2 written to /workspace/builds/worker-12/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4ccc819c9c68495a0107902469b915e59045cd3bddd799294cb8efdc4910f637 [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" "4ccc819c9c68495a0107902469b915e59045cd3bddd799294cb8efdc4910f637", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4ccc819c9c68495a0107902469b915e59045cd3bddd799294cb8efdc4910f637", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4ccc819c9c68495a0107902469b915e59045cd3bddd799294cb8efdc4910f637", kill_on_drop: false }` [INFO] [stdout] 4ccc819c9c68495a0107902469b915e59045cd3bddd799294cb8efdc4910f637 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "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] 96510060de9bc670d0dc8a88747e5f1415d3eab05f12eb0ca75bae62ae01a7a2 [INFO] running `Command { std: "docker" "start" "-a" "96510060de9bc670d0dc8a88747e5f1415d3eab05f12eb0ca75bae62ae01a7a2", kill_on_drop: false }` [INFO] [stderr] Compiling easyjack v0.1.2 (/opt/rustwide/workdir) [INFO] [stderr] Compiling nix v0.7.0 [INFO] [stderr] Compiling jack-sys v0.1.5 [INFO] [stderr] Compiling num-rational v0.1.42 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/types.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 23 | / bitflags! { [INFO] [stdout] 24 | | pub flags PortFlags: u32 { [INFO] [stdout] 25 | | /// if PortIsInput is set, then the port can receive data. [INFO] [stdout] 26 | | const PORT_IS_INPUT = jack_sys::JackPortIsInput, [INFO] [stdout] ... | [INFO] [stdout] 56 | | } [INFO] [stdout] 57 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/types.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 23 | / bitflags! { [INFO] [stdout] 24 | | pub flags PortFlags: u32 { [INFO] [stdout] 25 | | /// if PortIsInput is set, then the port can receive data. [INFO] [stdout] 26 | | const PORT_IS_INPUT = jack_sys::JackPortIsInput, [INFO] [stdout] ... | [INFO] [stdout] 56 | | } [INFO] [stdout] 57 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/types.rs:72:5 [INFO] [stdout] | [INFO] [stdout] 72 | / bitflags! { [INFO] [stdout] 73 | | pub flags Status: u32 { [INFO] [stdout] 74 | | /// overall operation failed [INFO] [stdout] 75 | | const FAILURE = jack_sys::JackFailure, [INFO] [stdout] ... | [INFO] [stdout] 117 | | } [INFO] [stdout] 118 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/types.rs:72:5 [INFO] [stdout] | [INFO] [stdout] 72 | / bitflags! { [INFO] [stdout] 73 | | pub flags Status: u32 { [INFO] [stdout] 74 | | /// overall operation failed [INFO] [stdout] 75 | | const FAILURE = jack_sys::JackFailure, [INFO] [stdout] ... | [INFO] [stdout] 117 | | } [INFO] [stdout] 118 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/types.rs:126:5 [INFO] [stdout] | [INFO] [stdout] 126 | / bitflags! { [INFO] [stdout] 127 | | pub flags Options: u32 { [INFO] [stdout] 128 | | /// Null value to use when no option bits are needed. [INFO] [stdout] 129 | | const NULL_OPTIONS = jack_sys::JackNullOption, [INFO] [stdout] ... | [INFO] [stdout] 148 | | } [INFO] [stdout] 149 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/types.rs:126:5 [INFO] [stdout] | [INFO] [stdout] 126 | / bitflags! { [INFO] [stdout] 127 | | pub flags Options: u32 { [INFO] [stdout] 128 | | /// Null value to use when no option bits are needed. [INFO] [stdout] 129 | | const NULL_OPTIONS = jack_sys::JackNullOption, [INFO] [stdout] ... | [INFO] [stdout] 148 | | } [INFO] [stdout] 149 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/client.rs:19:34 [INFO] [stdout] | [INFO] [stdout] 19 | process_handler: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ProcessHandler + 'a` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/client.rs:20:34 [INFO] [stdout] | [INFO] [stdout] 20 | metadata_handler: Option> [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn MetadataHandler + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stdout] --> src/midi.rs:37:31 [INFO] [stdout] | [INFO] [stdout] 37 | let mut jstruct = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.08s [INFO] running `Command { std: "docker" "inspect" "96510060de9bc670d0dc8a88747e5f1415d3eab05f12eb0ca75bae62ae01a7a2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "96510060de9bc670d0dc8a88747e5f1415d3eab05f12eb0ca75bae62ae01a7a2", kill_on_drop: false }` [INFO] [stdout] 96510060de9bc670d0dc8a88747e5f1415d3eab05f12eb0ca75bae62ae01a7a2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5c49a82ad14ac3a9bdb50ce353073392ff3e80fff0f8c624da7356b17232f8c3 [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" "5c49a82ad14ac3a9bdb50ce353073392ff3e80fff0f8c624da7356b17232f8c3", kill_on_drop: false }` [INFO] [stderr] Compiling easyjack v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/types.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 23 | / bitflags! { [INFO] [stdout] 24 | | pub flags PortFlags: u32 { [INFO] [stdout] 25 | | /// if PortIsInput is set, then the port can receive data. [INFO] [stdout] 26 | | const PORT_IS_INPUT = jack_sys::JackPortIsInput, [INFO] [stdout] ... | [INFO] [stdout] 56 | | } [INFO] [stdout] 57 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/types.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 23 | / bitflags! { [INFO] [stdout] 24 | | pub flags PortFlags: u32 { [INFO] [stdout] 25 | | /// if PortIsInput is set, then the port can receive data. [INFO] [stdout] 26 | | const PORT_IS_INPUT = jack_sys::JackPortIsInput, [INFO] [stdout] ... | [INFO] [stdout] 56 | | } [INFO] [stdout] 57 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/types.rs:72:5 [INFO] [stdout] | [INFO] [stdout] 72 | / bitflags! { [INFO] [stdout] 73 | | pub flags Status: u32 { [INFO] [stdout] 74 | | /// overall operation failed [INFO] [stdout] 75 | | const FAILURE = jack_sys::JackFailure, [INFO] [stdout] ... | [INFO] [stdout] 117 | | } [INFO] [stdout] 118 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/types.rs:72:5 [INFO] [stdout] | [INFO] [stdout] 72 | / bitflags! { [INFO] [stdout] 73 | | pub flags Status: u32 { [INFO] [stdout] 74 | | /// overall operation failed [INFO] [stdout] 75 | | const FAILURE = jack_sys::JackFailure, [INFO] [stdout] ... | [INFO] [stdout] 117 | | } [INFO] [stdout] 118 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/types.rs:126:5 [INFO] [stdout] | [INFO] [stdout] 126 | / bitflags! { [INFO] [stdout] 127 | | pub flags Options: u32 { [INFO] [stdout] 128 | | /// Null value to use when no option bits are needed. [INFO] [stdout] 129 | | const NULL_OPTIONS = jack_sys::JackNullOption, [INFO] [stdout] ... | [INFO] [stdout] 148 | | } [INFO] [stdout] 149 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/types.rs:126:5 [INFO] [stdout] | [INFO] [stdout] 126 | / bitflags! { [INFO] [stdout] 127 | | pub flags Options: u32 { [INFO] [stdout] 128 | | /// Null value to use when no option bits are needed. [INFO] [stdout] 129 | | const NULL_OPTIONS = jack_sys::JackNullOption, [INFO] [stdout] ... | [INFO] [stdout] 148 | | } [INFO] [stdout] 149 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/client.rs:19:34 [INFO] [stdout] | [INFO] [stdout] 19 | process_handler: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ProcessHandler + 'a` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/client.rs:20:34 [INFO] [stdout] | [INFO] [stdout] 20 | metadata_handler: Option> [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn MetadataHandler + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stdout] --> src/midi.rs:37:31 [INFO] [stdout] | [INFO] [stdout] 37 | let mut jstruct = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::atomic::ATOMIC_BOOL_INIT': the `new` function is now preferred [INFO] [stdout] --> examples/thru.rs:10:38 [INFO] [stdout] | [INFO] [stdout] 10 | static RUNNING: atomic::AtomicBool = atomic::ATOMIC_BOOL_INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `AtomicBool::new(false)` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::atomic::ATOMIC_BOOL_INIT': the `new` function is now preferred [INFO] [stdout] --> examples/midi_sine.rs:17:38 [INFO] [stdout] | [INFO] [stdout] 17 | static RUNNING: atomic::AtomicBool = atomic::ATOMIC_BOOL_INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `AtomicBool::new(false)` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/types.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 23 | / bitflags! { [INFO] [stdout] 24 | | pub flags PortFlags: u32 { [INFO] [stdout] 25 | | /// if PortIsInput is set, then the port can receive data. [INFO] [stdout] 26 | | const PORT_IS_INPUT = jack_sys::JackPortIsInput, [INFO] [stdout] ... | [INFO] [stdout] 56 | | } [INFO] [stdout] 57 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/types.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 23 | / bitflags! { [INFO] [stdout] 24 | | pub flags PortFlags: u32 { [INFO] [stdout] 25 | | /// if PortIsInput is set, then the port can receive data. [INFO] [stdout] 26 | | const PORT_IS_INPUT = jack_sys::JackPortIsInput, [INFO] [stdout] ... | [INFO] [stdout] 56 | | } [INFO] [stdout] 57 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/types.rs:72:5 [INFO] [stdout] | [INFO] [stdout] 72 | / bitflags! { [INFO] [stdout] 73 | | pub flags Status: u32 { [INFO] [stdout] 74 | | /// overall operation failed [INFO] [stdout] 75 | | const FAILURE = jack_sys::JackFailure, [INFO] [stdout] ... | [INFO] [stdout] 117 | | } [INFO] [stdout] 118 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/types.rs:72:5 [INFO] [stdout] | [INFO] [stdout] 72 | / bitflags! { [INFO] [stdout] 73 | | pub flags Status: u32 { [INFO] [stdout] 74 | | /// overall operation failed [INFO] [stdout] 75 | | const FAILURE = jack_sys::JackFailure, [INFO] [stdout] ... | [INFO] [stdout] 117 | | } [INFO] [stdout] 118 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/types.rs:126:5 [INFO] [stdout] | [INFO] [stdout] 126 | / bitflags! { [INFO] [stdout] 127 | | pub flags Options: u32 { [INFO] [stdout] 128 | | /// Null value to use when no option bits are needed. [INFO] [stdout] 129 | | const NULL_OPTIONS = jack_sys::JackNullOption, [INFO] [stdout] ... | [INFO] [stdout] 148 | | } [INFO] [stdout] 149 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/types.rs:126:5 [INFO] [stdout] | [INFO] [stdout] 126 | / bitflags! { [INFO] [stdout] 127 | | pub flags Options: u32 { [INFO] [stdout] 128 | | /// Null value to use when no option bits are needed. [INFO] [stdout] 129 | | const NULL_OPTIONS = jack_sys::JackNullOption, [INFO] [stdout] ... | [INFO] [stdout] 148 | | } [INFO] [stdout] 149 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/client.rs:19:34 [INFO] [stdout] | [INFO] [stdout] 19 | process_handler: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ProcessHandler + 'a` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/client.rs:20:34 [INFO] [stdout] | [INFO] [stdout] 20 | metadata_handler: Option> [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn MetadataHandler + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `types::*` [INFO] [stdout] --> src/client.rs:424:9 [INFO] [stdout] | [INFO] [stdout] 424 | use types::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::ffi::*` [INFO] [stdout] --> src/client.rs:427:9 [INFO] [stdout] | [INFO] [stdout] 427 | use std::ffi::*; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stdout] --> src/midi.rs:37:31 [INFO] [stdout] | [INFO] [stdout] 37 | let mut jstruct = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::atomic::ATOMIC_BOOL_INIT': the `new` function is now preferred [INFO] [stdout] --> examples/simple_client.rs:23:38 [INFO] [stdout] | [INFO] [stdout] 23 | static RUNNING: atomic::AtomicBool = atomic::ATOMIC_BOOL_INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `AtomicBool::new(false)` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/thru-311061f2f839c698.thru.1sfgn4f5-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/thru-311061f2f839c698.thru.1sfgn4f5-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/thru-311061f2f839c698.thru.1sfgn4f5-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/thru-311061f2f839c698.thru.1sfgn4f5-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/thru-311061f2f839c698.thru.1sfgn4f5-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/thru-311061f2f839c698.thru.1sfgn4f5-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/thru-311061f2f839c698.thru.1sfgn4f5-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/thru-311061f2f839c698.thru.1sfgn4f5-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/thru-311061f2f839c698.thru.1sfgn4f5-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/thru-311061f2f839c698.thru.1sfgn4f5-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/thru-311061f2f839c698.thru.1sfgn4f5-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/thru-311061f2f839c698.thru.1sfgn4f5-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/thru-311061f2f839c698.thru.1sfgn4f5-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/thru-311061f2f839c698.thru.1sfgn4f5-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/thru-311061f2f839c698.thru.1sfgn4f5-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/thru-311061f2f839c698.thru.1sfgn4f5-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/thru-311061f2f839c698" "/opt/rustwide/target/debug/examples/thru-311061f2f839c698.3tvxxs9voi9a2pqe.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/easyjack-7ee88021391eed81/out" "-L" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libnix-42a703f86e41ddf9.rlib" "/opt/rustwide/target/debug/deps/libvoid-af6f01eb30472fa0.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-ab1bd98be96b57b3.rlib" "/opt/rustwide/target/debug/deps/libbitflags-502e36cbe8397e5a.rlib" "/opt/rustwide/target/debug/deps/libeasyjack-6acbac492bb48989.rlib" "/opt/rustwide/target/debug/deps/libnum-7ccb7a84d86df4c1.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-ac38289afe19c459.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-218c2fe94f8517e7.rlib" "/opt/rustwide/target/debug/deps/librand-51f5f7bf0186ec60.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-38b34b9c5bb580a3.rlib" "/opt/rustwide/target/debug/deps/librustc_serialize-f61ed616208b2c25.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-f733c6b77dc722ee.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-f84db87ac40dfc9a.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-dab92e4a7c3b6ca2.rlib" "/opt/rustwide/target/debug/deps/libjack_sys-59a18c704dc57258.rlib" "/opt/rustwide/target/debug/deps/liblibloading-d6178a58d287eac1.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-660ab907323d6aba.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-cbf4e74d25b393ff.rlib" "/opt/rustwide/target/debug/deps/liblibc-809b3ff95751964d.rlib" "/opt/rustwide/target/debug/deps/libbitflags-12fb577444bcad11.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-8bb11f807a7b6b4c.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-ca8087507780d964.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-259c92b387c1c166.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-16e0a2fbbb8e14b3.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-8a1651b8e23d2aaf.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-23bdd98b0574083e.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-855a92055ec33e2e.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-24c70dd44fbacdfb.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-b326273841bae587.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-ac3c1f0e16507051.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a5729542b65954aa.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-09bd1119ab1cad7d.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-9a787681bfbeaf61.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-5a0398ee67f74664.rlib" "-Wl,-Bdynamic" "-ljack" "-ldl" "-lutil" "-ldl" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stdout] = note: /usr/bin/ld: cannot find -ljack [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `easyjack`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: linking with `cc` failed: exit code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/simple_client-eeafdbafac8fcde0.simple_client.dq9f16dk-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/simple_client-eeafdbafac8fcde0.simple_client.dq9f16dk-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/simple_client-eeafdbafac8fcde0.simple_client.dq9f16dk-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/simple_client-eeafdbafac8fcde0.simple_client.dq9f16dk-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/simple_client-eeafdbafac8fcde0.simple_client.dq9f16dk-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/simple_client-eeafdbafac8fcde0.simple_client.dq9f16dk-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/simple_client-eeafdbafac8fcde0.simple_client.dq9f16dk-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/simple_client-eeafdbafac8fcde0.simple_client.dq9f16dk-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/simple_client-eeafdbafac8fcde0.simple_client.dq9f16dk-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/simple_client-eeafdbafac8fcde0.simple_client.dq9f16dk-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/simple_client-eeafdbafac8fcde0.simple_client.dq9f16dk-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/simple_client-eeafdbafac8fcde0.simple_client.dq9f16dk-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/simple_client-eeafdbafac8fcde0.simple_client.dq9f16dk-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/simple_client-eeafdbafac8fcde0.simple_client.dq9f16dk-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/simple_client-eeafdbafac8fcde0.simple_client.dq9f16dk-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/simple_client-eeafdbafac8fcde0.simple_client.dq9f16dk-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/simple_client-eeafdbafac8fcde0" "/opt/rustwide/target/debug/examples/simple_client-eeafdbafac8fcde0.185xmu54d111xedv.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/easyjack-7ee88021391eed81/out" "-L" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libnix-42a703f86e41ddf9.rlib" "/opt/rustwide/target/debug/deps/libvoid-af6f01eb30472fa0.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-ab1bd98be96b57b3.rlib" "/opt/rustwide/target/debug/deps/libbitflags-502e36cbe8397e5a.rlib" "/opt/rustwide/target/debug/deps/libeasyjack-6acbac492bb48989.rlib" "/opt/rustwide/target/debug/deps/libnum-7ccb7a84d86df4c1.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-ac38289afe19c459.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-218c2fe94f8517e7.rlib" "/opt/rustwide/target/debug/deps/librand-51f5f7bf0186ec60.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-38b34b9c5bb580a3.rlib" "/opt/rustwide/target/debug/deps/librustc_serialize-f61ed616208b2c25.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-f733c6b77dc722ee.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-f84db87ac40dfc9a.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-dab92e4a7c3b6ca2.rlib" "/opt/rustwide/target/debug/deps/libjack_sys-59a18c704dc57258.rlib" "/opt/rustwide/target/debug/deps/liblibloading-d6178a58d287eac1.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-660ab907323d6aba.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-cbf4e74d25b393ff.rlib" "/opt/rustwide/target/debug/deps/liblibc-809b3ff95751964d.rlib" "/opt/rustwide/target/debug/deps/libbitflags-12fb577444bcad11.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-8bb11f807a7b6b4c.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-ca8087507780d964.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-259c92b387c1c166.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-16e0a2fbbb8e14b3.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-8a1651b8e23d2aaf.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-23bdd98b0574083e.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-855a92055ec33e2e.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-24c70dd44fbacdfb.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-b326273841bae587.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-ac3c1f0e16507051.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a5729542b65954aa.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-09bd1119ab1cad7d.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-9a787681bfbeaf61.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-5a0398ee67f74664.rlib" "-Wl,-Bdynamic" "-ljack" "-ldl" "-lutil" "-ldl" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stdout] = note: /usr/bin/ld: cannot find -ljack [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/easyjack-2283d8d2e710eb33.easyjack.boufag5a-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/easyjack-2283d8d2e710eb33.easyjack.boufag5a-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/easyjack-2283d8d2e710eb33.easyjack.boufag5a-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/easyjack-2283d8d2e710eb33.easyjack.boufag5a-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/easyjack-2283d8d2e710eb33.easyjack.boufag5a-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/easyjack-2283d8d2e710eb33.easyjack.boufag5a-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/easyjack-2283d8d2e710eb33.easyjack.boufag5a-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/easyjack-2283d8d2e710eb33.easyjack.boufag5a-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/easyjack-2283d8d2e710eb33.easyjack.boufag5a-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/easyjack-2283d8d2e710eb33.easyjack.boufag5a-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/easyjack-2283d8d2e710eb33.easyjack.boufag5a-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/easyjack-2283d8d2e710eb33.easyjack.boufag5a-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/easyjack-2283d8d2e710eb33.easyjack.boufag5a-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/easyjack-2283d8d2e710eb33.easyjack.boufag5a-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/easyjack-2283d8d2e710eb33.easyjack.boufag5a-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/easyjack-2283d8d2e710eb33.easyjack.boufag5a-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/easyjack-2283d8d2e710eb33" "/opt/rustwide/target/debug/deps/easyjack-2283d8d2e710eb33.4tj8y3ts5x8p6z02.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/easyjack-7ee88021391eed81/out" "-L" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "-Wl,--whole-archive" "-ljack_wrapper" "-Wl,--no-whole-archive" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-3ad1ab5f7ba3783f.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-be4838eb8e86accd.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-d7f97d30aca9ddf1.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-2e806a0559ee0b3f.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-9137a404219e7a82.rlib" "/opt/rustwide/target/debug/deps/libnum-7ccb7a84d86df4c1.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-ac38289afe19c459.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-218c2fe94f8517e7.rlib" "/opt/rustwide/target/debug/deps/librand-51f5f7bf0186ec60.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-38b34b9c5bb580a3.rlib" "/opt/rustwide/target/debug/deps/librustc_serialize-f61ed616208b2c25.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-f733c6b77dc722ee.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-f84db87ac40dfc9a.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-dab92e4a7c3b6ca2.rlib" "/opt/rustwide/target/debug/deps/libjack_sys-59a18c704dc57258.rlib" "/opt/rustwide/target/debug/deps/liblibloading-d6178a58d287eac1.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-660ab907323d6aba.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-cbf4e74d25b393ff.rlib" "/opt/rustwide/target/debug/deps/liblibc-809b3ff95751964d.rlib" "/opt/rustwide/target/debug/deps/libbitflags-12fb577444bcad11.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-8bb11f807a7b6b4c.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-ca8087507780d964.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-259c92b387c1c166.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-16e0a2fbbb8e14b3.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-8a1651b8e23d2aaf.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-23bdd98b0574083e.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-855a92055ec33e2e.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-24c70dd44fbacdfb.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-b326273841bae587.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-ac3c1f0e16507051.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a5729542b65954aa.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-09bd1119ab1cad7d.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-9a787681bfbeaf61.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-5a0398ee67f74664.rlib" "-Wl,-Bdynamic" "-ljack" "-ldl" "-lutil" "-ldl" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stdout] = note: /usr/bin/ld: cannot find -ljack_wrapper [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 11 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/midi_sine-2b79c6aa3df70229.midi_sine.7hsstoha-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/midi_sine-2b79c6aa3df70229.midi_sine.7hsstoha-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/midi_sine-2b79c6aa3df70229.midi_sine.7hsstoha-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/midi_sine-2b79c6aa3df70229.midi_sine.7hsstoha-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/midi_sine-2b79c6aa3df70229.midi_sine.7hsstoha-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/midi_sine-2b79c6aa3df70229.midi_sine.7hsstoha-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/midi_sine-2b79c6aa3df70229.midi_sine.7hsstoha-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/midi_sine-2b79c6aa3df70229.midi_sine.7hsstoha-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/midi_sine-2b79c6aa3df70229.midi_sine.7hsstoha-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/midi_sine-2b79c6aa3df70229.midi_sine.7hsstoha-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/midi_sine-2b79c6aa3df70229.midi_sine.7hsstoha-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/midi_sine-2b79c6aa3df70229.midi_sine.7hsstoha-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/midi_sine-2b79c6aa3df70229.midi_sine.7hsstoha-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/midi_sine-2b79c6aa3df70229.midi_sine.7hsstoha-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/midi_sine-2b79c6aa3df70229.midi_sine.7hsstoha-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/midi_sine-2b79c6aa3df70229.midi_sine.7hsstoha-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/midi_sine-2b79c6aa3df70229" "/opt/rustwide/target/debug/examples/midi_sine-2b79c6aa3df70229.1eirzv6l4d6yfdzo.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/easyjack-7ee88021391eed81/out" "-L" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libnix-42a703f86e41ddf9.rlib" "/opt/rustwide/target/debug/deps/libvoid-af6f01eb30472fa0.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-ab1bd98be96b57b3.rlib" "/opt/rustwide/target/debug/deps/libbitflags-502e36cbe8397e5a.rlib" "/opt/rustwide/target/debug/deps/libeasyjack-6acbac492bb48989.rlib" "/opt/rustwide/target/debug/deps/libnum-7ccb7a84d86df4c1.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-ac38289afe19c459.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-218c2fe94f8517e7.rlib" "/opt/rustwide/target/debug/deps/librand-51f5f7bf0186ec60.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-38b34b9c5bb580a3.rlib" "/opt/rustwide/target/debug/deps/librustc_serialize-f61ed616208b2c25.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-f733c6b77dc722ee.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-f84db87ac40dfc9a.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-dab92e4a7c3b6ca2.rlib" "/opt/rustwide/target/debug/deps/libjack_sys-59a18c704dc57258.rlib" "/opt/rustwide/target/debug/deps/liblibloading-d6178a58d287eac1.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-660ab907323d6aba.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-cbf4e74d25b393ff.rlib" "/opt/rustwide/target/debug/deps/liblibc-809b3ff95751964d.rlib" "/opt/rustwide/target/debug/deps/libbitflags-12fb577444bcad11.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-8bb11f807a7b6b4c.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-ca8087507780d964.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-259c92b387c1c166.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-16e0a2fbbb8e14b3.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-8a1651b8e23d2aaf.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-23bdd98b0574083e.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-855a92055ec33e2e.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-24c70dd44fbacdfb.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-b326273841bae587.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-ac3c1f0e16507051.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a5729542b65954aa.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-09bd1119ab1cad7d.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-9a787681bfbeaf61.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-5a0398ee67f74664.rlib" "-Wl,-Bdynamic" "-ljack" "-ldl" "-lutil" "-ldl" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stdout] = note: /usr/bin/ld: cannot find -ljack [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/connect-0bc9467b0e2230a7.connect.1frjy1w0-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/connect-0bc9467b0e2230a7.connect.1frjy1w0-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/connect-0bc9467b0e2230a7.connect.1frjy1w0-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/connect-0bc9467b0e2230a7.connect.1frjy1w0-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/connect-0bc9467b0e2230a7.connect.1frjy1w0-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/connect-0bc9467b0e2230a7.connect.1frjy1w0-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/connect-0bc9467b0e2230a7.connect.1frjy1w0-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/connect-0bc9467b0e2230a7.connect.1frjy1w0-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/connect-0bc9467b0e2230a7.connect.1frjy1w0-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/connect-0bc9467b0e2230a7.connect.1frjy1w0-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/connect-0bc9467b0e2230a7.connect.1frjy1w0-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/connect-0bc9467b0e2230a7.connect.1frjy1w0-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/connect-0bc9467b0e2230a7.connect.1frjy1w0-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/connect-0bc9467b0e2230a7.connect.1frjy1w0-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/connect-0bc9467b0e2230a7.connect.1frjy1w0-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/connect-0bc9467b0e2230a7.connect.1frjy1w0-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/connect-0bc9467b0e2230a7" "/opt/rustwide/target/debug/examples/connect-0bc9467b0e2230a7.1j4cxtrqihgh6tut.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/easyjack-7ee88021391eed81/out" "-L" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libgetopts-98c0e4978a5c8444.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-af7c86705d0a2dbc.rlib" "/opt/rustwide/target/debug/deps/libeasyjack-6acbac492bb48989.rlib" "/opt/rustwide/target/debug/deps/libnum-7ccb7a84d86df4c1.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-ac38289afe19c459.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-218c2fe94f8517e7.rlib" "/opt/rustwide/target/debug/deps/librand-51f5f7bf0186ec60.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-38b34b9c5bb580a3.rlib" "/opt/rustwide/target/debug/deps/librustc_serialize-f61ed616208b2c25.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-f733c6b77dc722ee.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-f84db87ac40dfc9a.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-dab92e4a7c3b6ca2.rlib" "/opt/rustwide/target/debug/deps/libjack_sys-59a18c704dc57258.rlib" "/opt/rustwide/target/debug/deps/liblibloading-d6178a58d287eac1.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-660ab907323d6aba.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-cbf4e74d25b393ff.rlib" "/opt/rustwide/target/debug/deps/liblibc-809b3ff95751964d.rlib" "/opt/rustwide/target/debug/deps/libbitflags-12fb577444bcad11.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-8bb11f807a7b6b4c.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-ca8087507780d964.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-259c92b387c1c166.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-16e0a2fbbb8e14b3.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-8a1651b8e23d2aaf.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-23bdd98b0574083e.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-855a92055ec33e2e.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-24c70dd44fbacdfb.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-b326273841bae587.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-ac3c1f0e16507051.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a5729542b65954aa.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-09bd1119ab1cad7d.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-9a787681bfbeaf61.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-5a0398ee67f74664.rlib" "-Wl,-Bdynamic" "-ljack" "-ldl" "-lutil" "-ldl" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stdout] = note: /usr/bin/ld: cannot find -ljack [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "5c49a82ad14ac3a9bdb50ce353073392ff3e80fff0f8c624da7356b17232f8c3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5c49a82ad14ac3a9bdb50ce353073392ff3e80fff0f8c624da7356b17232f8c3", kill_on_drop: false }` [INFO] [stdout] 5c49a82ad14ac3a9bdb50ce353073392ff3e80fff0f8c624da7356b17232f8c3