wip - wasm hacking#5305
Draft
benluelo wants to merge 1 commit into
Draft
Garnix CI / package cw20-token-minter [x86_64-linux]
failed
Nov 17, 2025 in 4m 22s
package cw20-token-minter [x86_64-linux]
package cw20-token-minter [x86_64-linux] failed
Details
Last 100 lines of logs:
cw20-token-minter-deps-0.0.0> help: there is a crate or module with a similar name
cw20-token-minter-deps-0.0.0> |
cw20-token-minter-deps-0.0.0> 206 - Ok(cosmwasm_crypto::secp256k1_verify(
cw20-token-minter-deps-0.0.0> 206 + Ok(cosmwasm_core::secp256k1_verify(
cw20-token-minter-deps-0.0.0> |
cw20-token-minter-deps-0.0.0>
cw20-token-minter-deps-0.0.0> error[E0433]: failed to resolve: use of unresolved module or unlinked crate `cosmwasm_crypto`
cw20-token-minter-deps-0.0.0> --> /nix/store/y2ysjl8zljjlafilgs0j7alyiyh8lk63-vendor-cargo-deps/3ac2a98221259b3c94f09a6a2538f3d4bc2aabf4e16c814ce4b9d79df90df2a3/cosmwasm-std-2.2.2/src/testing/mock.rs:220:13
cw20-token-minter-deps-0.0.0> |
cw20-token-minter-deps-0.0.0> 220 | cosmwasm_crypto::secp256k1_recover_pubkey(message_hash, signature, recovery_param)?;
cw20-token-minter-deps-0.0.0> | ^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `cosmwasm_crypto`
cw20-token-minter-deps-0.0.0> |
cw20-token-minter-deps-0.0.0> help: there is a crate or module with a similar name
cw20-token-minter-deps-0.0.0> |
cw20-token-minter-deps-0.0.0> 220 - cosmwasm_crypto::secp256k1_recover_pubkey(message_hash, signature, recovery_param)?;
cw20-token-minter-deps-0.0.0> 220 + cosmwasm_core::secp256k1_recover_pubkey(message_hash, signature, recovery_param)?;
cw20-token-minter-deps-0.0.0> |
cw20-token-minter-deps-0.0.0>
cw20-token-minter-deps-0.0.0> error[E0433]: failed to resolve: use of unresolved module or unlinked crate `cosmwasm_crypto`
cw20-token-minter-deps-0.0.0> --> /nix/store/y2ysjl8zljjlafilgs0j7alyiyh8lk63-vendor-cargo-deps/3ac2a98221259b3c94f09a6a2538f3d4bc2aabf4e16c814ce4b9d79df90df2a3/cosmwasm-std-2.2.2/src/testing/mock.rs:230:12
cw20-token-minter-deps-0.0.0> |
cw20-token-minter-deps-0.0.0> 230 | Ok(cosmwasm_crypto::secp256r1_verify(
cw20-token-minter-deps-0.0.0> | ^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `cosmwasm_crypto`
cw20-token-minter-deps-0.0.0> |
cw20-token-minter-deps-0.0.0> help: there is a crate or module with a similar name
cw20-token-minter-deps-0.0.0> |
cw20-token-minter-deps-0.0.0> 230 - Ok(cosmwasm_crypto::secp256r1_verify(
cw20-token-minter-deps-0.0.0> 230 + Ok(cosmwasm_core::secp256r1_verify(
cw20-token-minter-deps-0.0.0> |
cw20-token-minter-deps-0.0.0>
cw20-token-minter-deps-0.0.0> error[E0433]: failed to resolve: use of unresolved module or unlinked crate `cosmwasm_crypto`
cw20-token-minter-deps-0.0.0> --> /nix/store/y2ysjl8zljjlafilgs0j7alyiyh8lk63-vendor-cargo-deps/3ac2a98221259b3c94f09a6a2538f3d4bc2aabf4e16c814ce4b9d79df90df2a3/cosmwasm-std-2.2.2/src/testing/mock.rs:244:13
cw20-token-minter-deps-0.0.0> |
cw20-token-minter-deps-0.0.0> 244 | cosmwasm_crypto::secp256r1_recover_pubkey(message_hash, signature, recovery_param)?;
cw20-token-minter-deps-0.0.0> | ^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `cosmwasm_crypto`
cw20-token-minter-deps-0.0.0> |
cw20-token-minter-deps-0.0.0> help: there is a crate or module with a similar name
cw20-token-minter-deps-0.0.0> |
cw20-token-minter-deps-0.0.0> 244 - cosmwasm_crypto::secp256r1_recover_pubkey(message_hash, signature, recovery_param)?;
cw20-token-minter-deps-0.0.0> 244 + cosmwasm_core::secp256r1_recover_pubkey(message_hash, signature, recovery_param)?;
cw20-token-minter-deps-0.0.0> |
cw20-token-minter-deps-0.0.0>
cw20-token-minter-deps-0.0.0> error[E0433]: failed to resolve: use of unresolved module or unlinked crate `cosmwasm_crypto`
cw20-token-minter-deps-0.0.0> --> /nix/store/y2ysjl8zljjlafilgs0j7alyiyh8lk63-vendor-cargo-deps/3ac2a98221259b3c94f09a6a2538f3d4bc2aabf4e16c814ce4b9d79df90df2a3/cosmwasm-std-2.2.2/src/testing/mock.rs:254:12
cw20-token-minter-deps-0.0.0> |
cw20-token-minter-deps-0.0.0> 254 | Ok(cosmwasm_crypto::ed25519_verify(
cw20-token-minter-deps-0.0.0> | ^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `cosmwasm_crypto`
cw20-token-minter-deps-0.0.0> |
cw20-token-minter-deps-0.0.0> help: there is a crate or module with a similar name
cw20-token-minter-deps-0.0.0> |
cw20-token-minter-deps-0.0.0> 254 - Ok(cosmwasm_crypto::ed25519_verify(
cw20-token-minter-deps-0.0.0> 254 + Ok(cosmwasm_core::ed25519_verify(
cw20-token-minter-deps-0.0.0> |
cw20-token-minter-deps-0.0.0>
cw20-token-minter-deps-0.0.0> error[E0433]: failed to resolve: use of unresolved module or unlinked crate `cosmwasm_crypto`
cw20-token-minter-deps-0.0.0> --> /nix/store/y2ysjl8zljjlafilgs0j7alyiyh8lk63-vendor-cargo-deps/3ac2a98221259b3c94f09a6a2538f3d4bc2aabf4e16c814ce4b9d79df90df2a3/cosmwasm-std-2.2.2/src/testing/mock.rs:265:12
cw20-token-minter-deps-0.0.0> |
cw20-token-minter-deps-0.0.0> 265 | Ok(cosmwasm_crypto::ed25519_batch_verify(
cw20-token-minter-deps-0.0.0> | ^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `cosmwasm_crypto`
cw20-token-minter-deps-0.0.0> |
cw20-token-minter-deps-0.0.0> help: there is a crate or module with a similar name
cw20-token-minter-deps-0.0.0> |
cw20-token-minter-deps-0.0.0> 265 - Ok(cosmwasm_crypto::ed25519_batch_verify(
cw20-token-minter-deps-0.0.0> 265 + Ok(cosmwasm_core::ed25519_batch_verify(
cw20-token-minter-deps-0.0.0> |
cw20-token-minter-deps-0.0.0>
cw20-token-minter-deps-0.0.0> Some errors have detailed explanations: E0432, E0433.
cw20-token-minter-deps-0.0.0> For more information about an error, try `rustc --explain E0432`.
cw20-token-minter-deps-0.0.0> error: could not compile `cosmwasm-std` (lib) due to 14 previous errors
cw20-token-minter-deps-0.0.0> warning: build failed, waiting for other jobs to finish...
error: build of '/nix/store/4d3vjcamymgc8832l449y3yz6ibz68qa-cw20-token-minter-deps-0.0.0.drv' on 'ssh-ng://nix-ssh@garnix7' failed: builder for '/nix/store/4d3vjcamymgc8832l449y3yz6ibz68qa-cw20-token-minter-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/y2ysjl8zljjlafilgs0j7alyiyh8lk63-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: E0432, E0433.
> For more information about an error, try `rustc --explain E0432`.
> error: could not compile `cosmwasm-std` (lib) due to 14 previous errors
> warning: build failed, waiting for other jobs to finish...
For full logs, run 'nix log /nix/store/4d3vjcamymgc8832l449y3yz6ibz68qa-cw20-token-minter-deps-0.0.0.drv'.
error: builder for '/nix/store/4d3vjcamymgc8832l449y3yz6ibz68qa-cw20-token-minter-deps-0.0.0.drv' failed with exit code 1
error: 1 dependencies of derivation '/nix/store/fs78lv3j1yqb28mw8dfrrbbbrxai62s6-cw20-token-minter.wasm-0.0.0.drv' failed to build
Loading