[INFO] updating cached repository https://github.com/cointhink/yith [INFO] running `Command { std: "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", kill_on_drop: false }` [INFO] [stderr] From https://github.com/cointhink/yith [INFO] [stderr] 96bc9e6..103b31e master -> master [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 103b31e3a3aec5d308fec9a8a231bd8a80ba85a2 [INFO] checking cointhink/yith against try#85cc1486e1f000dce4bb8e1b3cfab2b654b102a8 for pr-73323 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcointhink%2Fyith" "/workspace/builds/worker-3/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/cointhink/yith on toolchain 85cc1486e1f000dce4bb8e1b3cfab2b654b102a8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+85cc1486e1f000dce4bb8e1b3cfab2b654b102a8" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/cointhink/yith [INFO] finished tweaking git repo https://github.com/cointhink/yith [INFO] tweaked toml for git repo https://github.com/cointhink/yith written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/cointhink/yith already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+85cc1486e1f000dce4bb8e1b3cfab2b654b102a8" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:819119df93c0f5eca3f29186f14981ef29945a311854d7222af07488600a2584" "/opt/rustwide/cargo-home/bin/cargo" "+85cc1486e1f000dce4bb8e1b3cfab2b654b102a8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 51f210e0752bfb6e13fe291a38d7ae30bee07a5ac59a326783f2b2608df68405 [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" "51f210e0752bfb6e13fe291a38d7ae30bee07a5ac59a326783f2b2608df68405", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "51f210e0752bfb6e13fe291a38d7ae30bee07a5ac59a326783f2b2608df68405", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "51f210e0752bfb6e13fe291a38d7ae30bee07a5ac59a326783f2b2608df68405", kill_on_drop: false }` [INFO] [stdout] 51f210e0752bfb6e13fe291a38d7ae30bee07a5ac59a326783f2b2608df68405 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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@sha256:819119df93c0f5eca3f29186f14981ef29945a311854d7222af07488600a2584" "/opt/rustwide/cargo-home/bin/cargo" "+85cc1486e1f000dce4bb8e1b3cfab2b654b102a8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4bbb38b92d3f08427c292da86df5a9854c861660687ffb38635c700a1983d23f [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" "4bbb38b92d3f08427c292da86df5a9854c861660687ffb38635c700a1983d23f", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.8 [INFO] [stderr] Checking cfg-if v0.1.9 [INFO] [stderr] Compiling cc v1.0.41 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Checking slab v0.4.2 [INFO] [stderr] Checking itoa v0.4.5 [INFO] [stderr] Checking futures-core v0.3.4 [INFO] [stderr] Compiling pkg-config v0.3.17 [INFO] [stderr] Checking fnv v1.0.6 [INFO] [stderr] Compiling proc-macro-nested v0.1.3 [INFO] [stderr] Checking futures-sink v0.3.4 [INFO] [stderr] Checking bytes v0.5.4 [INFO] [stderr] Compiling autocfg v0.1.7 [INFO] [stderr] Checking rand_core v0.4.2 [INFO] [stderr] Compiling crunchy v0.2.2 [INFO] [stderr] Checking rustc-hex v2.1.0 [INFO] [stderr] Checking pin-utils v0.1.0-alpha.4 [INFO] [stderr] Checking futures-task v0.3.4 [INFO] [stderr] Checking pin-project-lite v0.1.4 [INFO] [stderr] Checking futures-io v0.3.4 [INFO] [stderr] Compiling openssl v0.10.28 [INFO] [stderr] Checking encoding_index_tests v0.1.4 [INFO] [stderr] Compiling version_check v0.1.5 [INFO] [stderr] Checking foreign-types-shared v0.1.1 [INFO] [stderr] Compiling native-tls v0.2.3 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Checking bitvec v0.15.2 [INFO] [stderr] Checking openssl-probe v0.1.2 [INFO] [stderr] Checking arrayvec v0.5.1 [INFO] [stderr] Checking byte-slice-cast v0.3.5 [INFO] [stderr] Checking dtoa v0.4.5 [INFO] [stderr] Compiling failure_derive v0.1.6 [INFO] [stderr] Compiling httparse v1.3.4 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Checking percent-encoding v2.1.0 [INFO] [stderr] Checking either v1.5.3 [INFO] [stderr] Checking linked-hash-map v0.5.2 [INFO] [stderr] Checking mime v0.3.16 [INFO] [stderr] Compiling tiny-keccak v2.0.1 [INFO] [stderr] Checking safemem v0.3.3 [INFO] [stderr] Checking tower-service v0.3.0 [INFO] [stderr] Compiling encoding_rs v0.8.22 [INFO] [stderr] Checking unicode-width v0.1.7 [INFO] [stderr] Checking bufstream v0.1.4 [INFO] [stderr] Checking strsim v0.8.0 [INFO] [stderr] Checking sha1 v0.6.0 [INFO] [stderr] Checking vec_map v0.8.1 [INFO] [stderr] Checking ansi_term v0.11.0 [INFO] [stderr] Checking yaml-rust v0.3.5 [INFO] [stderr] Checking base64 v0.11.0 [INFO] [stderr] Checking bs58 v0.3.1 [INFO] [stderr] Checking hex v0.4.1 [INFO] [stderr] Checking once_cell v1.3.1 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling indexmap v1.3.2 [INFO] [stderr] Compiling num-bigint v0.2.6 [INFO] [stderr] Checking futures-channel v0.3.4 [INFO] [stderr] Checking rlp v0.4.5 [INFO] [stderr] Checking rand_core v0.3.1 [INFO] [stderr] Checking rand_jitter v0.1.4 [INFO] [stderr] Checking encoding-index-tradchinese v1.20141219.5 [INFO] [stderr] Checking encoding-index-japanese v1.20141219.5 [INFO] [stderr] Checking encoding-index-simpchinese v1.20141219.5 [INFO] [stderr] Checking encoding-index-korean v1.20141219.5 [INFO] [stderr] Checking encoding-index-singlebyte v1.20141219.5 [INFO] [stderr] Checking foreign-types v0.3.2 [INFO] [stderr] Checking http v0.2.0 [INFO] [stderr] Checking lock_api v0.3.4 [INFO] [stderr] Checking unsafe-any v0.4.2 [INFO] [stderr] Checking yaml-rust v0.4.3 [INFO] [stderr] Checking textwrap v0.11.0 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Compiling email v0.0.20 [INFO] [stderr] Checking rand_hc v0.1.0 [INFO] [stderr] Checking rand_xorshift v0.1.1 [INFO] [stderr] Checking rand_isaac v0.1.1 [INFO] [stderr] Checking idna v0.2.0 [INFO] [stderr] Checking crc32fast v1.2.0 [INFO] [stderr] Checking impl-rlp v0.2.1 [INFO] [stderr] Checking typemap v0.3.3 [INFO] [stderr] Checking iovec v0.1.4 [INFO] [stderr] Checking net2 v0.2.33 [INFO] [stderr] Checking num_cpus v1.12.0 [INFO] [stderr] Checking getrandom v0.1.14 [INFO] [stderr] Checking time v0.1.42 [INFO] [stderr] Checking rand_os v0.1.3 [INFO] [stderr] Checking hostname v0.1.5 [INFO] [stderr] Checking parking_lot_core v0.7.2 [INFO] [stderr] Checking rand v0.4.6 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking thread-id v3.3.0 [INFO] [stderr] Checking base64 v0.10.1 [INFO] [stderr] Checking base64 v0.9.3 [INFO] [stderr] Checking combine v3.8.1 [INFO] [stderr] Checking encoding v0.2.33 [INFO] [stderr] Checking uint v0.8.2 [INFO] [stderr] Checking tiny-keccak v1.5.0 [INFO] [stderr] Checking flate2 v1.0.14 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking bytes v0.4.12 [INFO] [stderr] Checking clap v2.33.0 [INFO] [stderr] Compiling openssl-sys v0.9.54 [INFO] [stderr] Compiling backtrace-sys v0.1.32 [INFO] [stderr] Compiling secp256k1-sys v0.1.2 [INFO] [stderr] Compiling mime_guess v2.0.1 [INFO] [stderr] Checking parking_lot v0.10.2 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Checking url v2.1.1 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Checking rand_chacha v0.2.1 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Compiling syn v1.0.14 [INFO] [stderr] Checking ordered-float v1.0.2 [INFO] [stderr] Checking backtrace v0.3.41 [INFO] [stderr] Checking chrono v0.4.11 [INFO] [stderr] Checking http-body v0.3.1 [INFO] [stderr] Checking secp256k1 v0.17.2 [INFO] [stderr] Checking uuid v0.7.4 [INFO] [stderr] Checking fixed-hash v0.5.2 [INFO] [stderr] Checking bigdecimal v0.1.0 [INFO] [stderr] Compiling derefable v0.1.0 [INFO] [stderr] Compiling synstructure v0.12.3 [INFO] [stderr] Compiling serde_derive v1.0.104 [INFO] [stderr] Compiling proc-macro-hack v0.5.11 [INFO] [stderr] Compiling pin-project-internal v0.4.8 [INFO] [stderr] Compiling futures-macro v0.3.4 [INFO] [stderr] Checking failure v0.1.6 [INFO] [stderr] Checking pin-project v0.4.8 [INFO] [stderr] Checking futures-util v0.3.4 [INFO] [stderr] Checking serde v1.0.104 [INFO] [stderr] Checking futures-executor v0.3.4 [INFO] [stderr] Checking futures v0.3.4 [INFO] [stderr] Checking serde_json v1.0.47 [INFO] [stderr] Checking parity-scale-codec v1.1.2 [INFO] [stderr] Checking impl-serde v0.3.0 [INFO] [stderr] Checking impl-serde v0.2.3 [INFO] [stderr] Checking serde-value v0.6.0 [INFO] [stderr] Checking serde_yaml v0.8.11 [INFO] [stderr] Checking serde_urlencoded v0.6.1 [INFO] [stderr] Checking ethbloom v0.8.1 [INFO] [stderr] Checking mio v0.6.21 [INFO] [stderr] Checking want v0.3.0 [INFO] [stderr] Checking lettre v0.9.2 [INFO] [stderr] Checking log4rs v0.12.0 [INFO] [stderr] Checking mio-uds v0.6.7 [INFO] [stderr] Checking tokio v0.2.11 [INFO] [stderr] Checking impl-codec v0.4.2 [INFO] [stderr] Checking lettre_email v0.9.2 [INFO] [stderr] Checking primitive-types v0.6.2 [INFO] [stderr] Checking ethereum-types v0.8.0 [INFO] [stderr] Checking tokio-util v0.2.0 [INFO] [stderr] Checking tokio-tls v0.3.0 [INFO] [stderr] Checking tokio-socks v0.2.0 [INFO] [stderr] Checking ethabi v11.0.0 [INFO] [stderr] Checking ethereum-tx-sign v3.0.2 [INFO] [stderr] Checking h2 v0.2.1 [INFO] [stderr] Checking redis v0.15.1 [INFO] [stderr] Checking hyper v0.13.2 [INFO] [stderr] Checking hyper-tls v0.4.1 [INFO] [stderr] Checking reqwest v0.10.1 [INFO] [stderr] Checking yith v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `bigdecimal::BigDecimal` [INFO] [stdout] --> src/exchange.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use bigdecimal::BigDecimal; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `num_traits::cast::FromPrimitive` [INFO] [stdout] --> src/exchange.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use num_traits::cast::FromPrimitive; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::*` [INFO] [stdout] --> src/price.rs:111:9 [INFO] [stdout] | [INFO] [stdout] 111 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `bigdecimal::BigDecimal` [INFO] [stdout] --> src/exchange.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use bigdecimal::BigDecimal; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `num_traits::cast::FromPrimitive` [INFO] [stdout] --> src/exchange.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use num_traits::cast::FromPrimitive; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `n` [INFO] [stdout] --> src/exchange.rs:277:9 [INFO] [stdout] | [INFO] [stdout] 277 | for n in 0..padding { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_n` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `exchange` [INFO] [stdout] --> src/exchanges/ddex3.rs:381:9 [INFO] [stdout] | [INFO] [stdout] 381 | exchange: &config::ExchangeSettings, [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_exchange` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `json` [INFO] [stdout] --> src/exchanges/idex.rs:551:17 [INFO] [stdout] | [INFO] [stdout] 551 | let json = resp.text().unwrap(); [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_json` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `status` [INFO] [stdout] --> src/exchanges/idex.rs:632:13 [INFO] [stdout] | [INFO] [stdout] 632 | let status = resp.status(); [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_status` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `address` [INFO] [stdout] --> src/exchanges/idex.rs:809:13 [INFO] [stdout] | [INFO] [stdout] 809 | let address = eth::privkey_to_addr(PRIVKEY_DDEX3); [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_address` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `idex_contract` [INFO] [stdout] --> src/exchanges/idex.rs:829:13 [INFO] [stdout] | [INFO] [stdout] 829 | let idex_contract = "0x2a0c0dbecc7e4d658f48e01e3fa353f44050c208"; [INFO] [stdout] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_idex_contract` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `good_hash` [INFO] [stdout] --> src/exchanges/idex.rs:831:13 [INFO] [stdout] | [INFO] [stdout] 831 | let good_hash = "0x385777b82d67f8368848ccd56f6ad04159bb6fc1075ae06910abb597c5a7c6a0"; [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_good_hash` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `exchange` [INFO] [stdout] --> src/exchanges/oasis.rs:121:9 [INFO] [stdout] | [INFO] [stdout] 121 | exchange: &config::ExchangeSettings, [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_exchange` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `status` [INFO] [stdout] --> src/exchanges/switcheo.rs:600:13 [INFO] [stdout] | [INFO] [stdout] 600 | let status = resp.status(); [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_status` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `key` [INFO] [stdout] --> src/exchanges/switcheo.rs:628:24 [INFO] [stdout] | [INFO] [stdout] 628 | .map(|(key, arr)| { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_key` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `geth` [INFO] [stdout] --> src/exchanges/zeroex.rs:206:52 [INFO] [stdout] | [INFO] [stdout] 206 | pub fn new(settings: config::ExchangeSettings, geth: geth::Client) -> Zeroex { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_geth` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `n` [INFO] [stdout] --> src/exchange.rs:277:9 [INFO] [stdout] | [INFO] [stdout] 277 | for n in 0..padding { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_n` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `exchange` [INFO] [stdout] --> src/exchanges/ddex3.rs:381:9 [INFO] [stdout] | [INFO] [stdout] 381 | exchange: &config::ExchangeSettings, [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_exchange` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `json` [INFO] [stdout] --> src/exchanges/idex.rs:551:17 [INFO] [stdout] | [INFO] [stdout] 551 | let json = resp.text().unwrap(); [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_json` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `status` [INFO] [stdout] --> src/exchanges/idex.rs:632:13 [INFO] [stdout] | [INFO] [stdout] 632 | let status = resp.status(); [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_status` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `exchange` [INFO] [stdout] --> src/exchanges/oasis.rs:121:9 [INFO] [stdout] | [INFO] [stdout] 121 | exchange: &config::ExchangeSettings, [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_exchange` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `status` [INFO] [stdout] --> src/exchanges/switcheo.rs:600:13 [INFO] [stdout] | [INFO] [stdout] 600 | let status = resp.status(); [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_status` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `key` [INFO] [stdout] --> src/exchanges/switcheo.rs:628:24 [INFO] [stdout] | [INFO] [stdout] 628 | .map(|(key, arr)| { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_key` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `geth` [INFO] [stdout] --> src/exchanges/zeroex.rs:206:52 [INFO] [stdout] | [INFO] [stdout] 206 | pub fn new(settings: config::ExchangeSettings, geth: geth::Client) -> Zeroex { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_geth` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `headers` [INFO] [stdout] --> src/http.rs:65:12 [INFO] [stdout] | [INFO] [stdout] 65 | pub fn headers(self, headers: reqwest::header::HeaderMap) -> LoggingBuilder { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 15 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `recover_sig_addr` [INFO] [stdout] --> src/eth.rs:103:8 [INFO] [stdout] | [INFO] [stdout] 103 | pub fn recover_sig_addr(msg: &[u8], v: u8, r: [u8; 32], s: [u8; 32]) -> [u8; 20] { [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: `headers` [INFO] [stdout] --> src/http.rs:65:12 [INFO] [stdout] | [INFO] [stdout] 65 | pub fn headers(self, headers: reqwest::header::HeaderMap) -> LoggingBuilder { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3m 04s [INFO] running `Command { std: "docker" "inspect" "4bbb38b92d3f08427c292da86df5a9854c861660687ffb38635c700a1983d23f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4bbb38b92d3f08427c292da86df5a9854c861660687ffb38635c700a1983d23f", kill_on_drop: false }` [INFO] [stdout] 4bbb38b92d3f08427c292da86df5a9854c861660687ffb38635c700a1983d23f