[INFO] cloning repository https://github.com/hfaulds/motor [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/hfaulds/motor" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhfaulds%2Fmotor", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhfaulds%2Fmotor'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 4a7ce528307b8d15eb131e55be0a759b4f2998c3 [INFO] testing hfaulds/motor against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhfaulds%2Fmotor" "/workspace/builds/worker-75/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-75/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/hfaulds/motor on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/hfaulds/motor [INFO] finished tweaking git repo https://github.com/hfaulds/motor [INFO] tweaked toml for git repo https://github.com/hfaulds/motor written to /workspace/builds/worker-75/source/Cargo.toml [INFO] crate git repo https://github.com/hfaulds/motor already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-75/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-75/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8924e7d489ec0e1c28a74d11d25cd242267e92cd4ce09e38b9dd8852e020ddf9 [INFO] running `Command { std: "docker" "start" "-a" "8924e7d489ec0e1c28a74d11d25cd242267e92cd4ce09e38b9dd8852e020ddf9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8924e7d489ec0e1c28a74d11d25cd242267e92cd4ce09e38b9dd8852e020ddf9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8924e7d489ec0e1c28a74d11d25cd242267e92cd4ce09e38b9dd8852e020ddf9", kill_on_drop: false }` [INFO] [stdout] 8924e7d489ec0e1c28a74d11d25cd242267e92cd4ce09e38b9dd8852e020ddf9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-75/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-75/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=warn" "-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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5e02b6e5d0407931b1e977380aac8bdec9284bdcfdf4b91a6eb9efef26b0c875 [INFO] running `Command { std: "docker" "start" "-a" "5e02b6e5d0407931b1e977380aac8bdec9284bdcfdf4b91a6eb9efef26b0c875", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.54 [INFO] [stderr] Compiling lazy_static v1.3.0 [INFO] [stderr] Compiling rppal v0.11.2 [INFO] [stderr] Compiling motor v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: this method call resolves to `<&[T; N] as IntoIterator>::into_iter` (due to backwards compatibility), but will resolve to <[T; N] as IntoIterator>::into_iter in Rust 2021 [INFO] [stdout] --> src/main.rs:28:29 [INFO] [stdout] | [INFO] [stdout] 28 | for bcm_pin in BCM_PINS.into_iter() { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(array_into_iter)]` on by default [INFO] [stdout] = warning: this changes meaning in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `.iter()` instead of `.into_iter()` to avoid ambiguity [INFO] [stdout] | [INFO] [stdout] 28 | for bcm_pin in BCM_PINS.iter() { [INFO] [stdout] | ~~~~ [INFO] [stdout] help: or remove `.into_iter()` to iterate by value [INFO] [stdout] | [INFO] [stdout] 28 - for bcm_pin in BCM_PINS.into_iter() { [INFO] [stdout] 28 + for bcm_pin in BCM_PINS { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 30.21s [INFO] running `Command { std: "docker" "inspect" "5e02b6e5d0407931b1e977380aac8bdec9284bdcfdf4b91a6eb9efef26b0c875", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5e02b6e5d0407931b1e977380aac8bdec9284bdcfdf4b91a6eb9efef26b0c875", kill_on_drop: false }` [INFO] [stdout] 5e02b6e5d0407931b1e977380aac8bdec9284bdcfdf4b91a6eb9efef26b0c875 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-75/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-75/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=warn" "-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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2a381e9af9e34da8f5f5a5d370f48f6e88f6fb7910966c4fc2597ddf1b8da8c9 [INFO] running `Command { std: "docker" "start" "-a" "2a381e9af9e34da8f5f5a5d370f48f6e88f6fb7910966c4fc2597ddf1b8da8c9", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling motor v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: this method call resolves to `<&[T; N] as IntoIterator>::into_iter` (due to backwards compatibility), but will resolve to <[T; N] as IntoIterator>::into_iter in Rust 2021 [INFO] [stdout] --> src/main.rs:28:29 [INFO] [stdout] | [INFO] [stdout] 28 | for bcm_pin in BCM_PINS.into_iter() { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(array_into_iter)]` on by default [INFO] [stdout] = warning: this changes meaning in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `.iter()` instead of `.into_iter()` to avoid ambiguity [INFO] [stdout] | [INFO] [stdout] 28 | for bcm_pin in BCM_PINS.iter() { [INFO] [stdout] | ~~~~ [INFO] [stdout] help: or remove `.into_iter()` to iterate by value [INFO] [stdout] | [INFO] [stdout] 28 - for bcm_pin in BCM_PINS.into_iter() { [INFO] [stdout] 28 + for bcm_pin in BCM_PINS { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.69s [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/motor-ea70bf41fe58c231) [INFO] running `Command { std: "docker" "inspect" "2a381e9af9e34da8f5f5a5d370f48f6e88f6fb7910966c4fc2597ddf1b8da8c9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2a381e9af9e34da8f5f5a5d370f48f6e88f6fb7910966c4fc2597ddf1b8da8c9", kill_on_drop: false }` [INFO] [stdout] 2a381e9af9e34da8f5f5a5d370f48f6e88f6fb7910966c4fc2597ddf1b8da8c9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-75/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-75/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=warn" "-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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 2fe029f0ace579d012d81a5a017fabc3a0be34d165ca6cf02b1c5348cf3b2ccf [INFO] running `Command { std: "docker" "start" "-a" "2fe029f0ace579d012d81a5a017fabc3a0be34d165ca6cf02b1c5348cf3b2ccf", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: this method call resolves to `<&[T; N] as IntoIterator>::into_iter` (due to backwards compatibility), but will resolve to <[T; N] as IntoIterator>::into_iter in Rust 2021 [INFO] [stderr] --> src/main.rs:28:29 [INFO] [stderr] | [INFO] [stderr] 28 | for bcm_pin in BCM_PINS.into_iter() { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stderr] | [INFO] [stdout] running 0 tests [INFO] [stderr] = note: `#[warn(array_into_iter)]` on by default [INFO] [stdout] [INFO] [stderr] = warning: this changes meaning in Rust 2021 [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] = note: for more information, see [INFO] [stdout] [INFO] [stderr] help: use `.iter()` instead of `.into_iter()` to avoid ambiguity [INFO] [stderr] | [INFO] [stderr] 28 | for bcm_pin in BCM_PINS.iter() { [INFO] [stderr] | ~~~~ [INFO] [stderr] help: or remove `.into_iter()` to iterate by value [INFO] [stderr] | [INFO] [stderr] 28 - for bcm_pin in BCM_PINS.into_iter() { [INFO] [stderr] 28 + for bcm_pin in BCM_PINS { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `motor` (bin "motor" test) generated 1 warning [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 5.11s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/motor-ea70bf41fe58c231) [INFO] running `Command { std: "docker" "inspect" "2fe029f0ace579d012d81a5a017fabc3a0be34d165ca6cf02b1c5348cf3b2ccf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2fe029f0ace579d012d81a5a017fabc3a0be34d165ca6cf02b1c5348cf3b2ccf", kill_on_drop: false }` [INFO] [stdout] 2fe029f0ace579d012d81a5a017fabc3a0be34d165ca6cf02b1c5348cf3b2ccf