[INFO] crate coinnect 0.5.12 is already in cache [INFO] extracting crate coinnect 0.5.12 into work/ex/beta-1.38-1/sources/1.37.0/reg/coinnect/0.5.12 [INFO] extracting crate coinnect 0.5.12 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/coinnect/0.5.12 [INFO] validating manifest of coinnect-0.5.12 on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of coinnect-0.5.12 on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing coinnect-0.5.12 [INFO] removed 0 missing examples [INFO] finished frobbing coinnect-0.5.12 [INFO] frobbed toml for coinnect-0.5.12 written to work/ex/beta-1.38-1/sources/1.37.0/reg/coinnect/0.5.12/Cargo.toml [INFO] started frobbing coinnect-0.5.12 [INFO] removed 0 missing examples [INFO] finished frobbing coinnect-0.5.12 [INFO] frobbed toml for coinnect-0.5.12 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/coinnect/0.5.12/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] building coinnect-0.5.12 against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/coinnect/0.5.12:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] 865f9212dc8c3dd0400f05597873788f88676f693acce5e076dd93ad4bd74c5f [INFO] running `"docker" "start" "-a" "865f9212dc8c3dd0400f05597873788f88676f693acce5e076dd93ad4bd74c5f"` [INFO] [stderr] Compiling bidir-map v1.0.0 [INFO] [stderr] Compiling hyper-native-tls v0.3.0 [INFO] [stderr] Compiling coinnect v0.5.12 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/coinnect.rs:30:76 [INFO] [stderr] | [INFO] [stderr] 30 | pub fn new(exchange: Exchange, creds: C) -> Result> { [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn ExchangeApi` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/coinnect.rs:48:40 [INFO] [stderr] | [INFO] [stderr] 48 | -> Result> { [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn ExchangeApi` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/bitstamp/utils.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | / lazy_static! { [INFO] [stderr] 17 | | static ref PAIRS_STRING: BidirMap = { [INFO] [stderr] 18 | | let mut m = BidirMap::new(); [INFO] [stderr] 19 | | m.insert(BTC_USD, "btcusd"); [INFO] [stderr] ... | [INFO] [stderr] 35 | | }; [INFO] [stderr] 36 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/poloniex/utils.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / lazy_static! { [INFO] [stderr] 12 | | static ref PAIRS_STRING: BidirMap = { [INFO] [stderr] 13 | | let mut m = BidirMap::new(); [INFO] [stderr] 14 | | m.insert(BCN_BTC, "BTC_BCN"); [INFO] [stderr] ... | [INFO] [stderr] 117 | | }; [INFO] [stderr] 118 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/kraken/utils.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / lazy_static! { [INFO] [stderr] 12 | | static ref PAIRS_STRING: BidirMap = { [INFO] [stderr] 13 | | let mut m = BidirMap::new(); [INFO] [stderr] 14 | | m.insert(BCH_EUR, "BCHEUR"); [INFO] [stderr] ... | [INFO] [stderr] 73 | | }; [INFO] [stderr] 74 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/bittrex/utils.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / lazy_static! { [INFO] [stderr] 12 | | static ref PAIRS_STRING: BidirMap = { [INFO] [stderr] 13 | | let mut m = BidirMap::new(); [INFO] [stderr] 14 | | m.insert(_1ST_BTC, "BTC-1ST"); [INFO] [stderr] ... | [INFO] [stderr] 278 | | }; [INFO] [stderr] 279 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/gdax/utils.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | / lazy_static! { [INFO] [stderr] 17 | | static ref PAIRS_STRING: BidirMap = { [INFO] [stderr] 18 | | let mut m = BidirMap::new(); [INFO] [stderr] 19 | | m.insert(BCH_USD, "bch-usd"); [INFO] [stderr] ... | [INFO] [stderr] 30 | | }; [INFO] [stderr] 31 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/error.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / error_chain!{ [INFO] [stderr] 12 | | types { [INFO] [stderr] 13 | | Error, ErrorKind, ResultExt, Result; [INFO] [stderr] 14 | | } [INFO] [stderr] ... | [INFO] [stderr] 115 | | } [INFO] [stderr] 116 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.62s [INFO] running `"docker" "inspect" "865f9212dc8c3dd0400f05597873788f88676f693acce5e076dd93ad4bd74c5f"` [INFO] running `"docker" "rm" "-f" "865f9212dc8c3dd0400f05597873788f88676f693acce5e076dd93ad4bd74c5f"` [INFO] [stdout] 865f9212dc8c3dd0400f05597873788f88676f693acce5e076dd93ad4bd74c5f [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/coinnect/0.5.12:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] 7340c00034635ddbd6c92358ecbb083e1d27e5875398d776af1324d112994b98 [INFO] running `"docker" "start" "-a" "7340c00034635ddbd6c92358ecbb083e1d27e5875398d776af1324d112994b98"` [INFO] [stderr] Compiling coinnect v0.5.12 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> tests/coinnect.rs:22:22 [INFO] [stderr] | [INFO] [stderr] 22 | let api: Box = Coinnect::new(Exchange::Bitstamp, creds).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn ExchangeApi` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/coinnect.rs:30:76 [INFO] [stderr] | [INFO] [stderr] 30 | pub fn new(exchange: Exchange, creds: C) -> Result> { [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn ExchangeApi` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/coinnect.rs:48:40 [INFO] [stderr] | [INFO] [stderr] 48 | -> Result> { [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn ExchangeApi` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/bitstamp/utils.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | / lazy_static! { [INFO] [stderr] 17 | | static ref PAIRS_STRING: BidirMap = { [INFO] [stderr] 18 | | let mut m = BidirMap::new(); [INFO] [stderr] 19 | | m.insert(BTC_USD, "btcusd"); [INFO] [stderr] ... | [INFO] [stderr] 35 | | }; [INFO] [stderr] 36 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/poloniex/utils.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / lazy_static! { [INFO] [stderr] 12 | | static ref PAIRS_STRING: BidirMap = { [INFO] [stderr] 13 | | let mut m = BidirMap::new(); [INFO] [stderr] 14 | | m.insert(BCN_BTC, "BTC_BCN"); [INFO] [stderr] ... | [INFO] [stderr] 117 | | }; [INFO] [stderr] 118 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/kraken/utils.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / lazy_static! { [INFO] [stderr] 12 | | static ref PAIRS_STRING: BidirMap = { [INFO] [stderr] 13 | | let mut m = BidirMap::new(); [INFO] [stderr] 14 | | m.insert(BCH_EUR, "BCHEUR"); [INFO] [stderr] ... | [INFO] [stderr] 73 | | }; [INFO] [stderr] 74 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/bittrex/utils.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / lazy_static! { [INFO] [stderr] 12 | | static ref PAIRS_STRING: BidirMap = { [INFO] [stderr] 13 | | let mut m = BidirMap::new(); [INFO] [stderr] 14 | | m.insert(_1ST_BTC, "BTC-1ST"); [INFO] [stderr] ... | [INFO] [stderr] 278 | | }; [INFO] [stderr] 279 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/gdax/utils.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | / lazy_static! { [INFO] [stderr] 17 | | static ref PAIRS_STRING: BidirMap = { [INFO] [stderr] 18 | | let mut m = BidirMap::new(); [INFO] [stderr] 19 | | m.insert(BCH_USD, "bch-usd"); [INFO] [stderr] ... | [INFO] [stderr] 30 | | }; [INFO] [stderr] 31 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/error.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / error_chain!{ [INFO] [stderr] 12 | | types { [INFO] [stderr] 13 | | Error, ErrorKind, ResultExt, Result; [INFO] [stderr] 14 | | } [INFO] [stderr] ... | [INFO] [stderr] 115 | | } [INFO] [stderr] 116 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 21.24s [INFO] running `"docker" "inspect" "7340c00034635ddbd6c92358ecbb083e1d27e5875398d776af1324d112994b98"` [INFO] running `"docker" "rm" "-f" "7340c00034635ddbd6c92358ecbb083e1d27e5875398d776af1324d112994b98"` [INFO] [stdout] 7340c00034635ddbd6c92358ecbb083e1d27e5875398d776af1324d112994b98