Debian dockerfile build is failing during the tests
Eugst opened this issue · 2 comments
Eugst commented
I'm trying curl https://raw.githubusercontent.com/stripe/veneur/master/public-docker-images/Dockerfile-debian-sid | docker build -t ${SERVICE_NAME}:latest -
as result I have:
> #33 118.6 FAIL
> ------
> executor failed running [/bin/sh -c go test -race -v -timeout 60s -ldflags "-X github.com/stripe/veneur.VERSION=$(git rev-parse HEAD) -X github.com/stripe/veneur.BUILD_DATE=$(date +%s)" ./...]: exit code: 1
arnavdugar-stripe commented
Hi, I tried running this yesterday, and didn't run into any issues. Could you try re-running with the --no-cache
flag? If you are still running into an issue, could you please provide some details regarding your environment (e.g. docker version, etc.)? Thanks!
arnavdugar-stripe commented
Closing. If this is not resolved, please re-open. Thanks!