[INFO] crate elefren 0.20.1 is already in cache [INFO] checking elefren-0.20.1 against master#fdc0011561c6365c596dfd8fa1ef388162bc89c7 for pr-66504-1 [INFO] extracting crate elefren 0.20.1 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate elefren 0.20.1 on toolchain fdc0011561c6365c596dfd8fa1ef388162bc89c7 [INFO] running `"/workspace/cargo-home/bin/cargo" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate elefren 0.20.1 [INFO] finished tweaking crates.io crate elefren 0.20.1 [INFO] tweaked toml for crates.io crate elefren 0.20.1 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 9f3117a4c8cea5ee7091a8c11221dd7013238efe3f3df32581ecfa98077e1ff6 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "9f3117a4c8cea5ee7091a8c11221dd7013238efe3f3df32581ecfa98077e1ff6"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling doc-comment v0.3.1 [INFO] [stderr] Compiling unindent v0.1.5 [INFO] [stderr] Checking tap-reader v1.0.1 [INFO] [stderr] Compiling pulldown-cmark v0.2.0 [INFO] [stderr] Checking hyper-old-types v0.11.0 [INFO] [stderr] Compiling error-chain v0.12.1 [INFO] [stderr] Compiling serde_json v1.0.44 [INFO] [stderr] Checking serde_qs v0.4.6 [INFO] [stderr] Compiling memoffset v0.5.3 [INFO] [stderr] Compiling parking_lot_core v0.6.2 [INFO] [stderr] Compiling parking_lot v0.9.0 [INFO] [stderr] Compiling hyper v0.12.35 [INFO] [stderr] Compiling isolang v1.0.0 [INFO] [stderr] Checking cargo_metadata v0.6.4 [INFO] [stderr] Checking pretty_env_logger v0.3.1 [INFO] [stderr] Compiling indoc-impl v0.3.4 [INFO] [stderr] Checking crossbeam-epoch v0.8.0 [INFO] [stderr] Checking skeptic v0.13.4 [INFO] [stderr] Checking crossbeam-deque v0.7.2 [INFO] [stderr] Checking tokio-threadpool v0.1.17 [INFO] [stderr] Checking tokio-reactor v0.1.11 [INFO] [stderr] Checking indoc v0.3.4 [INFO] [stderr] Checking tokio-tcp v0.1.3 [INFO] [stderr] Checking tokio v0.1.22 [INFO] [stderr] Compiling elefren v0.20.1 (/opt/rustwide/workdir) [INFO] [stderr] Checking hyper-tls v0.3.2 [INFO] [stderr] Checking reqwest v0.9.22 [INFO] [stderr] error: 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] [stderr] --> src/scopes.rs:695:28 [INFO] [stderr] | [INFO] [stderr] 695 | let tests = values.into_iter().zip(expecteds.into_iter()); [INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter` [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> src/lib.rs:63:5 [INFO] [stderr] | [INFO] [stderr] 63 | warnings, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] = note: `#[deny(array_into_iter)]` implied by `#[deny(warnings)]` [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #66145 [INFO] [stderr] [INFO] [stderr] error: 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] [stderr] --> src/scopes.rs:695:54 [INFO] [stderr] | [INFO] [stderr] 695 | let tests = values.into_iter().zip(expecteds.into_iter()); [INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #66145 [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] error: could not compile `elefren`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "9f3117a4c8cea5ee7091a8c11221dd7013238efe3f3df32581ecfa98077e1ff6"` [INFO] running `"docker" "rm" "-f" "9f3117a4c8cea5ee7091a8c11221dd7013238efe3f3df32581ecfa98077e1ff6"` [INFO] [stdout] 9f3117a4c8cea5ee7091a8c11221dd7013238efe3f3df32581ecfa98077e1ff6