[INFO] crate easyjack 0.1.2 is already in cache [INFO] testing easyjack-0.1.2 against beta-2020-07-24 for beta-1.46-1 [INFO] extracting crate easyjack 0.1.2 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate easyjack 0.1.2 on toolchain beta-2020-07-24 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "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-2/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "+beta-2020-07-24" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f22d66c59de2851cceebfead71eda3f9855b04ca4f696f186b29bd8f0c5bcc48 [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" "f22d66c59de2851cceebfead71eda3f9855b04ca4f696f186b29bd8f0c5bcc48", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f22d66c59de2851cceebfead71eda3f9855b04ca4f696f186b29bd8f0c5bcc48", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f22d66c59de2851cceebfead71eda3f9855b04ca4f696f186b29bd8f0c5bcc48", kill_on_drop: false }` [INFO] [stdout] f22d66c59de2851cceebfead71eda3f9855b04ca4f696f186b29bd8f0c5bcc48 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "+beta-2020-07-24" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f6a17c60792e15dbd24f8a0da8fc2e41e99955b0b30bf9ede78e13dcafbd1938 [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" "f6a17c60792e15dbd24f8a0da8fc2e41e99955b0b30bf9ede78e13dcafbd1938", kill_on_drop: false }` [INFO] [stderr] Compiling semver v0.1.20 [INFO] [stderr] Compiling bitflags v0.4.0 [INFO] [stderr] Compiling easyjack v0.1.2 (/opt/rustwide/workdir) [INFO] [stderr] Compiling getopts v0.2.21 [INFO] [stderr] Compiling jack-sys v0.1.5 [INFO] [stderr] Compiling rustc_version v0.1.7 [INFO] [stderr] Compiling nix v0.7.0 [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 6.07s [INFO] running `Command { std: "docker" "inspect" "f6a17c60792e15dbd24f8a0da8fc2e41e99955b0b30bf9ede78e13dcafbd1938", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f6a17c60792e15dbd24f8a0da8fc2e41e99955b0b30bf9ede78e13dcafbd1938", kill_on_drop: false }` [INFO] [stdout] f6a17c60792e15dbd24f8a0da8fc2e41e99955b0b30bf9ede78e13dcafbd1938 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "+beta-2020-07-24" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 19217d5d25df82510fccd003c6b0efb5a8da761a12dac5314c8cc95a73180855 [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" "19217d5d25df82510fccd003c6b0efb5a8da761a12dac5314c8cc95a73180855", 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/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] 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 '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 '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] error: linking with `cc` failed: exit code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-Wl,--eh-frame-hdr" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/thru-bf9588c0af8ce3a3.thru.37g0ro3u-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/thru-bf9588c0af8ce3a3.thru.37g0ro3u-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/thru-bf9588c0af8ce3a3.thru.37g0ro3u-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/thru-bf9588c0af8ce3a3.thru.37g0ro3u-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/thru-bf9588c0af8ce3a3.thru.37g0ro3u-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/thru-bf9588c0af8ce3a3.thru.37g0ro3u-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/thru-bf9588c0af8ce3a3.thru.37g0ro3u-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/thru-bf9588c0af8ce3a3.thru.37g0ro3u-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/thru-bf9588c0af8ce3a3.thru.37g0ro3u-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/thru-bf9588c0af8ce3a3.thru.37g0ro3u-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/thru-bf9588c0af8ce3a3.thru.37g0ro3u-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/thru-bf9588c0af8ce3a3.thru.37g0ro3u-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/thru-bf9588c0af8ce3a3.thru.37g0ro3u-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/thru-bf9588c0af8ce3a3.thru.37g0ro3u-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/thru-bf9588c0af8ce3a3.thru.37g0ro3u-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/thru-bf9588c0af8ce3a3.thru.37g0ro3u-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/thru-bf9588c0af8ce3a3" "/opt/rustwide/target/debug/examples/thru-bf9588c0af8ce3a3.26w6vizp5i2d8cop.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/easyjack-496c887eef629243/out" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libnix-1eba83fd3f23941d.rlib" "/opt/rustwide/target/debug/deps/libvoid-2b8404f9072f9abf.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-727e218cbe4629d5.rlib" "/opt/rustwide/target/debug/deps/libbitflags-eb74283e97a07812.rlib" "/opt/rustwide/target/debug/deps/libeasyjack-6cc7bc7102806b20.rlib" "/opt/rustwide/target/debug/deps/libnum-3f2ae0fa13922350.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-eb955c4020b0a094.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-52d315ed45bb2bde.rlib" "/opt/rustwide/target/debug/deps/librand-b082f4e86074ce5a.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-1d5da6fbe6a0acda.rlib" "/opt/rustwide/target/debug/deps/librustc_serialize-826df4b40c62d022.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-6656b01f45368b3a.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-94fd0f13cfea77ad.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-63253226b9d79376.rlib" "/opt/rustwide/target/debug/deps/libjack_sys-6e896cb807b365f7.rlib" "/opt/rustwide/target/debug/deps/liblibloading-ff733c0351b77c9f.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-03dc560a77c5aa3e.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-2ea69cae54b65af6.rlib" "/opt/rustwide/target/debug/deps/liblibc-1da13201d615d981.rlib" "/opt/rustwide/target/debug/deps/libbitflags-7b15d77b989f677d.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-d66e0ceb8eaec9b8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-9717ec0599b569a0.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-04369de9ba916647.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-997d622c2e4dbe5c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-0359c4288a5ef89f.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-1b25ede22d698ab3.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-37940b486a68e488.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-06b77c27e794c7c6.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-4d07e02a8df36da1.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-fb29e0695c0a0f79.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e16188b4cf97e8bb.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-5eb391c8dabdee77.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-b0689b528b222bee.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ed072ac495e62e7a.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" "-Wl,--eh-frame-hdr" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/midi_sine-e0e42aaf49636f19.midi_sine.5uuieork-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/midi_sine-e0e42aaf49636f19.midi_sine.5uuieork-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/midi_sine-e0e42aaf49636f19.midi_sine.5uuieork-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/midi_sine-e0e42aaf49636f19.midi_sine.5uuieork-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/midi_sine-e0e42aaf49636f19.midi_sine.5uuieork-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/midi_sine-e0e42aaf49636f19.midi_sine.5uuieork-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/midi_sine-e0e42aaf49636f19.midi_sine.5uuieork-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/midi_sine-e0e42aaf49636f19.midi_sine.5uuieork-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/midi_sine-e0e42aaf49636f19.midi_sine.5uuieork-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/midi_sine-e0e42aaf49636f19.midi_sine.5uuieork-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/midi_sine-e0e42aaf49636f19.midi_sine.5uuieork-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/midi_sine-e0e42aaf49636f19.midi_sine.5uuieork-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/midi_sine-e0e42aaf49636f19.midi_sine.5uuieork-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/midi_sine-e0e42aaf49636f19.midi_sine.5uuieork-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/midi_sine-e0e42aaf49636f19.midi_sine.5uuieork-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/midi_sine-e0e42aaf49636f19.midi_sine.5uuieork-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/midi_sine-e0e42aaf49636f19" "/opt/rustwide/target/debug/examples/midi_sine-e0e42aaf49636f19.52dm7z9sa74r4y3o.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/easyjack-496c887eef629243/out" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libnix-1eba83fd3f23941d.rlib" "/opt/rustwide/target/debug/deps/libvoid-2b8404f9072f9abf.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-727e218cbe4629d5.rlib" "/opt/rustwide/target/debug/deps/libbitflags-eb74283e97a07812.rlib" "/opt/rustwide/target/debug/deps/libeasyjack-6cc7bc7102806b20.rlib" "/opt/rustwide/target/debug/deps/libnum-3f2ae0fa13922350.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-eb955c4020b0a094.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-52d315ed45bb2bde.rlib" "/opt/rustwide/target/debug/deps/librand-b082f4e86074ce5a.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-1d5da6fbe6a0acda.rlib" "/opt/rustwide/target/debug/deps/librustc_serialize-826df4b40c62d022.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-6656b01f45368b3a.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-94fd0f13cfea77ad.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-63253226b9d79376.rlib" "/opt/rustwide/target/debug/deps/libjack_sys-6e896cb807b365f7.rlib" "/opt/rustwide/target/debug/deps/liblibloading-ff733c0351b77c9f.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-03dc560a77c5aa3e.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-2ea69cae54b65af6.rlib" "/opt/rustwide/target/debug/deps/liblibc-1da13201d615d981.rlib" "/opt/rustwide/target/debug/deps/libbitflags-7b15d77b989f677d.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-d66e0ceb8eaec9b8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-9717ec0599b569a0.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-04369de9ba916647.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-997d622c2e4dbe5c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-0359c4288a5ef89f.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-1b25ede22d698ab3.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-37940b486a68e488.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-06b77c27e794c7c6.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-4d07e02a8df36da1.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-fb29e0695c0a0f79.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e16188b4cf97e8bb.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-5eb391c8dabdee77.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-b0689b528b222bee.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ed072ac495e62e7a.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" "-Wl,--eh-frame-hdr" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/simple_client-7a393ed57b2d12e4.simple_client.94aqypa3-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/simple_client-7a393ed57b2d12e4.simple_client.94aqypa3-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/simple_client-7a393ed57b2d12e4.simple_client.94aqypa3-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/simple_client-7a393ed57b2d12e4.simple_client.94aqypa3-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/simple_client-7a393ed57b2d12e4.simple_client.94aqypa3-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/simple_client-7a393ed57b2d12e4.simple_client.94aqypa3-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/simple_client-7a393ed57b2d12e4.simple_client.94aqypa3-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/simple_client-7a393ed57b2d12e4.simple_client.94aqypa3-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/simple_client-7a393ed57b2d12e4.simple_client.94aqypa3-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/simple_client-7a393ed57b2d12e4.simple_client.94aqypa3-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/simple_client-7a393ed57b2d12e4.simple_client.94aqypa3-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/simple_client-7a393ed57b2d12e4.simple_client.94aqypa3-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/simple_client-7a393ed57b2d12e4.simple_client.94aqypa3-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/simple_client-7a393ed57b2d12e4.simple_client.94aqypa3-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/simple_client-7a393ed57b2d12e4.simple_client.94aqypa3-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/simple_client-7a393ed57b2d12e4.simple_client.94aqypa3-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/simple_client-7a393ed57b2d12e4" "/opt/rustwide/target/debug/examples/simple_client-7a393ed57b2d12e4.nwgrwk8t4lz5i2a.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/easyjack-496c887eef629243/out" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libnix-1eba83fd3f23941d.rlib" "/opt/rustwide/target/debug/deps/libvoid-2b8404f9072f9abf.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-727e218cbe4629d5.rlib" "/opt/rustwide/target/debug/deps/libbitflags-eb74283e97a07812.rlib" "/opt/rustwide/target/debug/deps/libeasyjack-6cc7bc7102806b20.rlib" "/opt/rustwide/target/debug/deps/libnum-3f2ae0fa13922350.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-eb955c4020b0a094.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-52d315ed45bb2bde.rlib" "/opt/rustwide/target/debug/deps/librand-b082f4e86074ce5a.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-1d5da6fbe6a0acda.rlib" "/opt/rustwide/target/debug/deps/librustc_serialize-826df4b40c62d022.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-6656b01f45368b3a.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-94fd0f13cfea77ad.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-63253226b9d79376.rlib" "/opt/rustwide/target/debug/deps/libjack_sys-6e896cb807b365f7.rlib" "/opt/rustwide/target/debug/deps/liblibloading-ff733c0351b77c9f.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-03dc560a77c5aa3e.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-2ea69cae54b65af6.rlib" "/opt/rustwide/target/debug/deps/liblibc-1da13201d615d981.rlib" "/opt/rustwide/target/debug/deps/libbitflags-7b15d77b989f677d.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-d66e0ceb8eaec9b8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-9717ec0599b569a0.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-04369de9ba916647.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-997d622c2e4dbe5c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-0359c4288a5ef89f.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-1b25ede22d698ab3.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-37940b486a68e488.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-06b77c27e794c7c6.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-4d07e02a8df36da1.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-fb29e0695c0a0f79.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e16188b4cf97e8bb.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-5eb391c8dabdee77.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-b0689b528b222bee.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ed072ac495e62e7a.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" "-Wl,--eh-frame-hdr" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/easyjack-feed6f45e3300524.easyjack.bea598l9-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/easyjack-feed6f45e3300524.easyjack.bea598l9-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/easyjack-feed6f45e3300524.easyjack.bea598l9-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/easyjack-feed6f45e3300524.easyjack.bea598l9-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/easyjack-feed6f45e3300524.easyjack.bea598l9-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/easyjack-feed6f45e3300524.easyjack.bea598l9-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/easyjack-feed6f45e3300524.easyjack.bea598l9-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/easyjack-feed6f45e3300524.easyjack.bea598l9-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/easyjack-feed6f45e3300524.easyjack.bea598l9-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/easyjack-feed6f45e3300524.easyjack.bea598l9-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/easyjack-feed6f45e3300524.easyjack.bea598l9-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/easyjack-feed6f45e3300524.easyjack.bea598l9-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/easyjack-feed6f45e3300524.easyjack.bea598l9-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/easyjack-feed6f45e3300524.easyjack.bea598l9-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/easyjack-feed6f45e3300524.easyjack.bea598l9-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/easyjack-feed6f45e3300524.easyjack.bea598l9-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/easyjack-feed6f45e3300524" "/opt/rustwide/target/debug/deps/easyjack-feed6f45e3300524.c8qu6654t7euhe6.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/easyjack-496c887eef629243/out" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-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/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-12320b97c89568cd.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-700356192fffd298.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-b7642fe67be89b55.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-5281c8ee01ffdf7b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-a4e3948fb2172e36.rlib" "/opt/rustwide/target/debug/deps/libnum-3f2ae0fa13922350.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-eb955c4020b0a094.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-52d315ed45bb2bde.rlib" "/opt/rustwide/target/debug/deps/librand-b082f4e86074ce5a.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-1d5da6fbe6a0acda.rlib" "/opt/rustwide/target/debug/deps/librustc_serialize-826df4b40c62d022.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-6656b01f45368b3a.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-94fd0f13cfea77ad.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-63253226b9d79376.rlib" "/opt/rustwide/target/debug/deps/libjack_sys-6e896cb807b365f7.rlib" "/opt/rustwide/target/debug/deps/liblibloading-ff733c0351b77c9f.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-03dc560a77c5aa3e.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-2ea69cae54b65af6.rlib" "/opt/rustwide/target/debug/deps/liblibc-1da13201d615d981.rlib" "/opt/rustwide/target/debug/deps/libbitflags-7b15d77b989f677d.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-d66e0ceb8eaec9b8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-9717ec0599b569a0.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-04369de9ba916647.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-997d622c2e4dbe5c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-0359c4288a5ef89f.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-1b25ede22d698ab3.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-37940b486a68e488.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-06b77c27e794c7c6.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-4d07e02a8df36da1.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-fb29e0695c0a0f79.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e16188b4cf97e8bb.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-5eb391c8dabdee77.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-b0689b528b222bee.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ed072ac495e62e7a.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" "-Wl,--eh-frame-hdr" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/connect-0f2e82e04b9722ab.connect.58i1b3l5-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/connect-0f2e82e04b9722ab.connect.58i1b3l5-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/connect-0f2e82e04b9722ab.connect.58i1b3l5-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/connect-0f2e82e04b9722ab.connect.58i1b3l5-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/connect-0f2e82e04b9722ab.connect.58i1b3l5-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/connect-0f2e82e04b9722ab.connect.58i1b3l5-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/connect-0f2e82e04b9722ab.connect.58i1b3l5-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/connect-0f2e82e04b9722ab.connect.58i1b3l5-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/connect-0f2e82e04b9722ab.connect.58i1b3l5-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/connect-0f2e82e04b9722ab.connect.58i1b3l5-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/connect-0f2e82e04b9722ab.connect.58i1b3l5-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/connect-0f2e82e04b9722ab.connect.58i1b3l5-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/connect-0f2e82e04b9722ab.connect.58i1b3l5-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/connect-0f2e82e04b9722ab.connect.58i1b3l5-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/connect-0f2e82e04b9722ab.connect.58i1b3l5-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/connect-0f2e82e04b9722ab.connect.58i1b3l5-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/connect-0f2e82e04b9722ab" "/opt/rustwide/target/debug/examples/connect-0f2e82e04b9722ab.1f6wdqzhu7u8o040.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/easyjack-496c887eef629243/out" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libgetopts-e26ccd4052155def.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-205a394572a8e7c4.rlib" "/opt/rustwide/target/debug/deps/libeasyjack-6cc7bc7102806b20.rlib" "/opt/rustwide/target/debug/deps/libnum-3f2ae0fa13922350.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-eb955c4020b0a094.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-52d315ed45bb2bde.rlib" "/opt/rustwide/target/debug/deps/librand-b082f4e86074ce5a.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-1d5da6fbe6a0acda.rlib" "/opt/rustwide/target/debug/deps/librustc_serialize-826df4b40c62d022.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-6656b01f45368b3a.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-94fd0f13cfea77ad.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-63253226b9d79376.rlib" "/opt/rustwide/target/debug/deps/libjack_sys-6e896cb807b365f7.rlib" "/opt/rustwide/target/debug/deps/liblibloading-ff733c0351b77c9f.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-03dc560a77c5aa3e.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-2ea69cae54b65af6.rlib" "/opt/rustwide/target/debug/deps/liblibc-1da13201d615d981.rlib" "/opt/rustwide/target/debug/deps/libbitflags-7b15d77b989f677d.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-d66e0ceb8eaec9b8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-9717ec0599b569a0.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-04369de9ba916647.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-997d622c2e4dbe5c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-0359c4288a5ef89f.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-1b25ede22d698ab3.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-37940b486a68e488.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-06b77c27e794c7c6.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-4d07e02a8df36da1.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-fb29e0695c0a0f79.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e16188b4cf97e8bb.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-5eb391c8dabdee77.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-b0689b528b222bee.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ed072ac495e62e7a.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" "19217d5d25df82510fccd003c6b0efb5a8da761a12dac5314c8cc95a73180855", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "19217d5d25df82510fccd003c6b0efb5a8da761a12dac5314c8cc95a73180855", kill_on_drop: false }` [INFO] [stdout] 19217d5d25df82510fccd003c6b0efb5a8da761a12dac5314c8cc95a73180855