[INFO] fetching crate hidapi-alt-for-hidapi-issue-127 1.2.1... [INFO] testing hidapi-alt-for-hidapi-issue-127-1.2.1 against 1.44.0 for beta-1.45-1 [INFO] extracting crate hidapi-alt-for-hidapi-issue-127 1.2.1 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate hidapi-alt-for-hidapi-issue-127 1.2.1 on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "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-5/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" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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=warn" "-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" "+1.44.0" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 452127c18f0663ccff784a2b4951fb539415949b197b83bacd290d4d84ca1207 [INFO] running `"docker" "start" "-a" "452127c18f0663ccff784a2b4951fb539415949b197b83bacd290d4d84ca1207"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [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] Finished dev [unoptimized + debuginfo] target(s) in 4.08s [INFO] running `"docker" "inspect" "452127c18f0663ccff784a2b4951fb539415949b197b83bacd290d4d84ca1207"` [INFO] running `"docker" "rm" "-f" "452127c18f0663ccff784a2b4951fb539415949b197b83bacd290d4d84ca1207"` [INFO] [stdout] 452127c18f0663ccff784a2b4951fb539415949b197b83bacd290d4d84ca1207 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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=warn" "-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" "+1.44.0" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] a75c78a827019061b6505a9bfe41d6e92095875eb8ec5b2c8ebec0c63ce7b63b [INFO] running `"docker" "start" "-a" "a75c78a827019061b6505a9bfe41d6e92095875eb8ec5b2c8ebec0c63ce7b63b"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [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] Compiling hidapi-alt-for-hidapi-issue-127 v1.2.1 (/opt/rustwide/workdir) [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[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[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[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: 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] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0463`. [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] 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] 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/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] 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: build failed [INFO] running `"docker" "inspect" "a75c78a827019061b6505a9bfe41d6e92095875eb8ec5b2c8ebec0c63ce7b63b"` [INFO] running `"docker" "rm" "-f" "a75c78a827019061b6505a9bfe41d6e92095875eb8ec5b2c8ebec0c63ce7b63b"` [INFO] [stdout] a75c78a827019061b6505a9bfe41d6e92095875eb8ec5b2c8ebec0c63ce7b63b