[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.38-1/sources/1.37.0/gh/xobs/midi-to-keypress"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.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.38-1/sources/beta-2019-08-13/gh/xobs/midi-to-keypress"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/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.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of xobs/midi-to-keypress on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "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.38-1/sources/1.37.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.38-1/sources/beta-2019-08-13/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.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing xobs/midi-to-keypress against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-5/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/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-08-13" "build" "--frozen"` [INFO] [stdout] 9edd1379bb20b9bc71c3335302a273a9564e6f24c00fa2d1ec80d0d0d0afa860 [INFO] running `"docker" "start" "-a" "9edd1379bb20b9bc71c3335302a273a9564e6f24c00fa2d1ec80d0d0d0afa860"` [INFO] [stderr] Compiling memalloc v0.1.0 [INFO] [stderr] Compiling alsa-sys v0.1.1 [INFO] [stderr] Compiling enigo v0.0.12 [INFO] [stderr] Compiling nix v0.9.0 [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-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/miditran-504b8c5f76ebe9ee.miditran.27zh2l8a-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/miditran-504b8c5f76ebe9ee.miditran.27zh2l8a-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/miditran-504b8c5f76ebe9ee.miditran.27zh2l8a-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/miditran-504b8c5f76ebe9ee.miditran.27zh2l8a-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/miditran-504b8c5f76ebe9ee.miditran.27zh2l8a-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/miditran-504b8c5f76ebe9ee.miditran.27zh2l8a-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/miditran-504b8c5f76ebe9ee.miditran.27zh2l8a-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/miditran-504b8c5f76ebe9ee.miditran.27zh2l8a-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/miditran-504b8c5f76ebe9ee.miditran.27zh2l8a-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/miditran-504b8c5f76ebe9ee.miditran.27zh2l8a-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/miditran-504b8c5f76ebe9ee.miditran.27zh2l8a-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/miditran-504b8c5f76ebe9ee.miditran.27zh2l8a-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/miditran-504b8c5f76ebe9ee.miditran.27zh2l8a-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/miditran-504b8c5f76ebe9ee.miditran.27zh2l8a-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/miditran-504b8c5f76ebe9ee.miditran.27zh2l8a-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/miditran-504b8c5f76ebe9ee.miditran.27zh2l8a-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/miditran-504b8c5f76ebe9ee" "/opt/crater/target/debug/deps/miditran-504b8c5f76ebe9ee.gfhe37j0wfcghe8.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-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libmidir-08f1c1220defb5af.rlib" "/opt/crater/target/debug/deps/libalsa-42bb7fd5ad28a548.rlib" "/opt/crater/target/debug/deps/libnix-bc3cd10efc6fd874.rlib" "/opt/crater/target/debug/deps/libvoid-ee701c9bdcbc84a6.rlib" "/opt/crater/target/debug/deps/libcfg_if-168f8d02dd20eb98.rlib" "/opt/crater/target/debug/deps/libbitflags-87aacccedafc3e9f.rlib" "/opt/crater/target/debug/deps/libalsa_sys-430635dd270f04d6.rlib" "/opt/crater/target/debug/deps/libmemalloc-900fe44369cc8710.rlib" "/opt/crater/target/debug/deps/libenigo-7261215aabcbbd28.rlib" "/opt/crater/target/debug/deps/libclap-85cfeb1268aebcb3.rlib" "/opt/crater/target/debug/deps/libvec_map-2c2ebfa375d911dc.rlib" "/opt/crater/target/debug/deps/libtextwrap-29664d8799462831.rlib" "/opt/crater/target/debug/deps/libunicode_width-a2596a57a5d82eb6.rlib" "/opt/crater/target/debug/deps/libstrsim-1f97e786376c3bf3.rlib" "/opt/crater/target/debug/deps/libbitflags-8691998c5ee83e05.rlib" "/opt/crater/target/debug/deps/libatty-9bfd182a10e4aa4d.rlib" "/opt/crater/target/debug/deps/liblibc-7030ceb90a849dae.rlib" "/opt/crater/target/debug/deps/libansi_term-95a7a69d01473073.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-1d6d86bd078a28e9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e9721e46a424e2a9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-c07193698f282147.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6da45690f3863086.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-690797036dd27680.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-d3896ccbfd8eda2b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7cccc3739e3d7623.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5e9ba178a513cd29.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-5ca9f83bf63d1f4b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bba1c7ef9e950882.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e23c9de62012deb5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9b59dffdcd513d5d.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-17392340ab2e4a97.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ac21508a81e3f7f3.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" "9edd1379bb20b9bc71c3335302a273a9564e6f24c00fa2d1ec80d0d0d0afa860"` [INFO] running `"docker" "rm" "-f" "9edd1379bb20b9bc71c3335302a273a9564e6f24c00fa2d1ec80d0d0d0afa860"` [INFO] [stdout] 9edd1379bb20b9bc71c3335302a273a9564e6f24c00fa2d1ec80d0d0d0afa860