[INFO] cloning repository https://github.com/NotIntMan/LessSignificantBit [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/NotIntMan/LessSignificantBit" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNotIntMan%2FLessSignificantBit", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNotIntMan%2FLessSignificantBit'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 609b67c402f9fb0cabe563b0b783f993412e5034 [INFO] checking NotIntMan/LessSignificantBit against master#3aedcf06b73fc36feeebca3d579e1d2a6c40acc5 for pr-65819 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNotIntMan%2FLessSignificantBit" "/workspace/builds/worker-3/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/NotIntMan/LessSignificantBit on toolchain 3aedcf06b73fc36feeebca3d579e1d2a6c40acc5 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3aedcf06b73fc36feeebca3d579e1d2a6c40acc5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/NotIntMan/LessSignificantBit [INFO] finished tweaking git repo https://github.com/NotIntMan/LessSignificantBit [INFO] tweaked toml for git repo https://github.com/NotIntMan/LessSignificantBit written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/NotIntMan/LessSignificantBit already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3aedcf06b73fc36feeebca3d579e1d2a6c40acc5" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:c46a2d1a26fb48b37929c74ca49dd9409f2375a0a3bdb8fe07617f3ffccaa889" "/opt/rustwide/cargo-home/bin/cargo" "+3aedcf06b73fc36feeebca3d579e1d2a6c40acc5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 150ee70678b1b81ce654c79460229adb0c7bdbc37eb28c894f30362e43b942e9 [INFO] running `Command { std: "docker" "start" "-a" "150ee70678b1b81ce654c79460229adb0c7bdbc37eb28c894f30362e43b942e9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "150ee70678b1b81ce654c79460229adb0c7bdbc37eb28c894f30362e43b942e9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "150ee70678b1b81ce654c79460229adb0c7bdbc37eb28c894f30362e43b942e9", kill_on_drop: false }` [INFO] [stdout] 150ee70678b1b81ce654c79460229adb0c7bdbc37eb28c894f30362e43b942e9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "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" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:c46a2d1a26fb48b37929c74ca49dd9409f2375a0a3bdb8fe07617f3ffccaa889" "/opt/rustwide/cargo-home/bin/cargo" "+3aedcf06b73fc36feeebca3d579e1d2a6c40acc5" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2b553762dc6928d7daf6df090fb115ae7822776449f5a5958eb1e81e8e0c5edf [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "2b553762dc6928d7daf6df090fb115ae7822776449f5a5958eb1e81e8e0c5edf", kill_on_drop: false }` [INFO] [stderr] Checking num-traits v0.1.40 [INFO] [stderr] Checking either v1.2.0 [INFO] [stderr] Checking scopeguard v0.3.2 [INFO] [stderr] Checking futures v0.1.16 [INFO] [stderr] Checking byteorder v1.1.0 [INFO] [stderr] Checking num_cpus v1.7.0 [INFO] [stderr] Checking rand v0.3.16 [INFO] [stderr] Compiling rayon-core v1.2.1 [INFO] [stderr] Checking inflate v0.3.2 [INFO] [stderr] Checking gif v0.9.2 [INFO] [stderr] Checking coco v0.1.1 [INFO] [stderr] Checking threadpool v1.7.0 [INFO] [stderr] Checking deflate v0.7.17 [INFO] [stderr] Checking num-integer v0.1.35 [INFO] [stderr] Checking enum_primitive v0.1.1 [INFO] [stderr] Checking num-iter v0.1.34 [INFO] [stderr] Checking num-rational v0.1.39 [INFO] [stderr] Checking rayon v0.8.2 [INFO] [stderr] Checking png v0.10.0 [INFO] [stderr] Checking jpeg-decoder v0.1.13 [INFO] [stderr] Checking image v0.16.0 [INFO] [stderr] Checking lab1 v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added. [INFO] [stdout] --> src/stgr.rs:253:21 [INFO] [stdout] | [INFO] [stdout] 253 | let mut it = input.into_iter().map(|a| *a == 1); [INFO] [stdout] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(array_into_iter)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #66145 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 14.83s [INFO] running `Command { std: "docker" "inspect" "2b553762dc6928d7daf6df090fb115ae7822776449f5a5958eb1e81e8e0c5edf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2b553762dc6928d7daf6df090fb115ae7822776449f5a5958eb1e81e8e0c5edf", kill_on_drop: false }` [INFO] [stdout] 2b553762dc6928d7daf6df090fb115ae7822776449f5a5958eb1e81e8e0c5edf