[INFO] crate hidapi-alt-for-hidapi-issue-127 1.2.1 is already in cache [INFO] checking hidapi-alt-for-hidapi-issue-127-1.2.1 against master#bd0bacc694d7d8175804bb6f690cb846bfa4a9ee for pr-71665 [INFO] extracting crate hidapi-alt-for-hidapi-issue-127 1.2.1 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate hidapi-alt-for-hidapi-issue-127 1.2.1 on toolchain bd0bacc694d7d8175804bb6f690cb846bfa4a9ee [INFO] running `"/workspace/cargo-home/bin/cargo" "+bd0bacc694d7d8175804bb6f690cb846bfa4a9ee" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate hidapi-alt-for-hidapi-issue-127 1.2.1 [INFO] finished tweaking crates.io crate hidapi-alt-for-hidapi-issue-127 1.2.1 [INFO] tweaked toml for crates.io crate hidapi-alt-for-hidapi-issue-127 1.2.1 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate crates.io crate hidapi-alt-for-hidapi-issue-127 1.2.1 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+bd0bacc694d7d8175804bb6f690cb846bfa4a9ee" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+bd0bacc694d7d8175804bb6f690cb846bfa4a9ee" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] edc3a15d936d45a67f149938fbd05b7be1858ec83788e9ce70ea17fee8ea810f [INFO] running `"docker" "start" "-a" "edc3a15d936d45a67f149938fbd05b7be1858ec83788e9ce70ea17fee8ea810f"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling libc v0.2.69 [INFO] [stderr] Compiling pkg-config v0.3.17 [INFO] [stderr] Compiling cc v1.0.52 [INFO] [stderr] Compiling hidapi-alt-for-hidapi-issue-127 v1.2.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: etc/hidapi/libusb/hid.c: In function 'hid_error': [INFO] [stderr] warning: etc/hidapi/libusb/hid.c:1299:68: warning: unused parameter 'dev' [-Wunused-parameter] [INFO] [stderr] warning: 1299 | HID_API_EXPORT const wchar_t * HID_API_CALL hid_error(hid_device *dev) [INFO] [stderr] warning: | ~~~~~~~~~~~~^~~ [INFO] [stderr] error[E0463]: can't find crate for `hidapi` [INFO] [stderr] --> examples/open_first_device.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | extern crate hidapi; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0463`. [INFO] [stderr] The following warnings were emitted during compilation: [INFO] [stderr] [INFO] [stderr] warning: etc/hidapi/libusb/hid.c: In function 'hid_error': [INFO] [stderr] warning: etc/hidapi/libusb/hid.c:1299:68: warning: unused parameter 'dev' [-Wunused-parameter] [INFO] [stderr] warning: 1299 | HID_API_EXPORT const wchar_t * HID_API_CALL hid_error(hid_device *dev) [INFO] [stderr] warning: | ~~~~~~~~~~~~^~~ [INFO] [stderr] [INFO] [stderr] error: could not compile `hidapi-alt-for-hidapi-issue-127`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0463]: can't find crate for `hidapi` [INFO] [stderr] --> examples/readhid.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | extern crate hidapi; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stderr] [INFO] [stderr] error[E0463]: can't find crate for `hidapi` [INFO] [stderr] --> examples/static_lifetime_bound.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | extern crate hidapi; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0463`. [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0463`. [INFO] [stderr] error[E0463]: can't find crate for `hidapi` [INFO] [stderr] --> examples/co2mon.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | extern crate hidapi; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0463`. [INFO] [stderr] The following warnings were emitted during compilation: [INFO] [stderr] [INFO] [stderr] warning: etc/hidapi/libusb/hid.c: In function 'hid_error': [INFO] [stderr] warning: etc/hidapi/libusb/hid.c:1299:68: warning: unused parameter 'dev' [-Wunused-parameter] [INFO] [stderr] warning: 1299 | HID_API_EXPORT const wchar_t * HID_API_CALL hid_error(hid_device *dev) [INFO] [stderr] warning: | ~~~~~~~~~~~~^~~ [INFO] [stderr] [INFO] [stderr] error: could not compile `hidapi-alt-for-hidapi-issue-127`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] The following warnings were emitted during compilation: [INFO] [stderr] [INFO] [stderr] warning: etc/hidapi/libusb/hid.c: In function 'hid_error': [INFO] [stderr] warning: etc/hidapi/libusb/hid.c:1299:68: warning: unused parameter 'dev' [-Wunused-parameter] [INFO] [stderr] warning: 1299 | HID_API_EXPORT const wchar_t * HID_API_CALL hid_error(hid_device *dev) [INFO] [stderr] warning: | ~~~~~~~~~~~~^~~ [INFO] [stderr] [INFO] [stderr] error: could not compile `hidapi-alt-for-hidapi-issue-127`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] The following warnings were emitted during compilation: [INFO] [stderr] [INFO] [stderr] warning: etc/hidapi/libusb/hid.c: In function 'hid_error': [INFO] [stderr] warning: etc/hidapi/libusb/hid.c:1299:68: warning: unused parameter 'dev' [-Wunused-parameter] [INFO] [stderr] warning: 1299 | HID_API_EXPORT const wchar_t * HID_API_CALL hid_error(hid_device *dev) [INFO] [stderr] warning: | ~~~~~~~~~~~~^~~ [INFO] [stderr] [INFO] [stderr] error: could not compile `hidapi-alt-for-hidapi-issue-127`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0463]: can't find crate for `hidapi` [INFO] [stderr] --> examples/lshid.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | extern crate hidapi; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0463`. [INFO] [stderr] The following warnings were emitted during compilation: [INFO] [stderr] [INFO] [stderr] warning: etc/hidapi/libusb/hid.c: In function 'hid_error': [INFO] [stderr] warning: etc/hidapi/libusb/hid.c:1299:68: warning: unused parameter 'dev' [-Wunused-parameter] [INFO] [stderr] warning: 1299 | HID_API_EXPORT const wchar_t * HID_API_CALL hid_error(hid_device *dev) [INFO] [stderr] warning: | ~~~~~~~~~~~~^~~ [INFO] [stderr] [INFO] [stderr] error: could not compile `hidapi-alt-for-hidapi-issue-127`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "edc3a15d936d45a67f149938fbd05b7be1858ec83788e9ce70ea17fee8ea810f"` [INFO] running `"docker" "rm" "-f" "edc3a15d936d45a67f149938fbd05b7be1858ec83788e9ce70ea17fee8ea810f"` [INFO] [stdout] edc3a15d936d45a67f149938fbd05b7be1858ec83788e9ce70ea17fee8ea810f