[INFO] cloning repository https://github.com/shybyte/rust-midi-patcher [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/shybyte/rust-midi-patcher" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fshybyte%2Frust-midi-patcher", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fshybyte%2Frust-midi-patcher'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a7dda29654452f47507f407dccbba8a138616ec5 [INFO] testing shybyte/rust-midi-patcher against master#a77da2d454e6caa227a85b16410b95f93495e7e0 for pr-91031 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fshybyte%2Frust-midi-patcher" "/workspace/builds/worker-6/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/shybyte/rust-midi-patcher on toolchain a77da2d454e6caa227a85b16410b95f93495e7e0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/shybyte/rust-midi-patcher [INFO] finished tweaking git repo https://github.com/shybyte/rust-midi-patcher [INFO] tweaked toml for git repo https://github.com/shybyte/rust-midi-patcher written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/shybyte/rust-midi-patcher already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "metadata" "--no-deps" "--format-version=1", 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] 2df0896f54c9243d05f528bf79859136f8f2426cee7e6204ed82631cc7cd58a9 [INFO] running `Command { std: "docker" "start" "-a" "2df0896f54c9243d05f528bf79859136f8f2426cee7e6204ed82631cc7cd58a9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2df0896f54c9243d05f528bf79859136f8f2426cee7e6204ed82631cc7cd58a9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2df0896f54c9243d05f528bf79859136f8f2426cee7e6204ed82631cc7cd58a9", kill_on_drop: false }` [INFO] [stdout] 2df0896f54c9243d05f528bf79859136f8f2426cee7e6204ed82631cc7cd58a9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] acd14d148469d1f9b89404f708200e38b82977745298d972900f0a2af4c30b48 [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" "acd14d148469d1f9b89404f708200e38b82977745298d972900f0a2af4c30b48", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.43 [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling stable_deref_trait v1.1.1 [INFO] [stderr] Compiling byteorder v1.2.7 [INFO] [stderr] Compiling futures v0.1.25 [INFO] [stderr] Compiling crossbeam-utils v0.5.0 [INFO] [stderr] Compiling lazy_static v1.2.0 [INFO] [stderr] Compiling lazy_static v0.2.4 [INFO] [stderr] Compiling bit-vec v0.4.3 [INFO] [stderr] Compiling regex-syntax v0.4.0 [INFO] [stderr] Compiling same-file v1.0.4 [INFO] [stderr] Compiling bitflags v1.0.4 [INFO] [stderr] Compiling utf8-ranges v1.0.0 [INFO] [stderr] Compiling portmidi v0.2.4 [INFO] [stderr] Compiling midi-message v0.1.0 (https://github.com/shybyte/midi-message-rs#cda61b2d) [INFO] [stderr] Compiling parking_lot_core v0.3.1 [INFO] [stderr] Compiling unreachable v1.0.0 [INFO] [stderr] Compiling unreachable v0.1.1 [INFO] [stderr] Compiling owning_ref v0.4.0 [INFO] [stderr] Compiling walkdir v2.2.7 [INFO] [stderr] Compiling smallvec v0.6.6 [INFO] [stderr] Compiling bit-set v0.4.0 [INFO] [stderr] Compiling lock_api v0.1.5 [INFO] [stderr] Compiling iovec v0.1.2 [INFO] [stderr] Compiling net2 v0.2.33 [INFO] [stderr] Compiling rand v0.5.5 [INFO] [stderr] Compiling memchr v1.0.1 [INFO] [stderr] Compiling rand v0.3.15 [INFO] [stderr] Compiling thread-id v3.0.0 [INFO] [stderr] Compiling num_cpus v1.8.0 [INFO] [stderr] Compiling inotify-sys v0.1.3 [INFO] [stderr] Compiling filetime v0.2.4 [INFO] [stderr] Compiling thread_local v0.3.3 [INFO] [stderr] Compiling bytes v0.4.11 [INFO] [stderr] Compiling aho-corasick v0.6.3 [INFO] [stderr] Compiling mio v0.6.16 [INFO] [stderr] Compiling regex v0.2.1 [INFO] [stderr] Compiling chan v0.1.23 [INFO] [stderr] Compiling chan-signal v0.3.2 [INFO] [stderr] Compiling mio-extras v2.0.5 [INFO] [stderr] Compiling tokio-executor v0.1.5 [INFO] [stderr] Compiling tokio-io v0.1.10 [INFO] [stderr] Compiling midi2opc v0.1.0 (https://github.com/shybyte/midi2opc#825f0ab0) [INFO] [stderr] Compiling parking_lot v0.6.4 [INFO] [stderr] Compiling risp v0.7.0 [INFO] [stderr] Compiling tokio-reactor v0.1.6 [INFO] [stderr] Compiling inotify v0.6.1 [INFO] [stderr] Compiling notify v4.0.6 [INFO] [stderr] Compiling rust_midi_patcher v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/patch.rs:15:37 [INFO] [stdout] | [INFO] [stdout] 15 | effects: Vec<(Box, Box)>, [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Effect` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/patch.rs:24:74 [INFO] [stdout] | [INFO] [stdout] 24 | pub fn new>(name: S, effects: Vec<(Box, Box)>, program: u8, [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Effect` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/patch.rs:37:62 [INFO] [stdout] | [INFO] [stdout] 37 | pub fn new_simple>(name: S, effects: Vec<(Box)>, program: u8) -> Patch { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 37 - pub fn new_simple>(name: S, effects: Vec<(Box)>, program: u8) -> Patch { [INFO] [stdout] 37 + pub fn new_simple>(name: S, effects: Vec>, program: u8) -> Patch { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/patch.rs:37:67 [INFO] [stdout] | [INFO] [stdout] 37 | pub fn new_simple>(name: S, effects: Vec<(Box)>, program: u8) -> Patch { [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Effect` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/load_patches.rs:110:119 [INFO] [stdout] | [INFO] [stdout] 110 | fn to_trigger_effect_pair(input: &RispType, default_time_per_note: i64, config: &Config) -> Result<(Box, Box), RispError> { [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Effect` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/utils/mod.rs:94:5 [INFO] [stdout] | [INFO] [stdout] 94 | (midi_message.status == 0x90 || (midi_message.status == 0x99 && midi_message.data2 > 0)) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 94 - (midi_message.status == 0x90 || (midi_message.status == 0x99 && midi_message.data2 > 0)) [INFO] [stdout] 94 + midi_message.status == 0x90 || (midi_message.status == 0x99 && midi_message.data2 > 0) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/utils/mod.rs:98:5 [INFO] [stdout] | [INFO] [stdout] 98 | (midi_message.status == 0x80) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 98 - (midi_message.status == 0x80) [INFO] [stdout] 98 + midi_message.status == 0x80 [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/utils/mod.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | (midi_message.status == 0xB0) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 102 - (midi_message.status == 0xB0) [INFO] [stdout] 102 + midi_message.status == 0xB0 [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::effects::sweep_down::SweepDown` [INFO] [stdout] --> src/songs/endstation_paradies.rs:21:5 [INFO] [stdout] | [INFO] [stdout] 21 | use crate::effects::sweep_down::SweepDown; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::utils::Boxable` [INFO] [stdout] --> src/songs/endstation_paradies.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 22 | use crate::utils::Boxable; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::microkorg::VOLUME` [INFO] [stdout] --> src/songs/endstation/liebt_uns.rs:18:5 [INFO] [stdout] | [INFO] [stdout] 18 | use crate::microkorg::VOLUME; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static is never used: `BASE_NOTE` [INFO] [stdout] --> src/songs/endstation/liebt_uns.rs:21:1 [INFO] [stdout] | [INFO] [stdout] 21 | static BASE_NOTE: &str = "BASE_NOTE"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `liebt_uns2` [INFO] [stdout] --> src/songs/endstation/liebt_uns.rs:96:8 [INFO] [stdout] | [INFO] [stdout] 96 | pub fn liebt_uns2(_config2: &Config) -> Patch { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/rust_midi_patcher-576fbf10624829c4.rust_midi_patcher.f864e513-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/rust_midi_patcher-576fbf10624829c4.rust_midi_patcher.f864e513-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/rust_midi_patcher-576fbf10624829c4.rust_midi_patcher.f864e513-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/rust_midi_patcher-576fbf10624829c4.rust_midi_patcher.f864e513-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/rust_midi_patcher-576fbf10624829c4.rust_midi_patcher.f864e513-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/rust_midi_patcher-576fbf10624829c4.rust_midi_patcher.f864e513-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/rust_midi_patcher-576fbf10624829c4.rust_midi_patcher.f864e513-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/rust_midi_patcher-576fbf10624829c4.rust_midi_patcher.f864e513-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/rust_midi_patcher-576fbf10624829c4.rust_midi_patcher.f864e513-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/rust_midi_patcher-576fbf10624829c4.rust_midi_patcher.f864e513-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/rust_midi_patcher-576fbf10624829c4.rust_midi_patcher.f864e513-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/rust_midi_patcher-576fbf10624829c4.rust_midi_patcher.f864e513-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/rust_midi_patcher-576fbf10624829c4.rust_midi_patcher.f864e513-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/rust_midi_patcher-576fbf10624829c4.rust_midi_patcher.f864e513-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/rust_midi_patcher-576fbf10624829c4.rust_midi_patcher.f864e513-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/rust_midi_patcher-576fbf10624829c4.rust_midi_patcher.f864e513-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/rust_midi_patcher-576fbf10624829c4.1jpspt78o31qqf9u.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libnotify-f8272b2926e98d27.rlib" "/opt/rustwide/target/debug/deps/libwalkdir-b1b9378ae4bc024d.rlib" "/opt/rustwide/target/debug/deps/libsame_file-3256528a7d9923a9.rlib" "/opt/rustwide/target/debug/deps/libinotify-ebd097ae16013088.rlib" "/opt/rustwide/target/debug/deps/libtokio_reactor-71f2a51a85d30b71.rlib" "/opt/rustwide/target/debug/deps/libtokio_io-e72414687596b5fa.rlib" "/opt/rustwide/target/debug/deps/libbytes-250def32e2cae299.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-d225e2dd059ea547.rlib" "/opt/rustwide/target/debug/deps/libtokio_executor-e7e5f7b520c30386.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-edd61516ecd261ec.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-744a3ddcedbd89e3.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-b42272fa88f8ba16.rlib" "/opt/rustwide/target/debug/deps/libunreachable-75903259687ac390.rlib" "/opt/rustwide/target/debug/deps/librand-934e7949b9e66968.rlib" "/opt/rustwide/target/debug/deps/librand_core-d1af084f27c556c7.rlib" "/opt/rustwide/target/debug/deps/librand_core-59265aa4cf82afb6.rlib" "/opt/rustwide/target/debug/deps/liblock_api-9bf2d28427c12acf.rlib" "/opt/rustwide/target/debug/deps/libowning_ref-ec1a30b5a9c8afc6.rlib" "/opt/rustwide/target/debug/deps/libstable_deref_trait-eea17b0cf09b3ccf.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-d1d942d3990dad6b.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-f6162c65f9c9f7f3.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-440be9e5f08404f5.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-fac7606041edf632.rlib" "/opt/rustwide/target/debug/deps/libfutures-e9995fc50dddec1f.rlib" "/opt/rustwide/target/debug/deps/libinotify_sys-5560016dcd3464f2.rlib" "/opt/rustwide/target/debug/deps/libfiletime-57bb6c571076e594.rlib" "/opt/rustwide/target/debug/deps/libmio_extras-7ddd4a1ef45464f0.rlib" "/opt/rustwide/target/debug/deps/libmio-d420923b844519df.rlib" "/opt/rustwide/target/debug/deps/liblog-55b4103c168c913a.rlib" "/opt/rustwide/target/debug/deps/libslab-a72257093ff3b984.rlib" "/opt/rustwide/target/debug/deps/libiovec-f689bfb44b0aeca7.rlib" "/opt/rustwide/target/debug/deps/libnet2-12a7f54a5ce251d4.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-4a0a4d007dac91ef.rlib" "/opt/rustwide/target/debug/deps/liblazycell-0f82aa2c1e1187bc.rlib" "/opt/rustwide/target/debug/deps/libbitflags-257fd09b908c4179.rlib" "/opt/rustwide/target/debug/deps/libmidi2opc-7c4a957abfeff7d3.rlib" "/opt/rustwide/target/debug/deps/libmidi_message-cada22ec1669587a.rlib" "/opt/rustwide/target/debug/deps/librisp-688d31f536dd7468.rlib" "/opt/rustwide/target/debug/deps/libregex-3c27480aa6e97727.rlib" "/opt/rustwide/target/debug/deps/libutf8_ranges-d9dab086e6370d17.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-2ad8f91917482db0.rlib" "/opt/rustwide/target/debug/deps/libthread_local-b9d01ba099adfb4d.rlib" "/opt/rustwide/target/debug/deps/libunreachable-dfc308733551362b.rlib" "/opt/rustwide/target/debug/deps/libvoid-7b6fd157ed8721ab.rlib" "/opt/rustwide/target/debug/deps/libthread_id-ccc5ef9f50cfa651.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-dc44ea2c3b94b109.rlib" "/opt/rustwide/target/debug/deps/libmemchr-ae1d5cfd6a5f975a.rlib" "/opt/rustwide/target/debug/deps/libchan_signal-885806f6372e6a8a.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-5960fb8aa5f4b1e3.rlib" "/opt/rustwide/target/debug/deps/libbit_set-676182ed32bf70ec.rlib" "/opt/rustwide/target/debug/deps/libbit_vec-eb5b63e5a223b717.rlib" "/opt/rustwide/target/debug/deps/libportmidi-8883ead199611559.rlib" "/opt/rustwide/target/debug/deps/libchan-6f2569fd1c18cc85.rlib" "/opt/rustwide/target/debug/deps/librand-902803b8a6ee1cf9.rlib" "/opt/rustwide/target/debug/deps/liblibc-c23787a595f08a63.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-29e5e596e889a0aa.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-1b145d9fcdc08832.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-5b037ee6b77e2ff0.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-9635a64fca0ebd28.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-a7574eb9bb7a8fc5.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-f5fa1dc334dcaeeb.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-6ee570a898e75ef0.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-afb62f29a0815772.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-a632746535fd9988.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-25acc307bcb1d7b6.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-377721a625f6ace7.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-43c01431c8a4ee6f.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5f74725679453254.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-2b35d8999819161d.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-a81f2980c3f58cf2.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-57b4679830289815.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2a6a2797f7a73818.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-0e3656b1fda5fd7b.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-13b419dfbcf9c1f8.rlib" "-Wl,-Bdynamic" "-lportmidi" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/rust_midi_patcher-576fbf10624829c4" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: cannot find -lportmidi [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `rust_midi_patcher` due to 2 previous errors; 13 warnings emitted [INFO] running `Command { std: "docker" "inspect" "acd14d148469d1f9b89404f708200e38b82977745298d972900f0a2af4c30b48", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "acd14d148469d1f9b89404f708200e38b82977745298d972900f0a2af4c30b48", kill_on_drop: false }` [INFO] [stdout] acd14d148469d1f9b89404f708200e38b82977745298d972900f0a2af4c30b48