[INFO] crate yubico_manager 0.6.2 is already in cache [INFO] checking yubico_manager-0.6.2 against try#d7b51666469c792a8a3f40849607739bae1e705e for pr-71665 [INFO] extracting crate yubico_manager 0.6.2 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate yubico_manager 0.6.2 on toolchain d7b51666469c792a8a3f40849607739bae1e705e [INFO] running `"/workspace/cargo-home/bin/cargo" "+d7b51666469c792a8a3f40849607739bae1e705e" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate yubico_manager 0.6.2 [INFO] finished tweaking crates.io crate yubico_manager 0.6.2 [INFO] tweaked toml for crates.io crate yubico_manager 0.6.2 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate crates.io crate yubico_manager 0.6.2 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+d7b51666469c792a8a3f40849607739bae1e705e" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "+d7b51666469c792a8a3f40849607739bae1e705e" "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] f9862bdf7c8b0a770a1c4803d756a4ed1824658977435777c3e0064c4756aa3b [INFO] running `"docker" "start" "-a" "f9862bdf7c8b0a770a1c4803d756a4ed1824658977435777c3e0064c4756aa3b"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling typenum v1.11.2 [INFO] [stderr] Compiling libc v0.2.62 [INFO] [stderr] Compiling byteorder v1.3.2 [INFO] [stderr] Compiling getrandom v0.1.12 [INFO] [stderr] Compiling pkg-config v0.3.16 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Compiling proc-macro-hack-impl v0.4.2 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking ppv-lite86 v0.2.5 [INFO] [stderr] Checking bit-vec v0.6.1 [INFO] [stderr] Compiling quote v0.3.15 [INFO] [stderr] Checking subtle v1.0.0 [INFO] [stderr] Compiling bitflags v1.2.0 [INFO] [stderr] Checking hex v0.3.2 [INFO] [stderr] Checking block-padding v0.1.4 [INFO] [stderr] Checking bit-set v0.2.0 [INFO] [stderr] Compiling proc-macro-hack v0.4.2 [INFO] [stderr] Compiling structure-macro-impl v0.1.2 [INFO] [stderr] Compiling libusb-sys v0.2.3 [INFO] [stderr] Checking c2-chacha v0.2.2 [INFO] [stderr] Checking libusb v0.3.0 [INFO] [stderr] Checking structure v0.1.2 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking generic-array v0.12.3 [INFO] [stderr] Checking rand_chacha v0.2.1 [INFO] [stderr] Checking rand v0.7.2 [INFO] [stderr] Checking block-cipher-trait v0.6.2 [INFO] [stderr] Checking digest v0.8.1 [INFO] [stderr] Checking crypto-mac v0.7.0 [INFO] [stderr] Checking block-buffer v0.7.3 [INFO] [stderr] Checking block-modes v0.3.3 [INFO] [stderr] Checking aes-soft v0.3.3 [INFO] [stderr] Checking hmac v0.7.1 [INFO] [stderr] Checking sha-1 v0.8.1 [INFO] [stderr] Checking yubico_manager v0.6.2 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/manager.rs:89:8 [INFO] [stderr] | [INFO] [stderr] 89 | Ok(try!(handle.read_control(reqtype, HID_GET_REPORT, value, 0, buf, Duration::new(2, 0)))) [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/manager.rs:119:8 [INFO] [stderr] | [INFO] [stderr] 119 | if try!(handle.write_control(reqtype, HID_SET_REPORT, value, 0, &packet, Duration::new(2, 0))) != 8 { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/manager.rs:139:12 [INFO] [stderr] | [INFO] [stderr] 139 | if try!(read(handle, &mut response[r0..r0 + 8])) < 8 { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/manager.rs:155:5 [INFO] [stderr] | [INFO] [stderr] 155 | try!(write_reset(handle)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/manager.rs:89:8 [INFO] [stderr] | [INFO] [stderr] 89 | Ok(try!(handle.read_control(reqtype, HID_GET_REPORT, value, 0, buf, Duration::new(2, 0)))) [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/manager.rs:119:8 [INFO] [stderr] | [INFO] [stderr] 119 | if try!(handle.write_control(reqtype, HID_SET_REPORT, value, 0, &packet, Duration::new(2, 0))) != 8 { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/manager.rs:139:12 [INFO] [stderr] | [INFO] [stderr] 139 | if try!(read(handle, &mut response[r0..r0 + 8])) < 8 { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/manager.rs:155:5 [INFO] [stderr] | [INFO] [stderr] 155 | try!(write_reset(handle)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/yubicoerror.rs:36:50 [INFO] [stderr] | [INFO] [stderr] 36 | YubicoError::IOError(ref err) => err.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/yubicoerror.rs:37:51 [INFO] [stderr] | [INFO] [stderr] 37 | YubicoError::UsbError(ref err) => err.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/yubicoerror.rs:36:50 [INFO] [stderr] | [INFO] [stderr] 36 | YubicoError::IOError(ref err) => err.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/yubicoerror.rs:37:51 [INFO] [stderr] | [INFO] [stderr] 37 | YubicoError::UsbError(ref err) => err.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 6 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: 6 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> examples/configuration_hmac.rs:22:13 [INFO] [stderr] | [INFO] [stderr] 22 | let mut rng = thread_rng(); [INFO] [stderr] | ----^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 18.88s [INFO] running `"docker" "inspect" "f9862bdf7c8b0a770a1c4803d756a4ed1824658977435777c3e0064c4756aa3b"` [INFO] running `"docker" "rm" "-f" "f9862bdf7c8b0a770a1c4803d756a4ed1824658977435777c3e0064c4756aa3b"` [INFO] [stdout] f9862bdf7c8b0a770a1c4803d756a4ed1824658977435777c3e0064c4756aa3b