Burrow failed to build - returned a non-zero code: 4
- Dominant language
- Go
- Stars
- 4k
- Forks
- 818
- Avg merge
- 1h 14m
- Merged PRs (30d)
- 1
Description
I am getting this error, can someone please help.
ERROR: Service 'burrow' failed to build: The command '/bin/sh -c apk add --no-cache git curl gcc libc-dev && curl -L -s https://github.com/golang/dep/releases/download/v${DEP_VERSION}/dep-linux-amd64 -o $GOPATH/bin/dep && chmod +x $GOPATH/bin/dep && mkdir -p $GOPATH/src/github.com/linkedin/Burrow' returned a non-zero code: 4
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the `burrow` service build and inspect the `/bin/sh -c` command shown in the error, especially the dependency download step. No file or test is named; done means identifying and resolving the build failure so the service completes successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, go
- Domain
- build-system, devops
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100