Skip to content

wip - wasm hacking#5305

Draft
benluelo wants to merge 1 commit into
mainfrom
wasm-hacking
Draft

wip - wasm hacking#5305
benluelo wants to merge 1 commit into
mainfrom
wasm-hacking

wip

36099cb
Select commit
Loading
Failed to load commit list.
Garnix CI / package state-lens-ics23-mpt-light-client [x86_64-linux] failed Nov 17, 2025 in 4m 4s

package state-lens-ics23-mpt-light-client [x86_64-linux]

package state-lens-ics23-mpt-light-client [x86_64-linux] failed

Details

Last 100 lines of logs:

state-lens-ics23-mpt-light-client-deps-0.0.0> help: there is a crate or module with a similar name
state-lens-ics23-mpt-light-client-deps-0.0.0>     |
state-lens-ics23-mpt-light-client-deps-0.0.0> 206 -         Ok(cosmwasm_crypto::secp256k1_verify(
state-lens-ics23-mpt-light-client-deps-0.0.0> 206 +         Ok(cosmwasm_core::secp256k1_verify(
state-lens-ics23-mpt-light-client-deps-0.0.0>     |
state-lens-ics23-mpt-light-client-deps-0.0.0> 
state-lens-ics23-mpt-light-client-deps-0.0.0> error[E0433]: failed to resolve: use of unresolved module or unlinked crate `cosmwasm_crypto`
state-lens-ics23-mpt-light-client-deps-0.0.0>    --> /nix/store/gq6pn2r84pgvfd257844shj9wndzf6yz-vendor-cargo-deps/3ac2a98221259b3c94f09a6a2538f3d4bc2aabf4e16c814ce4b9d79df90df2a3/cosmwasm-std-2.2.2/src/testing/mock.rs:220:13
state-lens-ics23-mpt-light-client-deps-0.0.0>     |
state-lens-ics23-mpt-light-client-deps-0.0.0> 220 |             cosmwasm_crypto::secp256k1_recover_pubkey(message_hash, signature, recovery_param)?;
state-lens-ics23-mpt-light-client-deps-0.0.0>     |             ^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `cosmwasm_crypto`
state-lens-ics23-mpt-light-client-deps-0.0.0>     |
state-lens-ics23-mpt-light-client-deps-0.0.0> help: there is a crate or module with a similar name
state-lens-ics23-mpt-light-client-deps-0.0.0>     |
state-lens-ics23-mpt-light-client-deps-0.0.0> 220 -             cosmwasm_crypto::secp256k1_recover_pubkey(message_hash, signature, recovery_param)?;
state-lens-ics23-mpt-light-client-deps-0.0.0> 220 +             cosmwasm_core::secp256k1_recover_pubkey(message_hash, signature, recovery_param)?;
state-lens-ics23-mpt-light-client-deps-0.0.0>     |
state-lens-ics23-mpt-light-client-deps-0.0.0> 
state-lens-ics23-mpt-light-client-deps-0.0.0> error[E0433]: failed to resolve: use of unresolved module or unlinked crate `cosmwasm_crypto`
state-lens-ics23-mpt-light-client-deps-0.0.0>    --> /nix/store/gq6pn2r84pgvfd257844shj9wndzf6yz-vendor-cargo-deps/3ac2a98221259b3c94f09a6a2538f3d4bc2aabf4e16c814ce4b9d79df90df2a3/cosmwasm-std-2.2.2/src/testing/mock.rs:230:12
state-lens-ics23-mpt-light-client-deps-0.0.0>     |
state-lens-ics23-mpt-light-client-deps-0.0.0> 230 |         Ok(cosmwasm_crypto::secp256r1_verify(
state-lens-ics23-mpt-light-client-deps-0.0.0>     |            ^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `cosmwasm_crypto`
state-lens-ics23-mpt-light-client-deps-0.0.0>     |
state-lens-ics23-mpt-light-client-deps-0.0.0> help: there is a crate or module with a similar name
state-lens-ics23-mpt-light-client-deps-0.0.0>     |
state-lens-ics23-mpt-light-client-deps-0.0.0> 230 -         Ok(cosmwasm_crypto::secp256r1_verify(
state-lens-ics23-mpt-light-client-deps-0.0.0> 230 +         Ok(cosmwasm_core::secp256r1_verify(
state-lens-ics23-mpt-light-client-deps-0.0.0>     |
state-lens-ics23-mpt-light-client-deps-0.0.0> 
state-lens-ics23-mpt-light-client-deps-0.0.0> error[E0433]: failed to resolve: use of unresolved module or unlinked crate `cosmwasm_crypto`
state-lens-ics23-mpt-light-client-deps-0.0.0>    --> /nix/store/gq6pn2r84pgvfd257844shj9wndzf6yz-vendor-cargo-deps/3ac2a98221259b3c94f09a6a2538f3d4bc2aabf4e16c814ce4b9d79df90df2a3/cosmwasm-std-2.2.2/src/testing/mock.rs:244:13
state-lens-ics23-mpt-light-client-deps-0.0.0>     |
state-lens-ics23-mpt-light-client-deps-0.0.0> 244 |             cosmwasm_crypto::secp256r1_recover_pubkey(message_hash, signature, recovery_param)?;
state-lens-ics23-mpt-light-client-deps-0.0.0>     |             ^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `cosmwasm_crypto`
state-lens-ics23-mpt-light-client-deps-0.0.0>     |
state-lens-ics23-mpt-light-client-deps-0.0.0> help: there is a crate or module with a similar name
state-lens-ics23-mpt-light-client-deps-0.0.0>     |
state-lens-ics23-mpt-light-client-deps-0.0.0> 244 -             cosmwasm_crypto::secp256r1_recover_pubkey(message_hash, signature, recovery_param)?;
state-lens-ics23-mpt-light-client-deps-0.0.0> 244 +             cosmwasm_core::secp256r1_recover_pubkey(message_hash, signature, recovery_param)?;
state-lens-ics23-mpt-light-client-deps-0.0.0>     |
state-lens-ics23-mpt-light-client-deps-0.0.0> 
state-lens-ics23-mpt-light-client-deps-0.0.0> error[E0433]: failed to resolve: use of unresolved module or unlinked crate `cosmwasm_crypto`
state-lens-ics23-mpt-light-client-deps-0.0.0>    --> /nix/store/gq6pn2r84pgvfd257844shj9wndzf6yz-vendor-cargo-deps/3ac2a98221259b3c94f09a6a2538f3d4bc2aabf4e16c814ce4b9d79df90df2a3/cosmwasm-std-2.2.2/src/testing/mock.rs:254:12
state-lens-ics23-mpt-light-client-deps-0.0.0>     |
state-lens-ics23-mpt-light-client-deps-0.0.0> 254 |         Ok(cosmwasm_crypto::ed25519_verify(
state-lens-ics23-mpt-light-client-deps-0.0.0>     |            ^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `cosmwasm_crypto`
state-lens-ics23-mpt-light-client-deps-0.0.0>     |
state-lens-ics23-mpt-light-client-deps-0.0.0> help: there is a crate or module with a similar name
state-lens-ics23-mpt-light-client-deps-0.0.0>     |
state-lens-ics23-mpt-light-client-deps-0.0.0> 254 -         Ok(cosmwasm_crypto::ed25519_verify(
state-lens-ics23-mpt-light-client-deps-0.0.0> 254 +         Ok(cosmwasm_core::ed25519_verify(
state-lens-ics23-mpt-light-client-deps-0.0.0>     |
state-lens-ics23-mpt-light-client-deps-0.0.0> 
state-lens-ics23-mpt-light-client-deps-0.0.0> error[E0433]: failed to resolve: use of unresolved module or unlinked crate `cosmwasm_crypto`
state-lens-ics23-mpt-light-client-deps-0.0.0>    --> /nix/store/gq6pn2r84pgvfd257844shj9wndzf6yz-vendor-cargo-deps/3ac2a98221259b3c94f09a6a2538f3d4bc2aabf4e16c814ce4b9d79df90df2a3/cosmwasm-std-2.2.2/src/testing/mock.rs:265:12
state-lens-ics23-mpt-light-client-deps-0.0.0>     |
state-lens-ics23-mpt-light-client-deps-0.0.0> 265 |         Ok(cosmwasm_crypto::ed25519_batch_verify(
state-lens-ics23-mpt-light-client-deps-0.0.0>     |            ^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `cosmwasm_crypto`
state-lens-ics23-mpt-light-client-deps-0.0.0>     |
state-lens-ics23-mpt-light-client-deps-0.0.0> help: there is a crate or module with a similar name
state-lens-ics23-mpt-light-client-deps-0.0.0>     |
state-lens-ics23-mpt-light-client-deps-0.0.0> 265 -         Ok(cosmwasm_crypto::ed25519_batch_verify(
state-lens-ics23-mpt-light-client-deps-0.0.0> 265 +         Ok(cosmwasm_core::ed25519_batch_verify(
state-lens-ics23-mpt-light-client-deps-0.0.0>     |
state-lens-ics23-mpt-light-client-deps-0.0.0> 
state-lens-ics23-mpt-light-client-deps-0.0.0> Some errors have detailed explanations: E0152, E0432, E0433.
state-lens-ics23-mpt-light-client-deps-0.0.0> For more information about an error, try `rustc --explain E0152`.
state-lens-ics23-mpt-light-client-deps-0.0.0> error: could not compile `cosmwasm-std` (lib) due to 17 previous errors
state-lens-ics23-mpt-light-client-deps-0.0.0> warning: build failed, waiting for other jobs to finish...
error: build of '/nix/store/n6b8f1x2xz7y8b03sjppky7nqxq7mak9-state-lens-ics23-mpt-light-client-deps-0.0.0.drv' on 'ssh-ng://nix-ssh@garnix5' failed: builder for '/nix/store/n6b8f1x2xz7y8b03sjppky7nqxq7mak9-state-lens-ics23-mpt-light-client-deps-0.0.0.drv' failed with exit code 101;
       last 25 log lines:
       > 254 |         Ok(cosmwasm_crypto::ed25519_verify(
       >     |            ^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `cosmwasm_crypto`
       >     |
       > help: there is a crate or module with a similar name
       >     |
       > 254 -         Ok(cosmwasm_crypto::ed25519_verify(
       > 254 +         Ok(cosmwasm_core::ed25519_verify(
       >     |
       >
       > error[E0433]: failed to resolve: use of unresolved module or unlinked crate `cosmwasm_crypto`
       >    --> /nix/store/gq6pn2r84pgvfd257844shj9wndzf6yz-vendor-cargo-deps/3ac2a98221259b3c94f09a6a2538f3d4bc2aabf4e16c814ce4b9d79df90df2a3/cosmwasm-std-2.2.2/src/testing/mock.rs:265:12
       >     |
       > 265 |         Ok(cosmwasm_crypto::ed25519_batch_verify(
       >     |            ^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `cosmwasm_crypto`
       >     |
       > help: there is a crate or module with a similar name
       >     |
       > 265 -         Ok(cosmwasm_crypto::ed25519_batch_verify(
       > 265 +         Ok(cosmwasm_core::ed25519_batch_verify(
       >     |
       >
       > Some errors have detailed explanations: E0152, E0432, E0433.
       > For more information about an error, try `rustc --explain E0152`.
       > error: could not compile `cosmwasm-std` (lib) due to 17 previous errors
       > warning: build failed, waiting for other jobs to finish...
       For full logs, run 'nix log /nix/store/n6b8f1x2xz7y8b03sjppky7nqxq7mak9-state-lens-ics23-mpt-light-client-deps-0.0.0.drv'.
error: builder for '/nix/store/n6b8f1x2xz7y8b03sjppky7nqxq7mak9-state-lens-ics23-mpt-light-client-deps-0.0.0.drv' failed with exit code 1
error: 1 dependencies of derivation '/nix/store/x12ahs2wcn4qlkxjai4xwpqmlq9asc3v-state-lens-ics23-mpt-light-client.wasm-0.0.0.drv' failed to build