[INFO] crate uinput 0.1.3 is already in cache [INFO] extracting crate uinput 0.1.3 into work/ex/pr-60914/sources/master#39401465da4ce27aeeb2c2a26133ac35c63aa515/reg/uinput/0.1.3 [INFO] extracting crate uinput 0.1.3 into work/ex/pr-60914/sources/try#f45cc3094ee337acd688771b9234318046b0572d/reg/uinput/0.1.3 [INFO] validating manifest of uinput-0.1.3 on toolchain master#39401465da4ce27aeeb2c2a26133ac35c63aa515 [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+39401465da4ce27aeeb2c2a26133ac35c63aa515-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of uinput-0.1.3 on toolchain try#f45cc3094ee337acd688771b9234318046b0572d [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+f45cc3094ee337acd688771b9234318046b0572d-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing uinput-0.1.3 [INFO] finished frobbing uinput-0.1.3 [INFO] frobbed toml for uinput-0.1.3 written to work/ex/pr-60914/sources/master#39401465da4ce27aeeb2c2a26133ac35c63aa515/reg/uinput/0.1.3/Cargo.toml [INFO] started frobbing uinput-0.1.3 [INFO] finished frobbing uinput-0.1.3 [INFO] frobbed toml for uinput-0.1.3 written to work/ex/pr-60914/sources/try#f45cc3094ee337acd688771b9234318046b0572d/reg/uinput/0.1.3/Cargo.toml [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+39401465da4ce27aeeb2c2a26133ac35c63aa515-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+f45cc3094ee337acd688771b9234318046b0572d-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+39401465da4ce27aeeb2c2a26133ac35c63aa515-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+f45cc3094ee337acd688771b9234318046b0572d-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking uinput-0.1.3 against master#39401465da4ce27aeeb2c2a26133ac35c63aa515 for pr-60914 [INFO] running `"docker" "create" "-v" "/mnt/crater-raid/crater/work/local/target-dirs/pr-60914/worker-6/master#39401465da4ce27aeeb2c2a26133ac35c63aa515:/opt/crater/target:rw,Z" "-v" "/mnt/crater-raid/crater/work/ex/pr-60914/sources/master#39401465da4ce27aeeb2c2a26133ac35c63aa515/reg/uinput/0.1.3:/opt/crater/workdir:ro,Z" "-v" "/mnt/crater-raid/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/crater-raid/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=forbid" "-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" "+39401465da4ce27aeeb2c2a26133ac35c63aa515-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 484254a158eea9e870c8a9613b7d6d3d4f8ab8b077b67e626ba85c123b16880a [INFO] running `"docker" "start" "-a" "484254a158eea9e870c8a9613b7d6d3d4f8ab8b077b67e626ba85c123b16880a"` [INFO] [stderr] Checking uinput-sys v0.1.7 [INFO] [stderr] Checking uinput v0.1.3 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'libc::gettimeofday': The signature of this function is incorrect. If you are using it, please report that in the following issue so that we can evaluate the impact of fixing it: https://github.com/rust-lang/libc/issues/1338 [INFO] [stderr] --> src/device/device.rs:3:21 [INFO] [stderr] | [INFO] [stderr] 3 | use libc::{timeval, gettimeofday}; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::gettimeofday': The signature of this function is incorrect. If you are using it, please report that in the following issue so that we can evaluate the impact of fixing it: https://github.com/rust-lang/libc/issues/1338 [INFO] [stderr] --> src/device/device.rs:32:4 [INFO] [stderr] | [INFO] [stderr] 32 | gettimeofday(&mut event.time, ptr::null_mut()); [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::gettimeofday': The signature of this function is incorrect. If you are using it, please report that in the following issue so that we can evaluate the impact of fixing it: https://github.com/rust-lang/libc/issues/1338 [INFO] [stderr] --> src/device/device.rs:3:21 [INFO] [stderr] | [INFO] [stderr] 3 | use libc::{timeval, gettimeofday}; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::gettimeofday': The signature of this function is incorrect. If you are using it, please report that in the following issue so that we can evaluate the impact of fixing it: https://github.com/rust-lang/libc/issues/1338 [INFO] [stderr] --> src/device/device.rs:32:4 [INFO] [stderr] | [INFO] [stderr] 32 | gettimeofday(&mut event.time, ptr::null_mut()); [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: Could not compile `uinput`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name uinput src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="libudev"' --cfg 'feature="udev"' -C metadata=2b7da93c172e6817 -C extra-filename=-2b7da93c172e6817 --out-dir /opt/crater/target/debug/deps -L dependency=/opt/crater/target/debug/deps --extern custom_derive=/opt/crater/target/debug/deps/libcustom_derive-2f6a363dbd359b5b.rmeta --extern enum_derive=/opt/crater/target/debug/deps/libenum_derive-856a795e13414561.rmeta --extern libc=/opt/crater/target/debug/deps/liblibc-549853658dabab4b.rmeta --extern libudev=/opt/crater/target/debug/deps/liblibudev-a7a226d9e7f36b08.rmeta --extern nix=/opt/crater/target/debug/deps/libnix-f869a1f09d81acbd.rmeta --extern uinput_sys=/opt/crater/target/debug/deps/libuinput_sys-1491705675790c2c.rmeta --cap-lints=forbid -L native=/lib/x86_64-linux-gnu` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "484254a158eea9e870c8a9613b7d6d3d4f8ab8b077b67e626ba85c123b16880a"` [INFO] running `"docker" "rm" "-f" "484254a158eea9e870c8a9613b7d6d3d4f8ab8b077b67e626ba85c123b16880a"` [INFO] [stdout] 484254a158eea9e870c8a9613b7d6d3d4f8ab8b077b67e626ba85c123b16880a