[INFO] cloning repository https://github.com/lieroz/blockchain_rust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/lieroz/blockchain_rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flieroz%2Fblockchain_rust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flieroz%2Fblockchain_rust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 315d2f11f6d4650b0943dcafa5339bd89bf10e2e [INFO] testing lieroz/blockchain_rust against master#62efba8a050c64249dab942951bb28f710208bc8 for pr-90799 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flieroz%2Fblockchain_rust" "/workspace/builds/worker-7/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/lieroz/blockchain_rust on toolchain 62efba8a050c64249dab942951bb28f710208bc8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/lieroz/blockchain_rust [INFO] finished tweaking git repo https://github.com/lieroz/blockchain_rust [INFO] tweaked toml for git repo https://github.com/lieroz/blockchain_rust written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/lieroz/blockchain_rust already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b968d2a95debb0466d4189c61f79f19e15e8522ba8287458d6d2618321eef548 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "b968d2a95debb0466d4189c61f79f19e15e8522ba8287458d6d2618321eef548", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b968d2a95debb0466d4189c61f79f19e15e8522ba8287458d6d2618321eef548", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b968d2a95debb0466d4189c61f79f19e15e8522ba8287458d6d2618321eef548", kill_on_drop: false }` [INFO] [stdout] b968d2a95debb0466d4189c61f79f19e15e8522ba8287458d6d2618321eef548 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 646d01843633f68a974f4b53c3fc75051eb78affe4ba4371dc9f6fd99e66ef9c [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "646d01843633f68a974f4b53c3fc75051eb78affe4ba4371dc9f6fd99e66ef9c", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v0.1.2 [INFO] [stderr] Compiling libc v0.2.50 [INFO] [stderr] Compiling proc-macro2 v0.4.27 [INFO] [stderr] Compiling byteorder v1.3.1 [INFO] [stderr] Compiling serde v1.0.89 [INFO] [stderr] Compiling syn v0.15.29 [INFO] [stderr] Compiling gcc v0.3.55 [INFO] [stderr] Compiling cc v1.0.31 [INFO] [stderr] Compiling cfg-if v0.1.7 [INFO] [stderr] Compiling untrusted v0.6.2 [INFO] [stderr] Compiling lazy_static v1.3.0 [INFO] [stderr] Compiling bs58 v0.2.2 [INFO] [stderr] Compiling rand_jitter v0.1.3 [INFO] [stderr] Compiling log v0.4.6 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling bincode v1.1.2 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling rust-crypto v0.2.36 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling fs2 v0.4.3 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling quote v0.6.11 [INFO] [stderr] Compiling ring v0.14.6 [INFO] [stderr] Compiling rand v0.3.23 [INFO] [stderr] Compiling persy v0.3.3 [INFO] [stderr] Compiling serde_derive v1.0.89 [INFO] [stderr] Compiling typedb v0.8.0 [INFO] [stderr] Compiling blockchain_rust v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: associated function is never used: `send_addr` [INFO] [stdout] --> src/server.rs:87:8 [INFO] [stdout] | [INFO] [stdout] 87 | fn send_addr(&self, address: &str) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `uses_key` [INFO] [stdout] --> src/transaction.rs:254:12 [INFO] [stdout] | [INFO] [stdout] 254 | pub fn uses_key(&self, pub_key_hash: &[u8]) -> bool { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 58.36s [INFO] running `Command { std: "docker" "inspect" "646d01843633f68a974f4b53c3fc75051eb78affe4ba4371dc9f6fd99e66ef9c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "646d01843633f68a974f4b53c3fc75051eb78affe4ba4371dc9f6fd99e66ef9c", kill_on_drop: false }` [INFO] [stdout] 646d01843633f68a974f4b53c3fc75051eb78affe4ba4371dc9f6fd99e66ef9c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 4c30a8491051fa510578688ca84a30a82e25bf64bae82b6e4cb4e88d4c5066ee [INFO] running `Command { std: "docker" "start" "-a" "4c30a8491051fa510578688ca84a30a82e25bf64bae82b6e4cb4e88d4c5066ee", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling blockchain_rust v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: associated function is never used: `send_addr` [INFO] [stdout] --> src/server.rs:87:8 [INFO] [stdout] | [INFO] [stdout] 87 | fn send_addr(&self, address: &str) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `uses_key` [INFO] [stdout] --> src/transaction.rs:254:12 [INFO] [stdout] | [INFO] [stdout] 254 | pub fn uses_key(&self, pub_key_hash: &[u8]) -> bool { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 4.54s [INFO] running `Command { std: "docker" "inspect" "4c30a8491051fa510578688ca84a30a82e25bf64bae82b6e4cb4e88d4c5066ee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4c30a8491051fa510578688ca84a30a82e25bf64bae82b6e4cb4e88d4c5066ee", kill_on_drop: false }` [INFO] [stdout] 4c30a8491051fa510578688ca84a30a82e25bf64bae82b6e4cb4e88d4c5066ee [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] caafc3dcaa900a651e453bbd9f9ad5fb53d405d0a723904f1516c3790383187a [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "caafc3dcaa900a651e453bbd9f9ad5fb53d405d0a723904f1516c3790383187a", kill_on_drop: false }` [INFO] [stderr] warning: associated function is never used: `send_addr` [INFO] [stderr] --> src/server.rs:87:8 [INFO] [stderr] | [INFO] [stderr] 87 | fn send_addr(&self, address: &str) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `uses_key` [INFO] [stderr] --> src/transaction.rs:254:12 [INFO] [stderr] | [INFO] [stderr] 254 | pub fn uses_key(&self, pub_key_hash: &[u8]) -> bool { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `blockchain_rust` (bin "blockchain_rust" test) generated 2 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/blockchain_rust-41e18e443b4c45d0) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "caafc3dcaa900a651e453bbd9f9ad5fb53d405d0a723904f1516c3790383187a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "caafc3dcaa900a651e453bbd9f9ad5fb53d405d0a723904f1516c3790383187a", kill_on_drop: false }` [INFO] [stdout] caafc3dcaa900a651e453bbd9f9ad5fb53d405d0a723904f1516c3790383187a