[INFO] cloning repository https://github.com/kvsari/sammy [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kvsari/sammy" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkvsari%2Fsammy", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkvsari%2Fsammy'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] f5d2fb77ab32d1fc32bc64d4edf964d916c371a7 [INFO] testing kvsari/sammy against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkvsari%2Fsammy" "/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/kvsari/sammy on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/kvsari/sammy [INFO] finished tweaking git repo https://github.com/kvsari/sammy [INFO] tweaked toml for git repo https://github.com/kvsari/sammy written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/kvsari/sammy already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: /workspace/builds/worker-3/source/webclient/Cargo.toml: `default-features = [".."]` was found in [features]. Did you mean to use `default = [".."]`? [INFO] [stderr] Blocking waiting for file lock on package cache [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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3d958cbf083f3f6a6cf34efe035c21455454b9d90e7bbf6c04220350bd2d0870 [INFO] running `Command { std: "docker" "start" "-a" "3d958cbf083f3f6a6cf34efe035c21455454b9d90e7bbf6c04220350bd2d0870", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3d958cbf083f3f6a6cf34efe035c21455454b9d90e7bbf6c04220350bd2d0870", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3d958cbf083f3f6a6cf34efe035c21455454b9d90e7bbf6c04220350bd2d0870", kill_on_drop: false }` [INFO] [stdout] 3d958cbf083f3f6a6cf34efe035c21455454b9d90e7bbf6c04220350bd2d0870 [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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 094c84c0e08ded3e4a2dd8b9da4b1599262bd765dbf1f4b682f882b2af049115 [INFO] running `Command { std: "docker" "start" "-a" "094c84c0e08ded3e4a2dd8b9da4b1599262bd765dbf1f4b682f882b2af049115", kill_on_drop: false }` [INFO] [stderr] warning: /opt/rustwide/workdir/webclient/Cargo.toml: `default-features = [".."]` was found in [features]. Did you mean to use `default = [".."]`? [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling proc-macro2 v0.4.23 [INFO] [stderr] Compiling typenum v1.10.0 [INFO] [stderr] Compiling constant_time_eq v0.1.3 [INFO] [stderr] Compiling arrayref v0.3.5 [INFO] [stderr] Compiling byte-tools v0.2.0 [INFO] [stderr] Compiling safemem v0.2.0 [INFO] [stderr] Compiling fallible-iterator v0.1.5 [INFO] [stderr] Compiling num-bigint v0.2.1 [INFO] [stderr] Compiling md5 v0.3.8 [INFO] [stderr] Compiling num-complex v0.2.1 [INFO] [stderr] Compiling hex v0.2.0 [INFO] [stderr] Compiling num-rational v0.2.1 [INFO] [stderr] Compiling regex v1.0.6 [INFO] [stderr] Compiling ucd-util v0.1.2 [INFO] [stderr] Compiling arc-swap v0.3.5 [INFO] [stderr] Compiling wasm-bindgen-shared v0.2.28 [INFO] [stderr] Compiling htmlescape v0.3.1 [INFO] [stderr] Compiling rustc-serialize v0.3.24 [INFO] [stderr] Compiling pq-sys v0.4.6 [INFO] [stderr] Compiling wasm-bindgen v0.2.28 [INFO] [stderr] Compiling rand v0.4.3 [INFO] [stderr] Compiling memchr v1.0.2 [INFO] [stderr] Compiling hostname v0.1.5 [INFO] [stderr] Compiling log v0.4.6 [INFO] [stderr] Compiling socket2 v0.3.8 [INFO] [stderr] Compiling crossbeam-utils v0.6.1 [INFO] [stderr] Compiling arrayvec v0.4.7 [INFO] [stderr] Compiling proc-macro2 v0.3.8 [INFO] [stderr] Compiling memchr v2.1.1 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling humantime v1.1.1 [INFO] [stderr] Compiling ring v0.13.3 [INFO] [stderr] Compiling brotli-sys v0.3.2 [INFO] [stderr] Compiling miniz-sys v0.1.11 [INFO] [stderr] Compiling actix-web v0.7.13 [INFO] [stderr] Compiling stringprep v0.1.2 [INFO] [stderr] Compiling chrono v0.4.6 [INFO] [stderr] Compiling url v1.7.2 [INFO] [stderr] Compiling serde_json v1.0.33 [INFO] [stderr] Compiling base64 v0.6.0 [INFO] [stderr] Compiling resolv-conf v0.6.1 [INFO] [stderr] Compiling regex-syntax v0.6.3 [INFO] [stderr] Compiling signal-hook v0.1.6 [INFO] [stderr] Compiling crossbeam-epoch v0.6.1 [INFO] [stderr] Compiling block-buffer v0.3.3 [INFO] [stderr] Compiling tokio-io v0.1.10 [INFO] [stderr] Compiling mio v0.6.16 [INFO] [stderr] Compiling schemamama v0.3.0 [INFO] [stderr] Compiling want v0.0.6 [INFO] [stderr] Compiling rand v0.3.22 [INFO] [stderr] Compiling quote v0.5.2 [INFO] [stderr] Compiling serde_urlencoded v0.5.3 [INFO] [stderr] Compiling crossbeam-deque v0.6.2 [INFO] [stderr] Compiling crossbeam-channel v0.2.6 [INFO] [stderr] Compiling syn v0.13.11 [INFO] [stderr] Compiling tokio-threadpool v0.1.8 [INFO] [stderr] Compiling aho-corasick v0.6.9 [INFO] [stderr] Compiling tokio-codec v0.1.1 [INFO] [stderr] Compiling h2 v0.1.13 [INFO] [stderr] Compiling tokio-reactor v0.1.6 [INFO] [stderr] Compiling mio-uds v0.6.7 [INFO] [stderr] Compiling mio-extras v2.0.5 [INFO] [stderr] Compiling num-bigint v0.1.44 [INFO] [stderr] Compiling generic-array v0.9.0 [INFO] [stderr] Compiling quote v0.6.10 [INFO] [stderr] Compiling flate2 v1.0.4 [INFO] [stderr] Compiling ws v0.7.9 [INFO] [stderr] Compiling syn v0.15.20 [INFO] [stderr] Compiling digest v0.7.6 [INFO] [stderr] Compiling crypto-mac v0.5.2 [INFO] [stderr] Compiling tokio-fs v0.1.4 [INFO] [stderr] Compiling tokio-tcp v0.1.2 [INFO] [stderr] Compiling tokio-udp v0.1.2 [INFO] [stderr] Compiling tokio-uds v0.2.3 [INFO] [stderr] Compiling tokio-signal v0.2.6 [INFO] [stderr] Compiling sha2 v0.7.1 [INFO] [stderr] Compiling hmac v0.5.0 [INFO] [stderr] Compiling postgres-protocol v0.3.2 [INFO] [stderr] Compiling tokio v0.1.11 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stderr] Compiling bigdecimal v0.0.11 [INFO] [stderr] Compiling num v0.2.0 [INFO] [stderr] Compiling hyper v0.12.14 [INFO] [stderr] Compiling postgres-shared v0.4.2 [INFO] [stderr] Compiling postgres v0.15.2 [INFO] [stderr] Compiling cookie v0.11.0 [INFO] [stderr] Compiling rust_decimal v0.10.2 [INFO] [stderr] Compiling schemamama_postgres v0.2.2 [INFO] [stderr] Compiling hyper-tls v0.3.1 [INFO] [stderr] Compiling env_logger v0.5.13 [INFO] [stderr] Compiling derive-getters v0.0.7 [INFO] [stderr] Compiling diesel_derives v1.3.0 [INFO] [stderr] Compiling synstructure v0.10.1 [INFO] [stderr] Compiling wasm-bindgen-backend v0.2.28 [INFO] [stderr] Compiling brotli2 v0.3.2 [INFO] [stderr] Compiling diesel v1.3.3 [INFO] [stderr] Compiling failure_derive v0.1.3 [INFO] [stderr] Compiling serde_derive v1.0.80 [INFO] [stderr] Compiling actix_derive v0.3.2 [INFO] [stderr] Compiling wasm-bindgen-macro-support v0.2.28 [INFO] [stderr] Compiling failure v0.1.3 [INFO] [stderr] Compiling dotenv v0.13.0 [INFO] [stderr] Compiling trust-dns-proto v0.5.0 [INFO] [stderr] Compiling wasm-bindgen-macro v0.2.28 [INFO] [stderr] Compiling trust-dns-resolver v0.10.0 [INFO] [stderr] Compiling js-sys v0.3.5 [INFO] [stderr] Compiling actix v0.7.6 [INFO] [stderr] Compiling common v0.2.0 (/opt/rustwide/workdir/common) [INFO] [stderr] Compiling jsonwebtoken v5.0.1 [INFO] [stderr] Compiling trade_history v0.1.1 (/opt/rustwide/workdir/db/trade_history) [INFO] [stderr] Compiling fetch_lib v0.1.2 (/opt/rustwide/workdir/fetchers/fetch_lib) [INFO] [stderr] Compiling actix-net v0.1.1 [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> fetchers/fetch_lib/src/https_client.rs:41:32 [INFO] [stdout] | [INFO] [stdout] 41 | fn cause(&self) -> Option<&error::Error> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 41 - fn cause(&self) -> Option<&error::Error> { [INFO] [stdout] 41 + fn cause(&self) -> Option<&dyn error::Error> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> db/trade_history/src/error.rs:54:32 [INFO] [stdout] | [INFO] [stdout] 54 | fn cause(&self) -> Option<&error::Error> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 54 - fn cause(&self) -> Option<&error::Error> { [INFO] [stdout] 54 + fn cause(&self) -> Option<&dyn error::Error> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `exchange` [INFO] [stdout] --> fetchers/fetch_lib/src/place.rs:21:5 [INFO] [stdout] | [INFO] [stdout] 21 | exchange: exchange::Exchange, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Target` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> fetchers/fetch_lib/src/place.rs:19:10 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling webclient v0.0.0 (/opt/rustwide/workdir/webclient) [INFO] [stdout] warning: field is never read: `ids_tt` [INFO] [stdout] --> db/trade_history/src/crud.rs:64:5 [INFO] [stdout] | [INFO] [stdout] 64 | ids_tt: HashMap, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling binance v0.1.0 (/opt/rustwide/workdir/fetchers/binance) [INFO] [stderr] Compiling kraken v0.1.3 (/opt/rustwide/workdir/fetchers/kraken) [INFO] [stdout] warning: function is never used: `set_panic_hook` [INFO] [stdout] --> webclient/src/if_feature.rs:12:16 [INFO] [stdout] | [INFO] [stdout] 12 | pub fn set_panic_hook() {} [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> fetchers/kraken/src/fetch.rs:85:13 [INFO] [stdout] | [INFO] [stdout] 85 | Box, Error = FetchError> + Send>, () [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 85 - Box, Error = FetchError> + Send>, () [INFO] [stdout] 85 + Box, Error = FetchError> + Send>, () [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling ticker_db v0.1.0 (/opt/rustwide/workdir/ticker_db) [INFO] [stderr] Compiling collector v0.1.2 (/opt/rustwide/workdir/collector) [INFO] [stderr] Compiling folder v0.1.1 (/opt/rustwide/workdir/folder) [INFO] [stdout] warning: cannot find type `table` in this scope [INFO] [stdout] --> ticker_db/src/schema.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / table! { [INFO] [stdout] 2 | | asset_pairs (id) { [INFO] [stdout] 3 | | id -> Int4, [INFO] [stdout] 4 | | left_side -> Varchar, [INFO] [stdout] ... | [INFO] [stdout] 7 | | } [INFO] [stdout] 8 | | } [INFO] [stdout] | |_^ names from parent modules are not accessible without an explicit import [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(proc_macro_derive_resolution_fallback)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #83583 [INFO] [stdout] = note: this warning originates in the derive macro `QueryId` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find type `id` in this scope [INFO] [stdout] --> ticker_db/src/schema.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / table! { [INFO] [stdout] 2 | | asset_pairs (id) { [INFO] [stdout] 3 | | id -> Int4, [INFO] [stdout] 4 | | left_side -> Varchar, [INFO] [stdout] ... | [INFO] [stdout] 7 | | } [INFO] [stdout] 8 | | } [INFO] [stdout] | |_^ names from parent modules are not accessible without an explicit import [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #83583 [INFO] [stdout] = note: this warning originates in the derive macro `QueryId` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find type `left_side` in this scope [INFO] [stdout] --> ticker_db/src/schema.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / table! { [INFO] [stdout] 2 | | asset_pairs (id) { [INFO] [stdout] 3 | | id -> Int4, [INFO] [stdout] 4 | | left_side -> Varchar, [INFO] [stdout] ... | [INFO] [stdout] 7 | | } [INFO] [stdout] 8 | | } [INFO] [stdout] | |_^ names from parent modules are not accessible without an explicit import [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #83583 [INFO] [stdout] = note: this warning originates in the derive macro `QueryId` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find type `right_side` in this scope [INFO] [stdout] --> ticker_db/src/schema.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / table! { [INFO] [stdout] 2 | | asset_pairs (id) { [INFO] [stdout] 3 | | id -> Int4, [INFO] [stdout] 4 | | left_side -> Varchar, [INFO] [stdout] ... | [INFO] [stdout] 7 | | } [INFO] [stdout] 8 | | } [INFO] [stdout] | |_^ names from parent modules are not accessible without an explicit import [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #83583 [INFO] [stdout] = note: this warning originates in the derive macro `QueryId` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find type `pair` in this scope [INFO] [stdout] --> ticker_db/src/schema.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / table! { [INFO] [stdout] 2 | | asset_pairs (id) { [INFO] [stdout] 3 | | id -> Int4, [INFO] [stdout] 4 | | left_side -> Varchar, [INFO] [stdout] ... | [INFO] [stdout] 7 | | } [INFO] [stdout] 8 | | } [INFO] [stdout] | |_^ names from parent modules are not accessible without an explicit import [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #83583 [INFO] [stdout] = note: this warning originates in the derive macro `QueryId` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find type `table` in this scope [INFO] [stdout] --> ticker_db/src/schema.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / table! { [INFO] [stdout] 11 | | exchanges (id) { [INFO] [stdout] 12 | | id -> Int4, [INFO] [stdout] 13 | | label -> Varchar, [INFO] [stdout] 14 | | } [INFO] [stdout] 15 | | } [INFO] [stdout] | |_^ names from parent modules are not accessible without an explicit import [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #83583 [INFO] [stdout] = note: this warning originates in the derive macro `QueryId` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find type `id` in this scope [INFO] [stdout] --> ticker_db/src/schema.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / table! { [INFO] [stdout] 11 | | exchanges (id) { [INFO] [stdout] 12 | | id -> Int4, [INFO] [stdout] 13 | | label -> Varchar, [INFO] [stdout] 14 | | } [INFO] [stdout] 15 | | } [INFO] [stdout] | |_^ names from parent modules are not accessible without an explicit import [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #83583 [INFO] [stdout] = note: this warning originates in the derive macro `QueryId` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find type `label` in this scope [INFO] [stdout] --> ticker_db/src/schema.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / table! { [INFO] [stdout] 11 | | exchanges (id) { [INFO] [stdout] 12 | | id -> Int4, [INFO] [stdout] 13 | | label -> Varchar, [INFO] [stdout] 14 | | } [INFO] [stdout] 15 | | } [INFO] [stdout] | |_^ names from parent modules are not accessible without an explicit import [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #83583 [INFO] [stdout] = note: this warning originates in the derive macro `QueryId` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find type `table` in this scope [INFO] [stdout] --> ticker_db/src/schema.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / table! { [INFO] [stdout] 18 | | ticks (id) { [INFO] [stdout] 19 | | id -> Int8, [INFO] [stdout] 20 | | exchange -> Int4, [INFO] [stdout] ... | [INFO] [stdout] 33 | | } [INFO] [stdout] 34 | | } [INFO] [stdout] | |_^ names from parent modules are not accessible without an explicit import [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #83583 [INFO] [stdout] = note: this warning originates in the derive macro `QueryId` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find type `id` in this scope [INFO] [stdout] --> ticker_db/src/schema.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / table! { [INFO] [stdout] 18 | | ticks (id) { [INFO] [stdout] 19 | | id -> Int8, [INFO] [stdout] 20 | | exchange -> Int4, [INFO] [stdout] ... | [INFO] [stdout] 33 | | } [INFO] [stdout] 34 | | } [INFO] [stdout] | |_^ names from parent modules are not accessible without an explicit import [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #83583 [INFO] [stdout] = note: this warning originates in the derive macro `QueryId` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find type `exchange` in this scope [INFO] [stdout] --> ticker_db/src/schema.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / table! { [INFO] [stdout] 18 | | ticks (id) { [INFO] [stdout] 19 | | id -> Int8, [INFO] [stdout] 20 | | exchange -> Int4, [INFO] [stdout] ... | [INFO] [stdout] 33 | | } [INFO] [stdout] 34 | | } [INFO] [stdout] | |_^ names from parent modules are not accessible without an explicit import [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #83583 [INFO] [stdout] = note: this warning originates in the derive macro `QueryId` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find type `asset_pair` in this scope [INFO] [stdout] --> ticker_db/src/schema.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / table! { [INFO] [stdout] 18 | | ticks (id) { [INFO] [stdout] 19 | | id -> Int8, [INFO] [stdout] 20 | | exchange -> Int4, [INFO] [stdout] ... | [INFO] [stdout] 33 | | } [INFO] [stdout] 34 | | } [INFO] [stdout] | |_^ names from parent modules are not accessible without an explicit import [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #83583 [INFO] [stdout] = note: this warning originates in the derive macro `QueryId` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find type `start_time` in this scope [INFO] [stdout] --> ticker_db/src/schema.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / table! { [INFO] [stdout] 18 | | ticks (id) { [INFO] [stdout] 19 | | id -> Int8, [INFO] [stdout] 20 | | exchange -> Int4, [INFO] [stdout] ... | [INFO] [stdout] 33 | | } [INFO] [stdout] 34 | | } [INFO] [stdout] | |_^ names from parent modules are not accessible without an explicit import [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #83583 [INFO] [stdout] = note: this warning originates in the derive macro `QueryId` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find type `end_time` in this scope [INFO] [stdout] --> ticker_db/src/schema.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / table! { [INFO] [stdout] 18 | | ticks (id) { [INFO] [stdout] 19 | | id -> Int8, [INFO] [stdout] 20 | | exchange -> Int4, [INFO] [stdout] ... | [INFO] [stdout] 33 | | } [INFO] [stdout] 34 | | } [INFO] [stdout] | |_^ names from parent modules are not accessible without an explicit import [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #83583 [INFO] [stdout] = note: this warning originates in the derive macro `QueryId` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find type `first_price` in this scope [INFO] [stdout] --> ticker_db/src/schema.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / table! { [INFO] [stdout] 18 | | ticks (id) { [INFO] [stdout] 19 | | id -> Int8, [INFO] [stdout] 20 | | exchange -> Int4, [INFO] [stdout] ... | [INFO] [stdout] 33 | | } [INFO] [stdout] 34 | | } [INFO] [stdout] | |_^ names from parent modules are not accessible without an explicit import [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #83583 [INFO] [stdout] = note: this warning originates in the derive macro `QueryId` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find type `first_size` in this scope [INFO] [stdout] --> ticker_db/src/schema.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / table! { [INFO] [stdout] 18 | | ticks (id) { [INFO] [stdout] 19 | | id -> Int8, [INFO] [stdout] 20 | | exchange -> Int4, [INFO] [stdout] ... | [INFO] [stdout] 33 | | } [INFO] [stdout] 34 | | } [INFO] [stdout] | |_^ names from parent modules are not accessible without an explicit import [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #83583 [INFO] [stdout] = note: this warning originates in the derive macro `QueryId` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find type `highest_price` in this scope [INFO] [stdout] --> ticker_db/src/schema.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / table! { [INFO] [stdout] 18 | | ticks (id) { [INFO] [stdout] 19 | | id -> Int8, [INFO] [stdout] 20 | | exchange -> Int4, [INFO] [stdout] ... | [INFO] [stdout] 33 | | } [INFO] [stdout] 34 | | } [INFO] [stdout] | |_^ names from parent modules are not accessible without an explicit import [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #83583 [INFO] [stdout] = note: this warning originates in the derive macro `QueryId` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find type `highest_size` in this scope [INFO] [stdout] --> ticker_db/src/schema.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / table! { [INFO] [stdout] 18 | | ticks (id) { [INFO] [stdout] 19 | | id -> Int8, [INFO] [stdout] 20 | | exchange -> Int4, [INFO] [stdout] ... | [INFO] [stdout] 33 | | } [INFO] [stdout] 34 | | } [INFO] [stdout] | |_^ names from parent modules are not accessible without an explicit import [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #83583 [INFO] [stdout] = note: this warning originates in the derive macro `QueryId` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find type `lowest_price` in this scope [INFO] [stdout] --> ticker_db/src/schema.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / table! { [INFO] [stdout] 18 | | ticks (id) { [INFO] [stdout] 19 | | id -> Int8, [INFO] [stdout] 20 | | exchange -> Int4, [INFO] [stdout] ... | [INFO] [stdout] 33 | | } [INFO] [stdout] 34 | | } [INFO] [stdout] | |_^ names from parent modules are not accessible without an explicit import [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #83583 [INFO] [stdout] = note: this warning originates in the derive macro `QueryId` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find type `lowest_size` in this scope [INFO] [stdout] --> ticker_db/src/schema.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / table! { [INFO] [stdout] 18 | | ticks (id) { [INFO] [stdout] 19 | | id -> Int8, [INFO] [stdout] 20 | | exchange -> Int4, [INFO] [stdout] ... | [INFO] [stdout] 33 | | } [INFO] [stdout] 34 | | } [INFO] [stdout] | |_^ names from parent modules are not accessible without an explicit import [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #83583 [INFO] [stdout] = note: this warning originates in the derive macro `QueryId` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find type `last_price` in this scope [INFO] [stdout] --> ticker_db/src/schema.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / table! { [INFO] [stdout] 18 | | ticks (id) { [INFO] [stdout] 19 | | id -> Int8, [INFO] [stdout] 20 | | exchange -> Int4, [INFO] [stdout] ... | [INFO] [stdout] 33 | | } [INFO] [stdout] 34 | | } [INFO] [stdout] | |_^ names from parent modules are not accessible without an explicit import [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #83583 [INFO] [stdout] = note: this warning originates in the derive macro `QueryId` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find type `last_size` in this scope [INFO] [stdout] --> ticker_db/src/schema.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / table! { [INFO] [stdout] 18 | | ticks (id) { [INFO] [stdout] 19 | | id -> Int8, [INFO] [stdout] 20 | | exchange -> Int4, [INFO] [stdout] ... | [INFO] [stdout] 33 | | } [INFO] [stdout] 34 | | } [INFO] [stdout] | |_^ names from parent modules are not accessible without an explicit import [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #83583 [INFO] [stdout] = note: this warning originates in the derive macro `QueryId` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find type `trades` in this scope [INFO] [stdout] --> ticker_db/src/schema.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / table! { [INFO] [stdout] 18 | | ticks (id) { [INFO] [stdout] 19 | | id -> Int8, [INFO] [stdout] 20 | | exchange -> Int4, [INFO] [stdout] ... | [INFO] [stdout] 33 | | } [INFO] [stdout] 34 | | } [INFO] [stdout] | |_^ names from parent modules are not accessible without an explicit import [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #83583 [INFO] [stdout] = note: this warning originates in the derive macro `QueryId` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find type `ticks` in this scope [INFO] [stdout] --> ticker_db/src/crud.rs:19:24 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(Debug, Clone, Insertable)] [INFO] [stdout] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #83583 [INFO] [stdout] = note: this warning originates in the derive macro `Insertable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find type `InsertableTick` in this scope [INFO] [stdout] --> ticker_db/src/crud.rs:19:24 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(Debug, Clone, Insertable)] [INFO] [stdout] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #83583 [INFO] [stdout] = note: this warning originates in the derive macro `Insertable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find type `NaiveDateTime` in this scope [INFO] [stdout] --> ticker_db/src/crud.rs:19:24 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(Debug, Clone, Insertable)] [INFO] [stdout] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #83583 [INFO] [stdout] = note: this warning originates in the derive macro `Insertable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find type `BigDecimal` in this scope [INFO] [stdout] --> ticker_db/src/crud.rs:19:24 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(Debug, Clone, Insertable)] [INFO] [stdout] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #83583 [INFO] [stdout] = note: this warning originates in the derive macro `Insertable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find type `NaiveDateTime` in this scope [INFO] [stdout] --> ticker_db/src/crud.rs:59:24 [INFO] [stdout] | [INFO] [stdout] 59 | #[derive(Debug, Clone, Queryable)] [INFO] [stdout] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #83583 [INFO] [stdout] = note: this warning originates in the derive macro `Queryable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find type `BigDecimal` in this scope [INFO] [stdout] --> ticker_db/src/crud.rs:59:24 [INFO] [stdout] | [INFO] [stdout] 59 | #[derive(Debug, Clone, Queryable)] [INFO] [stdout] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #83583 [INFO] [stdout] = note: this warning originates in the derive macro `Queryable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find type `RawTick` in this scope [INFO] [stdout] --> ticker_db/src/crud.rs:59:24 [INFO] [stdout] | [INFO] [stdout] 59 | #[derive(Debug, Clone, Queryable)] [INFO] [stdout] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #83583 [INFO] [stdout] = note: this warning originates in the derive macro `Queryable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find type `DbExchange` in this scope [INFO] [stdout] --> ticker_db/src/crud.rs:101:10 [INFO] [stdout] | [INFO] [stdout] 101 | #[derive(Queryable)] [INFO] [stdout] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #83583 [INFO] [stdout] = note: this warning originates in the derive macro `Queryable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find type `DbAssetPair` in this scope [INFO] [stdout] --> ticker_db/src/crud.rs:107:10 [INFO] [stdout] | [INFO] [stdout] 107 | #[derive(Queryable)] [INFO] [stdout] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #83583 [INFO] [stdout] = note: this warning originates in the derive macro `Queryable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `ticks` is imported redundantly [INFO] [stdout] --> ticker_db/src/crud.rs:186:13 [INFO] [stdout] | [INFO] [stdout] 17 | use schema::ticks; [INFO] [stdout] | ------------- the item `ticks` is already imported here [INFO] [stdout] ... [INFO] [stdout] 186 | use schema::ticks; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> ticker_db/src/crud.rs:232:32 [INFO] [stdout] | [INFO] [stdout] 232 | fn cause(&self) -> Option<&error::Error> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 232 - fn cause(&self) -> Option<&error::Error> { [INFO] [stdout] 232 + fn cause(&self) -> Option<&dyn error::Error> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> folder/src/restful/handler.rs:21:10 [INFO] [stdout] | [INFO] [stdout] 21 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 106 | let left: Asset = parse_path_segment!(lasset); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `parse_path_segment` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> folder/src/restful/handler.rs:21:10 [INFO] [stdout] | [INFO] [stdout] 21 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 107 | let right: Asset = parse_path_segment!(rasset); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `parse_path_segment` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> folder/src/restful/handler.rs:21:10 [INFO] [stdout] | [INFO] [stdout] 21 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 132 | let left: Asset = parse_path_segment!(lasset); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `parse_path_segment` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> folder/src/restful/handler.rs:21:10 [INFO] [stdout] | [INFO] [stdout] 21 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 133 | let right: Asset = parse_path_segment!(rasset); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `parse_path_segment` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> folder/src/restful/handler.rs:21:10 [INFO] [stdout] | [INFO] [stdout] 21 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 153 | let left: Asset = parse_path_segment!(lasset); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `parse_path_segment` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> folder/src/restful/handler.rs:21:10 [INFO] [stdout] | [INFO] [stdout] 21 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 154 | let right: Asset = parse_path_segment!(rasset); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `parse_path_segment` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> folder/src/restful/handler.rs:21:10 [INFO] [stdout] | [INFO] [stdout] 21 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 155 | let exchange: Exchange = parse_path_segment!(exchange); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `parse_path_segment` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> folder/src/restful/handler.rs:21:10 [INFO] [stdout] | [INFO] [stdout] 21 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 184 | let left: Asset = parse_path_segment!(lasset); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `parse_path_segment` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> folder/src/restful/handler.rs:21:10 [INFO] [stdout] | [INFO] [stdout] 21 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 185 | let right: Asset = parse_path_segment!(rasset); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `parse_path_segment` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> folder/src/restful/handler.rs:21:10 [INFO] [stdout] | [INFO] [stdout] 21 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 186 | let exchange: Exchange = parse_path_segment!(exchange); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `parse_path_segment` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> collector/src/restful/handler.rs:36:10 [INFO] [stdout] | [INFO] [stdout] 36 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 106 | let left_asset: Asset = parse_path_segment!(lasset); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `parse_path_segment` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> collector/src/restful/handler.rs:36:10 [INFO] [stdout] | [INFO] [stdout] 36 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 107 | let right_asset: Asset = parse_path_segment!(rasset); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `parse_path_segment` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> collector/src/restful/handler.rs:36:10 [INFO] [stdout] | [INFO] [stdout] 36 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 108 | let exchange: Exchange = parse_path_segment!(exchange); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `parse_path_segment` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> folder/src/restful/handler.rs:41:10 [INFO] [stdout] | [INFO] [stdout] 41 | ) -> Box> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 41 - ) -> Box> { [INFO] [stdout] 41 + ) -> Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> folder/src/restful/handler.rs:64:10 [INFO] [stdout] | [INFO] [stdout] 64 | ) -> Box> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 64 - ) -> Box> { [INFO] [stdout] 64 + ) -> Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> folder/src/restful/handler.rs:99:10 [INFO] [stdout] | [INFO] [stdout] 99 | ) -> Box> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 99 - ) -> Box> { [INFO] [stdout] 99 + ) -> Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> folder/src/restful/handler.rs:118:10 [INFO] [stdout] | [INFO] [stdout] 118 | ) -> Box> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 118 - ) -> Box> { [INFO] [stdout] 118 + ) -> Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> folder/src/restful/handler.rs:144:10 [INFO] [stdout] | [INFO] [stdout] 144 | ) -> Box> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 144 - ) -> Box> { [INFO] [stdout] 144 + ) -> Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> folder/src/restful/handler.rs:168:10 [INFO] [stdout] | [INFO] [stdout] 168 | ) -> Box> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 168 - ) -> Box> { [INFO] [stdout] 168 + ) -> Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> collector/src/restful/handler.rs:90:10 [INFO] [stdout] | [INFO] [stdout] 90 | ) -> Box> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 90 - ) -> Box> { [INFO] [stdout] 90 + ) -> Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 16 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 34 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling webserver v0.2.1 (/opt/rustwide/workdir/webserver) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> webserver/src/handler.rs:97:10 [INFO] [stdout] | [INFO] [stdout] 97 | ) -> Box> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 97 - ) -> Box> { [INFO] [stdout] 97 + ) -> Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> webserver/src/handler.rs:136:10 [INFO] [stdout] | [INFO] [stdout] 136 | ) -> Box> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 136 - ) -> Box> { [INFO] [stdout] 136 + ) -> Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: private type `FetchFoldError` in public interface (error E0446) [INFO] [stdout] --> webserver/src/handler.rs:29:1 [INFO] [stdout] | [INFO] [stdout] 29 | pub fn generate_fold_future(url: &str) -> impl Future { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(private_in_public)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #34537 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/collector-0bc75629a07e4386.collector.1987c4f6-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/collector-0bc75629a07e4386.collector.1987c4f6-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/collector-0bc75629a07e4386.collector.1987c4f6-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/collector-0bc75629a07e4386.collector.1987c4f6-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/collector-0bc75629a07e4386.collector.1987c4f6-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/collector-0bc75629a07e4386.collector.1987c4f6-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/collector-0bc75629a07e4386.collector.1987c4f6-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/collector-0bc75629a07e4386.collector.1987c4f6-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/collector-0bc75629a07e4386.collector.1987c4f6-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/collector-0bc75629a07e4386.collector.1987c4f6-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/collector-0bc75629a07e4386.collector.1987c4f6-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/collector-0bc75629a07e4386.collector.1987c4f6-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/collector-0bc75629a07e4386.collector.1987c4f6-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/collector-0bc75629a07e4386.collector.1987c4f6-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/collector-0bc75629a07e4386.collector.1987c4f6-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/collector-0bc75629a07e4386.collector.1987c4f6-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/collector-0bc75629a07e4386.5bts7kugbnddrgna.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/backtrace-sys-52fd6462532de534/out" "-L" "/opt/rustwide/target/debug/build/brotli-sys-8f1cc963e5056f65/out" "-L" "/opt/rustwide/target/debug/build/ring-eb1057f36415fd53/out" "-L" "/opt/rustwide/target/debug/build/miniz-sys-d51164326498955b/out" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libcollector_lib-67f02f3be82f4e02.rlib" "/opt/rustwide/target/debug/deps/libtrade_history-48ccc9d0c5dc9d73.rlib" "/opt/rustwide/target/debug/deps/libschemamama_postgres-dbc120cffb0b4446.rlib" "/opt/rustwide/target/debug/deps/libschemamama-733cd98347027ee2.rlib" "/opt/rustwide/target/debug/deps/libcommon-1fc6d5fe19bb17bc.rlib" "/opt/rustwide/target/debug/deps/librust_decimal-8efe3bfa8195ada7.rlib" "/opt/rustwide/target/debug/deps/libpostgres-b8378226d5c0529f.rlib" "/opt/rustwide/target/debug/deps/libpostgres_shared-51a1446ec3202ffa.rlib" "/opt/rustwide/target/debug/deps/libchrono-6e4dde85f7b9512e.rlib" "/opt/rustwide/target/debug/deps/libhex-d690aae661569839.rlib" "/opt/rustwide/target/debug/deps/libpostgres_protocol-a99a914cc0e3d71c.rlib" "/opt/rustwide/target/debug/deps/libstringprep-59364a6c00f86c01.rlib" "/opt/rustwide/target/debug/deps/libsha2-45afc193e1b326bc.rlib" "/opt/rustwide/target/debug/deps/libfake_simd-f4adceac499e4c5c.rlib" "/opt/rustwide/target/debug/deps/libblock_buffer-90cb8ba5c6621a22.rlib" "/opt/rustwide/target/debug/deps/libarrayref-68794d19ce88b7d4.rlib" "/opt/rustwide/target/debug/deps/libbyte_tools-967960f394d467ea.rlib" "/opt/rustwide/target/debug/deps/librand-579511ced9b9f233.rlib" "/opt/rustwide/target/debug/deps/librand-7f6e738281aa1584.rlib" "/opt/rustwide/target/debug/deps/libmemchr-f3e18709f0fe8c2f.rlib" "/opt/rustwide/target/debug/deps/libmd5-8c6c03c4447fb96b.rlib" "/opt/rustwide/target/debug/deps/libhmac-c14ff21059e0f0a4.rlib" "/opt/rustwide/target/debug/deps/libcrypto_mac-93dea5b781b61d39.rlib" "/opt/rustwide/target/debug/deps/libconstant_time_eq-e381a1909baf1d82.rlib" "/opt/rustwide/target/debug/deps/libdigest-2af1287318cfe852.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-993afdaa144447cc.rlib" "/opt/rustwide/target/debug/deps/libtypenum-a1b86501196e82f0.rlib" "/opt/rustwide/target/debug/deps/libbase64-506573d2bf437faa.rlib" "/opt/rustwide/target/debug/deps/libsafemem-ff4924f254b7d456.rlib" "/opt/rustwide/target/debug/deps/libfallible_iterator-12b9775b9c91da92.rlib" "/opt/rustwide/target/debug/deps/libnum-8a2f0d5bfda34d0a.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-c5e210ec552458d9.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-caf135316d1c822e.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-cd8cae020d1ebaaf.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-9ddac4c9b60d882a.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-f0107a1a3205cd2a.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-8c8d8af81d561c3a.rlib" "/opt/rustwide/target/debug/deps/libactix_web-d1ff63831ddaa988.rlib" "/opt/rustwide/target/debug/deps/libactix_net-882e80f73d96dfbc.rlib" "/opt/rustwide/target/debug/deps/libtower_service-9ad9bd2191a05b41.rlib" "/opt/rustwide/target/debug/deps/libserde_json-61810334344fbd84.rlib" "/opt/rustwide/target/debug/deps/libryu-3885e61aeb97370e.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-e4b56cabbe5a7e6b.rlib" "/opt/rustwide/target/debug/deps/libdtoa-ad4218119ab57c07.rlib" "/opt/rustwide/target/debug/deps/libh2-aa19da9190b198b3.rlib" "/opt/rustwide/target/debug/deps/libindexmap-c56e03b6d933a479.rlib" "/opt/rustwide/target/debug/deps/libstring-bf73f7eb64bafe61.rlib" "/opt/rustwide/target/debug/deps/libflate2-dc5bc8d926d89dc5.rlib" "/opt/rustwide/target/debug/deps/libminiz_sys-539038144034bd63.rlib" "/opt/rustwide/target/debug/deps/libbrotli2-31310d50988d78b6.rlib" "/opt/rustwide/target/debug/deps/libbrotli_sys-b756c58bd0ef2d60.rlib" "/opt/rustwide/target/debug/deps/libserde-3bd7a0f6163c1e19.rlib" "/opt/rustwide/target/debug/deps/libmime_guess-f53900555a9e7c8f.rlib" "/opt/rustwide/target/debug/deps/libphf-47d10cda8ba99050.rlib" "/opt/rustwide/target/debug/deps/libphf_shared-abfa82c1d119a780.rlib" "/opt/rustwide/target/debug/deps/libunicase-9a0df06fffc1e033.rlib" "/opt/rustwide/target/debug/deps/libsiphasher-48123994e92c3c1d.rlib" "/opt/rustwide/target/debug/deps/libmime-f95776ad19bfd0f8.rlib" "/opt/rustwide/target/debug/deps/libunicase-0b5732f9651ecd51.rlib" "/opt/rustwide/target/debug/deps/liblanguage_tags-66706a840c6b3f9e.rlib" "/opt/rustwide/target/debug/deps/libhttparse-909de8f812b5d0db.rlib" "/opt/rustwide/target/debug/deps/libhttp-6fa32d8f3cc94a27.rlib" "/opt/rustwide/target/debug/deps/libitoa-3fcba51b14786bdb.rlib" "/opt/rustwide/target/debug/deps/libhtmlescape-12bb86d7c168b8ca.rlib" "/opt/rustwide/target/debug/deps/libfutures_cpupool-d38187b871b3a093.rlib" "/opt/rustwide/target/debug/deps/libcookie-e8f895c453a82f2f.rlib" "/opt/rustwide/target/debug/deps/libring-8eb2ae6548d7d9dc.rlib" "/opt/rustwide/target/debug/deps/libuntrusted-a90465730e7781d1.rlib" "/opt/rustwide/target/debug/deps/libtime-2280c86081f17370.rlib" "/opt/rustwide/target/debug/deps/libsha1-fe0bff6a1469592d.rlib" "/opt/rustwide/target/debug/deps/libbase64-275354ecd2408f6b.rlib" "/opt/rustwide/target/debug/deps/libsafemem-093fc0e39b1d923d.rlib" "/opt/rustwide/target/debug/deps/libactix-9f42c83eb1dd023e.rlib" "/opt/rustwide/target/debug/deps/libtokio_signal-c3285e9da32b1a82.rlib" "/opt/rustwide/target/debug/deps/libsignal_hook-a90385a51f063530.rlib" "/opt/rustwide/target/debug/deps/libarc_swap-68fb1da045157799.rlib" "/opt/rustwide/target/debug/deps/libtrust_dns_resolver-7c9ae88902b64de8.rlib" "/opt/rustwide/target/debug/deps/libtrust_dns_proto-aa21bacc3c47c7f8.rlib" "/opt/rustwide/target/debug/deps/liburl-d8fe2980dc77eca2.rlib" "/opt/rustwide/target/debug/deps/libencoding-7d20ebc0240b578f.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_tradchinese-cd507f5ba7cce56a.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_simpchinese-e60ac44802791d01.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_japanese-a01cf758b2321964.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_korean-50c2a8e818368a21.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_singlebyte-eb954e74fa6117d3.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-0cdbfd229bde0fb2.rlib" "/opt/rustwide/target/debug/deps/libsocket2-21e510f62fe5f02c.rlib" "/opt/rustwide/target/debug/deps/libidna-241ebb7de4f2ad64.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-fab05b5ab3e0959b.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-7ac4b89f889ff88f.rlib" "/opt/rustwide/target/debug/deps/libmatches-efe3d8804af1a290.rlib" "/opt/rustwide/target/debug/deps/libresolv_conf-54bc79b6b815f670.rlib" "/opt/rustwide/target/debug/deps/libhostname-d9492ba758840a77.rlib" "/opt/rustwide/target/debug/deps/liblru_cache-c707936586ad78b0.rlib" "/opt/rustwide/target/debug/deps/liblinked_hash_map-51c27a95b0144ac1.rlib" "/opt/rustwide/target/debug/deps/libtokio-412c2142559721ea.rlib" "/opt/rustwide/target/debug/deps/libtokio_uds-d73e85b6f3c57a86.rlib" "/opt/rustwide/target/debug/deps/libmio_uds-efe29edcff196a45.rlib" "/opt/rustwide/target/debug/deps/libtokio_udp-31af3ad5e2f52573.rlib" "/opt/rustwide/target/debug/deps/libtokio_tcp-4fe22bff019f8ef8.rlib" "/opt/rustwide/target/debug/deps/libtokio_timer-73438f18fcee98da.rlib" "/opt/rustwide/target/debug/deps/libtokio_reactor-fa2ff80ebabec31d.rlib" "/opt/rustwide/target/debug/deps/libtokio_fs-bcf008535d3a5fad.rlib" "/opt/rustwide/target/debug/deps/libtokio_threadpool-17aae2729e5e0087.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-a5f9effad62657ea.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-0f4d42acf85783fc.rlib" "/opt/rustwide/target/debug/deps/libtokio_codec-462380cde2f6f7aa.rlib" "/opt/rustwide/target/debug/deps/libtokio_io-dbe19439e4495adb.rlib" "/opt/rustwide/target/debug/deps/libtokio_current_thread-eeebfeba060ae191.rlib" "/opt/rustwide/target/debug/deps/libtokio_executor-b50ddc94d0faf33c.rlib" "/opt/rustwide/target/debug/deps/libmio-b114389211a70d47.rlib" "/opt/rustwide/target/debug/deps/libslab-0e37a834064bd48b.rlib" "/opt/rustwide/target/debug/deps/libnet2-29c4101ebdbded8b.rlib" "/opt/rustwide/target/debug/deps/liblazycell-64f99b343b89809a.rlib" "/opt/rustwide/target/debug/deps/libfutures-83b834c22ce6c250.rlib" "/opt/rustwide/target/debug/deps/libbitflags-c1fd6b181e1981af.rlib" "/opt/rustwide/target/debug/deps/libuuid-dfc047fcebdc24c2.rlib" "/opt/rustwide/target/debug/deps/libfnv-3b027f9af76441c8.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_channel-3ab09e544299968a.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-c90633f1ad21435d.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-e50868510b998b95.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-1cc23ad6bd856b10.rlib" "/opt/rustwide/target/debug/deps/libunreachable-7f6700463b97da45.rlib" "/opt/rustwide/target/debug/deps/libvoid-8ddff08a32a4354c.rlib" "/opt/rustwide/target/debug/deps/liblock_api-e1987a63aa7021d7.rlib" "/opt/rustwide/target/debug/deps/libowning_ref-afe1b996ec2b0733.rlib" "/opt/rustwide/target/debug/deps/libstable_deref_trait-78be7f1f9af1dad8.rlib" "/opt/rustwide/target/debug/deps/librand-55cbc5c1522425c8.rlib" "/opt/rustwide/target/debug/deps/librand_core-df67540526895ad2.rlib" "/opt/rustwide/target/debug/deps/librand_core-c636a87079c26c83.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-47cd0483c1063f5c.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-631b904a5fe912ea.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-ccc355fbacc0d8ae.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-a0a77ab05a64711c.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-9327e87e40df6911.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-9c4eb8ce26757ccc.rlib" "/opt/rustwide/target/debug/deps/libnodrop-bfd73af8b2260a15.rlib" "/opt/rustwide/target/debug/deps/libbytes-f2607ddf9782e118.rlib" "/opt/rustwide/target/debug/deps/libiovec-60dac9dbbdf869c8.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-23224a0e863ddc2e.rlib" "/opt/rustwide/target/debug/deps/libdotenv-6c72f121626e798f.rlib" "/opt/rustwide/target/debug/deps/libfailure-b9acc79aeda75e33.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-107b0e2517e661d6.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-61c5be213b138ef6.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-5f184df8ace8a0b1.rlib" "/opt/rustwide/target/debug/deps/libenv_logger-68f1f89629c68081.rlib" "/opt/rustwide/target/debug/deps/libregex-2016db9a2c163bb5.rlib" "/opt/rustwide/target/debug/deps/libutf8_ranges-c7c7d73be5df8ba5.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-8df1cf22d1114cf6.rlib" "/opt/rustwide/target/debug/deps/libucd_util-36cbff1fe00d04ff.rlib" "/opt/rustwide/target/debug/deps/libthread_local-99d81c4e81fbd5ae.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-127689f7eaad1653.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-f48c3a9de024b1f8.rlib" "/opt/rustwide/target/debug/deps/libmemchr-93053bb7839f5a95.rlib" "/opt/rustwide/target/debug/deps/libatty-5750bf624e1048d5.rlib" "/opt/rustwide/target/debug/deps/liblibc-9ac741036ab52362.rlib" "/opt/rustwide/target/debug/deps/libhumantime-e1732b6ee7639b33.rlib" "/opt/rustwide/target/debug/deps/libquick_error-bbca79884f64fc4c.rlib" "/opt/rustwide/target/debug/deps/libtermcolor-24e1ae8b24909985.rlib" "/opt/rustwide/target/debug/deps/liblog-e83f48c9d172b658.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-266d27ed6d5fe7df.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-ff9290e971253a38.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5534b29ea7b2d8f5.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-8bfbb13072fc2761.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-d6d1fa92fa620f17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-7cfd201521727d95.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-0e8010e8fce8e5a7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-19093fec3c6dd913.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-89c4cbe9256c1890.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-73e4507673363945.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-3fe98c0f46f27964.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-a76787f08d45e37d.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8cea480e62c5b261.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-1fb939608cd05a1c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-842e67e3ab562f66.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0c1c8fec3b1a54cc.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-689faa634b72af17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-6c2c561a8181be5e.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-88c4d85fe493b0a6.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f5394bdb1df5df01.rlib" "-Wl,-Bdynamic" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/collector-0bc75629a07e4386" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [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] [stderr] error: could not compile `collector` due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "094c84c0e08ded3e4a2dd8b9da4b1599262bd765dbf1f4b682f882b2af049115", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "094c84c0e08ded3e4a2dd8b9da4b1599262bd765dbf1f4b682f882b2af049115", kill_on_drop: false }` [INFO] [stdout] 094c84c0e08ded3e4a2dd8b9da4b1599262bd765dbf1f4b682f882b2af049115