warning: Patch `solana-nostd-secp256k1-recover v0.1.1 (https://github.com/jupnet/solana-nostd-secp256k1-recover.git#4675e623)` was not used in the crate graph.
Check that the patched package version and available features are compatible
with the dependency requirements. If the patch has a different version from
what is locked in the Cargo.lock file, run `cargo update` to use the new
version. This may also occur with an optional dependency that is not enabled.
Compiling solana-hash v2.1.6
Compiling jupnet-hash v2.1.6-jupnet.1 (https://github.com/Jupnet/jupnet-svm.git?branch=uriel%2Funiversal-deposit#6b18fe14)
Compiling solana-secp256k1-recover v2.1.6
Compiling solana-borsh v2.1.6
Compiling jupnet-hash v2.1.6-jupnet.1 (https://github.com/Jupnet/jupnet-svm.git?branch=v2.1#4d57b456)
Compiling jupnet-secp256k1-recover v2.1.6-jupnet.1 (https://github.com/Jupnet/jupnet-svm.git?branch=uriel%2Funiversal-deposit#6b18fe14)
Compiling jupnet-borsh v2.1.6-jupnet.1 (https://github.com/Jupnet/jupnet-svm.git?branch=uriel%2Funiversal-deposit#6b18fe14)
Compiling jupnet-secp256k1-recover v2.1.6-jupnet.1 (https://github.com/Jupnet/jupnet-svm.git?branch=v2.1#4d57b456)
Compiling jupnet-borsh v2.1.6-jupnet.1 (https://github.com/Jupnet/jupnet-svm.git?branch=v2.1#4d57b456)
Compiling scale-info v2.11.6
Compiling impl-codec v0.6.0
Compiling move-compiler v0.0.1 (https://github.com/mystenlabs/sui?rev=9f8ea0f5706e2f13ac9650578f4a5390aa60013f#9f8ea0f5)
Compiling sui-package-resolver v0.1.0 (https://github.com/mystenlabs/sui?rev=9f8ea0f5706e2f13ac9650578f4a5390aa60013f#9f8ea0f5)
Compiling axum-server v0.6.1 (https://github.com/bmwill/axum-server.git?rev=f44323e271afdd1365fd0c8b0a4c0bbdf4956cb7#f44323e2)
Compiling solana-sha256-hasher v2.1.6
Compiling jupnet-sha256-hasher v2.1.6-jupnet.1 (https://github.com/Jupnet/jupnet-svm.git?branch=uriel%2Funiversal-deposit#6b18fe14)
Compiling jupnet-sha256-hasher v2.1.6-jupnet.1 (https://github.com/Jupnet/jupnet-svm.git?branch=v2.1#4d57b456)
Compiling lapin v2.5.5
Compiling move-command-line-common v0.1.0 (https://github.com/mystenlabs/sui?rev=49d95e90e36ea0f2e20a74e23843ada90ce4a3bc#49d95e90)
Compiling mysten-network v0.2.0 (https://github.com/mystenlabs/sui?rev=49d95e90e36ea0f2e20a74e23843ada90ce4a3bc#49d95e90)
Compiling sui-sdk-types v0.0.8 (https://github.com/MystenLabs/sui-rust-sdk.git?rev=fb62af78b30f5dc64eeaec0094ab95b5ce5b7ce2#fb62af78)
Compiling mysten-metrics v0.7.0 (https://github.com/mystenlabs/sui?rev=49d95e90e36ea0f2e20a74e23843ada90ce4a3bc#49d95e90)
error[E0277]: the trait bound `<>::Service as SendService<...>>::BodyData: Buf` is not satisfied
--> /home/newby/.cargo/git/checkouts/axum-server-967e1d81fe9e044a/f44323e/src/server.rs:202:87
|
202 | let serve_future = builder.serve_connection_with_upgrades(io, service);
| ------------------------------ ^^^^^^^ the trait `Buf` is not implemented for `<>::Service as SendService<...>>::BodyData`
| |
| required by a bound introduced by this call
|
= note: required for `UpgradedSendStreamTask<<... as SendService<...>>::BodyData>` to implement `futures_util::Future`
= note: required for `TokioExecutor` to implement `Executor>>::Service>>::Service as SendService>>::BodyData>>`
= note: required for `TokioExecutor` to implement `bounds::h2_common::Http2UpgradedExec<<>>::Service>>::Service as SendService>>::BodyData>`
= note: required for `TokioExecutor` to implement `Http2ServerConnExec>>::Service>>::Service as SendService>>::Service, http::Request>, <>>::Service>>::Service as SendService>>::Body>`
= note: required for `TokioExecutor` to implement `HttpServerConnExec>>::Service>>::Service as SendService>>::Service, http::Request>, <>>::Service>>::Service as SendService>>::Body>`
note: required by a bound in `hyper_util::server::conn::auto::Builder::::serve_connection_with_upgrades`
--> /home/newby/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.18/src/server/conn/auto/mod.rs:269:12
|
257 | pub fn serve_connection_with_upgrades(
| ------------------------------ required by a bound in this associated function
...
269 | E: HttpServerConnExec,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `Builder::::serve_connection_with_upgrades`
= note: the full name for the type has been written to '/home/newby/infra/build-server/os/target/release/deps/axum_server-c34130b529fc8f00.long-type-1036485047846676722.txt'
= note: consider using `--verbose` to print the full type name to the console
help: consider further restricting the associated type
|
159 | A::Future: Send, <>>::Service>>::Service as SendService>>::BodyData: Buf
| +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
error[E0277]: the trait bound `<>::Service as SendService<...>>::BodyData: Buf` is not satisfied
--> /home/newby/.cargo/git/checkouts/axum-server-967e1d81fe9e044a/f44323e/src/server.rs:205:25
|
205 | / tokio::select! {
206 | | biased;
207 | | _ = watcher.wait_graceful_shutdown() => {
208 | | tokio::select! {
... |
215 | | _ = &mut serve_future => (),
216 | | }
| | ^
| | |
| |_________________________the trait `Buf` is not implemented for `<>::Service as SendService<...>>::BodyData`
| required by a bound introduced by this call
|
= note: required for `UpgradedSendStreamTask<<... as SendService<...>>::BodyData>` to implement `futures_util::Future`
= note: required for `TokioExecutor` to implement `Executor>>::Service>>::Service as SendService>>::BodyData>>`
= note: required for `TokioExecutor` to implement `bounds::h2_common::Http2UpgradedExec<<>>::Service>>::Service as SendService>>::BodyData>`
= note: required for `TokioExecutor` to implement `Http2ServerConnExec>>::Service>>::Service as SendService>>::Service, http::Request>, <>>::Service>>::Service as SendService>>::Body>`
= note: required for `TokioExecutor` to implement `HttpServerConnExec>>::Service>>::Service as SendService>>::Service, http::Request>, <>>::Service>>::Service as SendService>>::Body>`
= note: 3 redundant requirements hidden
= note: required for `&mut Pin<&mut UpgradeableConnection<'_, TokioIo<...>, ..., ...>>` to implement `futures_util::Future`
= note: required for `&mut Pin<&mut UpgradeableConnection<'_, TokioIo<...>, ..., ...>>` to implement `std::future::IntoFuture`
= note: the full name for the type has been written to '/home/newby/infra/build-server/os/target/release/deps/axum_server-c34130b529fc8f00.long-type-1036485047846676722.txt'
= note: consider using `--verbose` to print the full type name to the console
= note: this error originates in the macro `$crate::select` which comes from the expansion of the macro `tokio::select` (in Nightly builds, run with -Z macro-backtrace for more info)
help: consider further restricting the associated type
|
159 | A::Future: Send, <>>::Service>>::Service as SendService>>::BodyData: Buf
| +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Compiling solana-pubkey v2.1.6
Compiling jupnet-pubkey v2.1.6-jupnet.1 (https://github.com/Jupnet/jupnet-svm.git?branch=uriel%2Funiversal-deposit#6b18fe14)
Compiling jupnet-pubkey v2.1.6-jupnet.1 (https://github.com/Jupnet/jupnet-svm.git?branch=v2.1#4d57b456)
Compiling sui-macros v0.7.0 (https://github.com/mystenlabs/sui?rev=49d95e90e36ea0f2e20a74e23843ada90ce4a3bc#49d95e90)
Compiling derive_more v2.0.1
Compiling move-vm-test-utils v0.1.0 (https://github.com/mystenlabs/sui?rev=49d95e90e36ea0f2e20a74e23843ada90ce4a3bc#49d95e90)
Compiling strum v0.27.2
Compiling actix-rt v2.11.0
Compiling sui-protocol-config v0.1.0 (https://github.com/mystenlabs/sui?rev=49d95e90e36ea0f2e20a74e23843ada90ce4a3bc#49d95e90)
For more information about this error, try `rustc --explain E0277`.
Compiling antithesis_sdk v0.2.6
Compiling move-bytecode-utils v0.1.0 (https://github.com/mystenlabs/sui?rev=49d95e90e36ea0f2e20a74e23843ada90ce4a3bc#49d95e90)
Compiling fastcrypto-zkp v0.1.3 (https://github.com/MystenLabs/fastcrypto?rev=09f86974195ec85d8aae386b1909d341d3ccfe52#09f86974)
Compiling fastcrypto-tbls v0.1.0 (https://github.com/MystenLabs/fastcrypto?rev=09f86974195ec85d8aae386b1909d341d3ccfe52#09f86974)
Compiling bytestring v1.5.0
Compiling sui-enum-compat-util v0.1.0 (https://github.com/mystenlabs/sui?rev=49d95e90e36ea0f2e20a74e23843ada90ce4a3bc#49d95e90)
Compiling typed-store-error v0.4.0 (https://github.com/mystenlabs/sui?rev=49d95e90e36ea0f2e20a74e23843ada90ce4a3bc#49d95e90)
error: could not compile `axum-server` (lib) due to 2 previous errors
warning: build failed, waiting for other jobs to finish...