[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 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/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" "+1.37.0" "build" "--frozen"` [INFO] [stdout] 8b4367792ebc631388a39f1b1c1f67f16392e2e94fcef1e0633ed65203bc5ce8 [INFO] running `"docker" "start" "-a" "8b4367792ebc631388a39f1b1c1f67f16392e2e94fcef1e0633ed65203bc5ce8"` [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/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/miditran-b96113d1ef697ab7.miditran.alranxeh-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/miditran-b96113d1ef697ab7.miditran.alranxeh-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/miditran-b96113d1ef697ab7.miditran.alranxeh-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/miditran-b96113d1ef697ab7.miditran.alranxeh-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/miditran-b96113d1ef697ab7.miditran.alranxeh-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/miditran-b96113d1ef697ab7.miditran.alranxeh-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/miditran-b96113d1ef697ab7.miditran.alranxeh-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/miditran-b96113d1ef697ab7.miditran.alranxeh-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/miditran-b96113d1ef697ab7.miditran.alranxeh-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/miditran-b96113d1ef697ab7.miditran.alranxeh-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/miditran-b96113d1ef697ab7.miditran.alranxeh-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/miditran-b96113d1ef697ab7.miditran.alranxeh-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/miditran-b96113d1ef697ab7.miditran.alranxeh-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/miditran-b96113d1ef697ab7.miditran.alranxeh-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/miditran-b96113d1ef697ab7.miditran.alranxeh-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/miditran-b96113d1ef697ab7.miditran.alranxeh-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/miditran-b96113d1ef697ab7" "/opt/crater/target/debug/deps/miditran-b96113d1ef697ab7.4trlf16c4fav9p5w.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/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libmidir-44fd469662606428.rlib" "/opt/crater/target/debug/deps/libalsa-69468cf0291a1e66.rlib" "/opt/crater/target/debug/deps/libnix-3d3b202131945033.rlib" "/opt/crater/target/debug/deps/libvoid-03072202629d0c80.rlib" "/opt/crater/target/debug/deps/libcfg_if-f0641b5a9a5cde64.rlib" "/opt/crater/target/debug/deps/libbitflags-f034fe9ef0b445a7.rlib" "/opt/crater/target/debug/deps/libalsa_sys-561e57566ae81ae5.rlib" "/opt/crater/target/debug/deps/libmemalloc-7a7b161d4f283763.rlib" "/opt/crater/target/debug/deps/libenigo-7613c7435dc07d25.rlib" "/opt/crater/target/debug/deps/libclap-bcc170d64f27401a.rlib" "/opt/crater/target/debug/deps/libvec_map-574990f4164cde65.rlib" "/opt/crater/target/debug/deps/libtextwrap-2bf691a8202f6754.rlib" "/opt/crater/target/debug/deps/libunicode_width-8e49fc9eb4c9dbb0.rlib" "/opt/crater/target/debug/deps/libstrsim-c7682b911d844d93.rlib" "/opt/crater/target/debug/deps/libbitflags-1a4cdc6e572ed8b2.rlib" "/opt/crater/target/debug/deps/libatty-b3304d016555574e.rlib" "/opt/crater/target/debug/deps/liblibc-d1074a238611feff.rlib" "/opt/crater/target/debug/deps/libansi_term-0307525fbc1cbad4.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-4a76ff35a356aedf.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e11c7b3b3225afe2.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-13217ede3d276f16.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-621a9ee22da6caa1.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-546c844e8071bbeb.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-be9569e4d599746f.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-47d8845cef2a3bc5.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-017511bce73a530c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-be7979c57a08057b.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d6459c4f0817c67c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-580035dd98451925.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-aee5c24fff305dea.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-8a55a4098920125a.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-9fc4b5be2ba5cc19.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" "8b4367792ebc631388a39f1b1c1f67f16392e2e94fcef1e0633ed65203bc5ce8"` [INFO] running `"docker" "rm" "-f" "8b4367792ebc631388a39f1b1c1f67f16392e2e94fcef1e0633ed65203bc5ce8"` [INFO] [stdout] 8b4367792ebc631388a39f1b1c1f67f16392e2e94fcef1e0633ed65203bc5ce8