[INFO] fetching crate async-stripe 0.13.0... [INFO] testing async-stripe-0.13.0 against 1.59.0 for beta-1.60-1 [INFO] extracting crate async-stripe 0.13.0 into /workspace/builds/worker-10/source [INFO] validating manifest of crates.io crate async-stripe 0.13.0 on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "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-10/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "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" "+1.59.0" "metadata" "--no-deps" "--format-version=1", 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] 94f97c6b297264a4b8fd6e9334e9d019caec396c59b226838c3a2dce0e99338e [INFO] running `Command { std: "docker" "start" "-a" "94f97c6b297264a4b8fd6e9334e9d019caec396c59b226838c3a2dce0e99338e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "94f97c6b297264a4b8fd6e9334e9d019caec396c59b226838c3a2dce0e99338e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "94f97c6b297264a4b8fd6e9334e9d019caec396c59b226838c3a2dce0e99338e", kill_on_drop: false }` [INFO] [stdout] 94f97c6b297264a4b8fd6e9334e9d019caec396c59b226838c3a2dce0e99338e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "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" "+1.59.0" "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] 751c14dc6977786e57142df30b235220582e9af35723de362c4b145064716a69 [INFO] running `Command { std: "docker" "start" "-a" "751c14dc6977786e57142df30b235220582e9af35723de362c4b145064716a69", kill_on_drop: false }` [INFO] [stderr] Compiling subtle v2.4.1 [INFO] [stderr] Compiling smol_str v0.1.21 [INFO] [stderr] Compiling serde_json v1.0.79 [INFO] [stderr] Compiling thiserror-impl v1.0.30 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling crypto-mac v0.11.1 [INFO] [stderr] Compiling hmac v0.11.0 [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" "751c14dc6977786e57142df30b235220582e9af35723de362c4b145064716a69", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "751c14dc6977786e57142df30b235220582e9af35723de362c4b145064716a69", kill_on_drop: false }` [INFO] [stdout] 751c14dc6977786e57142df30b235220582e9af35723de362c4b145064716a69