golang/go

all: flaky failures on openbsd/ppc64

Open

#74.187 aperta il 14 giu 2025

Vedi su GitHub
 (234 commenti) (0 reazioni) (0 assegnatari)Go (19.008 fork)batch import
NeedsInvestigationOS-OpenBSDarch-ppc64xcompiler/runtimehelp wanted

Metriche repository

Star
 (133.883 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

#!watchflakes
post <- goos == "openbsd" && goarch == "ppc64"

There have been a number of flaky failures on the openbsd/ppc64 builder lately. Many (but not all) are "resource temporarily unavailable".

Example (log):

=== RUN   TestMachOBuildVersion
=== PAUSE TestMachOBuildVersion
=== CONT  TestMachOBuildVersion
    link_test.go:386: [/home/swarming/.swarming/w/ir/x/w/goroot/bin/go build -ldflags=-linkmode=internal -o /home/swarming/.swarming/w/ir/x/t/TestMachOBuildVersion613685595/001/main /home/swarming/.swarming/w/ir/x/t/TestMachOBuildVersion613685595/001/main.go]: exit status 1:
        internal/bytealg: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/asm: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/asm: resource temporarily unavailable
--- FAIL: TestMachOBuildVersion (15.67s)

watchflakes

Guida contributor