[INFO] updating cached repository https://github.com/DR-BoneZ/borker-rs [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] 61c0ca4002694c81080f49f3092d721a292d6636 [INFO] checking DR-BoneZ/borker-rs against master#fdc0011561c6365c596dfd8fa1ef388162bc89c7 for pr-66504-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDR-BoneZ%2Fborker-rs" "/workspace/builds/worker-3/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/DR-BoneZ/borker-rs on toolchain fdc0011561c6365c596dfd8fa1ef388162bc89c7 [INFO] running `"/workspace/cargo-home/bin/cargo" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/DR-BoneZ/borker-rs [INFO] finished tweaking git repo https://github.com/DR-BoneZ/borker-rs [INFO] tweaked toml for git repo https://github.com/DR-BoneZ/borker-rs written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/DR-BoneZ/borker-rs already has a lockfile, it will not be regenerated [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-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" "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] e38fd484c18e86cba69fe9d73676c38d12db96514d703175a78a000c15aac7de [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" "e38fd484c18e86cba69fe9d73676c38d12db96514d703175a78a000c15aac7de"` [INFO] [stderr] Compiling wasm-bindgen-shared v0.2.38 [INFO] [stderr] Compiling wasm-bindgen v0.2.38 [INFO] [stderr] Compiling num-bigint v0.2.2 [INFO] [stderr] Compiling wee_alloc v0.4.4 [INFO] [stderr] Checking opaque-debug v0.2.2 [INFO] [stderr] Checking bech32 v0.5.0 [INFO] [stderr] Checking half v1.3.0 [INFO] [stderr] Checking memory_units v0.4.0 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling backtrace-sys v0.1.28 [INFO] [stderr] Compiling secp256k1 v0.12.2 [INFO] [stderr] Checking block-padding v0.1.3 [INFO] [stderr] Checking bitcoin-bech32 v0.8.1 [INFO] [stderr] Checking generic-array v0.8.3 [INFO] [stderr] Checking nix v0.14.1 [INFO] [stderr] Checking rand_os v0.1.3 [INFO] [stderr] Checking serde_bytes v0.10.5 [INFO] [stderr] Checking bitcoin_hashes v0.3.1 [INFO] [stderr] Checking serde_cbor v0.9.0 [INFO] [stderr] Checking block-buffer v0.7.0 [INFO] [stderr] Checking rand v0.3.23 [INFO] [stderr] Checking chrono v0.4.6 [INFO] [stderr] Checking digest v0.6.2 [INFO] [stderr] Checking crypto-mac v0.4.0 [INFO] [stderr] Checking block-buffer v0.2.0 [INFO] [stderr] Checking pbkdf2 v0.3.0 [INFO] [stderr] Checking hmac v0.7.0 [INFO] [stderr] Compiling synstructure v0.10.1 [INFO] [stderr] Compiling serde_derive v1.0.89 [INFO] [stderr] Checking ripemd160 v0.8.0 [INFO] [stderr] Checking sha2 v0.8.0 [INFO] [stderr] Checking hmac v0.4.2 [INFO] [stderr] Checking sha2 v0.6.0 [INFO] [stderr] Compiling wasm-bindgen-backend v0.2.38 [INFO] [stderr] Checking hmac-drbg v0.1.2 [INFO] [stderr] Checking backtrace v0.3.14 [INFO] [stderr] Checking bigdecimal v0.0.15 [INFO] [stderr] Checking libsecp256k1 v0.2.2 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Checking ctrlc v3.1.3 [INFO] [stderr] Compiling wasm-bindgen-macro-support v0.2.38 [INFO] [stderr] Checking failure v0.1.5 [INFO] [stderr] Compiling wasm-bindgen-macro v0.2.38 [INFO] [stderr] Checking console_error_panic_hook v0.1.6 [INFO] [stderr] Checking js-sys v0.3.15 [INFO] [stderr] Checking bitcoin v0.17.1 [INFO] [stderr] Checking borker-rs v0.1.29 (/opt/rustwide/workdir) [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/wallet/mod.rs:115:59 [INFO] [stderr] | [INFO] [stderr] 115 | for (word, idx) in res.iter_mut().zip(self.idxs().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:111:14 [INFO] [stderr] | [INFO] [stderr] 111 | .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; 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/wallet/mod.rs:115:59 [INFO] [stderr] | [INFO] [stderr] 115 | for (word, idx) in res.iter_mut().zip(self.idxs().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:111:14 [INFO] [stderr] | [INFO] [stderr] 111 | .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 1m 59s [INFO] running `"docker" "inspect" "e38fd484c18e86cba69fe9d73676c38d12db96514d703175a78a000c15aac7de"` [INFO] running `"docker" "rm" "-f" "e38fd484c18e86cba69fe9d73676c38d12db96514d703175a78a000c15aac7de"` [INFO] [stdout] e38fd484c18e86cba69fe9d73676c38d12db96514d703175a78a000c15aac7de