Skip to content

Merge upstream changes from informalsystems/hermes #17

Merge upstream changes from informalsystems/hermes

Merge upstream changes from informalsystems/hermes #17

Triggered via pull request April 5, 2024 18:28
Status Success
Total duration 24s
Artifacts

guide.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

24 errors
failed to resolve: could not find `Builder` in `task`: /home/runner/.cargo/git/checkouts/penumbra-54633d8978d5e293/c462e9a/crates/cnidarium/src/store/substore.rs#L367
error[E0433]: failed to resolve: could not find `Builder` in `task` --> /home/runner/.cargo/git/checkouts/penumbra-54633d8978d5e293/c462e9a/crates/cnidarium/src/store/substore.rs:367:22 | 367 | tokio::task::Builder::new() | ^^^^^^^ could not find `Builder` in `task` | note: found an item that was configured out --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/task/mod.rs:366:26 | 366 | pub use builder::Builder; | ^^^^^^^ help: consider importing one of these items | 1 + use std::thread::Builder; | 1 + use tempfile::Builder; | 1 + use tokio::runtime::Builder; | help: if you import `Builder`, refer to it directly | 367 - tokio::task::Builder::new() 367 + Builder::new() |
failed to resolve: could not find `Builder` in `task`: /home/runner/.cargo/git/checkouts/penumbra-54633d8978d5e293/c462e9a/crates/cnidarium/src/storage.rs#L116
error[E0433]: failed to resolve: could not find `Builder` in `task` --> /home/runner/.cargo/git/checkouts/penumbra-54633d8978d5e293/c462e9a/crates/cnidarium/src/storage.rs:116:22 | 116 | tokio::task::Builder::new() | ^^^^^^^ could not find `Builder` in `task` | note: found an item that was configured out --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/task/mod.rs:366:26 | 366 | pub use builder::Builder; | ^^^^^^^ help: consider importing one of these items | 1 + use std::thread::Builder; | 1 + use tempfile::Builder; | 1 + use tokio::runtime::Builder; | help: if you import `Builder`, refer to it directly | 116 - tokio::task::Builder::new() 116 + Builder::new() |
failed to resolve: could not find `Builder` in `task`: /home/runner/.cargo/git/checkouts/penumbra-54633d8978d5e293/c462e9a/crates/cnidarium/src/storage.rs#L56
error[E0433]: failed to resolve: could not find `Builder` in `task` --> /home/runner/.cargo/git/checkouts/penumbra-54633d8978d5e293/c462e9a/crates/cnidarium/src/storage.rs:56:37 | 56 | let prefixes = tokio::task::Builder::new() | ^^^^^^^ could not find `Builder` in `task` | note: found an item that was configured out --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/task/mod.rs:366:26 | 366 | pub use builder::Builder; | ^^^^^^^ help: consider importing one of these items | 1 + use std::thread::Builder; | 1 + use tempfile::Builder; | 1 + use tokio::runtime::Builder; | help: if you import `Builder`, refer to it directly | 56 - let prefixes = tokio::task::Builder::new() 56 + let prefixes = Builder::new() |
failed to resolve: could not find `Builder` in `task`: /home/runner/.cargo/git/checkouts/penumbra-54633d8978d5e293/c462e9a/crates/cnidarium/src/snapshot.rs#L518
error[E0433]: failed to resolve: could not find `Builder` in `task` --> /home/runner/.cargo/git/checkouts/penumbra-54633d8978d5e293/c462e9a/crates/cnidarium/src/snapshot.rs:518:22 | 518 | tokio::task::Builder::new() | ^^^^^^^ could not find `Builder` in `task` | note: found an item that was configured out --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/task/mod.rs:366:26 | 366 | pub use builder::Builder; | ^^^^^^^ help: consider importing one of these items | 1 + use std::thread::Builder; | 1 + use tempfile::Builder; | 1 + use tokio::runtime::Builder; | help: if you import `Builder`, refer to it directly | 518 - tokio::task::Builder::new() 518 + Builder::new() |
failed to resolve: could not find `Builder` in `task`: /home/runner/.cargo/git/checkouts/penumbra-54633d8978d5e293/c462e9a/crates/cnidarium/src/snapshot.rs#L427
error[E0433]: failed to resolve: could not find `Builder` in `task` --> /home/runner/.cargo/git/checkouts/penumbra-54633d8978d5e293/c462e9a/crates/cnidarium/src/snapshot.rs:427:22 | 427 | tokio::task::Builder::new() | ^^^^^^^ could not find `Builder` in `task` | note: found an item that was configured out --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/task/mod.rs:366:26 | 366 | pub use builder::Builder; | ^^^^^^^ help: consider importing one of these items | 1 + use std::thread::Builder; | 1 + use tempfile::Builder; | 1 + use tokio::runtime::Builder; | help: if you import `Builder`, refer to it directly | 427 - tokio::task::Builder::new() 427 + Builder::new() |
failed to resolve: could not find `Builder` in `task`: /home/runner/.cargo/git/checkouts/penumbra-54633d8978d5e293/c462e9a/crates/cnidarium/src/snapshot.rs#L377
error[E0433]: failed to resolve: could not find `Builder` in `task` --> /home/runner/.cargo/git/checkouts/penumbra-54633d8978d5e293/c462e9a/crates/cnidarium/src/snapshot.rs:377:22 | 377 | tokio::task::Builder::new() | ^^^^^^^ could not find `Builder` in `task` | note: found an item that was configured out --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/task/mod.rs:366:26 | 366 | pub use builder::Builder; | ^^^^^^^ help: consider importing one of these items | 1 + use std::thread::Builder; | 1 + use tempfile::Builder; | 1 + use tokio::runtime::Builder; | help: if you import `Builder`, refer to it directly | 377 - tokio::task::Builder::new() 377 + Builder::new() |
failed to resolve: could not find `Builder` in `task`: /home/runner/.cargo/git/checkouts/penumbra-54633d8978d5e293/c462e9a/crates/cnidarium/src/snapshot.rs#L315
error[E0433]: failed to resolve: could not find `Builder` in `task` --> /home/runner/.cargo/git/checkouts/penumbra-54633d8978d5e293/c462e9a/crates/cnidarium/src/snapshot.rs:315:22 | 315 | tokio::task::Builder::new() | ^^^^^^^ could not find `Builder` in `task` | note: found an item that was configured out --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/task/mod.rs:366:26 | 366 | pub use builder::Builder; | ^^^^^^^ help: consider importing one of these items | 1 + use std::thread::Builder; | 1 + use tempfile::Builder; | 1 + use tokio::runtime::Builder; | help: if you import `Builder`, refer to it directly | 315 - tokio::task::Builder::new() 315 + Builder::new() |
failed to resolve: could not find `Builder` in `task`: /home/runner/.cargo/git/checkouts/penumbra-54633d8978d5e293/c462e9a/crates/cnidarium/src/snapshot.rs#L265
error[E0433]: failed to resolve: could not find `Builder` in `task` --> /home/runner/.cargo/git/checkouts/penumbra-54633d8978d5e293/c462e9a/crates/cnidarium/src/snapshot.rs:265:26 | 265 | tokio::task::Builder::new() | ^^^^^^^ could not find `Builder` in `task` | note: found an item that was configured out --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/task/mod.rs:366:26 | 366 | pub use builder::Builder; | ^^^^^^^ help: consider importing one of these items | 1 + use std::thread::Builder; | 1 + use tempfile::Builder; | 1 + use tokio::runtime::Builder; | help: if you import `Builder`, refer to it directly | 265 - tokio::task::Builder::new() 265 + Builder::new() |
failed to resolve: could not find `Builder` in `task`: /home/runner/.cargo/git/checkouts/penumbra-54633d8978d5e293/c462e9a/crates/cnidarium/src/snapshot.rs#L228
error[E0433]: failed to resolve: could not find `Builder` in `task` --> /home/runner/.cargo/git/checkouts/penumbra-54633d8978d5e293/c462e9a/crates/cnidarium/src/snapshot.rs:228:26 | 228 | tokio::task::Builder::new() | ^^^^^^^ could not find `Builder` in `task` | note: found an item that was configured out --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/task/mod.rs:366:26 | 366 | pub use builder::Builder; | ^^^^^^^ help: consider importing one of these items | 1 + use std::thread::Builder; | 1 + use tempfile::Builder; | 1 + use tokio::runtime::Builder; | help: if you import `Builder`, refer to it directly | 228 - tokio::task::Builder::new() 228 + Builder::new() |
failed to resolve: could not find `Builder` in `task`: /home/runner/.cargo/git/checkouts/penumbra-54633d8978d5e293/c462e9a/crates/cnidarium/src/snapshot.rs#L178
error[E0433]: failed to resolve: could not find `Builder` in `task` --> /home/runner/.cargo/git/checkouts/penumbra-54633d8978d5e293/c462e9a/crates/cnidarium/src/snapshot.rs:178:22 | 178 | tokio::task::Builder::new() | ^^^^^^^ could not find `Builder` in `task` | note: found an item that was configured out --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/task/mod.rs:366:26 | 366 | pub use builder::Builder; | ^^^^^^^ help: consider importing one of these items | 1 + use std::thread::Builder; | 1 + use tempfile::Builder; | 1 + use tokio::runtime::Builder; | help: if you import `Builder`, refer to it directly | 178 - tokio::task::Builder::new() 178 + Builder::new() |
failed to resolve: could not find `Builder` in `task`: /home/runner/.cargo/git/checkouts/penumbra-54633d8978d5e293/c462e9a/crates/cnidarium/src/snapshot.rs#L107
error[E0433]: failed to resolve: could not find `Builder` in `task` --> /home/runner/.cargo/git/checkouts/penumbra-54633d8978d5e293/c462e9a/crates/cnidarium/src/snapshot.rs:107:59 | 107 | let (_, main_commitment_proof) = tokio::task::Builder::new() | ^^^^^^^ could not find `Builder` in `task` | note: found an item that was configured out --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/task/mod.rs:366:26 | 366 | pub use builder::Builder; | ^^^^^^^ help: consider importing one of these items | 1 + use std::thread::Builder; | 1 + use tempfile::Builder; | 1 + use tokio::runtime::Builder; | help: if you import `Builder`, refer to it directly | 107 - let (_, main_commitment_proof) = tokio::task::Builder::new() 107 + let (_, main_commitment_proof) = Builder::new() |
failed to resolve: could not find `Builder` in `task`: /home/runner/.cargo/git/checkouts/penumbra-54633d8978d5e293/c462e9a/crates/cnidarium/src/snapshot.rs#L84
error[E0433]: failed to resolve: could not find `Builder` in `task` --> /home/runner/.cargo/git/checkouts/penumbra-54633d8978d5e293/c462e9a/crates/cnidarium/src/snapshot.rs:84:72 | 84 | let (substore_value, substore_commitment_proof) = tokio::task::Builder::new() | ^^^^^^^ could not find `Builder` in `task` | note: found an item that was configured out --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/task/mod.rs:366:26 | 366 | pub use builder::Builder; | ^^^^^^^ help: consider importing one of these items | 1 + use std::thread::Builder; | 1 + use tempfile::Builder; | 1 + use tokio::runtime::Builder; | help: if you import `Builder`, refer to it directly | 84 - let (substore_value, substore_commitment_proof) = tokio::task::Builder::new() 84 + let (substore_value, substore_commitment_proof) = Builder::new() |
failed to resolve: could not find `Builder` in `task`: /home/runner/.cargo/git/checkouts/penumbra-54633d8978d5e293/c462e9a/crates/cnidarium/src/store/substore.rs#L367
error[E0433]: failed to resolve: could not find `Builder` in `task` --> /home/runner/.cargo/git/checkouts/penumbra-54633d8978d5e293/c462e9a/crates/cnidarium/src/store/substore.rs:367:22 | 367 | tokio::task::Builder::new() | ^^^^^^^ could not find `Builder` in `task` | note: found an item that was configured out --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/task/mod.rs:366:26 | 366 | pub use builder::Builder; | ^^^^^^^ help: consider importing one of these items | 1 + use std::thread::Builder; | 1 + use tempfile::Builder; | 1 + use tokio::runtime::Builder; | help: if you import `Builder`, refer to it directly | 367 - tokio::task::Builder::new() 367 + Builder::new() |
failed to resolve: could not find `Builder` in `task`: /home/runner/.cargo/git/checkouts/penumbra-54633d8978d5e293/c462e9a/crates/cnidarium/src/storage.rs#L116
error[E0433]: failed to resolve: could not find `Builder` in `task` --> /home/runner/.cargo/git/checkouts/penumbra-54633d8978d5e293/c462e9a/crates/cnidarium/src/storage.rs:116:22 | 116 | tokio::task::Builder::new() | ^^^^^^^ could not find `Builder` in `task` | note: found an item that was configured out --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/task/mod.rs:366:26 | 366 | pub use builder::Builder; | ^^^^^^^ help: consider importing one of these items | 1 + use std::thread::Builder; | 1 + use tempfile::Builder; | 1 + use tokio::runtime::Builder; | help: if you import `Builder`, refer to it directly | 116 - tokio::task::Builder::new() 116 + Builder::new() |
failed to resolve: could not find `Builder` in `task`: /home/runner/.cargo/git/checkouts/penumbra-54633d8978d5e293/c462e9a/crates/cnidarium/src/storage.rs#L56
error[E0433]: failed to resolve: could not find `Builder` in `task` --> /home/runner/.cargo/git/checkouts/penumbra-54633d8978d5e293/c462e9a/crates/cnidarium/src/storage.rs:56:37 | 56 | let prefixes = tokio::task::Builder::new() | ^^^^^^^ could not find `Builder` in `task` | note: found an item that was configured out --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/task/mod.rs:366:26 | 366 | pub use builder::Builder; | ^^^^^^^ help: consider importing one of these items | 1 + use std::thread::Builder; | 1 + use tempfile::Builder; | 1 + use tokio::runtime::Builder; | help: if you import `Builder`, refer to it directly | 56 - let prefixes = tokio::task::Builder::new() 56 + let prefixes = Builder::new() |
failed to resolve: could not find `Builder` in `task`: /home/runner/.cargo/git/checkouts/penumbra-54633d8978d5e293/c462e9a/crates/cnidarium/src/snapshot.rs#L518
error[E0433]: failed to resolve: could not find `Builder` in `task` --> /home/runner/.cargo/git/checkouts/penumbra-54633d8978d5e293/c462e9a/crates/cnidarium/src/snapshot.rs:518:22 | 518 | tokio::task::Builder::new() | ^^^^^^^ could not find `Builder` in `task` | note: found an item that was configured out --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/task/mod.rs:366:26 | 366 | pub use builder::Builder; | ^^^^^^^ help: consider importing one of these items | 1 + use std::thread::Builder; | 1 + use tempfile::Builder; | 1 + use tokio::runtime::Builder; | help: if you import `Builder`, refer to it directly | 518 - tokio::task::Builder::new() 518 + Builder::new() |
failed to resolve: could not find `Builder` in `task`: /home/runner/.cargo/git/checkouts/penumbra-54633d8978d5e293/c462e9a/crates/cnidarium/src/snapshot.rs#L427
error[E0433]: failed to resolve: could not find `Builder` in `task` --> /home/runner/.cargo/git/checkouts/penumbra-54633d8978d5e293/c462e9a/crates/cnidarium/src/snapshot.rs:427:22 | 427 | tokio::task::Builder::new() | ^^^^^^^ could not find `Builder` in `task` | note: found an item that was configured out --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/task/mod.rs:366:26 | 366 | pub use builder::Builder; | ^^^^^^^ help: consider importing one of these items | 1 + use std::thread::Builder; | 1 + use tempfile::Builder; | 1 + use tokio::runtime::Builder; | help: if you import `Builder`, refer to it directly | 427 - tokio::task::Builder::new() 427 + Builder::new() |
failed to resolve: could not find `Builder` in `task`: /home/runner/.cargo/git/checkouts/penumbra-54633d8978d5e293/c462e9a/crates/cnidarium/src/snapshot.rs#L377
error[E0433]: failed to resolve: could not find `Builder` in `task` --> /home/runner/.cargo/git/checkouts/penumbra-54633d8978d5e293/c462e9a/crates/cnidarium/src/snapshot.rs:377:22 | 377 | tokio::task::Builder::new() | ^^^^^^^ could not find `Builder` in `task` | note: found an item that was configured out --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/task/mod.rs:366:26 | 366 | pub use builder::Builder; | ^^^^^^^ help: consider importing one of these items | 1 + use std::thread::Builder; | 1 + use tempfile::Builder; | 1 + use tokio::runtime::Builder; | help: if you import `Builder`, refer to it directly | 377 - tokio::task::Builder::new() 377 + Builder::new() |
failed to resolve: could not find `Builder` in `task`: /home/runner/.cargo/git/checkouts/penumbra-54633d8978d5e293/c462e9a/crates/cnidarium/src/snapshot.rs#L315
error[E0433]: failed to resolve: could not find `Builder` in `task` --> /home/runner/.cargo/git/checkouts/penumbra-54633d8978d5e293/c462e9a/crates/cnidarium/src/snapshot.rs:315:22 | 315 | tokio::task::Builder::new() | ^^^^^^^ could not find `Builder` in `task` | note: found an item that was configured out --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/task/mod.rs:366:26 | 366 | pub use builder::Builder; | ^^^^^^^ help: consider importing one of these items | 1 + use std::thread::Builder; | 1 + use tempfile::Builder; | 1 + use tokio::runtime::Builder; | help: if you import `Builder`, refer to it directly | 315 - tokio::task::Builder::new() 315 + Builder::new() |
failed to resolve: could not find `Builder` in `task`: /home/runner/.cargo/git/checkouts/penumbra-54633d8978d5e293/c462e9a/crates/cnidarium/src/snapshot.rs#L265
error[E0433]: failed to resolve: could not find `Builder` in `task` --> /home/runner/.cargo/git/checkouts/penumbra-54633d8978d5e293/c462e9a/crates/cnidarium/src/snapshot.rs:265:26 | 265 | tokio::task::Builder::new() | ^^^^^^^ could not find `Builder` in `task` | note: found an item that was configured out --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/task/mod.rs:366:26 | 366 | pub use builder::Builder; | ^^^^^^^ help: consider importing one of these items | 1 + use std::thread::Builder; | 1 + use tempfile::Builder; | 1 + use tokio::runtime::Builder; | help: if you import `Builder`, refer to it directly | 265 - tokio::task::Builder::new() 265 + Builder::new() |
failed to resolve: could not find `Builder` in `task`: /home/runner/.cargo/git/checkouts/penumbra-54633d8978d5e293/c462e9a/crates/cnidarium/src/snapshot.rs#L228
error[E0433]: failed to resolve: could not find `Builder` in `task` --> /home/runner/.cargo/git/checkouts/penumbra-54633d8978d5e293/c462e9a/crates/cnidarium/src/snapshot.rs:228:26 | 228 | tokio::task::Builder::new() | ^^^^^^^ could not find `Builder` in `task` | note: found an item that was configured out --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/task/mod.rs:366:26 | 366 | pub use builder::Builder; | ^^^^^^^ help: consider importing one of these items | 1 + use std::thread::Builder; | 1 + use tempfile::Builder; | 1 + use tokio::runtime::Builder; | help: if you import `Builder`, refer to it directly | 228 - tokio::task::Builder::new() 228 + Builder::new() |
failed to resolve: could not find `Builder` in `task`: /home/runner/.cargo/git/checkouts/penumbra-54633d8978d5e293/c462e9a/crates/cnidarium/src/snapshot.rs#L178
error[E0433]: failed to resolve: could not find `Builder` in `task` --> /home/runner/.cargo/git/checkouts/penumbra-54633d8978d5e293/c462e9a/crates/cnidarium/src/snapshot.rs:178:22 | 178 | tokio::task::Builder::new() | ^^^^^^^ could not find `Builder` in `task` | note: found an item that was configured out --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/task/mod.rs:366:26 | 366 | pub use builder::Builder; | ^^^^^^^ help: consider importing one of these items | 1 + use std::thread::Builder; | 1 + use tempfile::Builder; | 1 + use tokio::runtime::Builder; | help: if you import `Builder`, refer to it directly | 178 - tokio::task::Builder::new() 178 + Builder::new() |
failed to resolve: could not find `Builder` in `task`: /home/runner/.cargo/git/checkouts/penumbra-54633d8978d5e293/c462e9a/crates/cnidarium/src/snapshot.rs#L107
error[E0433]: failed to resolve: could not find `Builder` in `task` --> /home/runner/.cargo/git/checkouts/penumbra-54633d8978d5e293/c462e9a/crates/cnidarium/src/snapshot.rs:107:59 | 107 | let (_, main_commitment_proof) = tokio::task::Builder::new() | ^^^^^^^ could not find `Builder` in `task` | note: found an item that was configured out --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/task/mod.rs:366:26 | 366 | pub use builder::Builder; | ^^^^^^^ help: consider importing one of these items | 1 + use std::thread::Builder; | 1 + use tempfile::Builder; | 1 + use tokio::runtime::Builder; | help: if you import `Builder`, refer to it directly | 107 - let (_, main_commitment_proof) = tokio::task::Builder::new() 107 + let (_, main_commitment_proof) = Builder::new() |
failed to resolve: could not find `Builder` in `task`: /home/runner/.cargo/git/checkouts/penumbra-54633d8978d5e293/c462e9a/crates/cnidarium/src/snapshot.rs#L84
error[E0433]: failed to resolve: could not find `Builder` in `task` --> /home/runner/.cargo/git/checkouts/penumbra-54633d8978d5e293/c462e9a/crates/cnidarium/src/snapshot.rs:84:72 | 84 | let (substore_value, substore_commitment_proof) = tokio::task::Builder::new() | ^^^^^^^ could not find `Builder` in `task` | note: found an item that was configured out --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/task/mod.rs:366:26 | 366 | pub use builder::Builder; | ^^^^^^^ help: consider importing one of these items | 1 + use std::thread::Builder; | 1 + use tempfile::Builder; | 1 + use tokio::runtime::Builder; | help: if you import `Builder`, refer to it directly | 84 - let (substore_value, substore_commitment_proof) = tokio::task::Builder::new() 84 + let (substore_value, substore_commitment_proof) = Builder::new() |