[INFO] crate coinnect 0.5.12 is already in cache [INFO] building coinnect-0.5.12 against 1.45.2 for beta-1.46-1 [INFO] extracting crate coinnect 0.5.12 into /workspace/builds/worker-10/source [INFO] validating manifest of crates.io crate coinnect 0.5.12 on toolchain 1.45.2 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "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-10/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 89bf290ad740e8ce7cf0120fc970a7c076ed1d488dcbe56de73ffe55cdf3760c [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" "89bf290ad740e8ce7cf0120fc970a7c076ed1d488dcbe56de73ffe55cdf3760c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "89bf290ad740e8ce7cf0120fc970a7c076ed1d488dcbe56de73ffe55cdf3760c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "89bf290ad740e8ce7cf0120fc970a7c076ed1d488dcbe56de73ffe55cdf3760c", kill_on_drop: false }` [INFO] [stdout] 89bf290ad740e8ce7cf0120fc970a7c076ed1d488dcbe56de73ffe55cdf3760c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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=warn" "-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:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f8110823f7c2db8248350dba4bb44f14059cdffc527405cf3ac1634f5e007642 [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" "f8110823f7c2db8248350dba4bb44f14059cdffc527405cf3ac1634f5e007642", 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] [stderr] Compiling byte-tools v0.2.0 [INFO] [stderr] Compiling antidote v1.0.0 [INFO] [stderr] Compiling bidir-map v1.0.0 [INFO] [stderr] Compiling generic-array v0.8.3 [INFO] [stderr] Compiling chrono v0.4.13 [INFO] [stderr] Compiling native-tls v0.2.4 [INFO] [stderr] Compiling bigdecimal v0.0.14 [INFO] [stderr] Compiling digest v0.6.2 [INFO] [stderr] Compiling crypto-mac v0.4.0 [INFO] [stderr] Compiling block-buffer v0.2.0 [INFO] [stderr] Compiling hyper-native-tls v0.3.0 [INFO] [stderr] Compiling hmac v0.4.2 [INFO] [stderr] Compiling sha2 v0.6.0 [INFO] [stderr] Compiling 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: `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: 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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.47s [INFO] running `Command { std: "docker" "inspect" "f8110823f7c2db8248350dba4bb44f14059cdffc527405cf3ac1634f5e007642", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f8110823f7c2db8248350dba4bb44f14059cdffc527405cf3ac1634f5e007642", kill_on_drop: false }` [INFO] [stdout] f8110823f7c2db8248350dba4bb44f14059cdffc527405cf3ac1634f5e007642 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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=warn" "-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:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f0d5bfd971bb1c68511fedbf333cf7366a3c11cff57c342dd8698a637fe4ca37 [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" "f0d5bfd971bb1c68511fedbf333cf7366a3c11cff57c342dd8698a637fe4ca37", kill_on_drop: false }` [INFO] [stderr] Compiling 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: `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: 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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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: 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/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] --> 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: use of deprecated item '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] --> 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 item '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 item '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 item '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 item '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 item '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 item '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 item '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] [stderr] error: could not compile `coinnect`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name coinnect src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --emit=dep-info,link -Cembed-bitcode=no -C debuginfo=2 --test --cfg 'feature="default"' -C metadata=896d5b0da99010ad -C extra-filename=-896d5b0da99010ad --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bidir_map=/opt/rustwide/target/debug/deps/libbidir_map-056838d881d0a126.rlib --extern bigdecimal=/opt/rustwide/target/debug/deps/libbigdecimal-5c78be0e3f133ec7.rlib --extern chrono=/opt/rustwide/target/debug/deps/libchrono-4338cdc6bd106849.rlib --extern data_encoding=/opt/rustwide/target/debug/deps/libdata_encoding-b6fa021b49c8b1c0.rlib --extern error_chain=/opt/rustwide/target/debug/deps/liberror_chain-38f0aeae19769198.rlib --extern hmac=/opt/rustwide/target/debug/deps/libhmac-31f895346333966f.rlib --extern hyper=/opt/rustwide/target/debug/deps/libhyper-b6eaca3a8a2378ef.rlib --extern hyper_native_tls=/opt/rustwide/target/debug/deps/libhyper_native_tls-3669bbfe6d0a6dc5.rlib --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-cbf4e74d25b393ff.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-82ece7fc5f9e2fdf.rlib --extern sha2=/opt/rustwide/target/debug/deps/libsha2-db95608fd76960b0.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: linking with `cc` failed: exit code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/poloniex-cf33cb818211473a.poloniex.680wqubm-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/poloniex-cf33cb818211473a.poloniex.680wqubm-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/poloniex-cf33cb818211473a.poloniex.680wqubm-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/poloniex-cf33cb818211473a.poloniex.680wqubm-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/poloniex-cf33cb818211473a.poloniex.680wqubm-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/poloniex-cf33cb818211473a.poloniex.680wqubm-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/poloniex-cf33cb818211473a.poloniex.680wqubm-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/poloniex-cf33cb818211473a.poloniex.680wqubm-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/poloniex-cf33cb818211473a.poloniex.680wqubm-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/poloniex-cf33cb818211473a.poloniex.680wqubm-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/poloniex-cf33cb818211473a.poloniex.680wqubm-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/poloniex-cf33cb818211473a.poloniex.680wqubm-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/poloniex-cf33cb818211473a.poloniex.680wqubm-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/poloniex-cf33cb818211473a.poloniex.680wqubm-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/poloniex-cf33cb818211473a.poloniex.680wqubm-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/poloniex-cf33cb818211473a.poloniex.680wqubm-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/poloniex-cf33cb818211473a" "/opt/rustwide/target/debug/deps/poloniex-cf33cb818211473a.47pqc2ksypi45ki2.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-3ad1ab5f7ba3783f.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-be4838eb8e86accd.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-d7f97d30aca9ddf1.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-2e806a0559ee0b3f.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-9137a404219e7a82.rlib" "/opt/rustwide/target/debug/deps/libcoinnect-decd7687727b5d97.rlib" "/opt/rustwide/target/debug/deps/libbigdecimal-5c78be0e3f133ec7.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-e8d878b5ac77c723.rlib" "/opt/rustwide/target/debug/deps/liberror_chain-38f0aeae19769198.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-e661a131d5c12d61.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-9ddb11fd43b6bf3b.rlib" "/opt/rustwide/target/debug/deps/libadler-b8e56696c349e12a.rlib" "/opt/rustwide/target/debug/deps/libobject-0d6e0bb75f5e2105.rlib" "/opt/rustwide/target/debug/deps/libaddr2line-6e3ab839915e17cd.rlib" "/opt/rustwide/target/debug/deps/libgimli-80f1fa5d0fd828c4.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-e37d6a94bb5dbdd4.rlib" "/opt/rustwide/target/debug/deps/libdata_encoding-b6fa021b49c8b1c0.rlib" "/opt/rustwide/target/debug/deps/libbidir_map-056838d881d0a126.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-cbf4e74d25b393ff.rlib" "/opt/rustwide/target/debug/deps/libchrono-4338cdc6bd106849.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-f84db87ac40dfc9a.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-dab92e4a7c3b6ca2.rlib" "/opt/rustwide/target/debug/deps/libserde_json-82ece7fc5f9e2fdf.rlib" "/opt/rustwide/target/debug/deps/libryu-346252d1dd2293b6.rlib" "/opt/rustwide/target/debug/deps/libitoa-41141519eb140351.rlib" "/opt/rustwide/target/debug/deps/libserde-c0001d838d716722.rlib" "/opt/rustwide/target/debug/deps/libhyper_native_tls-3669bbfe6d0a6dc5.rlib" "/opt/rustwide/target/debug/deps/libnative_tls-4392dfcb97823822.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-f3fbb95906027326.rlib" "/opt/rustwide/target/debug/deps/libopenssl-25f1cbdcb4699650.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-a982fc92ec7c218d.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-660ab907323d6aba.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-0a94b6e682a12a0a.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-0fbc5bcb3d7ee30a.rlib" "/opt/rustwide/target/debug/deps/libbitflags-02fffe573fe5be1a.rlib" "/opt/rustwide/target/debug/deps/libantidote-e82714258b7ee20d.rlib" "/opt/rustwide/target/debug/deps/libhmac-31f895346333966f.rlib" "/opt/rustwide/target/debug/deps/libcrypto_mac-79a59f748fbf2403.rlib" "/opt/rustwide/target/debug/deps/libconstant_time_eq-58fe7ebb08c33a23.rlib" "/opt/rustwide/target/debug/deps/libsha2-db95608fd76960b0.rlib" "/opt/rustwide/target/debug/deps/libfake_simd-bb4cf520ff4333d2.rlib" "/opt/rustwide/target/debug/deps/libblock_buffer-79e6eee71374234e.rlib" "/opt/rustwide/target/debug/deps/libdigest-4c2f0e0a288ac47f.rlib" "/opt/rustwide/target/debug/deps/libbyte_tools-c3a3880c08e5dace.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-d30bbabd7c677825.rlib" "/opt/rustwide/target/debug/deps/libnodrop-cea64974b1c3e9a1.rlib" "/opt/rustwide/target/debug/deps/libtypenum-cdf4a0787e8cd250.rlib" "/opt/rustwide/target/debug/deps/libhyper-b6eaca3a8a2378ef.rlib" "/opt/rustwide/target/debug/deps/libmime-f0fda49f91c21478.rlib" "/opt/rustwide/target/debug/deps/liblog-8d6deb05e4a450a5.rlib" "/opt/rustwide/target/debug/deps/liblog-f4faf1fa578e34f7.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-ab1bd98be96b57b3.rlib" "/opt/rustwide/target/debug/deps/liblanguage_tags-1cb7ad485feae4ce.rlib" "/opt/rustwide/target/debug/deps/libtypeable-73da98dcfa8cf9fe.rlib" "/opt/rustwide/target/debug/deps/libtraitobject-622f0c3a4ead4bef.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-e6ff3dd5f83f47bc.rlib" "/opt/rustwide/target/debug/deps/libhttparse-c36015986759fb44.rlib" "/opt/rustwide/target/debug/deps/libunicase-bf64a8f90e9d549d.rlib" "/opt/rustwide/target/debug/deps/liburl-33bbacdddff76213.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-a4b5f53972b66b35.rlib" "/opt/rustwide/target/debug/deps/libidna-b8d4ad66d49965ce.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-32d152a46851e25f.rlib" "/opt/rustwide/target/debug/deps/libtinyvec-6b37295460e5f9d5.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-a35d543dc62ca9dc.rlib" "/opt/rustwide/target/debug/deps/libmatches-2e3ca713d4d6e5d2.rlib" "/opt/rustwide/target/debug/deps/libtime-d2c62b1b44323850.rlib" "/opt/rustwide/target/debug/deps/liblibc-809b3ff95751964d.rlib" "/opt/rustwide/target/debug/deps/libbase64-4d404f1590d15cfe.rlib" "/opt/rustwide/target/debug/deps/libsafemem-3282e603a3fd1262.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-8b927a909cceb876.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-8bb11f807a7b6b4c.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-ca8087507780d964.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-259c92b387c1c166.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-16e0a2fbbb8e14b3.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-8a1651b8e23d2aaf.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-23bdd98b0574083e.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-855a92055ec33e2e.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-24c70dd44fbacdfb.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-b326273841bae587.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-ac3c1f0e16507051.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a5729542b65954aa.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-09bd1119ab1cad7d.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-9a787681bfbeaf61.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-5a0398ee67f74664.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lutil" "-ldl" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/kraken-11cf92da0e6fcadc.kraken.86jqsdgd-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/kraken-11cf92da0e6fcadc.kraken.86jqsdgd-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/kraken-11cf92da0e6fcadc.kraken.86jqsdgd-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/kraken-11cf92da0e6fcadc.kraken.86jqsdgd-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/kraken-11cf92da0e6fcadc.kraken.86jqsdgd-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/kraken-11cf92da0e6fcadc.kraken.86jqsdgd-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/kraken-11cf92da0e6fcadc.kraken.86jqsdgd-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/kraken-11cf92da0e6fcadc.kraken.86jqsdgd-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/kraken-11cf92da0e6fcadc.kraken.86jqsdgd-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/kraken-11cf92da0e6fcadc.kraken.86jqsdgd-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/kraken-11cf92da0e6fcadc.kraken.86jqsdgd-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/kraken-11cf92da0e6fcadc.kraken.86jqsdgd-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/kraken-11cf92da0e6fcadc.kraken.86jqsdgd-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/kraken-11cf92da0e6fcadc.kraken.86jqsdgd-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/kraken-11cf92da0e6fcadc.kraken.86jqsdgd-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/kraken-11cf92da0e6fcadc.kraken.86jqsdgd-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/kraken-11cf92da0e6fcadc" "/opt/rustwide/target/debug/deps/kraken-11cf92da0e6fcadc.1x73cm4dlsm7ybii.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-3ad1ab5f7ba3783f.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-be4838eb8e86accd.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-d7f97d30aca9ddf1.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-2e806a0559ee0b3f.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-9137a404219e7a82.rlib" "/opt/rustwide/target/debug/deps/libcoinnect-decd7687727b5d97.rlib" "/opt/rustwide/target/debug/deps/libbigdecimal-5c78be0e3f133ec7.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-e8d878b5ac77c723.rlib" "/opt/rustwide/target/debug/deps/liberror_chain-38f0aeae19769198.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-e661a131d5c12d61.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-9ddb11fd43b6bf3b.rlib" "/opt/rustwide/target/debug/deps/libadler-b8e56696c349e12a.rlib" "/opt/rustwide/target/debug/deps/libobject-0d6e0bb75f5e2105.rlib" "/opt/rustwide/target/debug/deps/libaddr2line-6e3ab839915e17cd.rlib" "/opt/rustwide/target/debug/deps/libgimli-80f1fa5d0fd828c4.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-e37d6a94bb5dbdd4.rlib" "/opt/rustwide/target/debug/deps/libdata_encoding-b6fa021b49c8b1c0.rlib" "/opt/rustwide/target/debug/deps/libbidir_map-056838d881d0a126.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-cbf4e74d25b393ff.rlib" "/opt/rustwide/target/debug/deps/libchrono-4338cdc6bd106849.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-f84db87ac40dfc9a.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-dab92e4a7c3b6ca2.rlib" "/opt/rustwide/target/debug/deps/libserde_json-82ece7fc5f9e2fdf.rlib" "/opt/rustwide/target/debug/deps/libryu-346252d1dd2293b6.rlib" "/opt/rustwide/target/debug/deps/libitoa-41141519eb140351.rlib" "/opt/rustwide/target/debug/deps/libserde-c0001d838d716722.rlib" "/opt/rustwide/target/debug/deps/libhyper_native_tls-3669bbfe6d0a6dc5.rlib" "/opt/rustwide/target/debug/deps/libnative_tls-4392dfcb97823822.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-f3fbb95906027326.rlib" "/opt/rustwide/target/debug/deps/libopenssl-25f1cbdcb4699650.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-a982fc92ec7c218d.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-660ab907323d6aba.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-0a94b6e682a12a0a.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-0fbc5bcb3d7ee30a.rlib" "/opt/rustwide/target/debug/deps/libbitflags-02fffe573fe5be1a.rlib" "/opt/rustwide/target/debug/deps/libantidote-e82714258b7ee20d.rlib" "/opt/rustwide/target/debug/deps/libhmac-31f895346333966f.rlib" "/opt/rustwide/target/debug/deps/libcrypto_mac-79a59f748fbf2403.rlib" "/opt/rustwide/target/debug/deps/libconstant_time_eq-58fe7ebb08c33a23.rlib" "/opt/rustwide/target/debug/deps/libsha2-db95608fd76960b0.rlib" "/opt/rustwide/target/debug/deps/libfake_simd-bb4cf520ff4333d2.rlib" "/opt/rustwide/target/debug/deps/libblock_buffer-79e6eee71374234e.rlib" "/opt/rustwide/target/debug/deps/libdigest-4c2f0e0a288ac47f.rlib" "/opt/rustwide/target/debug/deps/libbyte_tools-c3a3880c08e5dace.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-d30bbabd7c677825.rlib" "/opt/rustwide/target/debug/deps/libnodrop-cea64974b1c3e9a1.rlib" "/opt/rustwide/target/debug/deps/libtypenum-cdf4a0787e8cd250.rlib" "/opt/rustwide/target/debug/deps/libhyper-b6eaca3a8a2378ef.rlib" "/opt/rustwide/target/debug/deps/libmime-f0fda49f91c21478.rlib" "/opt/rustwide/target/debug/deps/liblog-8d6deb05e4a450a5.rlib" "/opt/rustwide/target/debug/deps/liblog-f4faf1fa578e34f7.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-ab1bd98be96b57b3.rlib" "/opt/rustwide/target/debug/deps/liblanguage_tags-1cb7ad485feae4ce.rlib" "/opt/rustwide/target/debug/deps/libtypeable-73da98dcfa8cf9fe.rlib" "/opt/rustwide/target/debug/deps/libtraitobject-622f0c3a4ead4bef.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-e6ff3dd5f83f47bc.rlib" "/opt/rustwide/target/debug/deps/libhttparse-c36015986759fb44.rlib" "/opt/rustwide/target/debug/deps/libunicase-bf64a8f90e9d549d.rlib" "/opt/rustwide/target/debug/deps/liburl-33bbacdddff76213.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-a4b5f53972b66b35.rlib" "/opt/rustwide/target/debug/deps/libidna-b8d4ad66d49965ce.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-32d152a46851e25f.rlib" "/opt/rustwide/target/debug/deps/libtinyvec-6b37295460e5f9d5.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-a35d543dc62ca9dc.rlib" "/opt/rustwide/target/debug/deps/libmatches-2e3ca713d4d6e5d2.rlib" "/opt/rustwide/target/debug/deps/libtime-d2c62b1b44323850.rlib" "/opt/rustwide/target/debug/deps/liblibc-809b3ff95751964d.rlib" "/opt/rustwide/target/debug/deps/libbase64-4d404f1590d15cfe.rlib" "/opt/rustwide/target/debug/deps/libsafemem-3282e603a3fd1262.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-8b927a909cceb876.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-8bb11f807a7b6b4c.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-ca8087507780d964.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-259c92b387c1c166.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-16e0a2fbbb8e14b3.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-8a1651b8e23d2aaf.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-23bdd98b0574083e.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-855a92055ec33e2e.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-24c70dd44fbacdfb.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-b326273841bae587.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-ac3c1f0e16507051.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a5729542b65954aa.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-09bd1119ab1cad7d.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-9a787681bfbeaf61.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-5a0398ee67f74664.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lutil" "-ldl" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "f0d5bfd971bb1c68511fedbf333cf7366a3c11cff57c342dd8698a637fe4ca37", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f0d5bfd971bb1c68511fedbf333cf7366a3c11cff57c342dd8698a637fe4ca37", kill_on_drop: false }` [INFO] [stdout] f0d5bfd971bb1c68511fedbf333cf7366a3c11cff57c342dd8698a637fe4ca37