[INFO] crate probe-rs-cli 0.4.0 is already in cache [INFO] checking probe-rs-cli-0.4.0 against master#eaa02f599f651246d5d1b99e7a4c6fa8d04bc9dc for pr-69560 [INFO] extracting crate probe-rs-cli 0.4.0 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate probe-rs-cli 0.4.0 on toolchain eaa02f599f651246d5d1b99e7a4c6fa8d04bc9dc [INFO] running `"/workspace/cargo-home/bin/cargo" "+eaa02f599f651246d5d1b99e7a4c6fa8d04bc9dc" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate probe-rs-cli 0.4.0 [INFO] finished tweaking crates.io crate probe-rs-cli 0.4.0 [INFO] tweaked toml for crates.io crate probe-rs-cli 0.4.0 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate crates.io crate probe-rs-cli 0.4.0 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+eaa02f599f651246d5d1b99e7a4c6fa8d04bc9dc" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "+eaa02f599f651246d5d1b99e7a4c6fa8d04bc9dc" "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] 6da674f704ddf0fc7e06ac63c692d21c62d330e8e516f5277ebd7003794d2139 [INFO] running `"docker" "start" "-a" "6da674f704ddf0fc7e06ac63c692d21c62d330e8e516f5277ebd7003794d2139"` [INFO] [stderr] Compiling syn v1.0.13 [INFO] [stderr] Compiling linked-hash-map v0.5.2 [INFO] [stderr] Compiling base64 v0.11.0 [INFO] [stderr] Compiling target-lexicon v0.10.0 [INFO] [stderr] Checking fallible-iterator v0.2.0 [INFO] [stderr] Checking uuid v0.8.1 [INFO] [stderr] Checking dyn-clone v1.0.1 [INFO] [stderr] Checking ihex v1.1.2 [INFO] [stderr] Compiling hidapi v1.1.0 [INFO] [stderr] Compiling proc-macro2 v1.0.7 [INFO] [stderr] Checking arrayvec v0.4.12 [INFO] [stderr] Compiling yaml-rust v0.4.3 [INFO] [stderr] Checking memmap v0.7.0 [INFO] [stderr] Compiling xattr v0.2.2 [INFO] [stderr] Compiling filetime v0.2.8 [INFO] [stderr] Checking flate2 v1.0.13 [INFO] [stderr] Checking colored v1.9.2 [INFO] [stderr] Checking gimli v0.19.0 [INFO] [stderr] Checking rustyline v5.0.6 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Checking chrono v0.4.10 [INFO] [stderr] Checking env_logger v0.6.2 [INFO] [stderr] Compiling tar v0.4.26 [INFO] [stderr] Checking pretty_env_logger v0.3.1 [INFO] [stderr] Compiling libusb1-sys v0.3.5 [INFO] [stderr] Checking rusb v0.5.4 [INFO] [stderr] Compiling syn-mid v0.4.0 [INFO] [stderr] Compiling serde_derive v1.0.104 [INFO] [stderr] Compiling scroll_derive v0.10.1 [INFO] [stderr] Compiling rustversion v1.0.1 [INFO] [stderr] Compiling rental-impl v0.5.5 [INFO] [stderr] Compiling scroll v0.10.1 [INFO] [stderr] Compiling proc-macro-error v0.4.4 [INFO] [stderr] Compiling proc-macro-error-attr v0.4.3 [INFO] [stderr] Checking goblin v0.1.3 [INFO] [stderr] Compiling structopt-derive v0.4.0 [INFO] [stderr] Checking structopt v0.3.7 [INFO] [stderr] Compiling serde v1.0.104 [INFO] [stderr] Checking object v0.17.0 [INFO] [stderr] Checking rental v0.5.5 [INFO] [stderr] Checking jep106 v0.2.4 [INFO] [stderr] Checking serde_yaml v0.8.11 [INFO] [stderr] Checking ron v0.5.1 [INFO] [stderr] Compiling probe-rs-t2rust v0.4.0 [INFO] [stderr] Compiling probe-rs v0.4.0 [INFO] [stderr] Checking probe-rs-cli v0.4.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unnecessary parentheses around block return value [INFO] [stderr] --> src/info.rs:61:17 [INFO] [stderr] | [INFO] [stderr] 61 | (u64::from(base2.BASEADDR) << 32) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around block return value [INFO] [stderr] --> src/info.rs:61:17 [INFO] [stderr] | [INFO] [stderr] 61 | (u64::from(base2.BASEADDR) << 32) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 33s [INFO] running `"docker" "inspect" "6da674f704ddf0fc7e06ac63c692d21c62d330e8e516f5277ebd7003794d2139"` [INFO] running `"docker" "rm" "-f" "6da674f704ddf0fc7e06ac63c692d21c62d330e8e516f5277ebd7003794d2139"` [INFO] [stdout] 6da674f704ddf0fc7e06ac63c692d21c62d330e8e516f5277ebd7003794d2139