[INFO] crate xxtea 0.2.0 is already in cache [INFO] checking xxtea-0.2.0 against master#fe6d05a8b32f5c66c427ca524dbcce5a7145f87e for pr-64327 [INFO] extracting crate xxtea 0.2.0 into work/builds/worker-6/source [INFO] validating manifest of crates.io crate xxtea 0.2.0 on toolchain fe6d05a8b32f5c66c427ca524dbcce5a7145f87e-alt [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+fe6d05a8b32f5c66c427ca524dbcce5a7145f87e-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate xxtea 0.2.0 [INFO] finished tweaking crates.io crate xxtea 0.2.0 [INFO] tweaked toml for crates.io crate xxtea 0.2.0 written to work/builds/worker-6/source/Cargo.toml [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+fe6d05a8b32f5c66c427ca524dbcce5a7145f87e-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+fe6d05a8b32f5c66c427ca524dbcce5a7145f87e-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/mnt/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "+fe6d05a8b32f5c66c427ca524dbcce5a7145f87e-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] a82ac6f1d9c073b22f8494bdf1efcc4237a6bdd70292246ba20f5cfae30fc0ba [INFO] running `"docker" "start" "-a" "a82ac6f1d9c073b22f8494bdf1efcc4237a6bdd70292246ba20f5cfae30fc0ba"` [INFO] [stderr] Checking xxtea v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/xxtea.rs:68:70 [INFO] [stderr] | [INFO] [stderr] 68 | v[p as usize] = v[p as usize].wrapping_add(mx(sum, y, z, (p as u32), e, &key)); [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 function argument [INFO] [stderr] --> src/xxtea.rs:93:56 [INFO] [stderr] | [INFO] [stderr] 93 | v[p] = v[p].wrapping_sub(mx(sum, y, z, (p as u32), e, &key)); [INFO] [stderr] | ^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/xxtea.rs:68:70 [INFO] [stderr] | [INFO] [stderr] 68 | v[p as usize] = v[p as usize].wrapping_add(mx(sum, y, z, (p as u32), e, &key)); [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 function argument [INFO] [stderr] --> src/xxtea.rs:93:56 [INFO] [stderr] | [INFO] [stderr] 93 | v[p] = v[p].wrapping_sub(mx(sum, y, z, (p as u32), e, &key)); [INFO] [stderr] | ^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.23s [INFO] running `"docker" "inspect" "a82ac6f1d9c073b22f8494bdf1efcc4237a6bdd70292246ba20f5cfae30fc0ba"` [INFO] running `"docker" "rm" "-f" "a82ac6f1d9c073b22f8494bdf1efcc4237a6bdd70292246ba20f5cfae30fc0ba"` [INFO] [stdout] a82ac6f1d9c073b22f8494bdf1efcc4237a6bdd70292246ba20f5cfae30fc0ba