haggen / localthreat

Paste the transcript or members from chat to get a report of affiliations and PvP stats.
https://localthreat.xyz
MIT License
36 stars 9 forks source link

`go get` error during initial build #62

Open rykugur opened 9 months ago

rykugur commented 9 months ago

What were you doing?

Running docker-compose up

What did you expect to happen?

No error.

What happened instead?

Error:

 docker-compose up
[+] Running 1/1
 ✔ proxy Pulled                                                                                                                                                                       0.7s 
[+] Building 6.5s (15/18)                                                                                                                                                   docker:default
 => [api internal] load build definition from Dockerfile                                                                                                                              0.0s
 => => transferring dockerfile: 227B                                                                                                                                                  0.0s
 => [api internal] load .dockerignore                                                                                                                                                 0.0s
 => => transferring context: 2B                                                                                                                                                       0.0s
 => [client internal] load .dockerignore                                                                                                                                              0.8s
 => => transferring context: 64B                                                                                                                                                      0.0s
 => [client internal] load build definition from Dockerfile                                                                                                                           0.7s
 => => transferring dockerfile: 173B                                                                                                                                                  0.0s
 => [api internal] load metadata for docker.io/library/golang:1.15-alpine                                                                                                             0.8s
 => [client internal] load metadata for docker.io/library/node:14.9-alpine                                                                                                            0.4s
 => [api 1/5] FROM docker.io/library/golang:1.15-alpine@sha256:b58c367d52e46cdedc25ec9cd74cadb14ad65e8db75b25e5ec117cdb227aa264                                                       0.0s
 => [api internal] load build context                                                                                                                                                 0.3s
 => => transferring context: 18.10kB                                                                                                                                                  0.0s
 => CACHED [api 2/5] RUN apk add --no-cache build-base git                                                                                                                            0.0s
 => ERROR [api 3/5] RUN go get github.com/pilu/fresh                                                                                                                                  5.3s
 => [client 1/5] FROM docker.io/library/node:14.9-alpine@sha256:106819c4dcb57afe4763eea82cbde8fa03f71cbc9e0944f6a32ef31cfb206e65                                                      0.0s
 => [client internal] load build context                                                                                                                                              0.0s
 => => transferring context: 4.08kB                                                                                                                                                   0.0s
 => CACHED [client 2/5] WORKDIR /usr/local/src                                                                                                                                        0.0s
 => CACHED [client 3/5] ADD package*.json ./                                                                                                                                          0.0s
 => CANCELED [client 4/5] RUN npm i                                                                                                                                                   5.2s
------                                                                                                                                                                                     
 > [api 3/5] RUN go get github.com/pilu/fresh:
4.903 found packages unix (affinity_linux.go) and main (mkasm.go) in /go/src/golang.org/x/sys/unix
------
failed to solve: process "/bin/sh -c go get github.com/pilu/fresh" did not complete successfully: exit code: 1

Browser version, additional information, etc.

Never got that far. Running this on my arch server.

Perhaps this will resolve on its own (ie maybe temporary service outage), but figured I'd post to see if anybody else had seen this.

image

Riftr commented 10 hours ago

Also having this issue, any chance of a fix?