[INFO] updating cached repository atmouse-/otp-uinput [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/atmouse-/otp-uinput [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/atmouse-/otp-uinput" "work/ex/beta-1.38-1/sources/1.37.0/gh/atmouse-/otp-uinput"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/atmouse-/otp-uinput'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/atmouse-/otp-uinput" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/atmouse-/otp-uinput"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/atmouse-/otp-uinput'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] d3f42c4228c81c0e0da8f73b1d79d10569580634 [INFO] sha for GitHub repo atmouse-/otp-uinput: d3f42c4228c81c0e0da8f73b1d79d10569580634 [INFO] validating manifest of atmouse-/otp-uinput 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 atmouse-/otp-uinput 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 atmouse-/otp-uinput [INFO] finished frobbing atmouse-/otp-uinput [INFO] frobbed toml for atmouse-/otp-uinput written to work/ex/beta-1.38-1/sources/1.37.0/gh/atmouse-/otp-uinput/Cargo.toml [INFO] started frobbing atmouse-/otp-uinput [INFO] finished frobbing atmouse-/otp-uinput [INFO] frobbed toml for atmouse-/otp-uinput written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/atmouse-/otp-uinput/Cargo.toml [INFO] crate atmouse-/otp-uinput 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 atmouse-/otp-uinput 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-3/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/atmouse-/otp-uinput:/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] 1b2cc28c606eaab155c7b8a6da97321b3239ba6cd4bcf42f14e4e11f33f1a81e [INFO] running `"docker" "start" "-a" "1b2cc28c606eaab155c7b8a6da97321b3239ba6cd4bcf42f14e4e11f33f1a81e"` [INFO] [stderr] Compiling ioctl-sys v0.5.2 [INFO] [stderr] Compiling enum_derive v0.1.7 [INFO] [stderr] Compiling custom_derive v0.1.7 [INFO] [stderr] Compiling libudev-sys v0.1.4 [INFO] [stderr] Compiling nix v0.10.0 [INFO] [stderr] Compiling tokio-threadpool v0.1.14 [INFO] [stderr] Compiling tokio-reactor v0.1.9 [INFO] [stderr] Compiling uinput-sys v0.1.7 [INFO] [stderr] Compiling tokio-udp v0.1.3 [INFO] [stderr] Compiling tokio-uds v0.2.5 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling libudev v0.2.0 [INFO] [stderr] Compiling tokio-fs v0.1.6 [INFO] [stderr] Compiling tokio v0.1.19 [INFO] [stderr] Compiling tokio-core v0.1.17 [INFO] [stderr] Compiling uinput v0.1.3 [INFO] [stderr] error: Could not compile `uinput`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name uinput /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/uinput-0.1.3/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="libudev"' --cfg 'feature="udev"' -C metadata=18484e578a49b37a -C extra-filename=-18484e578a49b37a --out-dir /opt/crater/target/debug/deps -L dependency=/opt/crater/target/debug/deps --extern custom_derive=/opt/crater/target/debug/deps/libcustom_derive-0f45cb4ce8c03868.rmeta --extern enum_derive=/opt/crater/target/debug/deps/libenum_derive-32f2dab79dbc9b5f.rmeta --extern libc=/opt/crater/target/debug/deps/liblibc-c28ba84e42002ff8.rmeta --extern libudev=/opt/crater/target/debug/deps/liblibudev-21f03cd763d5751f.rmeta --extern nix=/opt/crater/target/debug/deps/libnix-196771de575cfeea.rmeta --extern uinput_sys=/opt/crater/target/debug/deps/libuinput_sys-6822a8a2cb5e7ff1.rmeta --cap-lints allow --cap-lints=warn -L native=/lib/x86_64-linux-gnu` (signal: 9, SIGKILL: kill) [INFO] running `"docker" "inspect" "1b2cc28c606eaab155c7b8a6da97321b3239ba6cd4bcf42f14e4e11f33f1a81e"` [INFO] running `"docker" "rm" "-f" "1b2cc28c606eaab155c7b8a6da97321b3239ba6cd4bcf42f14e4e11f33f1a81e"` [INFO] [stdout] 1b2cc28c606eaab155c7b8a6da97321b3239ba6cd4bcf42f14e4e11f33f1a81e