Skip to content

chore(deps): pin ethers to branch & commit #333

chore(deps): pin ethers to branch & commit

chore(deps): pin ethers to branch & commit #333

Triggered via pull request June 13, 2023 19:50
Status Cancelled
Total duration 3m 37s
Artifacts

deny.yml

on: pull_request
Matrix: check
Fit to window
Zoom out
Zoom in

Annotations

9 errors
unused import: `Middleware`: cli/test-utils/src/script.rs#L4
error: unused import: `Middleware` --> cli/test-utils/src/script.rs:4:15 | 4 | prelude::{Middleware, NameOrAddress, U256}, | ^^^^^^^^^^ | = note: `-D unused-imports` implied by `-D warnings`
the method `get_transaction_count` exists for reference `&Provider<RetryClient<Provider>>`, but its trait bounds were not satisfied: cli/test-utils/src/script.rs#L208
error[E0599]: the method `get_transaction_count` exists for reference `&Provider<RetryClient<Provider>>`, but its trait bounds were not satisfied --> cli/test-utils/src/script.rs:208:18 | 204 | let nonce = self | _________________________- 205 | | .provider 206 | | .as_ref() 207 | | .unwrap() 208 | | .get_transaction_count(NameOrAddress::Address(address), None) | | -^^^^^^^^^^^^^^^^^^^^^ method cannot be called on `&Provider<RetryClient<Provider>>` due to unsatisfied trait bounds | |_________________| | | ::: /home/runner/.cargo/git/checkouts/ethers-rs-c3a7c0a0ae0fe6be/0d10768/ethers-providers/src/rpc/provider.rs:98:1 | 98 | pub struct Provider<P> { | ---------------------- doesn't satisfy `_: Middleware` | = note: the full type name has been written to '/home/runner/work/foundry/foundry/target/debug/deps/foundry_cli_test_utils-4811298500ac78bc.long-type-5545834111446247676.txt' = note: the following trait bounds were not satisfied: `ethers_providers::rpc::provider::Provider<ethers_providers::rpc::transports::retry::RetryClient<ethers_providers::rpc::transports::http::Provider>>: ethers::ethers_providers::Middleware` which is required by `&ethers_providers::rpc::provider::Provider<ethers_providers::rpc::transports::retry::RetryClient<ethers_providers::rpc::transports::http::Provider>>: ethers::ethers_providers::Middleware` = help: items from traits can only be used if the trait is in scope help: the following trait is implemented but not in scope; perhaps add a `use` for it: | 1 + use ethers_providers::middleware::Middleware; |
the method `get_transaction_count` exists for reference `&Provider<RetryClient<Provider>>`, but its trait bounds were not satisfied: cli/test-utils/src/script.rs#L185
error[E0599]: the method `get_transaction_count` exists for reference `&Provider<RetryClient<Provider>>`, but its trait bounds were not satisfied --> cli/test-utils/src/script.rs:185:18 | 181 | let nonce = self | _________________________- 182 | | .provider 183 | | .as_ref() 184 | | .unwrap() 185 | | .get_transaction_count( | | -^^^^^^^^^^^^^^^^^^^^^ method cannot be called on `&Provider<RetryClient<Provider>>` due to unsatisfied trait bounds | |_________________| | | ::: /home/runner/.cargo/git/checkouts/ethers-rs-c3a7c0a0ae0fe6be/0d10768/ethers-providers/src/rpc/provider.rs:98:1 | 98 | pub struct Provider<P> { | ---------------------- doesn't satisfy `_: Middleware` | = note: the full type name has been written to '/home/runner/work/foundry/foundry/target/debug/deps/foundry_cli_test_utils-4811298500ac78bc.long-type-5545834111446247676.txt' = note: the following trait bounds were not satisfied: `ethers_providers::rpc::provider::Provider<ethers_providers::rpc::transports::retry::RetryClient<ethers_providers::rpc::transports::http::Provider>>: ethers::ethers_providers::Middleware` which is required by `&ethers_providers::rpc::provider::Provider<ethers_providers::rpc::transports::retry::RetryClient<ethers_providers::rpc::transports::http::Provider>>: ethers::ethers_providers::Middleware` = help: items from traits can only be used if the trait is in scope help: the following trait is implemented but not in scope; perhaps add a `use` for it: | 1 + use ethers_providers::middleware::Middleware; |
the method `get_transaction_count` exists for reference `&Provider<RetryClient<Provider>>`, but its trait bounds were not satisfied: cli/test-utils/src/script.rs#L131
error[E0599]: the method `get_transaction_count` exists for reference `&Provider<RetryClient<Provider>>`, but its trait bounds were not satisfied --> cli/test-utils/src/script.rs:131:18 | 127 | let nonce = self | _________________________- 128 | | .provider 129 | | .as_ref() 130 | | .unwrap() 131 | | .get_transaction_count(NameOrAddress::Address(address), None) | | -^^^^^^^^^^^^^^^^^^^^^ method cannot be called on `&Provider<RetryClient<Provider>>` due to unsatisfied trait bounds | |_________________| | | ::: /home/runner/.cargo/git/checkouts/ethers-rs-c3a7c0a0ae0fe6be/0d10768/ethers-providers/src/rpc/provider.rs:98:1 | 98 | pub struct Provider<P> { | ---------------------- doesn't satisfy `_: Middleware` | = note: the full type name has been written to '/home/runner/work/foundry/foundry/target/debug/deps/foundry_cli_test_utils-4811298500ac78bc.long-type-5545834111446247676.txt' = note: the following trait bounds were not satisfied: `ethers_providers::rpc::provider::Provider<ethers_providers::rpc::transports::retry::RetryClient<ethers_providers::rpc::transports::http::Provider>>: ethers::ethers_providers::Middleware` which is required by `&ethers_providers::rpc::provider::Provider<ethers_providers::rpc::transports::retry::RetryClient<ethers_providers::rpc::transports::http::Provider>>: ethers::ethers_providers::Middleware` = help: items from traits can only be used if the trait is in scope help: the following trait is implemented but not in scope; perhaps add a `use` for it: | 1 + use ethers_providers::middleware::Middleware; |
the method `get_transaction_count` exists for reference `&Provider<RetryClient<Provider>>`, but its trait bounds were not satisfied: cli/test-utils/src/script.rs#L113
error[E0599]: the method `get_transaction_count` exists for reference `&Provider<RetryClient<Provider>>`, but its trait bounds were not satisfied --> cli/test-utils/src/script.rs:113:22 | 112 | let nonce = provider | _____________________________- 113 | | .get_transaction_count( | | -^^^^^^^^^^^^^^^^^^^^^ method cannot be called on `&Provider<RetryClient<Provider>>` due to unsatisfied trait bounds | |_____________________| | | ::: /home/runner/.cargo/git/checkouts/ethers-rs-c3a7c0a0ae0fe6be/0d10768/ethers-providers/src/rpc/provider.rs:98:1 | 98 | pub struct Provider<P> { | ---------------------- doesn't satisfy `_: Middleware` | = note: the full type name has been written to '/home/runner/work/foundry/foundry/target/debug/deps/foundry_cli_test_utils-4811298500ac78bc.long-type-756217447410024301.txt' = note: the following trait bounds were not satisfied: `ethers_providers::rpc::provider::Provider<ethers_providers::rpc::transports::retry::RetryClient<ethers_providers::rpc::transports::http::Provider>>: ethers::ethers_providers::Middleware` which is required by `&ethers_providers::rpc::provider::Provider<ethers_providers::rpc::transports::retry::RetryClient<ethers_providers::rpc::transports::http::Provider>>: ethers::ethers_providers::Middleware` = help: items from traits can only be used if the trait is in scope help: the following trait is implemented but not in scope; perhaps add a `use` for it: | 1 + use ethers_providers::middleware::Middleware; |
check (advisories)
Canceling since a higher priority waiting request for 'deny-evalir/pin-ethers-to-branch' exists
check (advisories)
The operation was canceled.
check (bans licenses sources)
Canceling since a higher priority waiting request for 'deny-evalir/pin-ethers-to-branch' exists
check (bans licenses sources)
The operation was canceled.