bouncer.txt

· erock's pastes · raw

expires: 2025-02-05

 1 => [linux/arm64 builder 7/9] RUN git apply ../subscriber-change.diff                                                                                                                                                              0.2s
 2 => ERROR [linux/arm64 builder 8/9] RUN go build -ldflags "-linkmode external -extldflags -static" ./cmd/soju                                                                                                                     86.1s
 3 => [linux/amd64 builder 9/9] RUN go build -ldflags "-linkmode external -extldflags -static" ./cmd/sojuctl                                                                                                                         0.9s
 4 => [linux/amd64 stage-1 2/5] WORKDIR /app                                                                                                                                                                                         0.0s
 5 => [linux/amd64 stage-1 3/5] COPY soju.config .                                                                                                                                                                                   0.0s
 6 => [linux/amd64 stage-1 4/5] COPY --from=builder /app/soju/soju .                                                                                                                                                                 0.1s
 7 => [linux/amd64 stage-1 5/5] COPY --from=builder /app/soju/sojuctl .                                                                                                                                                              0.1s
 8------
 9 > [linux/arm64 builder 8/9] RUN go build -ldflags "-linkmode external -extldflags -static" ./cmd/soju:
100.296 go: downloading github.com/prometheus/client_golang v1.20.4
110.296 go: downloading github.com/pires/go-proxyproto v0.7.0
120.420 go: downloading git.sr.ht/~emersion/go-scfg v0.0.0-20240128091534-2ae16e782082
130.464 go: downloading github.com/SherClockHolmes/webpush-go v1.3.0
140.464 go: downloading github.com/emersion/go-sasl v0.0.0-20231106173351-e73c9f7bad43
150.464 go: downloading github.com/coder/websocket v1.8.12
160.472 go: downloading golang.org/x/time v0.6.0
170.496 go: downloading gopkg.in/irc.v4 v4.0.0
180.925 go: downloading github.com/lib/pq v1.10.9
190.926 go: downloading golang.org/x/crypto v0.27.0
200.930 go: downloading modernc.org/sqlite v1.29.10
211.056 go: downloading git.sr.ht/~sircmpwn/go-bare v0.0.0-20210406120253-ab86bc2846d9
221.095 go: downloading github.com/golang-jwt/jwt v3.2.2+incompatible
231.196 go: downloading github.com/prometheus/client_model v0.6.1
241.196 go: downloading github.com/prometheus/common v0.59.1
251.196 go: downloading github.com/klauspost/compress v1.17.9
261.199 go: downloading github.com/cespare/xxhash/v2 v2.3.0
271.199 go: downloading github.com/beorn7/perks v1.0.1
281.213 go: downloading github.com/prometheus/procfs v0.15.1
291.292 go: downloading google.golang.org/protobuf v1.34.2
301.406 go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
311.645 go: downloading golang.org/x/sys v0.25.0
3216.59 go: downloading modernc.org/libc v1.50.8
3321.41 go: downloading github.com/google/uuid v1.6.0
3421.41 go: downloading github.com/dustin/go-humanize v1.0.1
3521.41 go: downloading github.com/mattn/go-isatty v0.0.20
3621.41 go: downloading github.com/ncruces/go-strftime v0.1.9
3721.41 go: downloading modernc.org/mathutil v1.6.0
3821.41 go: downloading modernc.org/memory v1.8.0
3921.55 go: downloading github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec
4057.46 runtime/cgo: gcc: signal: segmentation fault (core dumped)
41------
42Dockerfile:18
43--------------------
44  16 |     ENV GOFLAGS="-tags=moderncsqlite"
45  17 |
46  18 | >>> RUN go build -ldflags "$LDFLAGS" ./cmd/soju
47  19 |     RUN go build -ldflags "$LDFLAGS" ./cmd/sojuctl
48  20 |
49--------------------
50ERROR: failed to solve: process "/dev/.buildkit_qemu_emulator /bin/sh -c go build -ldflags \"$LDFLAGS\" ./cmd/soju" did not complete successfully: exit code: 1
51make: *** [Makefile:49: bp-bouncer] Error 1