[INFO] updating cached repository https://github.com/ipickedaname/hc-rust [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] d313f1186bfaeb330066cca9353f95fbdc922c36 [INFO] checking ipickedaname/hc-rust against master#6dee5f1126dfd5c9314ee5ae9d9eb010e35ef257 for pr-70872 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fipickedaname%2Fhc-rust" "/workspace/builds/worker-0/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ipickedaname/hc-rust on toolchain 6dee5f1126dfd5c9314ee5ae9d9eb010e35ef257 [INFO] running `"/workspace/cargo-home/bin/cargo" "+6dee5f1126dfd5c9314ee5ae9d9eb010e35ef257" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/ipickedaname/hc-rust [INFO] finished tweaking git repo https://github.com/ipickedaname/hc-rust [INFO] tweaked toml for git repo https://github.com/ipickedaname/hc-rust written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/ipickedaname/hc-rust already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+6dee5f1126dfd5c9314ee5ae9d9eb010e35ef257" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "+6dee5f1126dfd5c9314ee5ae9d9eb010e35ef257" "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] 69ace859dbb07dcb95e3aa9a1baff787f7144276f64a77aee98a3cebca76a72d [INFO] running `"docker" "start" "-a" "69ace859dbb07dcb95e3aa9a1baff787f7144276f64a77aee98a3cebca76a72d"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling escargot v0.5.0 [INFO] [stderr] Compiling num-rational v0.2.3 [INFO] [stderr] Compiling cpuprofiler v0.0.4 [INFO] [stderr] Checking float-cmp v0.5.3 [INFO] [stderr] Checking num-bigint v0.2.6 [INFO] [stderr] Checking num-iter v0.1.40 [INFO] [stderr] Compiling memchr v2.3.0 [INFO] [stderr] Compiling strum_macros v0.17.1 [INFO] [stderr] Checking aho-corasick v0.7.7 [INFO] [stderr] Checking chrono v0.4.10 [INFO] [stderr] Checking either v1.5.3 [INFO] [stderr] Checking clap v2.33.0 [INFO] [stderr] Checking backtrace v0.3.43 [INFO] [stderr] Checking serde_json v1.0.45 [INFO] [stderr] Checking error-chain v0.12.1 [INFO] [stderr] Checking regex v1.3.4 [INFO] [stderr] Checking rayon v1.3.0 [INFO] [stderr] Checking num v0.2.1 [INFO] [stderr] Checking predicates v1.0.2 [INFO] [stderr] Checking sunrise v1.0.0 [INFO] [stderr] Checking heca-lib v1.3.1 [INFO] [stderr] Compiling parse-zoneinfo v0.2.1 [INFO] [stderr] Checking assert_cmd v0.12.0 [INFO] [stderr] Compiling chrono-tz v0.5.1 [INFO] [stderr] Checking zmanim v0.0.7 [INFO] [stderr] Checking heca v1.5.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: this method call currently resolves to `<&[T] 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/algorithms/candle_lighting/mod.rs:1158:10 [INFO] [stderr] | [INFO] [stderr] 1158 | .into_iter() [INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(array_into_iter)]` on by default [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] warning: this method call currently resolves to `<&[T] 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/algorithms/candle_lighting/mod.rs:1175:10 [INFO] [stderr] | [INFO] [stderr] 1175 | .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] warning: this method call currently resolves to `<&[T] 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/algorithms/candle_lighting/mod.rs:1193:10 [INFO] [stderr] | [INFO] [stderr] 1193 | .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] warning: this method call currently resolves to `<&[T] 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/algorithms/candle_lighting/mod.rs:1213:10 [INFO] [stderr] | [INFO] [stderr] 1213 | .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] Finished dev [unoptimized + debuginfo] target(s) in 56.23s [INFO] running `"docker" "inspect" "69ace859dbb07dcb95e3aa9a1baff787f7144276f64a77aee98a3cebca76a72d"` [INFO] running `"docker" "rm" "-f" "69ace859dbb07dcb95e3aa9a1baff787f7144276f64a77aee98a3cebca76a72d"` [INFO] [stdout] 69ace859dbb07dcb95e3aa9a1baff787f7144276f64a77aee98a3cebca76a72d