[INFO] crate uinput 0.1.3 is already in cache [INFO] extracting crate uinput 0.1.3 into work/ex/pr-60932/sources/master#548add7f61bfcbe3bea3f5ccefb53c84da8fefe4/reg/uinput/0.1.3 [INFO] extracting crate uinput 0.1.3 into work/ex/pr-60932/sources/try#097e26225c5cc28d3042ad4c80eac7c488f78ee7/reg/uinput/0.1.3 [INFO] validating manifest of uinput-0.1.3 on toolchain master#548add7f61bfcbe3bea3f5ccefb53c84da8fefe4 [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+548add7f61bfcbe3bea3f5ccefb53c84da8fefe4-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of uinput-0.1.3 on toolchain try#097e26225c5cc28d3042ad4c80eac7c488f78ee7 [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+097e26225c5cc28d3042ad4c80eac7c488f78ee7-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-60932/sources/master#548add7f61bfcbe3bea3f5ccefb53c84da8fefe4/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-60932/sources/try#097e26225c5cc28d3042ad4c80eac7c488f78ee7/reg/uinput/0.1.3/Cargo.toml [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+548add7f61bfcbe3bea3f5ccefb53c84da8fefe4-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+097e26225c5cc28d3042ad4c80eac7c488f78ee7-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+548add7f61bfcbe3bea3f5ccefb53c84da8fefe4-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+097e26225c5cc28d3042ad4c80eac7c488f78ee7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking uinput-0.1.3 against master#548add7f61bfcbe3bea3f5ccefb53c84da8fefe4 for pr-60932 [INFO] running `"docker" "create" "-v" "/mnt/crater-raid/crater/work/local/target-dirs/pr-60932/worker-4/master#548add7f61bfcbe3bea3f5ccefb53c84da8fefe4:/opt/crater/target:rw,Z" "-v" "/mnt/crater-raid/crater/work/ex/pr-60932/sources/master#548add7f61bfcbe3bea3f5ccefb53c84da8fefe4/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" "+548add7f61bfcbe3bea3f5ccefb53c84da8fefe4-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] c2358f89785902846a14c27cbd98d498e6cc299224c0ecf5d28467a173b09b40 [INFO] running `"docker" "start" "-a" "c2358f89785902846a14c27cbd98d498e6cc299224c0ecf5d28467a173b09b40"` [INFO] [stderr] Checking uinput-sys v0.1.7 [INFO] [stderr] Checking libudev v0.2.0 [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 --emit=dep-info,metadata -C debuginfo=2 --test --cfg 'feature="default"' --cfg 'feature="libudev"' --cfg 'feature="udev"' -C metadata=c0369d44b7de853f -C extra-filename=-c0369d44b7de853f --out-dir /opt/crater/target/debug/deps -L dependency=/opt/crater/target/debug/deps --extern custom_derive=/opt/crater/target/debug/deps/libcustom_derive-8a516575a61c5e4f.rmeta --extern enum_derive=/opt/crater/target/debug/deps/libenum_derive-a5aa4dd9e92b4902.rmeta --extern libc=/opt/crater/target/debug/deps/liblibc-ce39599011ad5fa5.rmeta --extern libudev=/opt/crater/target/debug/deps/liblibudev-18204f65aa8ca4cc.rmeta --extern nix=/opt/crater/target/debug/deps/libnix-01d49404a31cefc6.rmeta --extern uinput_sys=/opt/crater/target/debug/deps/libuinput_sys-9ff7ff3705b7ac77.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" "c2358f89785902846a14c27cbd98d498e6cc299224c0ecf5d28467a173b09b40"` [INFO] running `"docker" "rm" "-f" "c2358f89785902846a14c27cbd98d498e6cc299224c0ecf5d28467a173b09b40"` [INFO] [stdout] c2358f89785902846a14c27cbd98d498e6cc299224c0ecf5d28467a173b09b40