[INFO] cloning repository https://github.com/dRAT3/rad-rpc-0.3.0 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dRAT3/rad-rpc-0.3.0" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FdRAT3%2Frad-rpc-0.3.0", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FdRAT3%2Frad-rpc-0.3.0'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] dc8e6e60bbcc5dbf96ec2521b66f44dbf6303909 [INFO] testing dRAT3/rad-rpc-0.3.0 against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FdRAT3%2Frad-rpc-0.3.0" "/workspace/builds/worker-2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/dRAT3/rad-rpc-0.3.0 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/dRAT3/rad-rpc-0.3.0 [INFO] finished tweaking git repo https://github.com/dRAT3/rad-rpc-0.3.0 [INFO] tweaked toml for git repo https://github.com/dRAT3/rad-rpc-0.3.0 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/dRAT3/rad-rpc-0.3.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", 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] c130c2cdc82196dbce8e893119828f01dd9691bb7de74cc0656a781ee232aa0f [INFO] running `Command { std: "docker" "start" "-a" "c130c2cdc82196dbce8e893119828f01dd9691bb7de74cc0656a781ee232aa0f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c130c2cdc82196dbce8e893119828f01dd9691bb7de74cc0656a781ee232aa0f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c130c2cdc82196dbce8e893119828f01dd9691bb7de74cc0656a781ee232aa0f", kill_on_drop: false }` [INFO] [stdout] c130c2cdc82196dbce8e893119828f01dd9691bb7de74cc0656a781ee232aa0f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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=warn" "-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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--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] b8be120defc5e76db0248a10840f0e706d392c297610c57d5b08e1857ef3e939 [INFO] running `Command { std: "docker" "start" "-a" "b8be120defc5e76db0248a10840f0e706d392c297610c57d5b08e1857ef3e939", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.86 [INFO] [stderr] Compiling libc v0.2.119 [INFO] [stderr] Compiling futures-core v0.3.21 [INFO] [stderr] Compiling futures-channel v0.3.21 [INFO] [stderr] Compiling futures-sink v0.3.21 [INFO] [stderr] Compiling futures-task v0.3.21 [INFO] [stderr] Compiling futures-util v0.3.21 [INFO] [stderr] Compiling serde v1.0.136 [INFO] [stderr] Compiling futures-io v0.3.21 [INFO] [stderr] Compiling once_cell v1.9.0 [INFO] [stderr] Compiling serde_json v1.0.79 [INFO] [stderr] Compiling httparse v1.6.0 [INFO] [stderr] Compiling parity-wasm v0.42.2 [INFO] [stderr] Compiling memory_units v0.3.0 [INFO] [stderr] Compiling downcast-rs v1.2.0 [INFO] [stderr] Compiling bencher v0.1.5 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-bigint v0.2.6 [INFO] [stderr] Compiling num-rational v0.2.4 [INFO] [stderr] Compiling num-bigint v0.4.3 [INFO] [stderr] Compiling indexmap v1.8.0 [INFO] [stderr] Compiling tracing v0.1.31 [INFO] [stderr] Compiling num_cpus v1.13.1 [INFO] [stderr] Compiling getrandom v0.2.5 [INFO] [stderr] Compiling socket2 v0.4.4 [INFO] [stderr] Compiling parking_lot_core v0.8.5 [INFO] [stderr] Compiling net2 v0.2.37 [INFO] [stderr] Compiling bstr v0.2.17 [INFO] [stderr] Compiling mio v0.8.0 [INFO] [stderr] Compiling colored v2.0.0 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling ahash v0.7.6 [INFO] [stderr] Compiling digest v0.9.0 [INFO] [stderr] Compiling parking_lot v0.11.2 [INFO] [stderr] Compiling sha2 v0.9.9 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling tokio v1.17.0 [INFO] [stderr] Compiling wasmi-validation v0.4.1 [INFO] [stderr] Compiling lru v0.7.2 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling uuid v0.8.2 [INFO] [stderr] Compiling globset v0.4.8 [INFO] [stderr] Compiling wasmi v0.9.1 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling tokio-stream v0.1.8 [INFO] [stderr] Compiling tokio-util v0.6.9 [INFO] [stderr] Compiling serde_derive v1.0.136 [INFO] [stderr] Compiling futures-macro v0.3.21 [INFO] [stderr] Compiling sbor-derive v0.3.0 (https://github.com/radixdlt/radixdlt-scrypto?tag=v0.3.0#7cb4af0b) [INFO] [stderr] Compiling clap_derive v3.1.2 [INFO] [stderr] Compiling sbor v0.3.0 (https://github.com/radixdlt/radixdlt-scrypto?tag=v0.3.0#7cb4af0b) [INFO] [stderr] Compiling scrypto-abi v0.3.0 (https://github.com/radixdlt/radixdlt-scrypto?tag=v0.3.0#7cb4af0b) [INFO] [stderr] Compiling clap v3.1.2 [INFO] [stderr] Compiling futures-executor v0.3.21 [INFO] [stderr] Compiling hyper v0.14.17 [INFO] [stderr] Compiling futures v0.3.21 [INFO] [stderr] Compiling jsonrpc-core v18.0.0 [INFO] [stderr] Compiling jsonrpc-server-utils v18.0.0 [INFO] [stderr] Compiling scrypto-derive v0.3.0 (https://github.com/radixdlt/radixdlt-scrypto?tag=v0.3.0#7cb4af0b) [INFO] [stderr] Compiling jsonrpc-tcp-server v18.0.0 [INFO] [stderr] Compiling jsonrpc-http-server v18.0.0 [INFO] [stderr] Compiling scrypto v0.3.0 (https://github.com/radixdlt/radixdlt-scrypto?tag=v0.3.0#7cb4af0b) [INFO] [stderr] Compiling radix-engine v0.3.0 (https://github.com/radixdlt/radixdlt-scrypto?tag=v0.3.0#7cb4af0b) [INFO] [stderr] Compiling transaction-manifest v0.3.0 (https://github.com/radixdlt/radixdlt-scrypto?tag=v0.3.0#7cb4af0b) [INFO] [stderr] Compiling rad-rpc v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `InMemorySubstateStore` [INFO] [stdout] --> src/core.rs:6:28 [INFO] [stdout] | [INFO] [stdout] 6 | use radix_engine::ledger::{InMemorySubstateStore, SubstateStore}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Map` [INFO] [stdout] --> src/core.rs:16:38 [INFO] [stdout] | [INFO] [stdout] 16 | use jsonrpc_core::serde_json::{json, Map}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `scrypto::rust::fmt` [INFO] [stdout] --> src/formatter.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use scrypto::rust::fmt; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `scrypto::rust::vec::Vec` [INFO] [stdout] --> src/formatter.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | use scrypto::rust::vec::Vec; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `last` [INFO] [stdout] --> src/core.rs:278:10 [INFO] [stdout] | [INFO] [stdout] 278 | for (last, (k, v)) in map.map().iter().identify_last() { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_last` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `last` [INFO] [stdout] --> src/core.rs:302:10 [INFO] [stdout] | [INFO] [stdout] 302 | for (last, vid) in vaults.iter().identify_last() { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_last` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `inner_last` [INFO] [stdout] --> src/core.rs:331:18 [INFO] [stdout] | [INFO] [stdout] 331 | for (inner_last, key) in keys.iter().identify_last() { [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_inner_last` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `increment_epoch` [INFO] [stdout] --> src/config.rs:16:12 [INFO] [stdout] | [INFO] [stdout] 16 | pub fn increment_epoch(&mut self) {} [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 29s [INFO] running `Command { std: "docker" "inspect" "b8be120defc5e76db0248a10840f0e706d392c297610c57d5b08e1857ef3e939", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b8be120defc5e76db0248a10840f0e706d392c297610c57d5b08e1857ef3e939", kill_on_drop: false }` [INFO] [stdout] b8be120defc5e76db0248a10840f0e706d392c297610c57d5b08e1857ef3e939 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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=warn" "-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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "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] 85731fb4a15f5eec52e81986aa100138ac8d61bab0092a73f7251ce43f158f6a [INFO] running `Command { std: "docker" "start" "-a" "85731fb4a15f5eec52e81986aa100138ac8d61bab0092a73f7251ce43f158f6a", kill_on_drop: false }` [INFO] [stderr] Compiling rad-rpc v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `InMemorySubstateStore` [INFO] [stdout] --> src/core.rs:6:28 [INFO] [stdout] | [INFO] [stdout] 6 | use radix_engine::ledger::{InMemorySubstateStore, SubstateStore}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Map` [INFO] [stdout] --> src/core.rs:16:38 [INFO] [stdout] | [INFO] [stdout] 16 | use jsonrpc_core::serde_json::{json, Map}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `scrypto::rust::fmt` [INFO] [stdout] --> src/formatter.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use scrypto::rust::fmt; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `scrypto::rust::vec::Vec` [INFO] [stdout] --> src/formatter.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | use scrypto::rust::vec::Vec; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `last` [INFO] [stdout] --> src/core.rs:278:10 [INFO] [stdout] | [INFO] [stdout] 278 | for (last, (k, v)) in map.map().iter().identify_last() { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_last` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `last` [INFO] [stdout] --> src/core.rs:302:10 [INFO] [stdout] | [INFO] [stdout] 302 | for (last, vid) in vaults.iter().identify_last() { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_last` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `inner_last` [INFO] [stdout] --> src/core.rs:331:18 [INFO] [stdout] | [INFO] [stdout] 331 | for (inner_last, key) in keys.iter().identify_last() { [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_inner_last` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `increment_epoch` [INFO] [stdout] --> src/config.rs:16:12 [INFO] [stdout] | [INFO] [stdout] 16 | pub fn increment_epoch(&mut self) {} [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 3.05s [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/rad_rpc-a7f9d0e13fcb0664) [INFO] running `Command { std: "docker" "inspect" "85731fb4a15f5eec52e81986aa100138ac8d61bab0092a73f7251ce43f158f6a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "85731fb4a15f5eec52e81986aa100138ac8d61bab0092a73f7251ce43f158f6a", kill_on_drop: false }` [INFO] [stdout] 85731fb4a15f5eec52e81986aa100138ac8d61bab0092a73f7251ce43f158f6a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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=warn" "-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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", 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] 5ac62c877a4019b9e9726b2d9e7e84c2d8b6763b5e2cd90a873d0e50a6b6706a [INFO] running `Command { std: "docker" "start" "-a" "5ac62c877a4019b9e9726b2d9e7e84c2d8b6763b5e2cd90a873d0e50a6b6706a", kill_on_drop: false }` [INFO] [stderr] warning: unused import: `InMemorySubstateStore` [INFO] [stderr] --> src/core.rs:6:28 [INFO] [stderr] | [INFO] [stderr] 6 | use radix_engine::ledger::{InMemorySubstateStore, SubstateStore}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `Map` [INFO] [stderr] --> src/core.rs:16:38 [INFO] [stderr] | [INFO] [stderr] 16 | use jsonrpc_core::serde_json::{json, Map}; [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `scrypto::rust::fmt` [INFO] [stderr] --> src/formatter.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | use scrypto::rust::fmt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `scrypto::rust::vec::Vec` [INFO] [stderr] --> src/formatter.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | use scrypto::rust::vec::Vec; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused variable: `last` [INFO] [stderr] --> src/core.rs:278:10 [INFO] [stderr] | [INFO] [stderr] 278 | for (last, (k, v)) in map.map().iter().identify_last() { [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_last` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `last` [INFO] [stderr] --> src/core.rs:302:10 [INFO] [stderr] | [INFO] [stderr] 302 | for (last, vid) in vaults.iter().identify_last() { [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_last` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `inner_last` [INFO] [stderr] --> src/core.rs:331:18 [INFO] [stderr] | [INFO] [stderr] 331 | for (inner_last, key) in keys.iter().identify_last() { [INFO] [stderr] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_inner_last` [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `increment_epoch` [INFO] [stderr] --> src/config.rs:16:12 [INFO] [stderr] | [INFO] [stderr] 16 | pub fn increment_epoch(&mut self) {} [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `rad-rpc` (bin "rad-rpc" test) generated 8 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.19s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/rad_rpc-a7f9d0e13fcb0664) [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" "5ac62c877a4019b9e9726b2d9e7e84c2d8b6763b5e2cd90a873d0e50a6b6706a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5ac62c877a4019b9e9726b2d9e7e84c2d8b6763b5e2cd90a873d0e50a6b6706a", kill_on_drop: false }` [INFO] [stdout] 5ac62c877a4019b9e9726b2d9e7e84c2d8b6763b5e2cd90a873d0e50a6b6706a