Skip to content

thread '<unnamed>' panicked at 'called Result::unwrap() on an Err value: CompileErr { msg: "Could not compile: The target x86_64 without AVX or SSE 4.2 is not yet supported #5

@konard

Description

@konard

Init validator

deepchain init validator --home ./testnet

Setup signed genesis file

mv genesis.json ./testnet/config/genesis.json

Update persistent_peers in config

nano ./testnet/config/config.toml
persistent_peers = "[email protected]:26656"

Setup validator keys

deepchain keys add validator --home ./testnet --keyring-backend=test --recover

?? Is that required? (I didn't execute this command)

deepchain gentx validator 1000000000000energy --home ./testnet --chain-id=deep --keyring-backend=test

Start validator

deepchain start --compute-gpu=false --search-api=false --home ./testnet

And that this command is executed, I get this error output:

root@vds2441251:~/deep-chain/deep-chain# deepchain start --compute-gpu=false --search-api=false --home ./testnet
1:47AM ERR WARNING: The minimum-gas-prices config in app.toml is set to the empty string. This defaults to 0 in the current version, but will error in the next version (SDK v0.45). Plea
se explicitly put the desired minimum-gas-prices in your app.toml.
thread '<unnamed>' panicked at 'called `Result::unwrap()` on an `Err` value: CompileErr { msg: "Could not compile: The target x86_64 without AVX or SSE 4.2 is not yet supported (see https://docs.wasmer.io/ecosystem/wasmer/wasmer-features)" }', /usr/local/cargo/git/checkouts/cosmwasm-bbcc9de72c368f6b/a776d9a/packages/vm/src/modules/versioning.rs:15:43
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
panic: Caught panic

goroutine 1 [running]:
github.com/CosmWasm/wasmd/x/wasm/keeper.NewKeeper({_, _}, {_, _}, {{0x27204b0, 0xc000531c20}, 0xc0001a9620, {0x26facb0, 0xc000e5c020}, {0x26facd8, ...}, ...}, ...)
        /root/go/pkg/mod/github.com/!cosm!wasm/[email protected]/x/wasm/keeper/keeper.go:111 +0xb96
github.com/deep-foundation/deep-chain/app.NewApp({0x27110c8, 0xc000303ce0}, {0x2720948, 0xc000186028}, {0x0, 0x0}, 0x1, 0xc0012b1260, {0x7ffcf57ed573, 0x9}, ...)
        /root/deep-chain/deep-chain/app/app.go:625 +0x517d
github.com/deep-foundation/deep-chain/cmd/deepchain/cmd.appCreator.newApp({{{0x27167a8, 0xc0001c2f30}, {0x2724b60, 0xc000531c20}, {0x271dc78, 0xc000159d80}, 0xc0001a9620}}, {0x27110c8, 
0xc000303ce0}, {0x2720948, ...}, ...)
        /root/deep-chain/deep-chain/cmd/deepchain/cmd/root.go:236 +0x98f
github.com/cosmos/cosmos-sdk/server.startInProcess(_, {{0x0, 0x0, 0x0}, {0x272ebd0, 0xc001007e00}, {0x0, 0x0}, {0x2716470, 0xc000531c20}, ...}, ...)
        /root/go/pkg/mod/github.com/cosmos/[email protected]/server/start.go:252 +0x452
github.com/cosmos/cosmos-sdk/server.StartCmd.func2(0xc00022ef00?, {0xc000f5fc80?, 0x0?, 0x4?})
        /root/go/pkg/mod/github.com/cosmos/[email protected]/server/start.go:126 +0x1e8
github.com/spf13/cobra.(*Command).execute(0xc000f30780, {0xc000f5fc40, 0x4, 0x4})
        /root/go/pkg/mod/github.com/spf13/[email protected]/command.go:856 +0x694
github.com/spf13/cobra.(*Command).ExecuteC(0xc0001b8c80)
        /root/go/pkg/mod/github.com/spf13/[email protected]/command.go:974 +0x38d
github.com/spf13/cobra.(*Command).Execute(...)
        /root/go/pkg/mod/github.com/spf13/[email protected]/command.go:902
github.com/spf13/cobra.(*Command).ExecuteContext(...)
        /root/go/pkg/mod/github.com/spf13/[email protected]/command.go:895
github.com/cosmos/cosmos-sdk/server/cmd.Execute(0x3644028?, {0xc000e2c0e0, 0x10})
        /root/go/pkg/mod/github.com/cosmos/[email protected]/server/cmd/execute.go:36 +0x167
main.main()
        /root/deep-chain/deep-chain/cmd/deepchain/main.go:16 +0x26
root@vds2441251:~/deep-chain/deep-chain#

Forked from deep-foundation/deep-chain#6 by https://github.com/konard/gh-org-migrator

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions