[INFO] updating cached repository https://github.com/cryptonote-rust/wallet [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] 4eb4ec04dc932d4781c426213fee6d284910e25a [INFO] checking cryptonote-rust/wallet against try#e922e6444795ab795fab1943288aee3d543699b8 for pr-66852 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcryptonote-rust%2Fwallet" "/workspace/builds/worker-1/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/cryptonote-rust/wallet on toolchain e922e6444795ab795fab1943288aee3d543699b8 [INFO] running `"/workspace/cargo-home/bin/cargo" "+e922e6444795ab795fab1943288aee3d543699b8" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/cryptonote-rust/wallet [INFO] finished tweaking git repo https://github.com/cryptonote-rust/wallet [INFO] tweaked toml for git repo https://github.com/cryptonote-rust/wallet written to /workspace/builds/worker-1/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+e922e6444795ab795fab1943288aee3d543699b8" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+e922e6444795ab795fab1943288aee3d543699b8" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "+e922e6444795ab795fab1943288aee3d543699b8" "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] f03ee6d2aedbadb3a7d6d898712c1e9ea2b5959e533a4dd346d33f1429b0e166 [INFO] running `"docker" "start" "-a" "f03ee6d2aedbadb3a7d6d898712c1e9ea2b5959e533a4dd346d33f1429b0e166"` [INFO] [stderr] Checking cryptonote-basic v0.1.0 [INFO] [stderr] Checking cryptonote-varint v0.1.3 [INFO] [stderr] Compiling clear_on_drop v0.2.3 [INFO] [stderr] Compiling backtrace-sys v0.1.32 [INFO] [stderr] Checking dirs v1.0.5 [INFO] [stderr] Checking rand v0.6.5 [INFO] [stderr] Checking rust-base58 v0.0.4 [INFO] [stderr] Compiling backtrace v0.3.40 [INFO] [stderr] Checking cryptonote-config v0.1.1 [INFO] [stderr] Checking cryptonote-base58 v0.1.2 [INFO] [stderr] Checking cryptonote-currency v0.1.0 [INFO] [stderr] Compiling failure v0.1.6 [INFO] [stderr] Compiling curve25519-dalek v1.2.3 [INFO] [stderr] Compiling which v2.0.1 [INFO] [stderr] Compiling bindgen v0.45.0 [INFO] [stderr] Checking ed25519-dalek v1.0.0-pre.2 [INFO] [stderr] Checking cryptonote-account v0.1.4 [INFO] [stderr] Compiling cryptonote-raw-crypto v0.5.7 [INFO] [stderr] Checking cryptonote-wallet v0.2.0 (/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/lib.rs:146:6 [INFO] [stderr] | [INFO] [stderr] 146 | .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:146:6 [INFO] [stderr] | [INFO] [stderr] 146 | .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] Finished dev [unoptimized + debuginfo] target(s) in 43.32s [INFO] running `"docker" "inspect" "f03ee6d2aedbadb3a7d6d898712c1e9ea2b5959e533a4dd346d33f1429b0e166"` [INFO] running `"docker" "rm" "-f" "f03ee6d2aedbadb3a7d6d898712c1e9ea2b5959e533a4dd346d33f1429b0e166"` [INFO] [stdout] f03ee6d2aedbadb3a7d6d898712c1e9ea2b5959e533a4dd346d33f1429b0e166