[INFO] crate sequoia-rfc2822 0.10.0 is already in cache [INFO] checking sequoia-rfc2822-0.10.0 against try#662bf71cc5bbfe44a109ab5b7205e12ec319754c for pr-67531 [INFO] extracting crate sequoia-rfc2822 0.10.0 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate sequoia-rfc2822 0.10.0 on toolchain 662bf71cc5bbfe44a109ab5b7205e12ec319754c [INFO] running `"/workspace/cargo-home/bin/cargo" "+662bf71cc5bbfe44a109ab5b7205e12ec319754c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate sequoia-rfc2822 0.10.0 [INFO] finished tweaking crates.io crate sequoia-rfc2822 0.10.0 [INFO] tweaked toml for crates.io crate sequoia-rfc2822 0.10.0 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+662bf71cc5bbfe44a109ab5b7205e12ec319754c" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+662bf71cc5bbfe44a109ab5b7205e12ec319754c" "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" "+662bf71cc5bbfe44a109ab5b7205e12ec319754c" "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] 0ab0a2eb17f47bc9d64410f1f5fc3818bbcbd9ca44d7aa8b0667624d5e61b40c [INFO] running `"docker" "start" "-a" "0ab0a2eb17f47bc9d64410f1f5fc3818bbcbd9ca44d7aa8b0667624d5e61b40c"` [INFO] [stderr] Compiling byte-tools v0.3.1 [INFO] [stderr] Compiling opaque-debug v0.2.3 [INFO] [stderr] Compiling bit-vec v0.5.1 [INFO] [stderr] Compiling lalrpop-util v0.17.2 [INFO] [stderr] Compiling dirs v1.0.5 [INFO] [stderr] Compiling atty v0.2.13 [INFO] [stderr] Compiling ena v0.13.1 [INFO] [stderr] Compiling regex v1.3.1 [INFO] [stderr] Checking quickcheck v0.9.0 [INFO] [stderr] Compiling string_cache v0.7.5 [INFO] [stderr] Compiling block-padding v0.1.5 [INFO] [stderr] Compiling term v0.5.2 [INFO] [stderr] Compiling block-buffer v0.7.3 [INFO] [stderr] Compiling bit-set v0.5.1 [INFO] [stderr] Compiling sha2 v0.8.0 [INFO] [stderr] Compiling ascii-canvas v2.0.0 [INFO] [stderr] Compiling docopt v1.1.0 [INFO] [stderr] Compiling lalrpop v0.17.2 [INFO] [stderr] Compiling sequoia-rfc2822 v0.10.0 (/opt/rustwide/workdir) [INFO] [stderr] error: could not compile `sequoia-rfc2822`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --edition=2018 --crate-name sequoia_rfc2822 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C debuginfo=2 -C metadata=4e3782468cbd0257 -C extra-filename=-4e3782468cbd0257 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern failure=/opt/rustwide/target/debug/deps/libfailure-08f3768f068adde9.rmeta --extern lalrpop_util=/opt/rustwide/target/debug/deps/liblalrpop_util-666b472eeab937f3.rmeta --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/backtrace-sys-e78e245cae9c671a/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] 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] [stderr] --> src/lib.rs:829:14 [INFO] [stderr] | [INFO] [stderr] 829 | .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; 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/lib.rs:837:14 [INFO] [stderr] | [INFO] [stderr] 837 | .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: build failed [INFO] running `"docker" "inspect" "0ab0a2eb17f47bc9d64410f1f5fc3818bbcbd9ca44d7aa8b0667624d5e61b40c"` [INFO] running `"docker" "rm" "-f" "0ab0a2eb17f47bc9d64410f1f5fc3818bbcbd9ca44d7aa8b0667624d5e61b40c"` [INFO] [stdout] 0ab0a2eb17f47bc9d64410f1f5fc3818bbcbd9ca44d7aa8b0667624d5e61b40c