[INFO] crate sbanken 0.0.1-alpha.1 is already in cache [INFO] checking sbanken-0.0.1-alpha.1 against try#f149601db42efe10ece8b284ab681fd4a6fcb89c for pr-68766 [INFO] extracting crate sbanken 0.0.1-alpha.1 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate sbanken 0.0.1-alpha.1 on toolchain f149601db42efe10ece8b284ab681fd4a6fcb89c [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate sbanken 0.0.1-alpha.1 [INFO] finished tweaking crates.io crate sbanken 0.0.1-alpha.1 [INFO] tweaked toml for crates.io crate sbanken 0.0.1-alpha.1 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 92517e8db5ddab67b1dc6c612ee1f4b4db220e37b34ec9ae15040e060b11c946 [INFO] running `"docker" "start" "-a" "92517e8db5ddab67b1dc6c612ee1f4b4db220e37b34ec9ae15040e060b11c946"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Checking urlencoding v1.0.0 [INFO] [stderr] Compiling syn v1.0.14 [INFO] [stderr] Checking tokio v0.2.11 [INFO] [stderr] Checking tokio-util v0.2.0 [INFO] [stderr] Checking tokio-tls v0.3.0 [INFO] [stderr] Checking h2 v0.2.1 [INFO] [stderr] Compiling pin-project-internal v0.4.8 [INFO] [stderr] Compiling serde_derive v1.0.104 [INFO] [stderr] Compiling async-trait v0.1.24 [INFO] [stderr] Checking pin-project v0.4.8 [INFO] [stderr] Checking hyper v0.13.2 [INFO] [stderr] Checking hyper-tls v0.4.1 [INFO] [stderr] Checking serde v1.0.104 [INFO] [stderr] Checking serde_json v1.0.46 [INFO] [stderr] Checking serde_urlencoded v0.6.1 [INFO] [stderr] Checking reqwest v0.10.1 [INFO] [stderr] Checking sbanken v0.0.1-alpha.1 (/opt/rustwide/workdir) [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/accounts_api.rs:39:1 [INFO] [stderr] | [INFO] [stderr] 39 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] 40 | impl AccountsApi for AccountsApiClient { [INFO] [stderr] 41 | / async fn get_account(&self, account_id: &str, customer_id: Option<&str>) -> Result { [INFO] [stderr] 42 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 43 | | let client = &configuration.client; [INFO] [stderr] 44 | | [INFO] [stderr] ... | [INFO] [stderr] 61 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 62 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/accounts_api.rs:39:1 [INFO] [stderr] | [INFO] [stderr] 39 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 64 | / async fn list_accounts(&self, customer_id: Option<&str>) -> Result { [INFO] [stderr] 65 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 66 | | let client = &configuration.client; [INFO] [stderr] 67 | | [INFO] [stderr] ... | [INFO] [stderr] 84 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 85 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/cards_api.rs:38:1 [INFO] [stderr] | [INFO] [stderr] 38 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] 39 | impl CardsApi for CardsApiClient { [INFO] [stderr] 40 | / async fn list_cards(&self, customer_id: Option<&str>) -> Result { [INFO] [stderr] 41 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 42 | | let client = &configuration.client; [INFO] [stderr] 43 | | [INFO] [stderr] ... | [INFO] [stderr] 60 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 61 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/customers_api.rs:38:1 [INFO] [stderr] | [INFO] [stderr] 38 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] 39 | impl CustomersApi for CustomersApiClient { [INFO] [stderr] 40 | / async fn get_customer_info(&self, customer_id: Option<&str>) -> Result { [INFO] [stderr] 41 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 42 | | let client = &configuration.client; [INFO] [stderr] 43 | | [INFO] [stderr] ... | [INFO] [stderr] 60 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 61 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/e_fakturas_api.rs:41:1 [INFO] [stderr] | [INFO] [stderr] 41 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] 42 | impl EFakturasApi for EFakturasApiClient { [INFO] [stderr] 43 | / async fn get_e_faktura(&self, e_faktura_id: &str, customer_id: Option<&str>) -> Result { [INFO] [stderr] 44 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 45 | | let client = &configuration.client; [INFO] [stderr] 46 | | [INFO] [stderr] ... | [INFO] [stderr] 63 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 64 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/e_fakturas_api.rs:41:1 [INFO] [stderr] | [INFO] [stderr] 41 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 66 | / async fn list_e_fakturas(&self, customer_id: Option<&str>, status: Option<&str>, start_date: Option, end_date: Option, index: Option, length: Option) -> Result { [INFO] [stderr] 67 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 68 | | let client = &configuration.client; [INFO] [stderr] 69 | | [INFO] [stderr] ... | [INFO] [stderr] 101 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 102 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/e_fakturas_api.rs:41:1 [INFO] [stderr] | [INFO] [stderr] 41 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 104 | / async fn list_new_e_fakturas(&self, customer_id: Option<&str>, index: Option, length: Option) -> Result { [INFO] [stderr] 105 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 106 | | let client = &configuration.client; [INFO] [stderr] 107 | | [INFO] [stderr] ... | [INFO] [stderr] 130 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 131 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/e_fakturas_api.rs:41:1 [INFO] [stderr] | [INFO] [stderr] 41 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 133 | / async fn pay_e_faktura(&self, customer_id: Option<&str>, e_faktura_pay_request_v1: Option) -> Result { [INFO] [stderr] 134 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 135 | | let client = &configuration.client; [INFO] [stderr] 136 | | [INFO] [stderr] ... | [INFO] [stderr] 154 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 155 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/my_profiles_api.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] 44 | impl MyProfilesApi for MyProfilesApiClient { [INFO] [stderr] 45 | / async fn get_contact_info(&self, customer_id: Option<&str>) -> Result { [INFO] [stderr] 46 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 47 | | let client = &configuration.client; [INFO] [stderr] 48 | | [INFO] [stderr] ... | [INFO] [stderr] 65 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 66 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/my_profiles_api.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 68 | / async fn get_investment_accounts(&self, customer_id: Option<&str>) -> Result { [INFO] [stderr] 69 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 70 | | let client = &configuration.client; [INFO] [stderr] 71 | | [INFO] [stderr] ... | [INFO] [stderr] 88 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 89 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/my_profiles_api.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 91 | / async fn get_loans(&self, customer_id: Option<&str>) -> Result { [INFO] [stderr] 92 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 93 | | let client = &configuration.client; [INFO] [stderr] 94 | | [INFO] [stderr] ... | [INFO] [stderr] 111 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 112 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/my_profiles_api.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 114 | / async fn get_profile(&self, customer_id: Option<&str>) -> Result { [INFO] [stderr] 115 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 116 | | let client = &configuration.client; [INFO] [stderr] 117 | | [INFO] [stderr] ... | [INFO] [stderr] 134 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 135 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/my_profiles_api.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 137 | / async fn get_profile_accounts(&self, customer_id: Option<&str>) -> Result { [INFO] [stderr] 138 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 139 | | let client = &configuration.client; [INFO] [stderr] 140 | | [INFO] [stderr] ... | [INFO] [stderr] 157 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 158 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/my_profiles_api.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 160 | / async fn update_profile(&self, customer_id: Option<&str>, relationship_status: Option, home_type: Option, highest_complete_education: Option, work_status: Option<&str>, main_employer: Option<&str>, has_children: Option, number_of_children_below18_at_home: Option, monthly_child_support_expenses: Option, monthly_child_care_expenses: Option, years_in_current_position: Option, salary_frequency: Option, monthly_rent: Option, monthly_rental_revenues: Option, yearly_income: Option, salary_date: Option, is_car_owner: Option) -> Result { [INFO] [stderr] 161 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 162 | | let client = &configuration.client; [INFO] [stderr] 163 | | [INFO] [stderr] ... | [INFO] [stderr] 228 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 229 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/payments_api.rs:39:1 [INFO] [stderr] | [INFO] [stderr] 39 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] 40 | impl PaymentsApi for PaymentsApiClient { [INFO] [stderr] 41 | / async fn get_payment(&self, account_id: &str, payment_id: &str, customer_id: Option<&str>) -> Result { [INFO] [stderr] 42 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 43 | | let client = &configuration.client; [INFO] [stderr] 44 | | [INFO] [stderr] ... | [INFO] [stderr] 61 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 62 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/payments_api.rs:39:1 [INFO] [stderr] | [INFO] [stderr] 39 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 64 | / async fn list_payments(&self, account_id: &str, customer_id: Option<&str>, index: Option, length: Option) -> Result { [INFO] [stderr] 65 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 66 | | let client = &configuration.client; [INFO] [stderr] 67 | | [INFO] [stderr] ... | [INFO] [stderr] 90 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 91 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/standing_orders_api.rs:38:1 [INFO] [stderr] | [INFO] [stderr] 38 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] 39 | impl StandingOrdersApi for StandingOrdersApiClient { [INFO] [stderr] 40 | / async fn list_standing_orders(&self, account_id: &str, customer_id: Option<&str>) -> Result { [INFO] [stderr] 41 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 42 | | let client = &configuration.client; [INFO] [stderr] 43 | | [INFO] [stderr] ... | [INFO] [stderr] 60 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 61 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/transactions_api.rs:38:1 [INFO] [stderr] | [INFO] [stderr] 38 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] 39 | impl TransactionsApi for TransactionsApiClient { [INFO] [stderr] 40 | / async fn get_transactions(&self, account_id: &str, customer_id: Option<&str>, start_date: Option, end_date: Option, index: Option, length: Option) -> Result { [INFO] [stderr] 41 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 42 | | let client = &configuration.client; [INFO] [stderr] 43 | | [INFO] [stderr] ... | [INFO] [stderr] 72 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 73 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/transfers_api.rs:38:1 [INFO] [stderr] | [INFO] [stderr] 38 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] 39 | impl TransfersApi for TransfersApiClient { [INFO] [stderr] 40 | / async fn transfer(&self, customer_id: Option<&str>, transfer_create_request_v1: Option) -> Result { [INFO] [stderr] 41 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 42 | | let client = &configuration.client; [INFO] [stderr] 43 | | [INFO] [stderr] ... | [INFO] [stderr] 61 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 62 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/accounts_api.rs:39:1 [INFO] [stderr] | [INFO] [stderr] 39 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] 40 | impl AccountsApi for AccountsApiClient { [INFO] [stderr] 41 | / async fn get_account(&self, account_id: &str, customer_id: Option<&str>) -> Result { [INFO] [stderr] 42 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 43 | | let client = &configuration.client; [INFO] [stderr] 44 | | [INFO] [stderr] ... | [INFO] [stderr] 61 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 62 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/accounts_api.rs:39:1 [INFO] [stderr] | [INFO] [stderr] 39 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 64 | / async fn list_accounts(&self, customer_id: Option<&str>) -> Result { [INFO] [stderr] 65 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 66 | | let client = &configuration.client; [INFO] [stderr] 67 | | [INFO] [stderr] ... | [INFO] [stderr] 84 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 85 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/cards_api.rs:38:1 [INFO] [stderr] | [INFO] [stderr] 38 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] 39 | impl CardsApi for CardsApiClient { [INFO] [stderr] 40 | / async fn list_cards(&self, customer_id: Option<&str>) -> Result { [INFO] [stderr] 41 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 42 | | let client = &configuration.client; [INFO] [stderr] 43 | | [INFO] [stderr] ... | [INFO] [stderr] 60 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 61 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/customers_api.rs:38:1 [INFO] [stderr] | [INFO] [stderr] 38 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] 39 | impl CustomersApi for CustomersApiClient { [INFO] [stderr] 40 | / async fn get_customer_info(&self, customer_id: Option<&str>) -> Result { [INFO] [stderr] 41 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 42 | | let client = &configuration.client; [INFO] [stderr] 43 | | [INFO] [stderr] ... | [INFO] [stderr] 60 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 61 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/e_fakturas_api.rs:41:1 [INFO] [stderr] | [INFO] [stderr] 41 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] 42 | impl EFakturasApi for EFakturasApiClient { [INFO] [stderr] 43 | / async fn get_e_faktura(&self, e_faktura_id: &str, customer_id: Option<&str>) -> Result { [INFO] [stderr] 44 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 45 | | let client = &configuration.client; [INFO] [stderr] 46 | | [INFO] [stderr] ... | [INFO] [stderr] 63 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 64 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/e_fakturas_api.rs:41:1 [INFO] [stderr] | [INFO] [stderr] 41 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 66 | / async fn list_e_fakturas(&self, customer_id: Option<&str>, status: Option<&str>, start_date: Option, end_date: Option, index: Option, length: Option) -> Result { [INFO] [stderr] 67 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 68 | | let client = &configuration.client; [INFO] [stderr] 69 | | [INFO] [stderr] ... | [INFO] [stderr] 101 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 102 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/e_fakturas_api.rs:41:1 [INFO] [stderr] | [INFO] [stderr] 41 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 104 | / async fn list_new_e_fakturas(&self, customer_id: Option<&str>, index: Option, length: Option) -> Result { [INFO] [stderr] 105 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 106 | | let client = &configuration.client; [INFO] [stderr] 107 | | [INFO] [stderr] ... | [INFO] [stderr] 130 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 131 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/e_fakturas_api.rs:41:1 [INFO] [stderr] | [INFO] [stderr] 41 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 133 | / async fn pay_e_faktura(&self, customer_id: Option<&str>, e_faktura_pay_request_v1: Option) -> Result { [INFO] [stderr] 134 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 135 | | let client = &configuration.client; [INFO] [stderr] 136 | | [INFO] [stderr] ... | [INFO] [stderr] 154 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 155 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/my_profiles_api.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] 44 | impl MyProfilesApi for MyProfilesApiClient { [INFO] [stderr] 45 | / async fn get_contact_info(&self, customer_id: Option<&str>) -> Result { [INFO] [stderr] 46 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 47 | | let client = &configuration.client; [INFO] [stderr] 48 | | [INFO] [stderr] ... | [INFO] [stderr] 65 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 66 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/my_profiles_api.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 68 | / async fn get_investment_accounts(&self, customer_id: Option<&str>) -> Result { [INFO] [stderr] 69 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 70 | | let client = &configuration.client; [INFO] [stderr] 71 | | [INFO] [stderr] ... | [INFO] [stderr] 88 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 89 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/my_profiles_api.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 91 | / async fn get_loans(&self, customer_id: Option<&str>) -> Result { [INFO] [stderr] 92 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 93 | | let client = &configuration.client; [INFO] [stderr] 94 | | [INFO] [stderr] ... | [INFO] [stderr] 111 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 112 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/my_profiles_api.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 114 | / async fn get_profile(&self, customer_id: Option<&str>) -> Result { [INFO] [stderr] 115 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 116 | | let client = &configuration.client; [INFO] [stderr] 117 | | [INFO] [stderr] ... | [INFO] [stderr] 134 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 135 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/my_profiles_api.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 137 | / async fn get_profile_accounts(&self, customer_id: Option<&str>) -> Result { [INFO] [stderr] 138 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 139 | | let client = &configuration.client; [INFO] [stderr] 140 | | [INFO] [stderr] ... | [INFO] [stderr] 157 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 158 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/my_profiles_api.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 160 | / async fn update_profile(&self, customer_id: Option<&str>, relationship_status: Option, home_type: Option, highest_complete_education: Option, work_status: Option<&str>, main_employer: Option<&str>, has_children: Option, number_of_children_below18_at_home: Option, monthly_child_support_expenses: Option, monthly_child_care_expenses: Option, years_in_current_position: Option, salary_frequency: Option, monthly_rent: Option, monthly_rental_revenues: Option, yearly_income: Option, salary_date: Option, is_car_owner: Option) -> Result { [INFO] [stderr] 161 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 162 | | let client = &configuration.client; [INFO] [stderr] 163 | | [INFO] [stderr] ... | [INFO] [stderr] 228 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 229 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/payments_api.rs:39:1 [INFO] [stderr] | [INFO] [stderr] 39 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] 40 | impl PaymentsApi for PaymentsApiClient { [INFO] [stderr] 41 | / async fn get_payment(&self, account_id: &str, payment_id: &str, customer_id: Option<&str>) -> Result { [INFO] [stderr] 42 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 43 | | let client = &configuration.client; [INFO] [stderr] 44 | | [INFO] [stderr] ... | [INFO] [stderr] 61 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 62 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/payments_api.rs:39:1 [INFO] [stderr] | [INFO] [stderr] 39 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 64 | / async fn list_payments(&self, account_id: &str, customer_id: Option<&str>, index: Option, length: Option) -> Result { [INFO] [stderr] 65 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 66 | | let client = &configuration.client; [INFO] [stderr] 67 | | [INFO] [stderr] ... | [INFO] [stderr] 90 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 91 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/standing_orders_api.rs:38:1 [INFO] [stderr] | [INFO] [stderr] 38 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] 39 | impl StandingOrdersApi for StandingOrdersApiClient { [INFO] [stderr] 40 | / async fn list_standing_orders(&self, account_id: &str, customer_id: Option<&str>) -> Result { [INFO] [stderr] 41 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 42 | | let client = &configuration.client; [INFO] [stderr] 43 | | [INFO] [stderr] ... | [INFO] [stderr] 60 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 61 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/transactions_api.rs:38:1 [INFO] [stderr] | [INFO] [stderr] 38 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] 39 | impl TransactionsApi for TransactionsApiClient { [INFO] [stderr] 40 | / async fn get_transactions(&self, account_id: &str, customer_id: Option<&str>, start_date: Option, end_date: Option, index: Option, length: Option) -> Result { [INFO] [stderr] 41 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 42 | | let client = &configuration.client; [INFO] [stderr] 43 | | [INFO] [stderr] ... | [INFO] [stderr] 72 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 73 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/transfers_api.rs:38:1 [INFO] [stderr] | [INFO] [stderr] 38 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] 39 | impl TransfersApi for TransfersApiClient { [INFO] [stderr] 40 | / async fn transfer(&self, customer_id: Option<&str>, transfer_create_request_v1: Option) -> Result { [INFO] [stderr] 41 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 42 | | let client = &configuration.client; [INFO] [stderr] 43 | | [INFO] [stderr] ... | [INFO] [stderr] 61 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 62 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error: aborting due to 19 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0424`. [INFO] [stderr] error: could not compile `sbanken`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 19 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0424`. [INFO] [stderr] error: could not compile `sbanken`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "92517e8db5ddab67b1dc6c612ee1f4b4db220e37b34ec9ae15040e060b11c946"` [INFO] running `"docker" "rm" "-f" "92517e8db5ddab67b1dc6c612ee1f4b4db220e37b34ec9ae15040e060b11c946"` [INFO] [stdout] 92517e8db5ddab67b1dc6c612ee1f4b4db220e37b34ec9ae15040e060b11c946