[INFO] fetching crate coinnect 0.5.12... [INFO] checking coinnect-0.5.12 against beta for pr-78714 [INFO] extracting crate coinnect 0.5.12 into /workspace/builds/worker-11/source [INFO] validating manifest of crates.io crate coinnect 0.5.12 on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate coinnect 0.5.12 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate coinnect 0.5.12 [INFO] tweaked toml for crates.io crate coinnect 0.5.12 written to /workspace/builds/worker-11/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f7adf8c4f6d773960e345b5f9dcea923681d3f863cb88906b2a5bb477374d158 [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" "f7adf8c4f6d773960e345b5f9dcea923681d3f863cb88906b2a5bb477374d158", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f7adf8c4f6d773960e345b5f9dcea923681d3f863cb88906b2a5bb477374d158", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f7adf8c4f6d773960e345b5f9dcea923681d3f863cb88906b2a5bb477374d158", kill_on_drop: false }` [INFO] [stdout] f7adf8c4f6d773960e345b5f9dcea923681d3f863cb88906b2a5bb477374d158 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--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] abae90a010c4a553f37fb9873812f908eb00815b96b87db04740bc161b07e5f2 [INFO] running `Command { std: "docker" "start" "-a" "abae90a010c4a553f37fb9873812f908eb00815b96b87db04740bc161b07e5f2", kill_on_drop: false }` [INFO] [stderr] Checking data-encoding v2.3.1 [INFO] [stderr] Checking bidir-map v1.0.0 [INFO] [stderr] Checking generic-array v0.8.3 [INFO] [stderr] Checking serde_json v1.0.59 [INFO] [stderr] Checking num-bigint v0.2.6 [INFO] [stderr] Checking chrono v0.4.19 [INFO] [stderr] Checking error-chain v0.11.0 [INFO] [stderr] Checking native-tls v0.2.6 [INFO] [stderr] Checking hyper-native-tls v0.3.0 [INFO] [stderr] Checking digest v0.6.2 [INFO] [stderr] Checking crypto-mac v0.4.0 [INFO] [stderr] Checking block-buffer v0.2.0 [INFO] [stderr] Checking hmac v0.4.2 [INFO] [stderr] Checking sha2 v0.6.0 [INFO] [stderr] Checking bigdecimal v0.0.14 [INFO] [stderr] Checking coinnect v0.5.12 (/opt/rustwide/workdir) [INFO] [stdout] warning: unknown lint: `new_ret_no_self` [INFO] [stdout] --> src/coinnect.rs:4:10 [INFO] [stdout] | [INFO] [stdout] 4 | #![allow(new_ret_no_self)] [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unknown_lints)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unknown lint: `clone_double_ref` [INFO] [stdout] --> src/helpers/mod.rs:2:9 [INFO] [stdout] | [INFO] [stdout] 2 | #![warn(clone_double_ref)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unknown lint: `new_ret_no_self` [INFO] [stdout] --> src/coinnect.rs:4:10 [INFO] [stdout] | [INFO] [stdout] 4 | #![allow(new_ret_no_self)] [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unknown_lints)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unknown lint: `clone_double_ref` [INFO] [stdout] --> src/helpers/mod.rs:2:9 [INFO] [stdout] | [INFO] [stdout] 2 | #![warn(clone_double_ref)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unknown lint: `too_many_arguments` [INFO] [stdout] --> src/kraken/api.rs:4:10 [INFO] [stdout] | [INFO] [stdout] 4 | #![allow(too_many_arguments)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unknown lint: `too_many_arguments` [INFO] [stdout] --> src/kraken/api.rs:4:10 [INFO] [stdout] | [INFO] [stdout] 4 | #![allow(too_many_arguments)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unknown lint: `too_many_arguments` [INFO] [stdout] --> src/bittrex/api.rs:4:10 [INFO] [stdout] | [INFO] [stdout] 4 | #![allow(too_many_arguments)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unknown lint: `too_many_arguments` [INFO] [stdout] --> src/bittrex/api.rs:4:10 [INFO] [stdout] | [INFO] [stdout] 4 | #![allow(too_many_arguments)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/coinnect.rs:30:76 [INFO] [stdout] | [INFO] [stdout] 30 | pub fn new(exchange: Exchange, creds: C) -> Result> { [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn ExchangeApi` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/coinnect.rs:48:40 [INFO] [stdout] | [INFO] [stdout] 48 | -> Result> { [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn ExchangeApi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/coinnect.rs:30:76 [INFO] [stdout] | [INFO] [stdout] 30 | pub fn new(exchange: Exchange, creds: C) -> Result> { [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn ExchangeApi` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/coinnect.rs:48:40 [INFO] [stdout] | [INFO] [stdout] 48 | -> Result> { [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn ExchangeApi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / error_chain!{ [INFO] [stdout] 12 | | types { [INFO] [stdout] 13 | | Error, ErrorKind, ResultExt, Result; [INFO] [stdout] 14 | | } [INFO] [stdout] ... | [INFO] [stdout] 115 | | } [INFO] [stdout] 116 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / error_chain!{ [INFO] [stdout] 12 | | types { [INFO] [stdout] 13 | | Error, ErrorKind, ResultExt, Result; [INFO] [stdout] 14 | | } [INFO] [stdout] ... | [INFO] [stdout] 115 | | } [INFO] [stdout] 116 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/bitstamp/utils.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | / lazy_static! { [INFO] [stdout] 17 | | static ref PAIRS_STRING: BidirMap = { [INFO] [stdout] 18 | | let mut m = BidirMap::new(); [INFO] [stdout] 19 | | m.insert(BTC_USD, "btcusd"); [INFO] [stdout] ... | [INFO] [stdout] 35 | | }; [INFO] [stdout] 36 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/poloniex/utils.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / lazy_static! { [INFO] [stdout] 12 | | static ref PAIRS_STRING: BidirMap = { [INFO] [stdout] 13 | | let mut m = BidirMap::new(); [INFO] [stdout] 14 | | m.insert(BCN_BTC, "BTC_BCN"); [INFO] [stdout] ... | [INFO] [stdout] 117 | | }; [INFO] [stdout] 118 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/kraken/utils.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / lazy_static! { [INFO] [stdout] 12 | | static ref PAIRS_STRING: BidirMap = { [INFO] [stdout] 13 | | let mut m = BidirMap::new(); [INFO] [stdout] 14 | | m.insert(BCH_EUR, "BCHEUR"); [INFO] [stdout] ... | [INFO] [stdout] 73 | | }; [INFO] [stdout] 74 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/bittrex/utils.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / lazy_static! { [INFO] [stdout] 12 | | static ref PAIRS_STRING: BidirMap = { [INFO] [stdout] 13 | | let mut m = BidirMap::new(); [INFO] [stdout] 14 | | m.insert(_1ST_BTC, "BTC-1ST"); [INFO] [stdout] ... | [INFO] [stdout] 278 | | }; [INFO] [stdout] 279 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/gdax/utils.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | / lazy_static! { [INFO] [stdout] 17 | | static ref PAIRS_STRING: BidirMap = { [INFO] [stdout] 18 | | let mut m = BidirMap::new(); [INFO] [stdout] 19 | | m.insert(BCH_USD, "bch-usd"); [INFO] [stdout] ... | [INFO] [stdout] 30 | | }; [INFO] [stdout] 31 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / error_chain!{ [INFO] [stdout] 12 | | types { [INFO] [stdout] 13 | | Error, ErrorKind, ResultExt, Result; [INFO] [stdout] 14 | | } [INFO] [stdout] ... | [INFO] [stdout] 115 | | } [INFO] [stdout] 116 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / error_chain!{ [INFO] [stdout] 12 | | types { [INFO] [stdout] 13 | | Error, ErrorKind, ResultExt, Result; [INFO] [stdout] 14 | | } [INFO] [stdout] ... | [INFO] [stdout] 115 | | } [INFO] [stdout] 116 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/bitstamp/utils.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | / lazy_static! { [INFO] [stdout] 17 | | static ref PAIRS_STRING: BidirMap = { [INFO] [stdout] 18 | | let mut m = BidirMap::new(); [INFO] [stdout] 19 | | m.insert(BTC_USD, "btcusd"); [INFO] [stdout] ... | [INFO] [stdout] 35 | | }; [INFO] [stdout] 36 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/poloniex/utils.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / lazy_static! { [INFO] [stdout] 12 | | static ref PAIRS_STRING: BidirMap = { [INFO] [stdout] 13 | | let mut m = BidirMap::new(); [INFO] [stdout] 14 | | m.insert(BCN_BTC, "BTC_BCN"); [INFO] [stdout] ... | [INFO] [stdout] 117 | | }; [INFO] [stdout] 118 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/kraken/utils.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / lazy_static! { [INFO] [stdout] 12 | | static ref PAIRS_STRING: BidirMap = { [INFO] [stdout] 13 | | let mut m = BidirMap::new(); [INFO] [stdout] 14 | | m.insert(BCH_EUR, "BCHEUR"); [INFO] [stdout] ... | [INFO] [stdout] 73 | | }; [INFO] [stdout] 74 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/bittrex/utils.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / lazy_static! { [INFO] [stdout] 12 | | static ref PAIRS_STRING: BidirMap = { [INFO] [stdout] 13 | | let mut m = BidirMap::new(); [INFO] [stdout] 14 | | m.insert(_1ST_BTC, "BTC-1ST"); [INFO] [stdout] ... | [INFO] [stdout] 278 | | }; [INFO] [stdout] 279 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/gdax/utils.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | / lazy_static! { [INFO] [stdout] 17 | | static ref PAIRS_STRING: BidirMap = { [INFO] [stdout] 18 | | let mut m = BidirMap::new(); [INFO] [stdout] 19 | | m.insert(BCH_USD, "bch-usd"); [INFO] [stdout] ... | [INFO] [stdout] 30 | | }; [INFO] [stdout] 31 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::cause`: replaced by Error::source, which can support downcasting [INFO] [stdout] --> src/error.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / error_chain!{ [INFO] [stdout] 12 | | types { [INFO] [stdout] 13 | | Error, ErrorKind, ResultExt, Result; [INFO] [stdout] 14 | | } [INFO] [stdout] ... | [INFO] [stdout] 115 | | } [INFO] [stdout] 116 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::cause`: replaced by Error::source, which can support downcasting [INFO] [stdout] --> src/error.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / error_chain!{ [INFO] [stdout] 12 | | types { [INFO] [stdout] 13 | | Error, ErrorKind, ResultExt, Result; [INFO] [stdout] 14 | | } [INFO] [stdout] ... | [INFO] [stdout] 115 | | } [INFO] [stdout] 116 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 14 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 14 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> examples/kraken_trading.rs:27:71 [INFO] [stdout] | [INFO] [stdout] 27 | Err(err) => panic!("Error : {:?}, description : {}", err, err.description()), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> tests/coinnect.rs:22:22 [INFO] [stdout] | [INFO] [stdout] 22 | let api: Box = Coinnect::new(Exchange::Bitstamp, creds).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn ExchangeApi` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 9.48s [INFO] running `Command { std: "docker" "inspect" "abae90a010c4a553f37fb9873812f908eb00815b96b87db04740bc161b07e5f2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "abae90a010c4a553f37fb9873812f908eb00815b96b87db04740bc161b07e5f2", kill_on_drop: false }` [INFO] [stdout] abae90a010c4a553f37fb9873812f908eb00815b96b87db04740bc161b07e5f2