[INFO] fetching crate async-stripe 0.13.0... [INFO] testing async-stripe-0.13.0 against beta-2022-02-22 for beta-1.60-1 [INFO] extracting crate async-stripe 0.13.0 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate async-stripe 0.13.0 on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate async-stripe 0.13.0 [INFO] finished tweaking crates.io crate async-stripe 0.13.0 [INFO] tweaked toml for crates.io crate async-stripe 0.13.0 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded surf v2.3.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e7a31ed10fc509490db035439bbb2074d77407d6ff0b84a523163de71589a600 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "e7a31ed10fc509490db035439bbb2074d77407d6ff0b84a523163de71589a600", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e7a31ed10fc509490db035439bbb2074d77407d6ff0b84a523163de71589a600", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e7a31ed10fc509490db035439bbb2074d77407d6ff0b84a523163de71589a600", kill_on_drop: false }` [INFO] [stdout] e7a31ed10fc509490db035439bbb2074d77407d6ff0b84a523163de71589a600 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 52d3738ebaf266f04e0e88e06f132dcb14b8f3298e6ab88751ee7519187c7fa8 [INFO] running `Command { std: "docker" "start" "-a" "52d3738ebaf266f04e0e88e06f132dcb14b8f3298e6ab88751ee7519187c7fa8", kill_on_drop: false }` [INFO] [stderr] Compiling subtle v2.4.1 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling time v0.1.43 [INFO] [stderr] Compiling serde_json v1.0.79 [INFO] [stderr] Compiling smol_str v0.1.21 [INFO] [stderr] Compiling block-buffer v0.9.0 [INFO] [stderr] Compiling thiserror-impl v1.0.30 [INFO] [stderr] Compiling sha2 v0.9.9 [INFO] [stderr] Compiling crypto-mac v0.11.1 [INFO] [stderr] Compiling hmac v0.11.0 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling thiserror v1.0.30 [INFO] [stderr] Compiling serde_qs v0.8.5 [INFO] [stderr] Compiling async-stripe v0.13.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `crate::config` [INFO] [stdout] --> src/params.rs:6:12 [INFO] [stdout] | [INFO] [stdout] 6 | use crate::config::{err, ok, Client, Response}; [INFO] [stdout] | ^^^^^^ could not find `config` in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::config` [INFO] [stdout] --> src/resources/generated/balance.rs:7:12 [INFO] [stdout] | [INFO] [stdout] 7 | use crate::config::{Client, Response}; [INFO] [stdout] | ^^^^^^ could not find `config` in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::config` [INFO] [stdout] --> src/resources/generated/balance_transaction.rs:7:12 [INFO] [stdout] | [INFO] [stdout] 7 | use crate::config::{Client, Response}; [INFO] [stdout] | ^^^^^^ could not find `config` in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::config` [INFO] [stdout] --> src/resources/generated/charge.rs:7:12 [INFO] [stdout] | [INFO] [stdout] 7 | use crate::config::{Client, Response}; [INFO] [stdout] | ^^^^^^ could not find `config` in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::config` [INFO] [stdout] --> src/resources/generated/customer.rs:7:12 [INFO] [stdout] | [INFO] [stdout] 7 | use crate::config::{Client, Response}; [INFO] [stdout] | ^^^^^^ could not find `config` in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::config` [INFO] [stdout] --> src/resources/generated/dispute.rs:7:12 [INFO] [stdout] | [INFO] [stdout] 7 | use crate::config::{Client, Response}; [INFO] [stdout] | ^^^^^^ could not find `config` in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::config` [INFO] [stdout] --> src/resources/generated/ephemeral_key.rs:7:12 [INFO] [stdout] | [INFO] [stdout] 7 | use crate::config::{Client, Response}; [INFO] [stdout] | ^^^^^^ could not find `config` in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::config` [INFO] [stdout] --> src/resources/generated/file.rs:7:12 [INFO] [stdout] | [INFO] [stdout] 7 | use crate::config::{Client, Response}; [INFO] [stdout] | ^^^^^^ could not find `config` in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::config` [INFO] [stdout] --> src/resources/generated/file_link.rs:7:12 [INFO] [stdout] | [INFO] [stdout] 7 | use crate::config::{Client, Response}; [INFO] [stdout] | ^^^^^^ could not find `config` in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::config` [INFO] [stdout] --> src/resources/generated/mandate.rs:7:12 [INFO] [stdout] | [INFO] [stdout] 7 | use crate::config::{Client, Response}; [INFO] [stdout] | ^^^^^^ could not find `config` in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::config` [INFO] [stdout] --> src/resources/generated/payment_intent.rs:7:12 [INFO] [stdout] | [INFO] [stdout] 7 | use crate::config::{Client, Response}; [INFO] [stdout] | ^^^^^^ could not find `config` in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::config` [INFO] [stdout] --> src/resources/generated/payout.rs:7:12 [INFO] [stdout] | [INFO] [stdout] 7 | use crate::config::{Client, Response}; [INFO] [stdout] | ^^^^^^ could not find `config` in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::config` [INFO] [stdout] --> src/resources/generated/product.rs:7:12 [INFO] [stdout] | [INFO] [stdout] 7 | use crate::config::{Client, Response}; [INFO] [stdout] | ^^^^^^ could not find `config` in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::config` [INFO] [stdout] --> src/resources/generated/refund.rs:7:12 [INFO] [stdout] | [INFO] [stdout] 7 | use crate::config::{Client, Response}; [INFO] [stdout] | ^^^^^^ could not find `config` in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::config` [INFO] [stdout] --> src/resources/generated/setup_attempt.rs:7:12 [INFO] [stdout] | [INFO] [stdout] 7 | use crate::config::{Client, Response}; [INFO] [stdout] | ^^^^^^ could not find `config` in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::config` [INFO] [stdout] --> src/resources/generated/setup_intent.rs:7:12 [INFO] [stdout] | [INFO] [stdout] 7 | use crate::config::{Client, Response}; [INFO] [stdout] | ^^^^^^ could not find `config` in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::config` [INFO] [stdout] --> src/resources/generated/shipping_rate.rs:7:12 [INFO] [stdout] | [INFO] [stdout] 7 | use crate::config::{Client, Response}; [INFO] [stdout] | ^^^^^^ could not find `config` in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::config` [INFO] [stdout] --> src/resources/generated/tax_code.rs:7:12 [INFO] [stdout] | [INFO] [stdout] 7 | use crate::config::{Client, Response}; [INFO] [stdout] | ^^^^^^ could not find `config` in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::config` [INFO] [stdout] --> src/resources/generated/token.rs:7:12 [INFO] [stdout] | [INFO] [stdout] 7 | use crate::config::{Client, Response}; [INFO] [stdout] | ^^^^^^ could not find `config` in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::config` [INFO] [stdout] --> src/resources/generated/payment_method.rs:7:12 [INFO] [stdout] | [INFO] [stdout] 7 | use crate::config::{Client, Response}; [INFO] [stdout] | ^^^^^^ could not find `config` in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::config` [INFO] [stdout] --> src/resources/generated/source.rs:7:12 [INFO] [stdout] | [INFO] [stdout] 7 | use crate::config::{Client, Response}; [INFO] [stdout] | ^^^^^^ could not find `config` in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::config` [INFO] [stdout] --> src/resources/generated/checkout_session.rs:7:12 [INFO] [stdout] | [INFO] [stdout] 7 | use crate::config::{Client, Response}; [INFO] [stdout] | ^^^^^^ could not find `config` in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::config` [INFO] [stdout] --> src/resources/generated/coupon.rs:7:12 [INFO] [stdout] | [INFO] [stdout] 7 | use crate::config::{Client, Response}; [INFO] [stdout] | ^^^^^^ could not find `config` in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::config` [INFO] [stdout] --> src/resources/generated/invoice.rs:7:12 [INFO] [stdout] | [INFO] [stdout] 7 | use crate::config::{Client, Response}; [INFO] [stdout] | ^^^^^^ could not find `config` in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::config` [INFO] [stdout] --> src/resources/generated/invoiceitem.rs:7:12 [INFO] [stdout] | [INFO] [stdout] 7 | use crate::config::{Client, Response}; [INFO] [stdout] | ^^^^^^ could not find `config` in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::config` [INFO] [stdout] --> src/resources/generated/plan.rs:7:12 [INFO] [stdout] | [INFO] [stdout] 7 | use crate::config::{Client, Response}; [INFO] [stdout] | ^^^^^^ could not find `config` in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::config` [INFO] [stdout] --> src/resources/generated/price.rs:7:12 [INFO] [stdout] | [INFO] [stdout] 7 | use crate::config::{Client, Response}; [INFO] [stdout] | ^^^^^^ could not find `config` in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::config` [INFO] [stdout] --> src/resources/generated/promotion_code.rs:7:12 [INFO] [stdout] | [INFO] [stdout] 7 | use crate::config::{Client, Response}; [INFO] [stdout] | ^^^^^^ could not find `config` in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::config` [INFO] [stdout] --> src/resources/generated/quote.rs:7:12 [INFO] [stdout] | [INFO] [stdout] 7 | use crate::config::{Client, Response}; [INFO] [stdout] | ^^^^^^ could not find `config` in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::config` [INFO] [stdout] --> src/resources/generated/subscription.rs:7:12 [INFO] [stdout] | [INFO] [stdout] 7 | use crate::config::{Client, Response}; [INFO] [stdout] | ^^^^^^ could not find `config` in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::config` [INFO] [stdout] --> src/resources/generated/subscription_item.rs:7:12 [INFO] [stdout] | [INFO] [stdout] 7 | use crate::config::{Client, Response}; [INFO] [stdout] | ^^^^^^ could not find `config` in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::config` [INFO] [stdout] --> src/resources/generated/subscription_schedule.rs:7:12 [INFO] [stdout] | [INFO] [stdout] 7 | use crate::config::{Client, Response}; [INFO] [stdout] | ^^^^^^ could not find `config` in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::config` [INFO] [stdout] --> src/resources/generated/tax_rate.rs:7:12 [INFO] [stdout] | [INFO] [stdout] 7 | use crate::config::{Client, Response}; [INFO] [stdout] | ^^^^^^ could not find `config` in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::config` [INFO] [stdout] --> src/resources/generated/account.rs:7:12 [INFO] [stdout] | [INFO] [stdout] 7 | use crate::config::{Client, Response}; [INFO] [stdout] | ^^^^^^ could not find `config` in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::config` [INFO] [stdout] --> src/resources/generated/account_link.rs:7:12 [INFO] [stdout] | [INFO] [stdout] 7 | use crate::config::{Client, Response}; [INFO] [stdout] | ^^^^^^ could not find `config` in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::config` [INFO] [stdout] --> src/resources/generated/application_fee.rs:7:12 [INFO] [stdout] | [INFO] [stdout] 7 | use crate::config::{Client, Response}; [INFO] [stdout] | ^^^^^^ could not find `config` in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::config` [INFO] [stdout] --> src/resources/generated/recipient.rs:7:12 [INFO] [stdout] | [INFO] [stdout] 7 | use crate::config::{Client, Response}; [INFO] [stdout] | ^^^^^^ could not find `config` in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::config` [INFO] [stdout] --> src/resources/generated/topup.rs:7:12 [INFO] [stdout] | [INFO] [stdout] 7 | use crate::config::{Client, Response}; [INFO] [stdout] | ^^^^^^ could not find `config` in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::config` [INFO] [stdout] --> src/resources/generated/transfer.rs:7:12 [INFO] [stdout] | [INFO] [stdout] 7 | use crate::config::{Client, Response}; [INFO] [stdout] | ^^^^^^ could not find `config` in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::config` [INFO] [stdout] --> src/resources/generated/review.rs:7:12 [INFO] [stdout] | [INFO] [stdout] 7 | use crate::config::{Client, Response}; [INFO] [stdout] | ^^^^^^ could not find `config` in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::config` [INFO] [stdout] --> src/resources/generated/order.rs:7:12 [INFO] [stdout] | [INFO] [stdout] 7 | use crate::config::{Client, Response}; [INFO] [stdout] | ^^^^^^ could not find `config` in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::config` [INFO] [stdout] --> src/resources/generated/order_return.rs:7:12 [INFO] [stdout] | [INFO] [stdout] 7 | use crate::config::{Client, Response}; [INFO] [stdout] | ^^^^^^ could not find `config` in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::config` [INFO] [stdout] --> src/resources/generated/sku.rs:7:12 [INFO] [stdout] | [INFO] [stdout] 7 | use crate::config::{Client, Response}; [INFO] [stdout] | ^^^^^^ could not find `config` in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::config` [INFO] [stdout] --> src/resources/generated/event.rs:7:12 [INFO] [stdout] | [INFO] [stdout] 7 | use crate::config::{Client, Response}; [INFO] [stdout] | ^^^^^^ could not find `config` in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::config` [INFO] [stdout] --> src/resources/generated/webhook_endpoint.rs:7:12 [INFO] [stdout] | [INFO] [stdout] 7 | use crate::config::{Client, Response}; [INFO] [stdout] | ^^^^^^ could not find `config` in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::config` [INFO] [stdout] --> src/resources/charge_ext.rs:3:12 [INFO] [stdout] | [INFO] [stdout] 3 | use crate::config::{Client, Response}; [INFO] [stdout] | ^^^^^^ could not find `config` in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::config` [INFO] [stdout] --> src/resources/customer_ext.rs:3:12 [INFO] [stdout] | [INFO] [stdout] 3 | use crate::config::{Client, Response}; [INFO] [stdout] | ^^^^^^ could not find `config` in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::config` [INFO] [stdout] --> src/resources/payment_intent_ext.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | config::{Client, Response}, [INFO] [stdout] | ^^^^^^ could not find `config` in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::config` [INFO] [stdout] --> src/resources/payout_ext.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::config::{Client, Response}; [INFO] [stdout] | ^^^^^^ could not find `config` in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::config` [INFO] [stdout] --> src/resources/payment_method_ext.rs:3:12 [INFO] [stdout] | [INFO] [stdout] 3 | use crate::config::{Client, Response}; [INFO] [stdout] | ^^^^^^ could not find `config` in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::config` [INFO] [stdout] --> src/resources/invoice_ext.rs:3:12 [INFO] [stdout] | [INFO] [stdout] 3 | use crate::config::{Client, Response}; [INFO] [stdout] | ^^^^^^ could not find `config` in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::config` [INFO] [stdout] --> src/resources/line_item_ext.rs:3:12 [INFO] [stdout] | [INFO] [stdout] 3 | use crate::config::{Client, Response}; [INFO] [stdout] | ^^^^^^ could not find `config` in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::config` [INFO] [stdout] --> src/resources/subscription_ext.rs:3:12 [INFO] [stdout] | [INFO] [stdout] 3 | use crate::config::{Client, Response}; [INFO] [stdout] | ^^^^^^ could not find `config` in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::config` [INFO] [stdout] --> src/resources/login_links_ext.rs:3:12 [INFO] [stdout] | [INFO] [stdout] 3 | use crate::config::{Client, Response}; [INFO] [stdout] | ^^^^^^ could not find `config` in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `self::config` [INFO] [stdout] --> src/lib.rs:139:15 [INFO] [stdout] | [INFO] [stdout] 139 | pub use self::config::Client; [INFO] [stdout] | ^^^^^^ could not find `config` in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `self::config` [INFO] [stdout] --> src/lib.rs:140:15 [INFO] [stdout] | [INFO] [stdout] 140 | pub use self::config::Response; [INFO] [stdout] | ^^^^^^ could not find `config` in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 56 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `async-stripe` due to 57 previous errors [INFO] running `Command { std: "docker" "inspect" "52d3738ebaf266f04e0e88e06f132dcb14b8f3298e6ab88751ee7519187c7fa8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "52d3738ebaf266f04e0e88e06f132dcb14b8f3298e6ab88751ee7519187c7fa8", kill_on_drop: false }` [INFO] [stdout] 52d3738ebaf266f04e0e88e06f132dcb14b8f3298e6ab88751ee7519187c7fa8