Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

liveness test failure #11709

Closed
alexanderbez opened this issue Apr 20, 2022 · 1 comment · Fixed by #11711
Closed

liveness test failure #11709

alexanderbez opened this issue Apr 20, 2022 · 1 comment · Fixed by #11711
Labels

Comments

@alexanderbez
Copy link
Contributor

make localnet-start 
Makefile:72: RocksDB support is disabled; to build and test with RocksDB support, set ENABLE_ROCKSDB=true
docker-compose down
Removing network cosmos-sdk_localnet
WARNING: Network cosmos-sdk_localnet not found.
/Library/Developer/CommandLineTools/usr/bin/make -C contrib/images simd-env
docker rmi cosmossdk/simd 2>/dev/null; true
docker build --tag cosmossdk/simd -f simd-env/Dockerfile \
                /Users/aleksbez/code/cosmos/cosmos-sdk
[+] Building 88.9s (18/20)                                                                                        
 => [internal] load build definition from Dockerfile                                                         0.0s
 => => transferring dockerfile: 600B                                                                         0.0s
 => [internal] load .dockerignore                                                                            0.0s
 => => transferring context: 34B                                                                             0.0s
 => [internal] load metadata for docker.io/library/alpine:latest                                             0.9s
 => [internal] load metadata for docker.io/library/golang:alpine                                             0.0s
 => [auth] library/alpine:pull token for registry-1.docker.io                                                0.0s
 => CACHED [run 1/5] FROM docker.io/library/alpine@sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aab  0.0s
 => [internal] load build context                                                                           24.1s
 => => transferring context: 793.36MB                                                                       24.1s
 => CACHED [build 1/9] FROM docker.io/library/golang:alpine                                                  0.0s
 => [build 2/9] RUN apk add build-base git linux-headers                                                    16.3s
 => [run 2/5] RUN apk add bash curl jq                                                                       5.3s
 => [build 3/9] WORKDIR /work                                                                                0.1s
 => [run 3/5] COPY contrib/images/simd-env/wrapper.sh /usr/bin/wrapper.sh                                    0.3s 
 => [build 4/9] COPY go.mod go.sum /work/                                                                    0.3s 
 => [build 5/9] COPY db/go.mod db/go.sum /work/db/                                                           0.0s 
 => [build 6/9] COPY errors/go.mod errors/go.sum /work/errors/                                               0.0s 
 => [build 7/9] RUN go mod download                                                                         60.8s 
 => [build 8/9] COPY ./ /work                                                                                2.0s 
 => ERROR [build 9/9] RUN LEDGER_ENABLED=false make clean build                                              0.6s 
------                                                                                                            
 > [build 9/9] RUN LEDGER_ENABLED=false make clean build:                                                         
#18 0.489 go: github.com/coinbase/[email protected] requires                                                  
#18 0.489       github.com/DataDog/[email protected]: missing go.sum entry; to add it:                                  
#18 0.489       go mod download github.com/DataDog/zstd                                                           
#18 0.508 Makefile:72: RocksDB support is disabled; to build and test with RocksDB support, set ENABLE_ROCKSDB=true
#18 0.514 rm -rf \
#18 0.514     /work/build/ \
#18 0.514     artifacts/ \
#18 0.514     tmp-swagger-gen/
#18 0.515 mkdir -p /work/build/
#18 0.516 go build -mod=readonly -tags "netgo" -ldflags '-X github.com/cosmos/cosmos-sdk/version.Name=sim -X github.com/cosmos/cosmos-sdk/version.AppName=simd -X github.com/cosmos/cosmos-sdk/version.Version=0.46.0-beta2-68-gf714aa8106 -X github.com/cosmos/cosmos-sdk/version.Commit=f714aa8106999cbfb0269b9684e362e1cf4b5f20 -X "github.com/cosmos/cosmos-sdk/version.BuildTags=netgo," -X github.com/tendermint/tendermint/version.TMCoreSemVer= -w -s' -trimpath -o /work/build/ ./...
#18 0.600 go: github.com/coinbase/[email protected] requires
#18 0.600       github.com/DataDog/[email protected]: missing go.sum entry; to add it:
#18 0.600       go mod download github.com/DataDog/zstd
#18 0.604 make: *** [Makefile:131: build] Error 1
------
executor failed running [/bin/sh -c LEDGER_ENABLED=false make clean build]: exit code: 2
make[1]: *** [simd-env] Error 1
@alexanderbez
Copy link
Contributor Author

I'm not sure how this is failing as the original PR updating the rosetta dep passed: https://github.com/cosmos/cosmos-sdk/runs/6038658524?check_suite_focus=true

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant