[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 try#d7b51666469c792a8a3f40849607739bae1e705e for pr-71665 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjeremyjallam%2Frust-blockchain" "/workspace/builds/worker-12/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-12/source'... [INFO] [stderr] done. [INFO] [stderr] Checking out files: 49% (176/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 d7b51666469c792a8a3f40849607739bae1e705e [INFO] running `"/workspace/cargo-home/bin/cargo" "+d7b51666469c792a8a3f40849607739bae1e705e" "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-12/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" "+d7b51666469c792a8a3f40849607739bae1e705e" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "+d7b51666469c792a8a3f40849607739bae1e705e" "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] ff8aec0ed0cf9c19d971a385fb254bd4aa78436bc959da7de290924d65378125 [INFO] running `"docker" "start" "-a" "ff8aec0ed0cf9c19d971a385fb254bd4aa78436bc959da7de290924d65378125"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling cc v1.0.50 [INFO] [stderr] Checking foreign-types-shared v0.1.1 [INFO] [stderr] Checking foreign-types v0.3.2 [INFO] [stderr] Compiling openssl-sys v0.9.54 [INFO] [stderr] Compiling openssl v0.10.28 [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 12.70s [INFO] running `"docker" "inspect" "ff8aec0ed0cf9c19d971a385fb254bd4aa78436bc959da7de290924d65378125"` [INFO] running `"docker" "rm" "-f" "ff8aec0ed0cf9c19d971a385fb254bd4aa78436bc959da7de290924d65378125"` [INFO] [stdout] ff8aec0ed0cf9c19d971a385fb254bd4aa78436bc959da7de290924d65378125