[INFO] updating cached repository xobs/midi-to-keypress [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/xobs/midi-to-keypress [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/xobs/midi-to-keypress" "work/ex/beta-1.37-6/sources/1.36.0/gh/xobs/midi-to-keypress"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/xobs/midi-to-keypress'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/xobs/midi-to-keypress" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/xobs/midi-to-keypress"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/xobs/midi-to-keypress'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] f1bba88dfb3fa4b408205ffe1dbb8e5526065d5f [INFO] sha for GitHub repo xobs/midi-to-keypress: f1bba88dfb3fa4b408205ffe1dbb8e5526065d5f [INFO] validating manifest of xobs/midi-to-keypress on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of xobs/midi-to-keypress on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing xobs/midi-to-keypress [INFO] finished frobbing xobs/midi-to-keypress [INFO] frobbed toml for xobs/midi-to-keypress written to work/ex/beta-1.37-6/sources/1.36.0/gh/xobs/midi-to-keypress/Cargo.toml [INFO] started frobbing xobs/midi-to-keypress [INFO] finished frobbing xobs/midi-to-keypress [INFO] frobbed toml for xobs/midi-to-keypress written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/xobs/midi-to-keypress/Cargo.toml [INFO] crate xobs/midi-to-keypress already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing xobs/midi-to-keypress against beta-2019-07-23 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-4/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/xobs/midi-to-keypress:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-07-23" "build" "--frozen"` [INFO] [stdout] 58413ffc2d30522f8f68343431661ef6414a21d75e171d92d3ba12db4cb3fc52 [INFO] running `"docker" "start" "-a" "58413ffc2d30522f8f68343431661ef6414a21d75e171d92d3ba12db4cb3fc52"` [INFO] [stderr] Compiling bitflags v0.3.3 [INFO] [stderr] Compiling memalloc v0.1.0 [INFO] [stderr] Compiling enigo v0.0.12 [INFO] [stderr] Compiling nix v0.9.0 [INFO] [stderr] Compiling alsa-sys v0.1.1 [INFO] [stderr] Compiling atty v0.2.6 [INFO] [stderr] Compiling clap v2.29.2 [INFO] [stderr] Compiling alsa v0.2.0 [INFO] [stderr] Compiling midir v0.5.0 [INFO] [stderr] Compiling miditran v0.3.4 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:204:53 [INFO] [stderr] | [INFO] [stderr] 204 | fn run(midi_name: Option) -> Result<(), Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:271:37 [INFO] [stderr] | [INFO] [stderr] 271 | fn list_devices() -> Result<(), Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'enigo::Key::Super': now renamed to Meta [INFO] [stderr] --> src/notemappings.rs:88:30 [INFO] [stderr] | [INFO] [stderr] 88 | KbdKey::Super => Key::Super, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'enigo::Key::Command': now renamed to Meta [INFO] [stderr] --> src/notemappings.rs:89:32 [INFO] [stderr] | [INFO] [stderr] 89 | KbdKey::Command => Key::Command, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'enigo::Key::Windows': now renamed to Meta [INFO] [stderr] --> src/notemappings.rs:90:32 [INFO] [stderr] | [INFO] [stderr] 90 | KbdKey::Windows => Key::Windows, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused variable: `channel_txt` [INFO] [stderr] --> src/notemappings.rs:233:17 [INFO] [stderr] | [INFO] [stderr] 233 | let channel_txt = fields[1]; [INFO] [stderr] | ^^^^^^^^^^^ help: consider prefixing with an underscore: `_channel_txt` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `keydown_txt` [INFO] [stderr] --> src/notemappings.rs:234:17 [INFO] [stderr] | [INFO] [stderr] 234 | let keydown_txt = fields[2]; [INFO] [stderr] | ^^^^^^^^^^^ help: consider prefixing with an underscore: `_keydown_txt` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `keyup_txt` [INFO] [stderr] --> src/notemappings.rs:235:17 [INFO] [stderr] | [INFO] [stderr] 235 | let keyup_txt = fields[3]; [INFO] [stderr] | ^^^^^^^^^ help: consider prefixing with an underscore: `_keyup_txt` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/notemappings.rs:224:13 [INFO] [stderr] | [INFO] [stderr] 224 | let mut buf_reader = BufReader::new(f); [INFO] [stderr] | ----^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_mut)] on by default [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Unparseable` [INFO] [stderr] --> src/midi.rs:153:5 [INFO] [stderr] | [INFO] [stderr] 153 | Unparseable, [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: method is never used: `new_from_text` [INFO] [stderr] --> src/midi.rs:165:4 [INFO] [stderr] | [INFO] [stderr] 165 | pub fn new_from_text(txt: &str) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `key_reset` [INFO] [stderr] --> src/appstate.rs:49:5 [INFO] [stderr] | [INFO] [stderr] 49 | pub fn key_reset(&mut self) -> u32 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `import` [INFO] [stderr] --> src/notemappings.rs:222:5 [INFO] [stderr] | [INFO] [stderr] 222 | pub fn import(&mut self, filename: &str) -> Result<()> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/miditran-cbd8a4d746223d75.miditran.bq4eajp8-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/miditran-cbd8a4d746223d75.miditran.bq4eajp8-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/miditran-cbd8a4d746223d75.miditran.bq4eajp8-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/miditran-cbd8a4d746223d75.miditran.bq4eajp8-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/miditran-cbd8a4d746223d75.miditran.bq4eajp8-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/miditran-cbd8a4d746223d75.miditran.bq4eajp8-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/miditran-cbd8a4d746223d75.miditran.bq4eajp8-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/miditran-cbd8a4d746223d75.miditran.bq4eajp8-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/miditran-cbd8a4d746223d75.miditran.bq4eajp8-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/miditran-cbd8a4d746223d75.miditran.bq4eajp8-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/miditran-cbd8a4d746223d75.miditran.bq4eajp8-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/miditran-cbd8a4d746223d75.miditran.bq4eajp8-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/miditran-cbd8a4d746223d75.miditran.bq4eajp8-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/miditran-cbd8a4d746223d75.miditran.bq4eajp8-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/miditran-cbd8a4d746223d75.miditran.bq4eajp8-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/miditran-cbd8a4d746223d75.miditran.bq4eajp8-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/miditran-cbd8a4d746223d75" "/opt/crater/target/debug/deps/miditran-cbd8a4d746223d75.1gpsw3ok603wr0me.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libmidir-1620c18f7d1e69d3.rlib" "/opt/crater/target/debug/deps/libalsa-696d9493f5ac88fa.rlib" "/opt/crater/target/debug/deps/libnix-0035f94a6a0969d7.rlib" "/opt/crater/target/debug/deps/libvoid-7cea1bca190341e8.rlib" "/opt/crater/target/debug/deps/libcfg_if-af8485a38956c1b4.rlib" "/opt/crater/target/debug/deps/libbitflags-3e0496368fb8d844.rlib" "/opt/crater/target/debug/deps/libalsa_sys-82cb5abc039a2117.rlib" "/opt/crater/target/debug/deps/libmemalloc-11a04e1ddfa581f6.rlib" "/opt/crater/target/debug/deps/libenigo-689207077a31ad73.rlib" "/opt/crater/target/debug/deps/libclap-53a39621d04816ae.rlib" "/opt/crater/target/debug/deps/libvec_map-28d381902bbfbe40.rlib" "/opt/crater/target/debug/deps/libtextwrap-5ad3504247ac8501.rlib" "/opt/crater/target/debug/deps/libunicode_width-9160dad23804e44f.rlib" "/opt/crater/target/debug/deps/libstrsim-a3e581aa39d667e4.rlib" "/opt/crater/target/debug/deps/libbitflags-830829b20e90b150.rlib" "/opt/crater/target/debug/deps/libatty-2b1f17af7195db4e.rlib" "/opt/crater/target/debug/deps/liblibc-6adf852fd4f18ec9.rlib" "/opt/crater/target/debug/deps/libansi_term-5f783ce358bf4f37.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-a80a1e8e09cafef8.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e0e6351da805c468.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e04f54bafc95e331.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-67901d3322495bd5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-bd390b1abaceaec1.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-312dd37fdc7bedfc.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8ed0e51d58d644a3.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-8a423c320a6c707f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d6a95598e2238263.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d231614b153016eb.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-3821619027f463e4.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-1cfd794d18771a44.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-dcf33cf10c2452ef.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-c258fea34bf64bce.rlib" "-Wl,-Bdynamic" "-lasound" "-lxdo" "-ldl" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lxdo [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `miditran`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "58413ffc2d30522f8f68343431661ef6414a21d75e171d92d3ba12db4cb3fc52"` [INFO] running `"docker" "rm" "-f" "58413ffc2d30522f8f68343431661ef6414a21d75e171d92d3ba12db4cb3fc52"` [INFO] [stdout] 58413ffc2d30522f8f68343431661ef6414a21d75e171d92d3ba12db4cb3fc52