[INFO] crate dustbox 0.0.1 is already in cache [INFO] checking dustbox-0.0.1 against try#13f916f63bc6575d5ff1f989237dfabe88981368 for pr-69880 [INFO] extracting crate dustbox 0.0.1 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate dustbox 0.0.1 on toolchain 13f916f63bc6575d5ff1f989237dfabe88981368 [INFO] running `"/workspace/cargo-home/bin/cargo" "+13f916f63bc6575d5ff1f989237dfabe88981368" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate dustbox 0.0.1 [INFO] finished tweaking crates.io crate dustbox 0.0.1 [INFO] tweaked toml for crates.io crate dustbox 0.0.1 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+13f916f63bc6575d5ff1f989237dfabe88981368" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+13f916f63bc6575d5ff1f989237dfabe88981368" "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-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" "+13f916f63bc6575d5ff1f989237dfabe88981368" "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] c90fc08034b6733c7a9a97d044d4db3941490afa138b3654414baf5cf3d6fbfe [INFO] running `"docker" "start" "-a" "c90fc08034b6733c7a9a97d044d4db3941490afa138b3654414baf5cf3d6fbfe"` [INFO] [stderr] Compiling ucd-trie v0.1.3 [INFO] [stderr] Checking unic-char-range v0.7.0 [INFO] [stderr] Checking unic-common v0.7.0 [INFO] [stderr] Compiling sdl2 v0.32.2 [INFO] [stderr] Compiling sdl2-sys v0.32.6 [INFO] [stderr] Checking pretty_assertions v0.6.1 [INFO] [stderr] Compiling cast v0.2.3 [INFO] [stderr] Checking bincode v1.2.1 [INFO] [stderr] Checking unic-char-property v0.7.0 [INFO] [stderr] Checking unic-ucd-version v0.7.0 [INFO] [stderr] Compiling syn v1.0.16 [INFO] [stderr] Checking num-rational v0.2.3 [INFO] [stderr] Checking chrono v0.4.11 [INFO] [stderr] Checking pest v2.1.3 [INFO] [stderr] Compiling num-derive v0.2.5 [INFO] [stderr] Checking error-chain v0.12.2 [INFO] [stderr] Checking png v0.14.1 [INFO] [stderr] Checking unic-ucd-segment v0.7.0 [INFO] [stderr] Checking crossbeam-epoch v0.8.2 [INFO] [stderr] Checking crossbeam-deque v0.7.3 [INFO] [stderr] Checking unic-segment v0.7.0 [INFO] [stderr] Checking criterion-plot v0.3.1 [INFO] [stderr] Checking rayon-core v1.7.0 [INFO] [stderr] Checking rayon v1.3.0 [INFO] [stderr] Compiling pest_meta v2.1.3 [INFO] [stderr] Checking tiff v0.2.2 [INFO] [stderr] Compiling pest_generator v2.1.3 [INFO] [stderr] Compiling serde_derive v1.0.104 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Checking jpeg-decoder v0.1.18 [INFO] [stderr] Checking image v0.21.3 [INFO] [stderr] Checking tera v0.11.20 [INFO] [stderr] Checking criterion v0.2.11 [INFO] [stderr] Checking dustbox v0.0.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: unnecessary parentheses around block return value [INFO] [stderr] --> src/machine.rs:1813:25 [INFO] [stderr] | [INFO] [stderr] 1813 | ((op1 << 1) | cf) [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/machine.rs:1815:25 [INFO] [stderr] | [INFO] [stderr] 1815 | ((op1 << count) | (cf << (count - 1)) | (op1 >> (9 - count))) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around block return value [INFO] [stderr] --> src/machine.rs:2029:25 [INFO] [stderr] | [INFO] [stderr] 2029 | ((op1 as usize) >> count) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around block return value [INFO] [stderr] --> src/machine.rs:1813:25 [INFO] [stderr] | [INFO] [stderr] 1813 | ((op1 << 1) | cf) [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/machine.rs:1815:25 [INFO] [stderr] | [INFO] [stderr] 1815 | ((op1 << count) | (cf << (count - 1)) | (op1 >> (9 - count))) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around block return value [INFO] [stderr] --> src/machine.rs:2029:25 [INFO] [stderr] | [INFO] [stderr] 2029 | ((op1 as usize) >> count) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 04s [INFO] running `"docker" "inspect" "c90fc08034b6733c7a9a97d044d4db3941490afa138b3654414baf5cf3d6fbfe"` [INFO] running `"docker" "rm" "-f" "c90fc08034b6733c7a9a97d044d4db3941490afa138b3654414baf5cf3d6fbfe"` [INFO] [stdout] c90fc08034b6733c7a9a97d044d4db3941490afa138b3654414baf5cf3d6fbfe