[INFO] updating cached repository https://github.com/jeremyjallam/rust-blockchain [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] 6fefdf023b02fdf93751a6dea332df3a09bbcd4d [INFO] checking jeremyjallam/rust-blockchain against master#ba72b15666b2491415aec703a02c2364fe5e2790 for pr-71140 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjeremyjallam%2Frust-blockchain" "/workspace/builds/worker-6/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] [stderr] Checking out files: 44% (160/357) Checking out files: 45% (161/357) Checking out files: 46% (165/357) Checking out files: 47% (168/357) Checking out files: 48% (172/357) Checking out files: 49% (175/357) Checking out files: 50% (179/357) Checking out files: 51% (183/357) Checking out files: 52% (186/357) Checking out files: 53% (190/357) Checking out files: 54% (193/357) Checking out files: 55% (197/357) Checking out files: 56% (200/357) Checking out files: 57% (204/357) Checking out files: 58% (208/357) Checking out files: 59% (211/357) Checking out files: 60% (215/357) Checking out files: 61% (218/357) Checking out files: 62% (222/357) Checking out files: 63% (225/357) Checking out files: 64% (229/357) Checking out files: 65% (233/357) Checking out files: 66% (236/357) Checking out files: 67% (240/357) Checking out files: 68% (243/357) Checking out files: 69% (247/357) Checking out files: 70% (250/357) Checking out files: 71% (254/357) Checking out files: 72% (258/357) Checking out files: 73% (261/357) Checking out files: 74% (265/357) Checking out files: 75% (268/357) Checking out files: 76% (272/357) Checking out files: 77% (275/357) Checking out files: 78% (279/357) Checking out files: 79% (283/357) Checking out files: 80% (286/357) Checking out files: 81% (290/357) Checking out files: 82% (293/357) Checking out files: 83% (297/357) Checking out files: 84% (300/357) Checking out files: 85% (304/357) Checking out files: 86% (308/357) Checking out files: 87% (311/357) Checking out files: 88% (315/357) Checking out files: 89% (318/357) Checking out files: 90% (322/357) Checking out files: 91% (325/357) Checking out files: 92% (329/357) Checking out files: 93% (333/357) Checking out files: 94% (336/357) Checking out files: 95% (340/357) Checking out files: 96% (343/357) Checking out files: 97% (347/357) Checking out files: 98% (350/357) Checking out files: 99% (354/357) Checking out files: 100% (357/357) Checking out files: 100% (357/357), done. [INFO] validating manifest of git repo https://github.com/jeremyjallam/rust-blockchain on toolchain ba72b15666b2491415aec703a02c2364fe5e2790 [INFO] running `"/workspace/cargo-home/bin/cargo" "+ba72b15666b2491415aec703a02c2364fe5e2790" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/jeremyjallam/rust-blockchain [INFO] finished tweaking git repo https://github.com/jeremyjallam/rust-blockchain [INFO] tweaked toml for git repo https://github.com/jeremyjallam/rust-blockchain written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/jeremyjallam/rust-blockchain already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+ba72b15666b2491415aec703a02c2364fe5e2790" "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-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" "+ba72b15666b2491415aec703a02c2364fe5e2790" "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] 75b01d04f2977367650f88a482e86e2d2ed6ac71ebb56cfda7ae62c6048fe3eb [INFO] running `"docker" "start" "-a" "75b01d04f2977367650f88a482e86e2d2ed6ac71ebb56cfda7ae62c6048fe3eb"` [INFO] [stderr] Compiling openssl v0.10.28 [INFO] [stderr] Compiling openssl-sys v0.9.54 [INFO] [stderr] Checking crypto-hash v0.3.4 [INFO] [stderr] Checking aleph_blockchain v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: value assigned to `last_hash` is never read [INFO] [stderr] --> src/main.rs:63:5 [INFO] [stderr] | [INFO] [stderr] 63 | last_hash = block.hash.clone(); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_assignments)]` on by default [INFO] [stderr] = help: maybe it is overwritten before being read? [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] warning: value assigned to `last_hash` is never read [INFO] [stderr] --> src/main.rs:63:5 [INFO] [stderr] | [INFO] [stderr] 63 | last_hash = block.hash.clone(); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_assignments)]` on by default [INFO] [stderr] = help: maybe it is overwritten before being read? [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 8.25s [INFO] running `"docker" "inspect" "75b01d04f2977367650f88a482e86e2d2ed6ac71ebb56cfda7ae62c6048fe3eb"` [INFO] running `"docker" "rm" "-f" "75b01d04f2977367650f88a482e86e2d2ed6ac71ebb56cfda7ae62c6048fe3eb"` [INFO] [stdout] 75b01d04f2977367650f88a482e86e2d2ed6ac71ebb56cfda7ae62c6048fe3eb