[INFO] cloning repository https://github.com/goshlanguage/mate [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/goshlanguage/mate" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgoshlanguage%2Fmate", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgoshlanguage%2Fmate'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 263dff2e13a0ceee11aa73dd8fbfcaec8858fe56 [INFO] checking goshlanguage/mate against try#d4bd6c543d189dee2fa075d0b37e31ddc7d111a4 for pr-106073 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgoshlanguage%2Fmate" "/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/goshlanguage/mate on toolchain d4bd6c543d189dee2fa075d0b37e31ddc7d111a4 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d4bd6c543d189dee2fa075d0b37e31ddc7d111a4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-3/source/.cargo/config.toml [INFO] started tweaking git repo https://github.com/goshlanguage/mate [INFO] finished tweaking git repo https://github.com/goshlanguage/mate [INFO] tweaked toml for git repo https://github.com/goshlanguage/mate written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/goshlanguage/mate already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d4bd6c543d189dee2fa075d0b37e31ddc7d111a4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "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:9db6adea6fe108e8475f2314ed6ea91319efc655499b550640da2809d69ffe6a" "/opt/rustwide/cargo-home/bin/cargo" "+d4bd6c543d189dee2fa075d0b37e31ddc7d111a4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] dd3e17b3499f8ef52bd379af5b646bc3d20493c96acf2e637f3080f0e12dd149 [INFO] running `Command { std: "docker" "start" "-a" "dd3e17b3499f8ef52bd379af5b646bc3d20493c96acf2e637f3080f0e12dd149", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "dd3e17b3499f8ef52bd379af5b646bc3d20493c96acf2e637f3080f0e12dd149", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dd3e17b3499f8ef52bd379af5b646bc3d20493c96acf2e637f3080f0e12dd149", kill_on_drop: false }` [INFO] [stdout] dd3e17b3499f8ef52bd379af5b646bc3d20493c96acf2e637f3080f0e12dd149 [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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:9db6adea6fe108e8475f2314ed6ea91319efc655499b550640da2809d69ffe6a" "/opt/rustwide/cargo-home/bin/cargo" "+d4bd6c543d189dee2fa075d0b37e31ddc7d111a4" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 470fc99fea60994de57004c20bfcd294caf41a0dc11ad00ef9682ae0682e8722 [INFO] running `Command { std: "docker" "start" "-a" "470fc99fea60994de57004c20bfcd294caf41a0dc11ad00ef9682ae0682e8722", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.36 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.85 [INFO] [stderr] Compiling libc v0.2.112 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling futures-core v0.3.19 [INFO] [stderr] Checking pin-project-lite v0.2.8 [INFO] [stderr] Compiling serde_derive v1.0.133 [INFO] [stderr] Compiling cc v1.0.72 [INFO] [stderr] Compiling serde v1.0.133 [INFO] [stderr] Checking slab v0.4.5 [INFO] [stderr] Compiling value-bag v1.0.0-alpha.8 [INFO] [stderr] Checking once_cell v1.9.0 [INFO] [stderr] Checking futures-io v0.3.19 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking futures-sink v0.3.19 [INFO] [stderr] Compiling futures-channel v0.3.19 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Checking itoa v1.0.1 [INFO] [stderr] Checking smallvec v1.8.0 [INFO] [stderr] Compiling futures-task v0.3.19 [INFO] [stderr] Checking percent-encoding v2.1.0 [INFO] [stderr] Compiling typenum v1.15.0 [INFO] [stderr] Compiling quote v1.0.14 [INFO] [stderr] Compiling generic-array v0.14.5 [INFO] [stderr] Checking signal-hook-registry v1.4.0 [INFO] [stderr] Checking num_cpus v1.13.1 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Compiling futures-util v0.3.19 [INFO] [stderr] Compiling parking_lot_core v0.8.5 [INFO] [stderr] Checking instant v0.1.12 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Checking matches v0.1.9 [INFO] [stderr] Checking bytes v1.1.0 [INFO] [stderr] Checking tinyvec_macros v0.1.0 [INFO] [stderr] Checking lock_api v0.4.5 [INFO] [stderr] Checking tinyvec v1.5.1 [INFO] [stderr] Checking form_urlencoded v1.0.1 [INFO] [stderr] Checking unicode-bidi v0.3.7 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Checking parking_lot v0.11.2 [INFO] [stderr] Checking fnv v1.0.7 [INFO] [stderr] Checking ppv-lite86 v0.2.16 [INFO] [stderr] Checking http v0.2.6 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Checking net2 v0.2.37 [INFO] [stderr] Checking iovec v0.1.4 [INFO] [stderr] Compiling standback v0.2.17 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Checking ryu v1.0.9 [INFO] [stderr] Compiling pkg-config v0.3.24 [INFO] [stderr] Compiling serde_json v1.0.75 [INFO] [stderr] Checking unicode-normalization v0.1.19 [INFO] [stderr] Checking base64 v0.13.0 [INFO] [stderr] Checking block-padding v0.2.1 [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [INFO] [stderr] Checking digest v0.9.0 [INFO] [stderr] Compiling indexmap v1.8.0 [INFO] [stderr] Checking opaque-debug v0.3.0 [INFO] [stderr] Checking byteorder v1.4.3 [INFO] [stderr] Checking bytes v0.5.6 [INFO] [stderr] Checking idna v0.2.3 [INFO] [stderr] Checking pin-project-lite v0.1.12 [INFO] [stderr] Checking block-buffer v0.9.0 [INFO] [stderr] Checking tracing-core v0.1.21 [INFO] [stderr] Compiling const_fn v0.4.9 [INFO] [stderr] Compiling openssl-sys v0.9.72 [INFO] [stderr] Compiling httparse v1.5.1 [INFO] [stderr] Checking url v2.2.2 [INFO] [stderr] Checking hashbrown v0.11.2 [INFO] [stderr] Compiling time v0.2.27 [INFO] [stderr] Checking cpufeatures v0.2.1 [INFO] [stderr] Checking foreign-types-shared v0.1.1 [INFO] [stderr] Compiling pin-project-internal v0.4.29 [INFO] [stderr] Compiling unicode-segmentation v1.8.0 [INFO] [stderr] Compiling openssl v0.10.38 [INFO] [stderr] Checking foreign-types v0.3.2 [INFO] [stderr] Checking getrandom v0.2.4 [INFO] [stderr] Compiling cookie v0.14.4 [INFO] [stderr] Compiling heck v0.3.3 [INFO] [stderr] Compiling native-tls v0.2.8 [INFO] [stderr] Checking rand_core v0.6.3 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Checking aho-corasick v0.7.18 [INFO] [stderr] Checking regex-syntax v0.6.25 [INFO] [stderr] Compiling convert_case v0.4.0 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Checking openssl-probe v0.1.5 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking threadpool v1.8.1 [INFO] [stderr] Checking time v0.1.43 [INFO] [stderr] Checking spin v0.5.2 [INFO] [stderr] Checking itoa v0.4.8 [INFO] [stderr] Checking untrusted v0.7.1 [INFO] [stderr] Compiling encoding_rs v0.8.30 [INFO] [stderr] Checking rand v0.8.4 [INFO] [stderr] Checking socket2 v0.4.2 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Checking copyless v0.1.5 [INFO] [stderr] Compiling async-trait v0.1.52 [INFO] [stderr] Compiling crc32fast v1.3.0 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking sha-1 v0.9.8 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Checking either v1.6.1 [INFO] [stderr] Compiling pq-sys v0.4.6 [INFO] [stderr] Checking mime v0.3.16 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Checking regex v1.5.4 [INFO] [stderr] Checking try-lock v0.2.3 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Checking webpki v0.21.4 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Checking subtle v2.4.1 [INFO] [stderr] Checking match_cfg v0.1.0 [INFO] [stderr] Compiling darling_core v0.13.1 [INFO] [stderr] Checking sct v0.6.1 [INFO] [stderr] Checking hostname v0.3.1 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Checking publicsuffix v1.5.6 [INFO] [stderr] Checking http-body v0.4.4 [INFO] [stderr] Compiling brotli-sys v0.3.2 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Checking linked-hash-map v0.5.4 [INFO] [stderr] Checking cache-padded v1.2.0 [INFO] [stderr] Checking termcolor v1.1.2 [INFO] [stderr] Checking httpdate v1.0.2 [INFO] [stderr] Checking quick-error v1.2.3 [INFO] [stderr] Checking tower-service v0.3.1 [INFO] [stderr] Checking resolv-conf v0.7.0 [INFO] [stderr] Checking concurrent-queue v1.2.2 [INFO] [stderr] Checking lru-cache v0.1.2 [INFO] [stderr] Checking webpki-roots v0.21.1 [INFO] [stderr] Checking qstring v0.7.2 [INFO] [stderr] Checking fastrand v1.6.0 [INFO] [stderr] Checking adler v1.0.2 [INFO] [stderr] Checking parking v2.0.0 [INFO] [stderr] Checking unicode-width v0.1.9 [INFO] [stderr] Compiling rustversion v1.0.6 [INFO] [stderr] Checking waker-fn v1.1.0 [INFO] [stderr] Checking chunked_transfer v1.4.0 [INFO] [stderr] Checking event-listener v2.5.1 [INFO] [stderr] Checking humantime v2.1.0 [INFO] [stderr] Checking futures-lite v1.12.0 [INFO] [stderr] Checking textwrap v0.11.0 [INFO] [stderr] Checking sha2 v0.9.9 [INFO] [stderr] Checking ahash v0.4.7 [INFO] [stderr] Checking vec_map v0.8.2 [INFO] [stderr] Checking ipnet v2.3.1 [INFO] [stderr] Checking strsim v0.8.0 [INFO] [stderr] Checking utf-8 v0.7.6 [INFO] [stderr] Checking ansi_term v0.12.1 [INFO] [stderr] Compiling anyhow v1.0.52 [INFO] [stderr] Checking hashbrown v0.9.1 [INFO] [stderr] Checking clap v2.34.0 [INFO] [stderr] Checking flate2 v1.0.22 [INFO] [stderr] Checking crypto-mac v0.10.1 [INFO] [stderr] Checking dlv-list v0.2.3 [INFO] [stderr] Checking fxhash v0.2.1 [INFO] [stderr] Checking cipher v0.3.0 [INFO] [stderr] Checking socket2 v0.3.19 [INFO] [stderr] Checking async-task v4.0.3 [INFO] [stderr] Compiling arrayvec v0.7.2 [INFO] [stderr] Checking language-tags v0.2.2 [INFO] [stderr] Checking ordered-multimap v0.3.1 [INFO] [stderr] Checking hmac v0.10.1 [INFO] [stderr] Checking async-channel v1.6.1 [INFO] [stderr] Checking bytestring v1.0.0 [INFO] [stderr] Checking dirs-sys v0.3.6 [INFO] [stderr] Checking atomic-waker v1.0.0 [INFO] [stderr] Compiling crossbeam-utils v0.8.6 [INFO] [stderr] Checking xml-rs v0.8.4 [INFO] [stderr] Checking wildmatch v2.1.0 [INFO] [stderr] Checking blocking v1.1.0 [INFO] [stderr] Checking dirs v4.0.0 [INFO] [stderr] Checking rust-ini v0.17.0 [INFO] [stderr] Checking async-executor v1.4.1 [INFO] [stderr] Checking async-mutex v1.4.0 [INFO] [stderr] Checking crypto-mac v0.11.1 [INFO] [stderr] Checking quick-xml v0.20.0 [INFO] [stderr] Compiling heck v0.4.0 [INFO] [stderr] Checking debug-helper v0.3.12 [INFO] [stderr] Checking hmac v0.11.0 [INFO] [stderr] Checking crc-any v2.4.1 [INFO] [stderr] Checking aws-region v0.23.4 [INFO] [stderr] Checking aes v0.7.5 [INFO] [stderr] Checking des v0.7.0 [INFO] [stderr] Checking block-modes v0.8.1 [INFO] [stderr] Checking minidom v0.13.0 [INFO] [stderr] Checking async-lock v2.4.0 [INFO] [stderr] Checking tiger v0.1.0 [INFO] [stderr] Compiling ctor v0.1.21 [INFO] [stderr] Compiling futures-macro v0.3.19 [INFO] [stderr] Compiling thiserror-impl v1.0.30 [INFO] [stderr] Compiling time-macros-impl v0.1.2 [INFO] [stderr] Compiling tokio-macros v1.7.0 [INFO] [stderr] Checking time-macros v0.1.1 [INFO] [stderr] Compiling derive_more v0.99.17 [INFO] [stderr] Checking mio v0.6.23 [INFO] [stderr] Checking tracing v0.1.29 [INFO] [stderr] Checking mio v0.7.14 [INFO] [stderr] Checking mio-uds v0.6.8 [INFO] [stderr] Checking tokio v1.15.0 [INFO] [stderr] Checking tokio v0.2.25 [INFO] [stderr] Compiling actix-macros v0.1.3 [INFO] [stderr] Checking thiserror v1.0.30 [INFO] [stderr] Checking want v0.3.0 [INFO] [stderr] Compiling pin-project-internal v1.0.10 [INFO] [stderr] Checking pin-project v0.4.29 [INFO] [stderr] Compiling enum-as-inner v0.3.3 [INFO] [stderr] Checking rustls v0.19.1 [INFO] [stderr] Checking tokio-util v0.3.1 [INFO] [stderr] Compiling darling_macro v0.13.1 [INFO] [stderr] Checking futures-executor v0.3.19 [INFO] [stderr] Checking futures v0.3.19 [INFO] [stderr] Checking actix-service v1.0.6 [INFO] [stderr] Checking actix-codec v0.3.0 [INFO] [stderr] Checking trust-dns-proto v0.19.7 [INFO] [stderr] Checking tokio-util v0.6.9 [INFO] [stderr] Checking tokio-native-tls v0.3.0 [INFO] [stderr] Checking pin-project v1.0.10 [INFO] [stderr] Compiling diesel_derives v1.4.1 [INFO] [stderr] Checking tracing-futures v0.2.5 [INFO] [stderr] Checking env_logger v0.9.0 [INFO] [stderr] Checking h2 v0.3.10 [INFO] [stderr] Compiling darling v0.13.1 [INFO] [stderr] Compiling serde_with_macros v1.5.1 [INFO] [stderr] Checking brotli2 v0.3.2 [INFO] [stderr] Checking h2 v0.2.7 [INFO] [stderr] Checking tungstenite v0.16.0 [INFO] [stderr] Checking trust-dns-resolver v0.19.7 [INFO] [stderr] Compiling structopt-derive v0.4.18 [INFO] [stderr] Checking tokio-tungstenite v0.16.1 [INFO] [stderr] Checking actix-threadpool v0.3.3 [INFO] [stderr] Checking polling v2.2.0 [INFO] [stderr] Checking actix-rt v1.1.1 [INFO] [stderr] Compiling displaydoc v0.1.7 [INFO] [stderr] Checking actix-utils v2.0.0 [INFO] [stderr] Checking actix-connect v2.0.0 [INFO] [stderr] Checking actix-server v1.0.4 [INFO] [stderr] Checking hyper v0.14.16 [INFO] [stderr] Checking actix-testing v1.0.1 [INFO] [stderr] Checking actix-tls v2.0.0 [INFO] [stderr] Checking structopt v0.3.25 [INFO] [stderr] Checking async-io v1.6.0 [INFO] [stderr] Compiling actix-web-codegen v0.4.0 [INFO] [stderr] Checking tokio-stream v0.1.8 [INFO] [stderr] Checking kv-log-macro v1.0.7 [INFO] [stderr] Compiling maybe-async v0.2.6 [INFO] [stderr] Compiling block_on_proc v0.2.0 [INFO] [stderr] Checking chrono v0.4.19 [INFO] [stderr] Checking serde_urlencoded v0.7.1 [INFO] [stderr] Checking cookie_store v0.12.0 [INFO] [stderr] Checking actix-http v2.2.1 [INFO] [stderr] Checking ureq v1.5.5 [INFO] [stderr] Compiling rust_decimal v1.20.0 [INFO] [stderr] Checking tda-sdk v0.1.4 [INFO] [stderr] Checking serde_qs v0.8.5 [INFO] [stderr] Checking serde_with v1.11.0 [INFO] [stderr] Checking attohttpc v0.18.0 [INFO] [stderr] Checking actix-router v0.2.7 [INFO] [stderr] Checking serde-xml-rs v0.5.1 [INFO] [stderr] Compiling rust_decimal_macros v1.20.0 [INFO] [stderr] Checking hyper-tls v0.5.0 [INFO] [stderr] Checking async-global-executor v2.0.2 [INFO] [stderr] Checking aws-creds v0.27.1 [INFO] [stderr] Compiling clap_derive v3.0.6 [INFO] [stderr] Checking reqwest v0.11.9 [INFO] [stderr] Checking md-5 v0.9.1 [INFO] [stderr] Checking os_str_bytes v6.0.0 [INFO] [stderr] Checking md5 v0.7.0 [INFO] [stderr] Checking textwrap v0.14.2 [INFO] [stderr] Checking hex v0.4.3 [INFO] [stderr] Checking magic-crypt v3.1.9 [INFO] [stderr] Checking async-std v1.10.0 [INFO] [stderr] Checking ta v0.1.0 (/opt/rustwide/workdir/crates/ta) [INFO] [stderr] Checking matelog v0.1.0 (/opt/rustwide/workdir/crates/matelog) [INFO] [stderr] Checking mate-collector v0.1.0 (/opt/rustwide/workdir/collector) [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `serde_json` [INFO] [stdout] --> crates/ta/src/average.rs:125:47 [INFO] [stdout] | [INFO] [stdout] 125 | let sample: GetPriceHistoryResponse = serde_json::from_str(sample_ticker_data).unwrap(); [INFO] [stdout] | ^^^^^^^^^^ use of undeclared crate or module `serde_json` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stderr] error: could not compile `ta` due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0463]: can't find crate for `magic_crypt` [INFO] [stdout] --> collector/src/main.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | extern crate magic_crypt; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `num_traits` [INFO] [stdout] --> collector/src/types.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | extern crate num_traits; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `clap` [INFO] [stdout] --> collector/src/main.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use clap::Parser; [INFO] [stdout] | ^^^^ use of undeclared crate or module `clap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `log` [INFO] [stdout] --> collector/src/main.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use log::info; [INFO] [stdout] | ^^^ use of undeclared crate or module `log` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `matelog` [INFO] [stdout] --> collector/src/main.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use matelog::init_logging; [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `matelog` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `log` [INFO] [stdout] --> collector/src/types.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use log::{error, info}; [INFO] [stdout] | ^^^ use of undeclared crate or module `log` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `serde` [INFO] [stdout] --> collector/src/types.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use serde::{Deserialize, Serialize}; [INFO] [stdout] | ^^^^^ use of undeclared crate or module `serde` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tda_sdk` [INFO] [stdout] --> collector/src/types.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use tda_sdk::responses::{Candle, SecuritiesAccount}; [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tda_sdk` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `accounts` [INFO] [stdout] --> collector/src/types.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use accounts::kraken::KrakenAccount; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `accounts` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `accounts` [INFO] [stdout] --> collector/src/types.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | use accounts::tdameritrade::TDAmeritradeAccount; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `accounts` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `accounts` [INFO] [stdout] --> collector/src/types.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | use accounts::types::AccountType; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `accounts` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `serde_json` [INFO] [stdout] --> collector/src/types.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use serde_json::{from_value, json, Map, Value}; [INFO] [stdout] | ^^^^^^^^^^ use of undeclared crate or module `serde_json` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `log` [INFO] [stdout] --> collector/src/./state/api/mod.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use log::info; [INFO] [stdout] | ^^^ use of undeclared crate or module `log` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `reqwest` [INFO] [stdout] --> collector/src/./state/api/mod.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use reqwest::StatusCode; [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `reqwest` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `serde_json` [INFO] [stdout] --> collector/src/./state/file.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use serde_json::{json, value::Value, Map}; [INFO] [stdout] | ^^^^^^^^^^ use of undeclared crate or module `serde_json` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `async_std` [INFO] [stdout] --> collector/src/./state/s3.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use async_std::task::block_on; [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `async_std` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `serde_json` [INFO] [stdout] --> collector/src/./state/file.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use serde_json::{json, value::Value, Map}; [INFO] [stdout] | ^^^^^^^^^^ use of undeclared crate or module `serde_json` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `s3` [INFO] [stdout] --> collector/src/./state/s3.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use s3::bucket::Bucket; [INFO] [stdout] | ^^ use of undeclared crate or module `s3` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `s3` [INFO] [stdout] --> collector/src/./state/s3.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use s3::creds::Credentials; [INFO] [stdout] | ^^ use of undeclared crate or module `s3` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `s3` [INFO] [stdout] --> collector/src/./state/s3.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use s3::region::Region; [INFO] [stdout] | ^^ use of undeclared crate or module `s3` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `log` [INFO] [stdout] --> collector/src/./state/s3.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use log::{error, info}; [INFO] [stdout] | ^^^ use of undeclared crate or module `log` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `info` [INFO] [stdout] --> collector/src/./state/api/mod.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 19 | info!("sending reqwest GET {}", &reqwest_uri); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `info` [INFO] [stdout] --> collector/src/./state/api/mod.rs:39:9 [INFO] [stdout] | [INFO] [stdout] 39 | info!("sending reqwest PUT {}", &reqwest_uri); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `json` [INFO] [stdout] --> collector/src/./state/file.rs:25:20 [INFO] [stdout] | [INFO] [stdout] 25 | let new_data = json!(state); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `json` [INFO] [stdout] --> collector/src/./state/file.rs:30:20 [INFO] [stdout] | [INFO] [stdout] 30 | let new_data = json!(state); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `info` [INFO] [stdout] --> collector/src/./state/s3.rs:25:9 [INFO] [stdout] | [INFO] [stdout] 25 | info!("configured new s3 endpoint {}", endpoint); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `info` [INFO] [stdout] --> collector/src/./state/s3.rs:68:13 [INFO] [stdout] | [INFO] [stdout] 68 | info!("path: {}\tcode: {}", path, code); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `error` [INFO] [stdout] --> collector/src/./state/s3.rs:72:17 [INFO] [stdout] | [INFO] [stdout] 72 | error!("Failed to put data in the bucket: {}\tcode: {}", path, code); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `Deserialize` [INFO] [stdout] --> collector/src/types.rs:20:24 [INFO] [stdout] | [INFO] [stdout] 20 | #[derive(Clone, Debug, Deserialize, Serialize)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `Serialize` [INFO] [stdout] --> collector/src/types.rs:20:37 [INFO] [stdout] | [INFO] [stdout] 20 | #[derive(Clone, Debug, Deserialize, Serialize)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `Deserialize` [INFO] [stdout] --> collector/src/types.rs:31:17 [INFO] [stdout] | [INFO] [stdout] 31 | #[derive(Debug, Deserialize, Serialize)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `Serialize` [INFO] [stdout] --> collector/src/types.rs:31:30 [INFO] [stdout] | [INFO] [stdout] 31 | #[derive(Debug, Deserialize, Serialize)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `info` [INFO] [stdout] --> collector/src/types.rs:89:17 [INFO] [stdout] | [INFO] [stdout] 89 | info!("Configuring accounts from the API"); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `info` [INFO] [stdout] --> collector/src/types.rs:103:17 [INFO] [stdout] | [INFO] [stdout] 103 | info!("API Host: {}", &api_host); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `error` [INFO] [stdout] --> collector/src/types.rs:109:25 [INFO] [stdout] | [INFO] [stdout] 109 | error!("Api endpoint unavailable"); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `error` [INFO] [stdout] --> collector/src/types.rs:110:25 [INFO] [stdout] | [INFO] [stdout] 110 | error!("{}", e); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `info` [INFO] [stdout] --> collector/src/types.rs:116:21 [INFO] [stdout] | [INFO] [stdout] 116 | info!( [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `info` [INFO] [stdout] --> collector/src/types.rs:137:17 [INFO] [stdout] | [INFO] [stdout] 137 | info!("Configuring accounts from the command line"); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `info` [INFO] [stdout] --> collector/src/types.rs:155:21 [INFO] [stdout] | [INFO] [stdout] 155 | info!("Collecting Kraken balance data"); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `error` [INFO] [stdout] --> collector/src/types.rs:174:33 [INFO] [stdout] | [INFO] [stdout] 174 | ... error!("account balance to API failed: {}", e.to_string()); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `info` [INFO] [stdout] --> collector/src/types.rs:179:21 [INFO] [stdout] | [INFO] [stdout] 179 | info!("Collecting stock data"); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `info` [INFO] [stdout] --> collector/src/types.rs:183:21 [INFO] [stdout] | [INFO] [stdout] 183 | info!("Collecting Kraken balance data"); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `error` [INFO] [stdout] --> collector/src/types.rs:202:33 [INFO] [stdout] | [INFO] [stdout] 202 | ... error!("account balance to API failed: {}", e.to_string()); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `info` [INFO] [stdout] --> collector/src/types.rs:207:21 [INFO] [stdout] | [INFO] [stdout] 207 | info!("Collecting crypto pairs"); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `info` [INFO] [stdout] --> collector/src/types.rs:226:21 [INFO] [stdout] | [INFO] [stdout] 226 | info!("Read state file from {}", filepath); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `info` [INFO] [stdout] --> collector/src/types.rs:237:21 [INFO] [stdout] | [INFO] [stdout] 237 | info!("Found existing candles, checking for period within current window"); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `info` [INFO] [stdout] --> collector/src/types.rs:241:25 [INFO] [stdout] | [INFO] [stdout] 241 | info!("Data older than 8 hours, collecting new daily candle"); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `json` [INFO] [stdout] --> collector/src/types.rs:247:40 [INFO] [stdout] | [INFO] [stdout] 247 | ... data = json!(candles); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `info` [INFO] [stdout] --> collector/src/types.rs:252:25 [INFO] [stdout] | [INFO] [stdout] 252 | info!("Already have most recent data for {}, continuing", symbol); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `info` [INFO] [stdout] --> collector/src/types.rs:267:17 [INFO] [stdout] | [INFO] [stdout] 267 | info!("saving to bucket"); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `json` [INFO] [stdout] --> collector/src/types.rs:271:40 [INFO] [stdout] | [INFO] [stdout] 271 | self.bucket.save(path, json!(data.to_owned()).to_string()); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `info` [INFO] [stdout] --> collector/src/types.rs:290:13 [INFO] [stdout] | [INFO] [stdout] 290 | info!("Current Balances:"); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `info` [INFO] [stdout] --> collector/src/types.rs:303:21 [INFO] [stdout] | [INFO] [stdout] 303 | info!("account id: {}", account_id); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `info` [INFO] [stdout] --> collector/src/types.rs:304:21 [INFO] [stdout] | [INFO] [stdout] 304 | info!("round trips: {}", round_trips); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `info` [INFO] [stdout] --> collector/src/types.rs:305:21 [INFO] [stdout] | [INFO] [stdout] 305 | info!("is_day_trader: {}", is_day_trader); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `info` [INFO] [stdout] --> collector/src/types.rs:306:21 [INFO] [stdout] | [INFO] [stdout] 306 | info!("is_closing_only_restricted: {}", is_closing_only_restricted); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `info` [INFO] [stdout] --> collector/src/types.rs:308:21 [INFO] [stdout] | [INFO] [stdout] 308 | info!( [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `info` [INFO] [stdout] --> collector/src/types.rs:312:21 [INFO] [stdout] | [INFO] [stdout] 312 | info!("initially cash balance: {}", initial_balances.cash_balance); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `info` [INFO] [stdout] --> collector/src/types.rs:315:25 [INFO] [stdout] | [INFO] [stdout] 315 | info!( [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `info` [INFO] [stdout] --> collector/src/types.rs:322:25 [INFO] [stdout] | [INFO] [stdout] 322 | info!("buying_power: {}", current_balances.buying_power.unwrap()); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `info` [INFO] [stdout] --> collector/src/types.rs:326:25 [INFO] [stdout] | [INFO] [stdout] 326 | info!( [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `info` [INFO] [stdout] --> collector/src/types.rs:331:21 [INFO] [stdout] | [INFO] [stdout] 331 | info!("cash_balance: {}", current_balances.cash_balance); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `info` [INFO] [stdout] --> collector/src/types.rs:334:25 [INFO] [stdout] | [INFO] [stdout] 334 | info!("equity: {}", current_balances.equity.unwrap()); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `info` [INFO] [stdout] --> collector/src/types.rs:337:21 [INFO] [stdout] | [INFO] [stdout] 337 | info!("liquidation_value: {}", current_balances.liquidation_value); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `info` [INFO] [stdout] --> collector/src/types.rs:340:25 [INFO] [stdout] | [INFO] [stdout] 340 | info!( [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `info` [INFO] [stdout] --> collector/src/types.rs:347:25 [INFO] [stdout] | [INFO] [stdout] 347 | info!("total_cash: {}", current_balances.total_cash.unwrap()); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `info` [INFO] [stdout] --> collector/src/types.rs:351:25 [INFO] [stdout] | [INFO] [stdout] 351 | info!( [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `info` [INFO] [stdout] --> collector/src/types.rs:358:25 [INFO] [stdout] | [INFO] [stdout] 358 | info!( [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `info` [INFO] [stdout] --> collector/src/types.rs:385:9 [INFO] [stdout] | [INFO] [stdout] 385 | info!("Fetched data for {}", symbol); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `json` [INFO] [stdout] --> collector/src/types.rs:386:9 [INFO] [stdout] | [INFO] [stdout] 386 | json!(new_mate_candles) [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `error` [INFO] [stdout] --> collector/src/types.rs:396:17 [INFO] [stdout] | [INFO] [stdout] 396 | error!("{}", e); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `info` [INFO] [stdout] --> collector/src/types.rs:401:9 [INFO] [stdout] | [INFO] [stdout] 401 | info!("Fetched data for {}", self.conf.crypto_watchlist.join(", ")); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `info` [INFO] [stdout] --> collector/src/types.rs:423:21 [INFO] [stdout] | [INFO] [stdout] 423 | info!("Read state file from {}", filepath); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `info` [INFO] [stdout] --> collector/src/types.rs:429:17 [INFO] [stdout] | [INFO] [stdout] 429 | info!("saving to bucket"); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `json` [INFO] [stdout] --> collector/src/types.rs:433:40 [INFO] [stdout] | [INFO] [stdout] 433 | self.bucket.save(path, json!(data.to_owned()).to_string()); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `Serialize` [INFO] [stdout] --> collector/src/types.rs:456:30 [INFO] [stdout] | [INFO] [stdout] 456 | #[derive(Clone, Copy, Debug, Serialize, Deserialize)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `Deserialize` [INFO] [stdout] --> collector/src/types.rs:456:41 [INFO] [stdout] | [INFO] [stdout] 456 | #[derive(Clone, Copy, Debug, Serialize, Deserialize)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `Deserialize` [INFO] [stdout] --> collector/src/types.rs:479:17 [INFO] [stdout] | [INFO] [stdout] 479 | #[derive(Debug, Deserialize, Serialize)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `Serialize` [INFO] [stdout] --> collector/src/types.rs:479:30 [INFO] [stdout] | [INFO] [stdout] 479 | #[derive(Debug, Deserialize, Serialize)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `Deserialize` [INFO] [stdout] --> collector/src/types.rs:485:17 [INFO] [stdout] | [INFO] [stdout] 485 | #[derive(Debug, Deserialize, Serialize)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `Serialize` [INFO] [stdout] --> collector/src/types.rs:485:30 [INFO] [stdout] | [INFO] [stdout] 485 | #[derive(Debug, Deserialize, Serialize)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `new_magic_crypt` in this scope [INFO] [stdout] --> collector/src/types.rs:556:14 [INFO] [stdout] | [INFO] [stdout] 556 | let mc = new_magic_crypt!(salt, 256); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `Parser` [INFO] [stdout] --> collector/src/main.rs:15:10 [INFO] [stdout] | [INFO] [stdout] 15 | #[derive(Parser, Debug)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `clap` in this scope [INFO] [stdout] --> collector/src/main.rs:16:3 [INFO] [stdout] | [INFO] [stdout] 16 | #[clap( [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `clap` in this scope [INFO] [stdout] --> collector/src/main.rs:24:7 [INFO] [stdout] | [INFO] [stdout] 24 | #[clap(short, long)] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `clap` in this scope [INFO] [stdout] --> collector/src/main.rs:27:7 [INFO] [stdout] | [INFO] [stdout] 27 | #[clap(long)] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `clap` in this scope [INFO] [stdout] --> collector/src/main.rs:30:7 [INFO] [stdout] | [INFO] [stdout] 30 | #[clap(long)] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `clap` in this scope [INFO] [stdout] --> collector/src/main.rs:33:7 [INFO] [stdout] | [INFO] [stdout] 33 | #[clap(long, default_value = "https")] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `clap` in this scope [INFO] [stdout] --> collector/src/main.rs:36:7 [INFO] [stdout] | [INFO] [stdout] 36 | #[clap(long, default_value = "us-east-1")] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `clap` in this scope [INFO] [stdout] --> collector/src/main.rs:39:7 [INFO] [stdout] | [INFO] [stdout] 39 | #[clap(short, long)] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `clap` in this scope [INFO] [stdout] --> collector/src/main.rs:42:7 [INFO] [stdout] | [INFO] [stdout] 42 | #[clap(long)] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `clap` in this scope [INFO] [stdout] --> collector/src/main.rs:45:7 [INFO] [stdout] | [INFO] [stdout] 45 | #[clap(short, long, default_value_t = 3600)] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `clap` in this scope [INFO] [stdout] --> collector/src/main.rs:48:7 [INFO] [stdout] | [INFO] [stdout] 48 | #[clap(short, long)] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `clap` in this scope [INFO] [stdout] --> collector/src/main.rs:51:7 [INFO] [stdout] | [INFO] [stdout] 51 | #[clap(short, long, parse(from_occurrences))] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `info` [INFO] [stdout] --> collector/src/main.rs:82:5 [INFO] [stdout] | [INFO] [stdout] 82 | info!("Starting collector"); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `info` [INFO] [stdout] --> collector/src/main.rs:87:9 [INFO] [stdout] | [INFO] [stdout] 87 | info!("Time to sleep (¬‿¬)"); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `reqwest` [INFO] [stdout] --> collector/src/./state/api/mod.rs:21:20 [INFO] [stdout] | [INFO] [stdout] 21 | let resp = reqwest::blocking::get(reqwest_uri).unwrap(); [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `reqwest` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `chrono` [INFO] [stdout] --> collector/src/types.rs:27:18 [INFO] [stdout] | [INFO] [stdout] 27 | pub created: chrono::NaiveDateTime, [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `chrono` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `chrono` [INFO] [stdout] --> collector/src/types.rs:28:25 [INFO] [stdout] | [INFO] [stdout] 28 | pub updated: Option, [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `chrono` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `chrono` [INFO] [stdout] --> collector/src/types.rs:525:24 [INFO] [stdout] | [INFO] [stdout] 525 | let current_date = chrono::Utc::now(); [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `chrono` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `chrono` [INFO] [stdout] --> collector/src/types.rs:530:5 [INFO] [stdout] | [INFO] [stdout] 530 | chrono::Utc::now().timestamp() as usize [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `chrono` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `reqwest` [INFO] [stdout] --> collector/src/./state/api/mod.rs:36:22 [INFO] [stdout] | [INFO] [stdout] 36 | let client = reqwest::blocking::Client::new(); [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `reqwest` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use crate::types::Client; [INFO] [stdout] | [INFO] [stdout] help: if you import `Client`, refer to it directly [INFO] [stdout] | [INFO] [stdout] 36 - let client = reqwest::blocking::Client::new(); [INFO] [stdout] 36 + let client = Client::new(); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `serde_json` [INFO] [stdout] --> collector/src/./state/file.rs:10:23 [INFO] [stdout] | [INFO] [stdout] 10 | let json: Value = serde_json::from_str(&data).unwrap(); [INFO] [stdout] | ^^^^^^^^^^ use of undeclared crate or module `serde_json` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `serde_json` [INFO] [stdout] --> collector/src/./state/file.rs:20:23 [INFO] [stdout] | [INFO] [stdout] 20 | let json: Value = serde_json::from_str(&data).unwrap(); [INFO] [stdout] | ^^^^^^^^^^ use of undeclared crate or module `serde_json` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: compiler/rustc_hir_typeck/src/fn_ctxt/_impl.rs:133:13: no type for local variable local let (_, code) = bucket [INFO] [stdout] .put_object_blocking(path.clone(), data.as_bytes()) [INFO] [stdout] .unwrap(); (hir_id=HirId { owner: OwnerId { def_id: DefId(0:78 ~ mate_collector[1c0c]::types::state::s3::{impl#0}::save) }, local_id: 41 }) [INFO] [stdout] --> collector/src/./state/s3.rs:65:13 [INFO] [stdout] | [INFO] [stdout] 65 | / let (_, code) = bucket [INFO] [stdout] 66 | | .put_object_blocking(path.clone(), data.as_bytes()) [INFO] [stdout] 67 | | .unwrap(); [INFO] [stdout] | |__________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] thread 'rustc' panicked at 'Box', /rustc/d4bd6c543d189dee2fa075d0b37e31ddc7d111a4/compiler/rustc_errors/src/lib.rs:973:33 [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x7f5719110a7a - std::backtrace_rs::backtrace::libunwind::trace::h3b7c2b646ee7f9ec [INFO] [stderr] at /rustc/d4bd6c543d189dee2fa075d0b37e31ddc7d111a4/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stderr] 1: 0x7f5719110a7a - std::backtrace_rs::backtrace::trace_unsynchronized::h1b927fca9b7ee506 [INFO] [stderr] at /rustc/d4bd6c543d189dee2fa075d0b37e31ddc7d111a4/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stderr] 2: 0x7f5719110a7a - std::sys_common::backtrace::_print_fmt::h10ae608444ab7816 [INFO] [stderr] at /rustc/d4bd6c543d189dee2fa075d0b37e31ddc7d111a4/library/std/src/sys_common/backtrace.rs:65:5 [INFO] [stderr] 3: 0x7f5719110a7a - ::fmt::ha68eca230a760f76 [INFO] [stderr] at /rustc/d4bd6c543d189dee2fa075d0b37e31ddc7d111a4/library/std/src/sys_common/backtrace.rs:44:22 [INFO] [stderr] 4: 0x7f57191737ae - core::fmt::write::hc8e2b265e29726fa [INFO] [stderr] at /rustc/d4bd6c543d189dee2fa075d0b37e31ddc7d111a4/library/core/src/fmt/mod.rs:1208:17 [INFO] [stderr] 5: 0x7f5719100e45 - std::io::Write::write_fmt::h9e4be8a7609c4f2f [INFO] [stderr] at /rustc/d4bd6c543d189dee2fa075d0b37e31ddc7d111a4/library/std/src/io/mod.rs:1682:15 [INFO] [stderr] 6: 0x7f5719110845 - std::sys_common::backtrace::_print::h673ef5fd934dcd13 [INFO] [stderr] at /rustc/d4bd6c543d189dee2fa075d0b37e31ddc7d111a4/library/std/src/sys_common/backtrace.rs:47:5 [INFO] [stderr] 7: 0x7f5719110845 - std::sys_common::backtrace::print::h93484b8c78ab2ad4 [INFO] [stderr] at /rustc/d4bd6c543d189dee2fa075d0b37e31ddc7d111a4/library/std/src/sys_common/backtrace.rs:34:9 [INFO] [stderr] 8: 0x7f571911358f - std::panicking::default_hook::{{closure}}::heca9e3c4c1ba2a65 [INFO] [stderr] at /rustc/d4bd6c543d189dee2fa075d0b37e31ddc7d111a4/library/std/src/panicking.rs:267:22 [INFO] [stderr] 9: 0x7f57191132cb - std::panicking::default_hook::h48d2c50e2ed1b5c4 [INFO] [stderr] at /rustc/d4bd6c543d189dee2fa075d0b37e31ddc7d111a4/library/std/src/panicking.rs:286:9 [INFO] [stderr] 10: 0x7f571c3fca21 - >::call_once::{shim:vtable#0} [INFO] [stderr] 11: 0x7f5719113dcd - as core::ops::function::Fn>::call::hd8e49a0ed67e4170 [INFO] [stderr] at /rustc/d4bd6c543d189dee2fa075d0b37e31ddc7d111a4/library/alloc/src/boxed.rs:2032:9 [INFO] [stderr] 12: 0x7f5719113dcd - std::panicking::rust_panic_with_hook::hef7167ba9254c26f [INFO] [stderr] at /rustc/d4bd6c543d189dee2fa075d0b37e31ddc7d111a4/library/std/src/panicking.rs:692:13 [INFO] [stderr] 13: 0x7f571c5c0991 - std[2c91e0c0d0b830b3]::panicking::begin_panic::::{closure#0} [INFO] [stderr] 14: 0x7f571c5bef36 - std[2c91e0c0d0b830b3]::sys_common::backtrace::__rust_end_short_backtrace::::{closure#0}, !> [INFO] [stderr] 15: 0x7f571c631aa6 - std[2c91e0c0d0b830b3]::panicking::begin_panic:: [INFO] [stderr] 16: 0x7f571c627976 - std[2c91e0c0d0b830b3]::panic::panic_any:: [INFO] [stderr] 17: 0x7f571c625f52 - ::span_bug:: [INFO] [stderr] 18: 0x7f571c625d17 - ::span_bug:: [INFO] [stderr] 19: 0x7f571c5fa099 - rustc_middle[415bbef6658219c8]::ty::context::tls::with_context_opt::::{closure#0}, ()>::{closure#0}, ()> [INFO] [stderr] 20: 0x7f571c5f9666 - rustc_middle[415bbef6658219c8]::util::bug::opt_span_bug_fmt:: [INFO] [stderr] 21: 0x7f571a77a3b4 - rustc_middle[415bbef6658219c8]::util::bug::span_bug_fmt:: [INFO] [stderr] 22: 0x7f571a86e641 - ::visit_local [INFO] [stderr] 23: 0x7f571a862903 - ::visit_expr [INFO] [stderr] 24: 0x7f571a864486 - ::visit_expr [INFO] [stderr] 25: 0x7f571a862684 - ::visit_expr [INFO] [stderr] 26: 0x7f571a862684 - ::visit_expr [INFO] [stderr] 27: 0x7f571a8628e3 - ::visit_expr [INFO] [stderr] 28: 0x7f571a9a80d4 - ::resolve_type_vars_in_body [INFO] [stderr] 29: 0x7f571a99ad4e - ::enter::::{closure#0}::{closure#1}, &rustc_middle[415bbef6658219c8]::ty::typeck_results::TypeckResults> [INFO] [stderr] 30: 0x7f571a98ce78 - rustc_hir_typeck[6380b4e2c82e01b2]::typeck [INFO] [stderr] 31: 0x7f571a98b154 - rustc_query_system[b48a97c5c44fa9c3]::query::plumbing::try_execute_query::> [INFO] [stderr] 32: 0x7f571bb62445 - rustc_data_structures[e3961f3af5a2c0b6]::sync::par_for_each_in::<&[rustc_span[665da14336b27776]::def_id::LocalDefId], ::par_body_owners::{closure#0}> [INFO] [stderr] 33: 0x7f571bb62183 - rustc_hir_typeck[6380b4e2c82e01b2]::typeck_item_bodies [INFO] [stderr] 34: 0x7f571bac48c7 - rustc_query_system[b48a97c5c44fa9c3]::query::plumbing::try_execute_query::> [INFO] [stderr] 35: 0x7f571bac45d0 - rustc_query_system[b48a97c5c44fa9c3]::query::plumbing::get_query:: [INFO] [stderr] 36: 0x7f571a963712 - ::time::<(), rustc_hir_analysis[9d4b93e6b9d0368f]::check_crate::{closure#7}> [INFO] [stderr] 37: 0x7f571a96260c - rustc_hir_analysis[9d4b93e6b9d0368f]::check_crate [INFO] [stderr] 38: 0x7f571a96222b - rustc_interface[53667e6fcc93bd7]::passes::analysis [INFO] [stderr] 39: 0x7f571bbb61c7 - rustc_query_system[b48a97c5c44fa9c3]::query::plumbing::try_execute_query::>> [INFO] [stderr] 40: 0x7f571bbb5ec0 - rustc_query_system[b48a97c5c44fa9c3]::query::plumbing::get_query:: [INFO] [stderr] 41: 0x7f571b63a703 - ::enter::> [INFO] [stderr] 42: 0x7f571b636ab3 - ::enter::, rustc_errors[dbf1c4c4e793f51f]::ErrorGuaranteed>> [INFO] [stderr] 43: 0x7f571b631ac8 - rustc_span[665da14336b27776]::with_source_map::, rustc_interface[53667e6fcc93bd7]::interface::run_compiler, rustc_driver[b546f064410505ae]::run_compiler::{closure#1}>::{closure#0}::{closure#0}> [INFO] [stderr] 44: 0x7f571b6315b5 - >::set::, rustc_driver[b546f064410505ae]::run_compiler::{closure#1}>::{closure#0}, core[7f34b2301e369ac4]::result::Result<(), rustc_errors[dbf1c4c4e793f51f]::ErrorGuaranteed>> [INFO] [stderr] 45: 0x7f571b630ba2 - std[2c91e0c0d0b830b3]::sys_common::backtrace::__rust_begin_short_backtrace::, rustc_driver[b546f064410505ae]::run_compiler::{closure#1}>::{closure#0}, core[7f34b2301e369ac4]::result::Result<(), rustc_errors[dbf1c4c4e793f51f]::ErrorGuaranteed>>::{closure#0}::{closure#0}, core[7f34b2301e369ac4]::result::Result<(), rustc_errors[dbf1c4c4e793f51f]::ErrorGuaranteed>> [INFO] [stderr] 46: 0x7f571bcc55da - <::spawn_unchecked_, rustc_driver[b546f064410505ae]::run_compiler::{closure#1}>::{closure#0}, core[7f34b2301e369ac4]::result::Result<(), rustc_errors[dbf1c4c4e793f51f]::ErrorGuaranteed>>::{closure#0}::{closure#0}, core[7f34b2301e369ac4]::result::Result<(), rustc_errors[dbf1c4c4e793f51f]::ErrorGuaranteed>>::{closure#1} as core[7f34b2301e369ac4]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stderr] 47: 0x7f571911ddc3 - as core::ops::function::FnOnce>::call_once::hd76e3cfc458a7b45 [INFO] [stderr] at /rustc/d4bd6c543d189dee2fa075d0b37e31ddc7d111a4/library/alloc/src/boxed.rs:2000:9 [INFO] [stderr] 48: 0x7f571911ddc3 - as core::ops::function::FnOnce>::call_once::hb3d38f6b76db7795 [INFO] [stderr] at /rustc/d4bd6c543d189dee2fa075d0b37e31ddc7d111a4/library/alloc/src/boxed.rs:2000:9 [INFO] [stderr] 49: 0x7f571911ddc3 - std::sys::unix::thread::Thread::new::thread_start::h788e5a9d1a837c70 [INFO] [stderr] at /rustc/d4bd6c543d189dee2fa075d0b37e31ddc7d111a4/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stderr] 50: 0x7f5718fbe609 - start_thread [INFO] [stderr] 51: 0x7f5718ee1133 - clone [INFO] [stderr] 52: 0x0 - [INFO] [stderr] [INFO] [stderr] note: the compiler unexpectedly panicked. this is a bug. [INFO] [stderr] [INFO] [stderr] note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md [INFO] [stderr] [INFO] [stderr] note: rustc 1.68.0-nightly (d4bd6c543 2022-12-23) running on x86_64-unknown-linux-gnu [INFO] [stderr] [INFO] [stderr] note: compiler flags: --crate-type bin -C embed-bitcode=no -C debuginfo=2 [INFO] [stderr] [INFO] [stderr] note: some of the compiler flags provided by cargo are hidden [INFO] [stderr] [INFO] [stderr] query stack during panic: [INFO] [stderr] #0 [typeck] type-checking `types::state::s3::::save` [INFO] [stderr] #1 [typeck_item_bodies] type-checking all item bodies [INFO] [stderr] #2 [analysis] running analysis passes on this crate [INFO] [stderr] end of query stack [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `accounts` [INFO] [stdout] --> collector/src/types.rs:124:39 [INFO] [stdout] | [INFO] [stdout] 124 | let new_account = accounts::new_account( [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | use of undeclared crate or module `accounts` [INFO] [stdout] | help: a struct with a similar name exists: `Accounts` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `accounts` [INFO] [stdout] --> collector/src/types.rs:140:25 [INFO] [stdout] | [INFO] [stdout] 140 | accounts::new_account(account, account, "", None, "", "").unwrap(); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | use of undeclared crate or module `accounts` [INFO] [stdout] | help: a struct with a similar name exists: `Accounts` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `parse` found for struct `Args` in the current scope [INFO] [stdout] --> collector/src/main.rs:79:22 [INFO] [stdout] | [INFO] [stdout] 23 | struct Args { [INFO] [stdout] | ----------- function or associated item `parse` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 79 | let args = Args::parse(); [INFO] [stdout] | ^^^^^ function or associated item not found in `Args` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 108 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433, E0463, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `mate-collector` due to 108 previous errors [INFO] running `Command { std: "docker" "inspect" "470fc99fea60994de57004c20bfcd294caf41a0dc11ad00ef9682ae0682e8722", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "470fc99fea60994de57004c20bfcd294caf41a0dc11ad00ef9682ae0682e8722", kill_on_drop: false }` [INFO] [stdout] 470fc99fea60994de57004c20bfcd294caf41a0dc11ad00ef9682ae0682e8722