[INFO] updating cached repository pinkisemils/hit_to_skip [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/pinkisemils/hit_to_skip [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/pinkisemils/hit_to_skip" "work/ex/beta-1.38-1/sources/1.37.0/gh/pinkisemils/hit_to_skip"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/pinkisemils/hit_to_skip'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/pinkisemils/hit_to_skip" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/pinkisemils/hit_to_skip"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/pinkisemils/hit_to_skip'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] bd41dc313a0b7675aba27eaf027b89676f0a5aa6 [INFO] sha for GitHub repo pinkisemils/hit_to_skip: bd41dc313a0b7675aba27eaf027b89676f0a5aa6 [INFO] validating manifest of pinkisemils/hit_to_skip 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 pinkisemils/hit_to_skip 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 pinkisemils/hit_to_skip [INFO] finished frobbing pinkisemils/hit_to_skip [INFO] frobbed toml for pinkisemils/hit_to_skip written to work/ex/beta-1.38-1/sources/1.37.0/gh/pinkisemils/hit_to_skip/Cargo.toml [INFO] started frobbing pinkisemils/hit_to_skip [INFO] finished frobbing pinkisemils/hit_to_skip [INFO] frobbed toml for pinkisemils/hit_to_skip written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/pinkisemils/hit_to_skip/Cargo.toml [INFO] crate pinkisemils/hit_to_skip 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] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing pinkisemils/hit_to_skip 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-0/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/pinkisemils/hit_to_skip:/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] fd2da3162598c142402eeb97724af0e71ade5fa2c885e6d1a74c2a020d6accb7 [INFO] running `"docker" "start" "-a" "fd2da3162598c142402eeb97724af0e71ade5fa2c885e6d1a74c2a020d6accb7"` [INFO] [stderr] Compiling error-chain v0.7.2 [INFO] [stderr] Compiling getopts v0.2.14 [INFO] [stderr] Compiling json v0.11.5 [INFO] [stderr] Compiling termios v0.2.2 [INFO] [stderr] Compiling ioctl-rs v0.1.5 [INFO] [stderr] Compiling enum_primitive v0.1.1 [INFO] [stderr] Compiling cookie v0.2.5 [INFO] [stderr] Compiling serde_urlencoded v0.3.0 [INFO] [stderr] Compiling num v0.1.36 [INFO] [stderr] Compiling serial v0.3.4 [INFO] [stderr] Compiling mpv v0.2.3 [INFO] [stderr] warning[E0503]: cannot use `state` because it was mutably borrowed [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/getopts-0.2.14/src/lib.rs:1008:33 [INFO] [stderr] | [INFO] [stderr] 955 | let mut machine = |cont: &mut bool, (i, c): (usize, char)| { [INFO] [stderr] | ---------------------------------------- borrow of `state` occurs here [INFO] [stderr] ... [INFO] [stderr] 959 | state = match (state, whitespace, limit) { [INFO] [stderr] | ----- borrow occurs due to use of `state` in closure [INFO] [stderr] ... [INFO] [stderr] 1008 | while cont && match state { B | C => true, A => false } { [INFO] [stderr] | ^ use of borrowed `state` [INFO] [stderr] 1009 | machine(&mut cont, (fake_i, ' ')); [INFO] [stderr] | ------- borrow later used here [INFO] [stderr] | [INFO] [stderr] = warning: this error has been downgraded to a warning for backwards compatibility with previous releases [INFO] [stderr] = warning: this represents potential undefined behavior in your code and this warning will become a hard error in the future [INFO] [stderr] = note: for more information, try `rustc --explain E0729` [INFO] [stderr] [INFO] [stderr] Compiling metadeps v1.1.1 [INFO] [stderr] Compiling pulldown-cmark v0.0.3 [INFO] [stderr] Compiling hyper v0.9.18 [INFO] [stderr] Compiling openssl-sys v0.9.6 [INFO] [stderr] Compiling skeptic v0.6.1 [INFO] [stderr] Compiling openssl v0.9.6 [INFO] [stderr] Compiling spotify v0.6.0 [INFO] [stderr] Compiling native-tls v0.1.1 [INFO] [stderr] Compiling reqwest v0.1.0 [INFO] [stderr] Compiling spoop v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused import: `std::thread::sleep_ms` [INFO] [stderr] --> src/main.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use std::thread::sleep_ms; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` [INFO] [stderr] --> src/main.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use std::thread::sleep_ms; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `e` [INFO] [stderr] --> src/main.rs:55:33 [INFO] [stderr] | [INFO] [stderr] 55 | Err(e) => return, [INFO] [stderr] | ^ help: consider prefixing with an underscore: `_e` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `anything` [INFO] [stderr] --> src/main.rs:58:21 [INFO] [stderr] | [INFO] [stderr] 58 | anything => { [INFO] [stderr] | ^^^^^^^^ help: consider prefixing with an underscore: `_anything` [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/spoop-7d618ee7b2925d05.spoop.4drwwy5k-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/spoop-7d618ee7b2925d05.spoop.4drwwy5k-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/spoop-7d618ee7b2925d05.spoop.4drwwy5k-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/spoop-7d618ee7b2925d05.spoop.4drwwy5k-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/spoop-7d618ee7b2925d05.spoop.4drwwy5k-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/spoop-7d618ee7b2925d05.spoop.4drwwy5k-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/spoop-7d618ee7b2925d05.spoop.4drwwy5k-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/spoop-7d618ee7b2925d05.spoop.4drwwy5k-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/spoop-7d618ee7b2925d05.spoop.4drwwy5k-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/spoop-7d618ee7b2925d05.spoop.4drwwy5k-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/spoop-7d618ee7b2925d05.spoop.4drwwy5k-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/spoop-7d618ee7b2925d05.spoop.4drwwy5k-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/spoop-7d618ee7b2925d05.spoop.4drwwy5k-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/spoop-7d618ee7b2925d05.spoop.4drwwy5k-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/spoop-7d618ee7b2925d05.spoop.4drwwy5k-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/spoop-7d618ee7b2925d05.spoop.4drwwy5k-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/spoop-7d618ee7b2925d05" "/opt/crater/target/debug/deps/spoop-7d618ee7b2925d05.2qrasmyo3h7cx61h.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/libserial-e4a47a0d7b89be1d.rlib" "/opt/crater/target/debug/deps/libioctl_rs-cb4c423a060f8229.rlib" "/opt/crater/target/debug/deps/libtermios-a613ef262c58b50a.rlib" "/opt/crater/target/debug/deps/libmpv-6f676be8b1e1a087.rlib" "/opt/crater/target/debug/deps/libnum-d1275d7738a8e3b5.rlib" "/opt/crater/target/debug/deps/libnum_rational-870f755c8c6a5724.rlib" "/opt/crater/target/debug/deps/libnum_bigint-3f71101e9b5b91d2.rlib" "/opt/crater/target/debug/deps/librand-a87ee065092092b3.rlib" "/opt/crater/target/debug/deps/liblibc-3a9ab9364d9c9a5c.rlib" "/opt/crater/target/debug/deps/libnum_complex-a1ee89caa8552793.rlib" "/opt/crater/target/debug/deps/librustc_serialize-eee3b26c21f1fbaf.rlib" "/opt/crater/target/debug/deps/libnum_iter-b7c7094018b9b4e5.rlib" "/opt/crater/target/debug/deps/libnum_integer-1bb350ebdb52db08.rlib" "/opt/crater/target/debug/deps/libenum_primitive-ab54cdd9964881b0.rlib" "/opt/crater/target/debug/deps/libnum_traits-0b49cd367c6da4a1.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" "-lc" "-lmpv" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lmpv [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 `spoop`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "fd2da3162598c142402eeb97724af0e71ade5fa2c885e6d1a74c2a020d6accb7"` [INFO] running `"docker" "rm" "-f" "fd2da3162598c142402eeb97724af0e71ade5fa2c885e6d1a74c2a020d6accb7"` [INFO] [stdout] fd2da3162598c142402eeb97724af0e71ade5fa2c885e6d1a74c2a020d6accb7