[INFO] crate rgy 0.1.0 is already in cache [INFO] checking rgy-0.1.0 against master#914adf04af1c1a984707f778da3d04590c03d144 for pr-72331 [INFO] extracting crate rgy 0.1.0 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate rgy 0.1.0 on toolchain 914adf04af1c1a984707f778da3d04590c03d144 [INFO] running `"/workspace/cargo-home/bin/cargo" "+914adf04af1c1a984707f778da3d04590c03d144" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate rgy 0.1.0 [INFO] finished tweaking crates.io crate rgy 0.1.0 [INFO] tweaked toml for crates.io crate rgy 0.1.0 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate crates.io crate rgy 0.1.0 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+914adf04af1c1a984707f778da3d04590c03d144" "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=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" "+914adf04af1c1a984707f778da3d04590c03d144" "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] cd8fa5ab362cd943bb6f411e48bc9e67aba97400b708a06cf1a452e0010f1804 [INFO] running `"docker" "start" "-a" "cd8fa5ab362cd943bb6f411e48bc9e67aba97400b708a06cf1a452e0010f1804"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling getrandom v0.1.13 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling ppv-lite86 v0.2.6 [INFO] [stderr] Compiling syn v1.0.11 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling nix v0.13.1 [INFO] [stderr] Compiling cc v1.0.48 [INFO] [stderr] Checking lazy_static v0.2.11 [INFO] [stderr] Checking termcolor v1.0.5 [INFO] [stderr] Checking utf8parse v0.1.1 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking textwrap v0.11.0 [INFO] [stderr] Compiling x11-dl v2.14.0 [INFO] [stderr] Compiling alsa-sys v0.1.2 [INFO] [stderr] Compiling hashbrown v0.6.3 [INFO] [stderr] Compiling proc-macro2 v1.0.6 [INFO] [stderr] Checking thread_local v0.3.6 [INFO] [stderr] Checking atty v0.2.13 [INFO] [stderr] Checking dirs v1.0.5 [INFO] [stderr] Checking signal-hook-registry v1.2.0 [INFO] [stderr] Checking num_cpus v1.11.1 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Checking regex v1.3.1 [INFO] [stderr] Checking clap v2.33.0 [INFO] [stderr] Checking core_affinity v0.5.9 [INFO] [stderr] Checking signal-hook v0.1.12 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling c2-chacha v0.2.3 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Checking cpal v0.8.2 [INFO] [stderr] Compiling rand_chacha v0.2.1 [INFO] [stderr] Compiling rand v0.7.2 [INFO] [stderr] Compiling minifb v0.11.2 [INFO] [stderr] Checking env_logger v0.6.2 [INFO] [stderr] Compiling structopt-derive v0.2.18 [INFO] [stderr] Checking rustyline v4.1.0 [INFO] [stderr] Checking structopt v0.2.18 [INFO] [stderr] Compiling proc-macro-hack v0.5.11 [INFO] [stderr] Compiling const-random-macro v0.1.6 [INFO] [stderr] Checking const-random v0.1.6 [INFO] [stderr] Checking ahash v0.2.18 [INFO] [stderr] Checking rgy v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unnecessary parentheses around block return value [INFO] [stderr] --> src/mbc.rs:751:13 [INFO] [stderr] | [INFO] [stderr] 751 | (addr < 0x100 || (addr >= 0x200 && addr < 0x900)) [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/mbc.rs:751:13 [INFO] [stderr] | [INFO] [stderr] 751 | (addr < 0x100 || (addr >= 0x200 && addr < 0x900)) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around block return value [INFO] [stderr] --> examples/pc/hardware.rs:286:33 [INFO] [stderr] | [INFO] [stderr] 286 | ... ((s.next(sample_rate) as u64 * 100 / s.max() as u64) as f32 / 100.0) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 48.82s [INFO] running `"docker" "inspect" "cd8fa5ab362cd943bb6f411e48bc9e67aba97400b708a06cf1a452e0010f1804"` [INFO] running `"docker" "rm" "-f" "cd8fa5ab362cd943bb6f411e48bc9e67aba97400b708a06cf1a452e0010f1804"` [INFO] [stdout] cd8fa5ab362cd943bb6f411e48bc9e67aba97400b708a06cf1a452e0010f1804