#!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

Comment From: gopherbot

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "cmd/link" && test == "TestMachOBuildVersion"
2025-06-09 17:55 go1.25-openbsd-ppc64 release-branch.go1.25@049a5e60 cmd/link.TestMachOBuildVersion (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

Comment From: mknyszek

CC @golang/openbsd

Comment From: mknyszek

Possibly related to #74173, #74178, #74186, #74126.

Comment From: gopherbot

Found new dashboard test flakes for:

#!watchflakes
post <- goos == "openbsd" && goarch == "ppc64"
2025-06-02 18:51 gotip-openbsd-ppc64 go@11660d53 cmd/go.TestScript/list_empty_importpath (log) === RUN TestScript/list_empty_importpath === PAUSE TestScript/list_empty_importpath === CONT TestScript/list_empty_importpath script_test.go:139: 2025-06-04T08:19:40Z script_test.go:141: $WORK=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-2945123644/tmpdir4179452612/list_empty_importpath1651646894 script_test.go:163: PATH=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-2945123644/tmpdir4179452612/testbin:/home/swarming/.swarming/w/ir/x/w/goroot/bin:/home/swarming/.swarming/w/ir/x/w/goroot/bin:/home/swarming/.swarming/w/ir/x/w/goroot/bin:/home/swarming/.swarming/w/ir/cache/tools/bin:/home/swarming/.swarming/w/ir/bbagent_utility_packages:/home/swarming/.swarming/w/ir/bbagent_utility_packages/bin:/home/swarming/.swarming/w/ir/cipd_bin_packages:/home/swarming/.swarming/w/ir/cipd_bin_packages/bin:/home/swarming/.swarming/w/ir/cache/cipd_client:/home/swarming/.swarming/w/ir/cache/cipd_client/bin:/home/swarming/.swarming/cipd_cache/bin:/home/swarming/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin HOME=/no-home CCACHE_DISABLE=1 GOARCH=ppc64 ... panic: LoadImport called with empty package path [recovered, repanicked] goroutine 1 gp=0xc0000041c0 m=4 mp=0xc000098008 [running]: panic({0x7a4ee0?, 0xa04a10?}) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/panic.go:802 +0x18c fp=0xc0002379d0 sp=0xc000237910 pc=0x94a0c cmd/go/internal/load.(*preload).flush(0xc000044410) /home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/go/internal/load/pkg.go:1122 +0x98 fp=0xc000237a08 sp=0xc0002379d0 pc=0x575218 cmd/go/internal/load.PackagesAndErrors.deferwrap2() /home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/go/internal/load/pkg.go:2940 +0x4c fp=0xc000237a30 sp=0xc000237a08 pc=0x583e8c panic({0x7a4ee0?, 0xa04a10?}) ... goroutine 10 gp=0xc00009a540 m=nil [runnable]: cmd/go/internal/load.(*preload).preloadImports.gowrap1() /home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/go/internal/load/pkg.go:1104 fp=0xc00006dfc0 sp=0xc00006dfc0 pc=0x574ff0 runtime.goexit({}) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_ppc64x.s:1015 +0x4 fp=0xc00006dfc0 sp=0xc00006dfc0 pc=0x9d524 created by cmd/go/internal/load.(*preload).preloadImports in goroutine 1 /home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/go/internal/load/pkg.go:1104 +0x2b0 script_test.go:163: FAIL: testdata/script/list_empty_importpath.txt:6: go list -e all: exit status 2 --- FAIL: TestScript/list_empty_importpath (3.21s)
2025-06-02 21:22 x_tools-go1.24-openbsd-ppc64 tools@58e5e623 release-branch.go1.24@9f9cf28f x/tools/internal/jsonrpc2.TestIdleTimeout (log) === RUN TestIdleTimeout --- FAIL: TestIdleTimeout (0.17s) panic: dial tcp 127.0.0.1:8903: connect: connection refused [recovered] panic: dial tcp 127.0.0.1:8903: connect: connection refused goroutine 19 [running]: testing.tRunner.func1.2({0x205720, 0xc000488050}) /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1734 +0x1d8 testing.tRunner.func1() /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1737 +0x33c panic({0x205720?, 0xc000488050?}) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/panic.go:792 +0x154 golang.org/x/tools/internal/jsonrpc2.TestIdleTimeout.func1() /home/swarming/.swarming/w/ir/x/w/targetrepo1255780870/internal/jsonrpc2/serve_test.go:34 +0x88 golang.org/x/tools/internal/jsonrpc2.TestIdleTimeout(0xc0000828c0) /home/swarming/.swarming/w/ir/x/w/targetrepo1255780870/internal/jsonrpc2/serve_test.go:54 +0x238 testing.tRunner(0xc0000828c0, 0x242348) /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1792 +0x110 created by testing.(*T).Run in goroutine 1 /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1851 +0x3ec
2025-06-03 19:59 x_tools-gotip-openbsd-ppc64 tools@6e8a193e go@cfb4e9bc x/tools/gopls/internal/test/integration/web.TestFlightRecorder/default (log) === RUN TestFlightRecorder/default serve.go:429: debug server listening at http://localhost:38822 flight_test.go:51: StartDebugging: URLs[0] = http://127.0.0.1:38822 flight_test.go:64: input did not match wanted pattern "onTraceViewerImportFail"; got: trace viewer failed to start%!(EXTRA ) #### Start Gopls Test Logs for "TestFlightRecorder/default" [Trace - 02:11:18.972 AM] Sending request 'initialize - (1)'. Params: {"processId":0,"clientInfo":{"name":"fake.Editor","version":"v1.0.0"},"rootUri":"file:///home/swarming/.swarming/w/ir/x/t/gopls-test-2693888454/TestFlightRecorder/default/work","capabilities":{"workspace":{"workspaceEdit":{"resourceOperations":["rename"]},"didChangeConfiguration":{},"didChangeWatchedFiles":{"dynamicRegistration":true},"configuration":true},"textDocument":{"completion":{"completionItem":{"snippetSupport":true,"tagSupport":{"valueSet":[1]},"insertReplaceSupport":true}},"documentSymbol":{"hierarchicalDocumentSymbolSupport":true},"codeAction":{"codeActionLiteralSupport":{"codeActionKind":{"valueSet":[""]}},"dataSupport":true,"resolveSupport":{"properties":["edit"]}},"publishDiagnostics":{},"semanticTokens":{"requests":{"full":true},"tokenTypes":["namespace","type","class","enum","interface","struct","typeParameter","parameter","variable","property","enumMember","event","function","method","macro","keyword","modifier","comment","string","number","regexp","operator","label"],"tokenModifiers":["declaration","definition","readonly","static","deprecated","abstract","async","modification","documentation","defaultLibrary","interface","struct","signature","pointer","array","map","slice","chan","string","number","bool","invalid"],"formats":null}},"window":{"workDoneProgress":true,"showDocument":{"support":true}}},"initializationOptions":{"completionBudget":"0s","diagnosticsDelay":"10ms","env":{"GO111MODULE":"","GOMODCACHE":"","GOPACKAGESDRIVER":"off","GOPATH":"/home/swarming/.swarming/w/ir/x/t/gopls-test-2693888454/TestFlightRecorder/default/gopath","GOPROXY":"file:///home/swarming/.swarming/w/ir/x/t/gopls-test-2693888454/TestFlightRecorder/default/proxy","GOSUMDB":"off","GOTOOLCHAIN":"local"},"verboseWorkDoneProgress":true},"trace":"messages","workspaceFolders":[{"uri":"file:///home/swarming/.swarming/w/ir/x/t/gopls-test-2693888454/TestFlightRecorder/default/work","name":"work"}]} ... [Trace - 02:11:21.202 AM] Received response 'workspace/executeCommand - (2)' in 19ms. Result: {"URLs":["http://127.0.0.1:38822"]} [Trace - 02:11:21.569 AM] Received notification '$/progress'. Params: {"token":"7061363731800794385","value":{"kind":"end","message":"Done."}} #### End Gopls Test Logs for "TestFlightRecorder/default" --- FAIL: TestFlightRecorder/default (12.83s)
2025-06-04 14:40 gotip-openbsd-ppc64 go@5b748eed cmd/go.TestScript/list_empty_importpath (log) === RUN TestScript/list_empty_importpath === PAUSE TestScript/list_empty_importpath === CONT TestScript/list_empty_importpath script_test.go:139: 2025-06-05T07:54:13Z script_test.go:141: $WORK=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-3367828268/tmpdir2491080136/list_empty_importpath359325182 script_test.go:163: PATH=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-3367828268/tmpdir2491080136/testbin:/home/swarming/.swarming/w/ir/x/w/goroot/bin:/home/swarming/.swarming/w/ir/x/w/goroot/bin:/home/swarming/.swarming/w/ir/x/w/goroot/bin:/home/swarming/.swarming/w/ir/cache/tools/bin:/home/swarming/.swarming/w/ir/bbagent_utility_packages:/home/swarming/.swarming/w/ir/bbagent_utility_packages/bin:/home/swarming/.swarming/w/ir/cipd_bin_packages:/home/swarming/.swarming/w/ir/cipd_bin_packages/bin:/home/swarming/.swarming/w/ir/cache/cipd_client:/home/swarming/.swarming/w/ir/cache/cipd_client/bin:/home/swarming/.swarming/cipd_cache/bin:/home/swarming/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin HOME=/no-home CCACHE_DISABLE=1 GOARCH=ppc64 ... panic: LoadImport called with empty package path [recovered, repanicked] goroutine 1 gp=0xc0000041c0 m=3 mp=0xc000073008 [running]: panic({0x7b5dc0?, 0xa1b4c0?}) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/panic.go:802 +0x18c fp=0xc0001619d0 sp=0xc000161910 pc=0x94b2c cmd/go/internal/load.(*preload).flush(0xc0000c4670) /home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/go/internal/load/pkg.go:1122 +0x98 fp=0xc000161a08 sp=0xc0001619d0 pc=0x581978 cmd/go/internal/load.PackagesAndErrors.deferwrap2() /home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/go/internal/load/pkg.go:2940 +0x4c fp=0xc000161a30 sp=0xc000161a08 pc=0x5905ec panic({0x7b5dc0?, 0xa1b4c0?}) ... goroutine 20 gp=0xc000005880 m=nil [runnable]: cmd/go/internal/load.(*preload).preloadImports.gowrap1() /home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/go/internal/load/pkg.go:1104 fp=0xc00006cfc0 sp=0xc00006cfc0 pc=0x581750 runtime.goexit({}) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_ppc64x.s:1015 +0x4 fp=0xc00006cfc0 sp=0xc00006cfc0 pc=0x9d704 created by cmd/go/internal/load.(*preload).preloadImports in goroutine 1 /home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/go/internal/load/pkg.go:1104 +0x2b0 script_test.go:163: FAIL: testdata/script/list_empty_importpath.txt:6: go list -e all: exit status 2 --- FAIL: TestScript/list_empty_importpath (4.14s)
2025-06-04 15:16 gotip-openbsd-ppc64 go@f537061e cmd/internal/testdir.Test/fixedbugs/issue46234.go (log) === RUN Test/fixedbugs/issue46234.go === PAUSE Test/fixedbugs/issue46234.go === CONT Test/fixedbugs/issue46234.go testdir_test.go:147: command exceeded time limit --- FAIL: Test/fixedbugs/issue46234.go (153.87s)
2025-06-07 07:48 go1.25-openbsd-ppc64 release-branch.go1.25@d184f8dc cmd/internal/testdir.Test/fixedbugs/issue4463.go (log) === RUN Test/fixedbugs/issue4463.go === PAUSE Test/fixedbugs/issue4463.go === CONT Test/fixedbugs/issue4463.go testdir_test.go:1193: gc output: testdir_test.go:147: issue4463.go:20: missing error "not used" issue4463.go:21: missing error "not used" issue4463.go:22: missing error "not used" issue4463.go:23: missing error "not used" issue4463.go:24: missing error "not used" ... issue4463.go:71: missing error "not used|discards result" issue4463.go:72: missing error "not used|discards result" issue4463.go:73: missing error "not used|discards result" issue4463.go:74: missing error "not used|discards result" issue4463.go:75: missing error "not used|discards result" issue4463.go:76: missing error "not used|discards result" issue4463.go:77: missing error "not used|discards result" issue4463.go:78: missing error "not used|discards result" --- FAIL: Test/fixedbugs/issue4463.go (0.06s)
2025-06-09 16:29 go1.25-openbsd-ppc64 release-branch.go1.25@da0e8c45 cmd/internal/testdir.Test/funcdup.go (log) === RUN Test/funcdup.go === PAUSE Test/funcdup.go === CONT Test/funcdup.go testdir_test.go:1193: gc output: testdir_test.go:147: funcdup.go:10: missing error "duplicate argument i|redefinition|previous|redeclared" funcdup.go:11: missing error "duplicate argument i|redefinition|previous|redeclared" funcdup.go:12: missing error "duplicate argument i|redefinition|previous|redeclared" funcdup.go:15: missing error "duplicate argument i|redefinition|previous|redeclared" funcdup.go:16: missing error "duplicate argument i|redefinition|previous|redeclared" funcdup.go:17: missing error "duplicate argument i|redefinition|previous|redeclared" funcdup.go:21: missing error "duplicate argument i|redefinition|previous|redeclared" funcdup.go:22: missing error "duplicate argument i|redefinition|previous|redeclared" funcdup.go:23: missing error "duplicate argument j|redefinition|previous|redeclared" funcdup.go:25: missing error "duplicate argument i|redefinition|previous|redeclared" funcdup.go:26: missing error "duplicate argument i|redefinition|previous|redeclared" funcdup.go:27: missing error "duplicate argument i|redefinition|previous|redeclared" --- FAIL: Test/funcdup.go (0.00s)
2025-06-09 16:29 gotip-openbsd-ppc64 go@da0e8c45 cmd/internal/testdir.Test/fixedbugs/issue4654.go (log) === RUN Test/fixedbugs/issue4654.go === PAUSE Test/fixedbugs/issue4654.go === CONT Test/fixedbugs/issue4654.go testdir_test.go:1193: gc output: go tool compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: resource temporarily unavailable testdir_test.go:147: issue4654.go:15: missing error "defer requires function call, not conversion|is not used" issue4654.go:16: missing error "go requires function call, not conversion|is not used" issue4654.go:23: missing error "defer discards result of append|is not used" issue4654.go:24: missing error "defer discards result of cap|is not used" ... issue4654.go:63: missing error "not used" issue4654.go:64: missing error "not used" issue4654.go:65: missing error "not used" issue4654.go:66: missing error "not used" issue4654.go:67: missing error "not used" issue4654.go:68: missing error "not used" issue4654.go:69: missing error "not used" issue4654.go:70: missing error "not used" --- FAIL: Test/fixedbugs/issue4654.go (0.13s)
2025-06-09 17:32 go1.25-openbsd-ppc64 release-branch.go1.25@ac168675 archive/tar (log) PASS ok archive/tar 0.761s archive/tar: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/vet: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/vet: resource temporarily unavailable
2025-06-09 17:32 go1.25-openbsd-ppc64 release-branch.go1.25@ac168675 cmd/compile.TestScript/embedbad (log) === RUN TestScript/embedbad === PAUSE TestScript/embedbad === CONT TestScript/embedbad run.go:223: 2025-06-14T14:41:27Z run.go:225: $WORK=/home/swarming/.swarming/w/ir/x/t/TestScriptembedbad2679540947/001 run.go:232: BOTO_CONFIG=/home/swarming/.swarming/w/ir/x/a/gsutil-bbagent/.boto CIPD_ARCHITECTURE=ppc64 CIPD_CACHE_DIR=/home/swarming/.swarming/w/ir/cache/cipd_cache CIPD_PROTOCOL=v2 ... [stderr] unicode/utf8: /home/swarming/.swarming/w/ir/x/t/TestScript2402527903/001/testgoroot/pkg/tool/openbsd_ppc64/compile: fork/exec /home/swarming/.swarming/w/ir/x/t/TestScript2402527903/001/testgoroot/pkg/tool/openbsd_ppc64/compile: resource temporarily unavailable cmp: /home/swarming/.swarming/w/ir/x/t/TestScript2402527903/001/testgoroot/pkg/tool/openbsd_ppc64/compile: fork/exec /home/swarming/.swarming/w/ir/x/t/TestScript2402527903/001/testgoroot/pkg/tool/openbsd_ppc64/compile: resource temporarily unavailable math/bits: /home/swarming/.swarming/w/ir/x/t/TestScript2402527903/001/testgoroot/pkg/tool/openbsd_ppc64/compile: fork/exec /home/swarming/.swarming/w/ir/x/t/TestScript2402527903/001/testgoroot/pkg/tool/openbsd_ppc64/compile: resource temporarily unavailable internal/itoa: /home/swarming/.swarming/w/ir/x/t/TestScript2402527903/001/testgoroot/pkg/tool/openbsd_ppc64/compile: fork/exec /home/swarming/.swarming/w/ir/x/t/TestScript2402527903/001/testgoroot/pkg/tool/openbsd_ppc64/compile: resource temporarily unavailable sync/atomic: /home/swarming/.swarming/w/ir/x/t/TestScript2402527903/001/testgoroot/pkg/tool/openbsd_ppc64/asm: fork/exec /home/swarming/.swarming/w/ir/x/t/TestScript2402527903/001/testgoroot/pkg/tool/openbsd_ppc64/asm: resource temporarily unavailable [exit status 1] > stderr 'multiple files for type string' run.go:232: FAIL: testdata/script/embedbad.txt:4: stderr 'multiple files for type string': no match for `(?m)multiple files for type string` in stderr --- FAIL: TestScript/embedbad (21.39s)
2025-06-09 17:32 go1.25-openbsd-ppc64 release-branch.go1.25@ac168675 cmd/compile/internal/arm (log) FAIL cmd/compile/internal/arm [build failed] cmd/compile/internal/arm: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/vet: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/vet: resource temporarily unavailable
2025-06-09 17:32 gotip-openbsd-ppc64 go@ac168675 cmd/go.TestScript/list_empty_importpath (log) === RUN TestScript/list_empty_importpath === PAUSE TestScript/list_empty_importpath === CONT TestScript/list_empty_importpath script_test.go:139: 2025-06-10T15:44:06Z script_test.go:141: $WORK=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-2889741712/tmpdir3203115990/list_empty_importpath3667128531 script_test.go:163: PATH=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-2889741712/tmpdir3203115990/testbin:/home/swarming/.swarming/w/ir/x/w/goroot/bin:/home/swarming/.swarming/w/ir/x/w/goroot/bin:/home/swarming/.swarming/w/ir/x/w/goroot/bin:/home/swarming/.swarming/w/ir/cache/tools/bin:/home/swarming/.swarming/w/ir/bbagent_utility_packages:/home/swarming/.swarming/w/ir/bbagent_utility_packages/bin:/home/swarming/.swarming/w/ir/cipd_bin_packages:/home/swarming/.swarming/w/ir/cipd_bin_packages/bin:/home/swarming/.swarming/w/ir/cache/cipd_client:/home/swarming/.swarming/w/ir/cache/cipd_client/bin:/home/swarming/.swarming/cipd_cache/bin:/home/swarming/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin HOME=/no-home CCACHE_DISABLE=1 GOARCH=ppc64 ... panic: loadPackageData called with empty package path goroutine 8 gp=0xc000005dc0 m=0 mp=0xec6880 [running]: panic({0x7b5c60?, 0xa1b490?}) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/panic.go:802 +0x18c fp=0xc000084ca8 sp=0xc000084be8 pc=0x9498c cmd/go/internal/load.loadPackageData({0xa25770, 0xeed280}, {0xc00020e175, 0x0}, {0xc000000be0, 0xd}, {0xc00014e800, 0x74}, {0xc000042104, 0x74}, ...) /home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/go/internal/load/pkg.go:846 +0x4fc fp=0xc000084ed8 sp=0xc000084ca8 pc=0x5808cc cmd/go/internal/load.(*preload).preloadImports.func1({0xc00020e175?, 0xd?}) /home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/go/internal/load/pkg.go:1105 +0x8c fp=0xc000084f90 sp=0xc000084ed8 pc=0x581d5c cmd/go/internal/load.(*preload).preloadImports.gowrap1() ... runtime.(*cleanupQueue).dequeue(0xec4e80) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/mcleanup.go:439 +0x11c fp=0xc00006d770 sp=0xc00006d718 pc=0x2fd2c runtime.runCleanups() /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/mcleanup.go:635 +0x70 fp=0xc00006d7c0 sp=0xc00006d770 pc=0x305d0 runtime.goexit({}) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_ppc64x.s:1015 +0x4 fp=0xc00006d7c0 sp=0xc00006d7c0 pc=0x9d564 created by runtime.(*cleanupQueue).createGs in goroutine 1 /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/mcleanup.go:589 +0x11c script_test.go:163: FAIL: testdata/script/list_empty_importpath.txt:6: go list -e all: exit status 2 --- FAIL: TestScript/list_empty_importpath (5.70s)
2025-06-09 17:58 go1.25-openbsd-ppc64 release-branch.go1.25@848a768b cmd/internal/testdir.Test/fixedbugs/issue4463.go (log) === RUN Test/fixedbugs/issue4463.go === PAUSE Test/fixedbugs/issue4463.go === CONT Test/fixedbugs/issue4463.go testdir_test.go:1193: gc output: testdir_test.go:147: issue4463.go:20: missing error "not used" issue4463.go:21: missing error "not used" issue4463.go:22: missing error "not used" issue4463.go:23: missing error "not used" issue4463.go:24: missing error "not used" ... issue4463.go:71: missing error "not used|discards result" issue4463.go:72: missing error "not used|discards result" issue4463.go:73: missing error "not used|discards result" issue4463.go:74: missing error "not used|discards result" issue4463.go:75: missing error "not used|discards result" issue4463.go:76: missing error "not used|discards result" issue4463.go:77: missing error "not used|discards result" issue4463.go:78: missing error "not used|discards result" --- FAIL: Test/fixedbugs/issue4463.go (0.00s)
2025-06-09 17:58 go1.25-openbsd-ppc64 release-branch.go1.25@848a768b runtime:cpu1.TestTracebackSystem/panic (log) === RUN TestTracebackSystem/panic traceback_system_test.go:181: stderr: stdout: traceback_system_test.go:186: child process did not produce a crash report --- FAIL: TestTracebackSystem/panic (0.00s)
2025-06-09 17:58 go1.25-openbsd-ppc64 release-branch.go1.25@848a768b runtime:cpu2.TestCoroCgoCallback (log) === RUN TestCoroCgoCallback --- FAIL: TestCoroCgoCallback (0.00s) panic: /home/swarming/.swarming/w/ir/x/w/goroot/bin/go env CGO_ENABLED: [] [recovered, repanicked] goroutine 2560 gp=0xc000103180 m=4 mp=0xc000104008 [running]: panic({0x4aa260?, 0xc0020447d0?}) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/panic.go:802 +0x18c fp=0xc0000b3798 sp=0xc0000b36d8 pc=0xa123c testing.tRunner.func1.2({0x4aa260, 0xc0020447d0}) /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1869 +0x1ec fp=0xc0000b3858 sp=0xc0000b3798 pc=0x14989c testing.tRunner.func1() ... runtime_test.TestChanSendBarrier(0xc0003f8540?) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/chanbarrier_test.go:53 +0x2c fp=0xc0002c5f30 sp=0xc0002c5f08 pc=0x36b55c testing.tRunner(0xc0003f8540, 0x587b90) /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1931 +0x108 fp=0xc0002c5f90 sp=0xc0002c5f30 pc=0x148ee8 testing.(*T).Run.gowrap1() /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1994 +0x50 fp=0xc0002c5fc0 sp=0xc0002c5f90 pc=0x149f30 runtime.goexit({}) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_ppc64x.s:1015 +0x4 fp=0xc0002c5fc0 sp=0xc0002c5fc0 pc=0xa9924 created by testing.(*T).Run in goroutine 1 /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1994 +0x43c
2025-06-09 17:59 x_tools-go1.24-openbsd-ppc64 tools@8a9bccd6 release-branch.go1.24@7d08a16f x/tools/cmd/deadcode.Test/testdata/lineflag.txtar/L3 (log) === RUN Test/testdata/lineflag.txtar/L3 deadcode_test.go:114: deadcode failed: exit status 1 (stderr=deadcode: Load: err: exit status 1: stderr: go: error obtaining buildID for go tool asm: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/asm: resource temporarily unavailable ) --- FAIL: Test/testdata/lineflag.txtar/L3 (3.35s)
2025-06-09 17:59 x_tools-go1.24-openbsd-ppc64 tools@8a9bccd6 release-branch.go1.24@7d08a16f x/tools/cmd/gonew (log) fork/exec /home/swarming/.swarming/w/ir/x/t/go-build3705634505/b365/gonew.test: resource temporarily unavailable FAIL golang.org/x/tools/cmd/gonew 0.003s
2025-06-09 17:59 x_tools-go1.24-openbsd-ppc64 tools@8a9bccd6 release-branch.go1.24@7d08a16f x/tools/cover (log) fork/exec /home/swarming/.swarming/w/ir/x/t/go-build3705634505/b416/cover.test: resource temporarily unavailable FAIL golang.org/x/tools/cover 0.001s
2025-06-09 17:59 x_tools-go1.25-openbsd-ppc64 tools@8a9bccd6 release-branch.go1.25@8ac5714e github.com/google/go-cmp/cmp (log) github.com/google/go-cmp/cmp: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/vet: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/vet: resource temporarily unavailable
2025-06-09 17:59 x_tools-go1.25-openbsd-ppc64 tools@8a9bccd6 release-branch.go1.25@8ac5714e x/net/html (log) golang.org/x/net/html: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/vet: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/vet: resource temporarily unavailable
2025-06-09 17:59 x_tools-go1.25-openbsd-ppc64 tools@8a9bccd6 release-branch.go1.25@8ac5714e x/tools/cmd/deadcode.Test/testdata/issue65915.txtar/L5 (log) === RUN Test/testdata/issue65915.txtar/L5 deadcode_test.go:114: deadcode failed: exit status 1 (stderr=deadcode: Load: err: exit status 1: stderr: go: error obtaining buildID for go tool compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: resource temporarily unavailable ) --- FAIL: Test/testdata/issue65915.txtar/L5 (1.47s)
2025-06-09 17:59 x_tools-gotip-openbsd-ppc64 tools@8a9bccd6 go@96a6e147 x/net/websocket (log) golang.org/x/net/websocket: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/vet: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/vet: resource temporarily unavailable
2025-06-09 17:59 x_tools-gotip-openbsd-ppc64 tools@8a9bccd6 go@96a6e147 x/tools/cmd/deadcode.Test/testdata/filterflag.txtar/L3 (log) === RUN Test/testdata/filterflag.txtar/L3 deadcode_test.go:114: deadcode failed: exit status 1 (stderr=deadcode: Load: err: exit status 1: stderr: go: error obtaining buildID for go tool compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: resource temporarily unavailable ) --- FAIL: Test/testdata/filterflag.txtar/L3 (1.25s)
2025-06-09 17:59 x_tools-gotip-openbsd-ppc64 tools@8a9bccd6 go@96a6e147 x/tools/cmd/fiximports.TestFixImports (log) === RUN TestFixImports main_test.go:222: #4. fiximports() = false main_test.go:230: #4. stderr: got << go: error obtaining buildID for go tool compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: resource temporarily unavailable importfix: exit status 1 >>, want << testdata/src/old.com/bad/bad.go:2:43: expected 'package', found 'EOF' fruit.io/banana fixed: old.com/one -> new.com/one fixed: titanic.biz/bar -> new.com/bar fixed: titanic.biz/foo -> new.com/foo >> main_test.go:243: #4. rewrite[$GOPATH/src/fruit.io/banana/banana.go] missing, want <> --- FAIL: TestFixImports (32.07s)
2025-06-09 18:15 go1.25-openbsd-ppc64 release-branch.go1.25@985d600f cmd/internal/testdir.Test/fixedbugs/issue4909b.go (log) === RUN Test/fixedbugs/issue4909b.go === PAUSE Test/fixedbugs/issue4909b.go === CONT Test/fixedbugs/issue4909b.go testdir_test.go:1193: gc output: testdir_test.go:147: tmp__.go:1802: missing error "indirection|embedded via a pointer" tmp__.go:1803: missing error "indirection|embedded via a pointer" tmp__.go:1804: missing error "indirection|embedded via a pointer" tmp__.go:1805: missing error "indirection|embedded via a pointer" tmp__.go:1810: missing error "indirection|embedded via a pointer" ... tmp__.go:2806: missing error "indirection|embedded via a pointer" tmp__.go:2807: missing error "indirection|embedded via a pointer" tmp__.go:2808: missing error "indirection|embedded via a pointer" tmp__.go:2809: missing error "indirection|embedded via a pointer" tmp__.go:2810: missing error "indirection|embedded via a pointer" tmp__.go:2811: missing error "indirection|embedded via a pointer" tmp__.go:2812: missing error "indirection|embedded via a pointer" tmp__.go:2813: missing error "indirection|embedded via a pointer" --- FAIL: Test/fixedbugs/issue4909b.go (7.62s)
2025-06-09 18:15 gotip-openbsd-ppc64 go@985d600f cmd/go.TestScript/list_empty_importpath (log) === RUN TestScript/list_empty_importpath === PAUSE TestScript/list_empty_importpath === CONT TestScript/list_empty_importpath script_test.go:139: 2025-06-09T23:01:18Z script_test.go:141: $WORK=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-692400755/tmpdir813709498/list_empty_importpath3520049787 script_test.go:163: PATH=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-692400755/tmpdir813709498/testbin:/home/swarming/.swarming/w/ir/x/w/goroot/bin:/home/swarming/.swarming/w/ir/x/w/goroot/bin:/home/swarming/.swarming/w/ir/x/w/goroot/bin:/home/swarming/.swarming/w/ir/cache/tools/bin:/home/swarming/.swarming/w/ir/bbagent_utility_packages:/home/swarming/.swarming/w/ir/bbagent_utility_packages/bin:/home/swarming/.swarming/w/ir/cipd_bin_packages:/home/swarming/.swarming/w/ir/cipd_bin_packages/bin:/home/swarming/.swarming/w/ir/cache/cipd_client:/home/swarming/.swarming/w/ir/cache/cipd_client/bin:/home/swarming/.swarming/cipd_cache/bin:/home/swarming/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin HOME=/no-home CCACHE_DISABLE=1 GOARCH=ppc64 ... panic: LoadImport called with empty package path [recovered, repanicked] goroutine 1 gp=0xc0000041c0 m=0 mp=0xec6880 [running]: panic({0x7b5c60?, 0xa1b480?}) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/panic.go:802 +0x18c fp=0xc0002b59d0 sp=0xc0002b5910 pc=0x949ac cmd/go/internal/load.(*preload).flush(0xc00009ebe0) /home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/go/internal/load/pkg.go:1122 +0x98 fp=0xc0002b5a08 sp=0xc0002b59d0 pc=0x581f28 cmd/go/internal/load.PackagesAndErrors.deferwrap2() /home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/go/internal/load/pkg.go:2940 +0x4c fp=0xc0002b5a30 sp=0xc0002b5a08 pc=0x590b9c panic({0x7b5c60?, 0xa1b480?}) ... goroutine 23 gp=0xc000092700 m=nil [runnable]: cmd/go/internal/load.(*preload).preloadImports.gowrap1() /home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/go/internal/load/pkg.go:1104 fp=0xc000069fc0 sp=0xc000069fc0 pc=0x581d00 runtime.goexit({}) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_ppc64x.s:1015 +0x4 fp=0xc000069fc0 sp=0xc000069fc0 pc=0x9d584 created by cmd/go/internal/load.(*preload).preloadImports in goroutine 1 /home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/go/internal/load/pkg.go:1104 +0x2b0 script_test.go:163: FAIL: testdata/script/list_empty_importpath.txt:6: go list -e all: exit status 2 --- FAIL: TestScript/list_empty_importpath (5.03s)
2025-06-09 19:15 x_tools-go1.25-openbsd-ppc64 tools@ede391f7 release-branch.go1.25@8ac5714e x/net/html (log) golang.org/x/net/html: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/vet: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/vet: resource temporarily unavailable
2025-06-09 19:15 x_tools-go1.25-openbsd-ppc64 tools@ede391f7 release-branch.go1.25@8ac5714e x/tools/cmd/deadcode.Test/testdata/issue65915.txtar/L5 (log) === RUN Test/testdata/issue65915.txtar/L5 deadcode_test.go:114: deadcode failed: exit status 1 (stderr=deadcode: Load: err: exit status 1: stderr: go: error obtaining buildID for go tool compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: resource temporarily unavailable ) --- FAIL: Test/testdata/issue65915.txtar/L5 (2.02s)
2025-06-09 19:15 x_tools-go1.25-openbsd-ppc64 tools@ede391f7 release-branch.go1.25@8ac5714e x/tools/cmd/godoc.TestWeb/Modules (log) === RUN TestWeb/Modules godoc_test.go:204: err: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/bin/go: resource temporarily unavailable: stderr: --- FAIL: TestWeb/Modules (0.05s)
2025-06-09 19:15 x_tools-gotip-openbsd-ppc64 tools@ede391f7 go@96a6e147 github.com/google/go-cmp/cmp/cmpopts (log) github.com/google/go-cmp/cmp/cmpopts: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: resource temporarily unavailable
2025-06-09 19:15 x_tools-gotip-openbsd-ppc64 tools@ede391f7 go@96a6e147 x/net/websocket (log) golang.org/x/net/websocket: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/vet: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/vet: resource temporarily unavailable
2025-06-09 19:15 x_tools-gotip-openbsd-ppc64 tools@ede391f7 go@96a6e147 x/tools/cmd/deadcode.Test/testdata/filterflag.txtar/L3 (log) === RUN Test/testdata/filterflag.txtar/L3 deadcode_test.go:114: deadcode failed: exit status 1 (stderr=deadcode: Load: err: exit status 1: stderr: go: error obtaining buildID for go tool compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: resource temporarily unavailable ) --- FAIL: Test/testdata/filterflag.txtar/L3 (1.48s)
2025-06-09 19:39 x_tools-gotip-openbsd-ppc64 tools@499bea92 go@96a6e147 x/tools/cmd/deadcode.Test/testdata/jsonflag.txtar/L3 (log) === RUN Test/testdata/jsonflag.txtar/L3 deadcode_test.go:114: deadcode failed: exit status 1 (stderr=deadcode: Load: err: exit status 1: stderr: go: error obtaining buildID for go tool compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: resource temporarily unavailable ) --- FAIL: Test/testdata/jsonflag.txtar/L3 (1.44s)
2025-06-09 19:39 x_tools-gotip-openbsd-ppc64 tools@499bea92 go@96a6e147 x/tools/cmd/gomvpkg (log) FAIL golang.org/x/tools/cmd/gomvpkg [build failed] golang.org/x/tools/cmd/gomvpkg: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/vet: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/vet: resource temporarily unavailable
2025-06-09 19:39 x_tools-gotip-openbsd-ppc64 tools@499bea92 go@96a6e147 x/tools/cmd/gotype (log) FAIL golang.org/x/tools/cmd/gotype [build failed] golang.org/x/tools/cmd/gotype: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/vet: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/vet: resource temporarily unavailable
2025-06-10 03:33 go1.25-openbsd-ppc64 release-branch.go1.25@ee7bfbdb [build] (log) Use of LUCI is subject to the Google [Terms of Service](https://policies.google.com/terms) and [Privacy Policy](https://policies.google.com/privacy) [I2025-06-14T01:00:16.627156Z 25129 0 sink.go:350] SinkServer: warm-up started [I2025-06-14T01:00:16.627199Z 25129 0 sink.go:423] SinkServer: starting HTTP server... [I2025-06-14T01:00:16.629497Z 25129 0 sink.go:355] SinkServer: warm-up ended [I2025-06-14T01:00:16.629940Z 25129 0 cmd_stream.go:569] rdb-stream: starting the test command - ["/home/swarming/.swarming/w/ir/cache/tools/bin/result_adapter" "go" "-v=false" "-dump-json" "/home/swarming/.swarming/w/ir/x/w/dist.testjson" "--" "/home/swarming/.swarming/w/ir/x/w/goroot/bin/go" "tool" "dist" "test" "-json"] runtime: failed to create new OS thread ok archive/tar 0.607s ok archive/zip 2.777s ok bufio 0.971s ... [W2025-06-14T01:19:32.340817Z 25129 0 cmd_stream.go:581] rdb-stream: test process exited with error: exit status 1 [I2025-06-14T01:19:32.340900Z 25129 0 cmd_stream.go:565] rdb-stream: the test process terminated [I2025-06-14T01:19:32.341258Z 25129 0 sink.go:448] SinkServer: shutdown started [I2025-06-14T01:19:32.341352Z 25129 0 sink.go:426] SinkServer: HTTP server stopped with "http: Server closed" [I2025-06-14T01:19:32.341379Z 25129 0 sink_server.go:96] SinkServer: draining TestResult channel started [I2025-06-14T01:19:32.537066Z 25129 0 sink_server.go:98] SinkServer: draining TestResult channel ended [I2025-06-14T01:19:32.537103Z 25129 0 sink_server.go:100] SinkServer: draining Artifact channel started [I2025-06-14T01:19:32.730534Z 25129 0 sink_server.go:102] SinkServer: draining Artifact channel ended [I2025-06-14T01:19:32.730595Z 25129 0 sink.go:451] SinkServer: shutdown completed successfully [I2025-06-14T01:19:32.730629Z 25129 0 cmd_stream.go:492] rdb-stream: exiting with 1
2025-06-10 11:57 x_tools-gotip-openbsd-ppc64 tools@687b7548 go@96a6e147 github.com/google/go-cmp/cmp/internal/flags (log) github.com/google/go-cmp/cmp/internal/flags: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: resource temporarily unavailable
2025-06-10 11:57 x_tools-gotip-openbsd-ppc64 tools@687b7548 go@96a6e147 github.com/google/go-cmp/cmp/internal/function (log) github.com/google/go-cmp/cmp/internal/function: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: resource temporarily unavailable
2025-06-10 11:57 x_tools-gotip-openbsd-ppc64 tools@687b7548 go@96a6e147 x/telemetry/counter (log) golang.org/x/telemetry/counter: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/vet: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/vet: resource temporarily unavailable
2025-06-10 13:00 go1.25-openbsd-ppc64 release-branch.go1.25@f18d0465 cmd/internal/testdir.Test/arenas/smoke.go (log) === RUN Test/arenas/smoke.go === PAUSE Test/arenas/smoke.go === CONT Test/arenas/smoke.go testdir_test.go:147: exit status 1 internal/profilerecord: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: resource temporarily unavailable internal/runtime/atomic: /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 internal/runtime/gc: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: resource temporarily unavailable internal/asan: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: resource temporarily unavailable internal/msan: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: resource temporarily unavailable internal/runtime/math: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: resource temporarily unavailable internal/trace/tracev2: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: resource temporarily unavailable cmp: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: resource temporarily unavailable unicode/utf8: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: resource temporarily unavailable sync/atomic: /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 internal/synctest: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: resource temporarily unavailable unicode: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: resource temporarily unavailable log/internal: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: resource temporarily unavailable internal/abi: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: resource temporarily unavailable # internal/cpu runtime: failed to create new OS thread internal/runtime/sys: /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 math: /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: Test/arenas/smoke.go (27.15s)
2025-06-10 13:00 go1.25-openbsd-ppc64 release-branch.go1.25@f18d0465 runtime:cpu1.TestTracebackSystem/panic (log) === RUN TestTracebackSystem/panic traceback_system_test.go:181: stderr: stdout: traceback_system_test.go:186: child process did not produce a crash report --- FAIL: TestTracebackSystem/panic (0.00s)
2025-06-10 13:00 gotip-openbsd-ppc64 go@f18d0465 cmd/internal/testdir.Test/fixedbugs/issue52127.go (log) === RUN Test/fixedbugs/issue52127.go === PAUSE Test/fixedbugs/issue52127.go === CONT Test/fixedbugs/issue52127.go testdir_test.go:147: exit status 2 panic: missing "syntax error" in compiler output; got: command-line-arguments: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: resource temporarily unavailable goroutine 1 gp=0xc0000021c0 m=0 mp=0x1cd200 [running]: panic({0xdafe0?, 0xc0000945b0?}) ... runtime.(*cleanupQueue).dequeue(0x1cc940) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/mcleanup.go:439 +0x11c fp=0xc00004bf70 sp=0xc00004bf18 pc=0x2975c runtime.runCleanups() /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/mcleanup.go:635 +0x70 fp=0xc00004bfc0 sp=0xc00004bf70 pc=0x29f70 runtime.goexit({}) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_ppc64x.s:1015 +0x4 fp=0xc00004bfc0 sp=0xc00004bfc0 pc=0x8b924 created by runtime.(*cleanupQueue).createGs in goroutine 1 /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/mcleanup.go:589 +0x11c --- FAIL: Test/fixedbugs/issue52127.go (3.91s)
2025-06-10 13:10 x_tools-go1.25-openbsd-ppc64 tools@2cae60e3 release-branch.go1.25@8ac5714e x/tools/cmd/deadcode.Test/testdata/filterflag.txtar/L3 (log) === RUN Test/testdata/filterflag.txtar/L3 deadcode_test.go:114: deadcode failed: exit status 1 (stderr=deadcode: Load: err: exit status 1: stderr: go: error obtaining buildID for go tool asm: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/asm: resource temporarily unavailable ) --- FAIL: Test/testdata/filterflag.txtar/L3 (1.53s)
2025-06-10 13:10 x_tools-go1.25-openbsd-ppc64 tools@2cae60e3 release-branch.go1.25@8ac5714e x/tools/cmd/present (log) FAIL golang.org/x/tools/cmd/present [build failed] golang.org/x/tools/playground/socket: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: resource temporarily unavailable
2025-06-10 13:10 x_tools-go1.25-openbsd-ppc64 tools@2cae60e3 release-branch.go1.25@8ac5714e x/tools/container/intsets (log) FAIL golang.org/x/tools/container/intsets [bu

(... long comment truncated ...)

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

#!watchflakes
post <- goos == "openbsd" && goarch == "ppc64"
2025-06-10 14:07 go1.25-openbsd-ppc64 release-branch.go1.25@a189516d cmd/internal/testdir.Test/arenas/smoke.go (log) === RUN Test/arenas/smoke.go === PAUSE Test/arenas/smoke.go === CONT Test/arenas/smoke.go testdir_test.go:147: exit status 1 internal/asan: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: resource temporarily unavailable internal/msan: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: resource temporarily unavailable internal/trace/tracev2: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: resource temporarily unavailable cmp: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: resource temporarily unavailable internal/itoa: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: resource temporarily unavailable math/bits: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: resource temporarily unavailable unicode/utf8: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: resource temporarily unavailable internal/abi: /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 internal/synctest: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: resource temporarily unavailable internal/runtime/atomic: /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 internal/runtime/math: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: resource temporarily unavailable internal/runtime/sys: /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 unicode: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: resource temporarily unavailable internal/cpu: /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: Test/arenas/smoke.go (15.56s)
2025-06-10 14:07 go1.25-openbsd-ppc64 release-branch.go1.25@a189516d runtime:cpu1.TestTracebackSystem/panic (log) === RUN TestTracebackSystem/panic traceback_system_test.go:181: stderr: stdout: traceback_system_test.go:186: child process did not produce a crash report --- FAIL: TestTracebackSystem/panic (0.00s)
2025-06-10 14:07 go1.25-openbsd-ppc64 release-branch.go1.25@a189516d runtime:cpu2.TestMemHashGlobalSeed/noaes (log) === RUN TestMemHashGlobalSeed/noaes map_test.go:1167: 9371339740667374093 map_test.go:1169: 3874963906700123852 map_test.go:1170: cmd.Output got err fork/exec /home/swarming/.swarming/w/ir/x/t/go-build1908194805/b001/runtime.test: resource temporarily unavailable want nil --- FAIL: TestMemHashGlobalSeed/noaes (4.00s)
2025-06-10 14:43 x_tools-go1.25-openbsd-ppc64 tools@5e002652 release-branch.go1.25@8ac5714e x/tools/cmd/gomvpkg (log) FAIL golang.org/x/tools/cmd/gomvpkg [build failed] golang.org/x/tools/cmd/gomvpkg: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/vet: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/vet: resource temporarily unavailable
2025-06-10 14:43 x_tools-go1.25-openbsd-ppc64 tools@5e002652 release-branch.go1.25@8ac5714e x/tools/cmd/signature-fuzzer/fuzz-runner.TestRunner/Minimization2 (log) === RUN TestRunner/Minimization2 === PAUSE TestRunner/Minimization2 === CONT TestRunner/Minimization2 rnr_test.go:131: ... begin iteration 0 with current seed 55909 error executing cmd go build -o ./fzTest .: exit status 1 fzTest/Caller1: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: resource temporarily unavailable ... starting minimization for failed directory /home/swarming/.swarming/w/ir/x/t/fuzzrun2764190347/fuzzTest ** minimization failed, could not locate bad package rnr_test.go:137: -emitbad=2 did not trigger runtime error (invocation "/home/swarming/.swarming/w/ir/x/t/TestRunner2687500074/001/bin/runner [-emitbad=2 -badfcnidx=1 -badpkgidx=1 -forcetmpclean -cleancache=0 -numit=1 -numfcns=3 -numpkgs=3 -seed=55909]"): output: ... begin iteration 0 with current seed 55909 error executing cmd go build -o ./fzTest .: exit status 1 fzTest/Caller1: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: resource temporarily unavailable ... starting minimization for failed directory /home/swarming/.swarming/w/ir/x/t/fuzzrun2764190347/fuzzTest ** minimization failed, could not locate bad package --- FAIL: TestRunner/Minimization2 (12.07s)
2025-06-10 14:43 x_tools-go1.25-openbsd-ppc64 tools@5e002652 release-branch.go1.25@8ac5714e x/tools/cmd/signature-fuzzer/internal/fuzz-generator.TestEmitBadRunFailure (log) === RUN TestEmitBadRunFailure gen_test.go:312: build failed: 001/xChecker9: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: resource temporarily unavailable --- FAIL: TestEmitBadRunFailure (6.42s)
2025-06-10 14:56 x_tools-go1.25-openbsd-ppc64 tools@8befc65a release-branch.go1.25@8ac5714e x/tools/cmd/signature-fuzzer/internal/fuzz-generator.TestEmitBadRunFailure (log) === RUN TestEmitBadRunFailure gen_test.go:312: build failed: 001/xChecker8: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: resource temporarily unavailable 001/xChecker9: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: resource temporarily unavailable --- FAIL: TestEmitBadRunFailure (6.15s)
2025-06-10 14:56 x_tools-go1.25-openbsd-ppc64 tools@8befc65a release-branch.go1.25@8ac5714e x/tools/cmd/stringer.TestTags (log) === RUN TestTags endtoend_test.go:114: stringer: starting GOROOT= GOPATH=/home/swarming/.swarming/w/ir/x/w/gopath GO111MODULE= GOPROXY= PWD=/home/swarming/.swarming/w/ir/x/t/TestTags432146183/001 go list -tags= -f "{{context.GOARCH}} {{context.Compiler}}" -- unsafe stringer: starting GOROOT= GOPATH=/home/swarming/.swarming/w/ir/x/w/gopath GO111MODULE=off GOPROXY= PWD=/home/swarming/.swarming/w/ir/x/t/TestTags432146183/001 go list -e -f {{context.ReleaseTags}} -- unsafe stringer: 23.083332ms for GOROOT= GOPATH=/home/swarming/.swarming/w/ir/x/w/gopath GO111MODULE=off GOPROXY= PWD=/home/swarming/.swarming/w/ir/x/t/TestTags432146183/001 go list -e -f {{context.ReleaseTags}} -- unsafe stringer: 228.909912ms for GOROOT= GOPATH=/home/swarming/.swarming/w/ir/x/w/gopath GO111MODULE= GOPROXY= PWD=/home/swarming/.swarming/w/ir/x/t/TestTags432146183/001 go list -tags= -f "{{context.GOARCH}} {{context.Compiler}}" -- unsafe stringer: err: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/bin/go: resource temporarily unavailable: stderr: endtoend_test.go:116: /home/swarming/.swarming/w/ir/x/t/go-build554035884/b412/stringer.test -type Const .: exit status 1 --- FAIL: TestTags (0.41s)
2025-06-10 14:56 x_tools-go1.25-openbsd-ppc64 tools@8befc65a release-branch.go1.25@8ac5714e x/tools/go/analysis/internal/checker.TestScript/testdata/conflict.txt (log) === RUN TestScript/testdata/conflict.txt === PAUSE TestScript/testdata/conflict.txt === CONT TestScript/testdata/conflict.txt fix_test.go:322: testdata/conflict.txt:7: checker: unexpected a/a.go content: -- original -- package a func f() { bar := 12 //@ fix1("\tbar", "baz"), fix2("ar ", "baz"), fix3("bar", "lorem ipsum") _ = bar //@ fix1(" bar", "baz") ... func f() { - bar := 12 //@ fix1("\tbar", "baz"), fix2("ar ", "baz"), fix3("bar", "lorem ipsum") + baz := 12 //@ fix1("\tbar", "baz"), fix2("ar ", "baz"), fix3("bar", "lorem ipsum") - _ = bar //@ fix1(" bar", "baz") + _ = baz //@ fix1(" bar", "baz") } fix_test.go:368: testdata/conflict.txt:9: stderr: output didn't match pattern "applied 1 of 3 fixes; 1 files updated...Re-run": -: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: resource temporarily unavailable --- FAIL: TestScript/testdata/conflict.txt (2.89s)
2025-06-10 16:40 go1.25-openbsd-ppc64 release-branch.go1.25@a35701b3 cmd/internal/testdir.Test/fixedbugs/issue20014.go (log) === RUN Test/fixedbugs/issue20014.go === PAUSE Test/fixedbugs/issue20014.go === CONT Test/fixedbugs/issue20014.go testdir_test.go:147: exit status 1 internal/goexperiment: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: resource temporarily unavailable internal/goos: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: resource temporarily unavailable internal/profilerecord: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: resource temporarily unavailable internal/asan: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: resource temporarily unavailable internal/msan: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: resource temporarily unavailable internal/trace/tracev2: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: resource temporarily unavailable math/bits: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: resource temporarily unavailable sync/atomic: /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 internal/cpu: /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 internal/synctest: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: resource temporarily unavailable unicode: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: resource temporarily unavailable unicode/utf8: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: resource temporarily unavailable internal/abi: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: resource temporarily unavailable internal/runtime/strconv: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: resource temporarily unavailable --- FAIL: Test/fixedbugs/issue20014.go (5.84s)
2025-06-10 16:40 go1.25-openbsd-ppc64 release-branch.go1.25@a35701b3 runtime:cpu2.TestChanSendBarrier [SKIP] (log) === RUN TestChanSendBarrier === PAUSE TestChanSendBarrier
2025-06-10 18:09 go1.25-openbsd-ppc64 release-branch.go1.25@1cafdfb6 cmd/internal/testdir.Test/fixedbugs/issue4215.go (log) === RUN Test/fixedbugs/issue4215.go === PAUSE Test/fixedbugs/issue4215.go === CONT Test/fixedbugs/issue4215.go testdir_test.go:1193: gc output: testdir_test.go:147: issue4215.go:10: missing error "not enough return values\\n\\thave \\(number\\)\\n\\twant \\(int, int\\)|not enough arguments to return" issue4215.go:14: missing error "too many (arguments to return|return values)\\n\\thave \\(int, number\\)\\n\\twant \\(\\)|return with value in function with no return type" issue4215.go:19: missing error "not enough return values\\n\\thave \\(number\\)\\n\\twant \\(int, int, int, int\\)|not enough arguments to return" issue4215.go:21: missing error "not enough return values\\n\\thave \\(number, number\\)\\n\\twant \\(int, int, int, int\\)|not enough arguments to return" issue4215.go:27: missing error "not enough return values\\n\\thave \\(string\\)\\n\\twant \\(string, int\\)|not enough arguments to return" issue4215.go:29: missing error "too many return values\\n\\thave \\(string, number, bool\\)\\n\\twant \\(string, int\\)|too many arguments to return" issue4215.go:31: missing error "not enough return values\\n\\thave \\(string\\)\\n\\twant \\(string, int\\)|not enough arguments to return" issue4215.go:43: missing error "not enough return values\\n\\thave \\(string\\)\\n\\twant \\(S, T, U\\)|not enough arguments to return" issue4215.go:46: missing error "not enough return values\\n\\thave \\(\\*T\\)\\n\\twant \\(S, T, U\\)|not enough arguments to return" issue4215.go:48: missing error "too many return values\\n\\thave \\(\\*S, number, number, number, bool\\)\\n\\twant \\(S, T, U\\)|too many arguments to return" issue4215.go:52: missing error "too many return values\\n\\thave \\(string, bool, bool\\)\\n\\twant \\(T, string\\)|too many arguments to return" --- FAIL: Test/fixedbugs/issue4215.go (0.01s)
2025-06-10 18:09 go1.25-openbsd-ppc64 release-branch.go1.25@1cafdfb6 runtime:cpu2.TestTracebackSystem/panic (log) === RUN TestTracebackSystem/panic traceback_system_test.go:181: stderr: stdout: traceback_system_test.go:186: child process did not produce a crash report --- FAIL: TestTracebackSystem/panic (0.00s)
2025-06-10 18:18 go1.25-openbsd-ppc64 release-branch.go1.25@fb0c27c5 cmd/internal/testdir.Test/convert2.go (log) === RUN Test/convert2.go === PAUSE Test/convert2.go === CONT Test/convert2.go testdir_test.go:1193: gc output: testdir_test.go:147: convert2.go:25: missing error "cannot use .* in assignment|incompatible type" convert2.go:45: missing error "cannot use .* in assignment|incompatible type" convert2.go:46: missing error "cannot use .* in assignment|incompatible type" convert2.go:50: missing error "cannot use .* in assignment|incompatible type" convert2.go:66: missing error "cannot use .* in assignment|incompatible type" ... convert2.go:288: missing error "cannot use .* in assignment|incompatible type" convert2.go:289: missing error "cannot convert" convert2.go:308: missing error "cannot use .* in assignment|incompatible type" convert2.go:309: missing error "cannot use .* in assignment|incompatible type" convert2.go:312: missing error "cannot convert" convert2.go:313: missing error "cannot use .* in assignment|incompatible type" convert2.go:314: missing error "cannot convert" convert2.go:328: missing error "cannot convert" --- FAIL: Test/convert2.go (0.02s)
2025-06-10 18:31 go1.25-openbsd-ppc64 release-branch.go1.25@773701a8 cmd/internal/testdir.Test/goto.go (log) === RUN Test/goto.go === PAUSE Test/goto.go === CONT Test/goto.go testdir_test.go:1193: gc output: testdir_test.go:147: goto.go:42: missing error "goto L jumps over declaration of x at goto.go:43|goto jumps over declaration" goto.go:60: missing error "goto L jumps over declaration of x at goto.go:65|goto jumps over declaration" goto.go:80: missing error "goto L jumps over declaration of y at goto.go:83|goto jumps over declaration" goto.go:90: missing error "goto L jumps over declaration of y at goto.go:93|goto jumps over declaration" goto.go:117: missing error "goto L jumps into block starting at goto.go:118|goto jumps into block" ... goto.go:416: missing error "goto L jumps into block starting at goto.go:419|goto jumps into block" goto.go:427: missing error "goto L jumps into block starting at goto.go:428|goto jumps into block" goto.go:439: missing error "goto L jumps into block starting at goto.go:435|goto jumps into block" goto.go:495: missing error "goto L jumps into block starting at goto.go:497|goto jumps into block" goto.go:503: missing error "goto L jumps into block starting at goto.go:505|goto jumps into block" goto.go:513: missing error "goto L jumps into block starting at goto.go:516|goto jumps into block" goto.go:524: missing error "goto L jumps into block starting at goto.go:525|goto jumps into block" goto.go:536: missing error "goto L jumps into block starting at goto.go:532|goto jumps into block" --- FAIL: Test/goto.go (0.03s)
2025-06-10 22:02 go1.25-openbsd-ppc64 release-branch.go1.25@4f86f226 cmd/internal/testdir.Test/fixedbugs/issue4654.go (log) === RUN Test/fixedbugs/issue4654.go === PAUSE Test/fixedbugs/issue4654.go === CONT Test/fixedbugs/issue4654.go testdir_test.go:1193: gc output: go tool compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: resource temporarily unavailable testdir_test.go:147: issue4654.go:15: missing error "defer requires function call, not conversion|is not used" issue4654.go:16: missing error "go requires function call, not conversion|is not used" issue4654.go:23: missing error "defer discards result of append|is not used" issue4654.go:24: missing error "defer discards result of cap|is not used" ... issue4654.go:63: missing error "not used" issue4654.go:64: missing error "not used" issue4654.go:65: missing error "not used" issue4654.go:66: missing error "not used" issue4654.go:67: missing error "not used" issue4654.go:68: missing error "not used" issue4654.go:69: missing error "not used" issue4654.go:70: missing error "not used" --- FAIL: Test/fixedbugs/issue4654.go (0.34s)
2025-06-10 22:02 go1.25-openbsd-ppc64 release-branch.go1.25@4f86f226 runtime:cpu1.TestTracebackSystem/panic (log) === RUN TestTracebackSystem/panic traceback_system_test.go:181: stderr: stdout: traceback_system_test.go:186: child process did not produce a crash report --- FAIL: TestTracebackSystem/panic (0.01s)
2025-06-10 22:02 go1.25-openbsd-ppc64 release-branch.go1.25@4f86f226 runtime:cpu4.TestTracebackSystem/panic (log) === RUN TestTracebackSystem/panic traceback_system_test.go:181: stderr: stdout: traceback_system_test.go:186: child process did not produce a crash report --- FAIL: TestTracebackSystem/panic (0.00s)
2025-06-10 22:23 go1.25-openbsd-ppc64 release-branch.go1.25@281cfcfc cmd/internal/testdir.Test/fixedbugs/issue54542.go (log) === RUN Test/fixedbugs/issue54542.go === PAUSE Test/fixedbugs/issue54542.go === CONT Test/fixedbugs/issue54542.go testdir_test.go:147: exit status 2 panic: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/bin/go: resource temporarily unavailable goroutine 1 gp=0xc0000021c0 m=0 mp=0x1dd240 [running]: panic({0xf2d60?, 0xc00009a1e0?}) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/panic.go:802 +0x18c fp=0xc0000a9d28 sp=0xc0000a9c68 pc=0x84b2c main.main() ... runtime.(*cleanupQueue).dequeue(0x1dc980) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/mcleanup.go:439 +0x11c fp=0xc000046770 sp=0xc000046718 pc=0x2980c runtime.runCleanups() /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/mcleanup.go:635 +0x70 fp=0xc0000467c0 sp=0xc000046770 pc=0x2a020 runtime.goexit({}) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_ppc64x.s:1015 +0x4 fp=0xc0000467c0 sp=0xc0000467c0 pc=0x8ba14 created by runtime.(*cleanupQueue).createGs in goroutine 1 /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/mcleanup.go:589 +0x11c --- FAIL: Test/fixedbugs/issue54542.go (6.14s)
2025-06-10 22:23 go1.25-openbsd-ppc64 release-branch.go1.25@281cfcfc runtime:cpu4.TestTracebackSystem/panic (log) === RUN TestTracebackSystem/panic traceback_system_test.go:181: stderr: stdout: traceback_system_test.go:186: child process did not produce a crash report --- FAIL: TestTracebackSystem/panic (0.00s)
2025-06-10 23:37 go1.25-openbsd-ppc64 release-branch.go1.25@7fa2c736 cmd/internal/testdir.Test/fixedbugs/issue41635.go (log) === RUN Test/fixedbugs/issue41635.go === PAUSE Test/fixedbugs/issue41635.go === CONT Test/fixedbugs/issue41635.go testdir_test.go:147: exit status 1 /home/swarming/.swarming/w/ir/x/w/goroot/test/fixedbugs/issue41635.go:9: can inline f with cost 32 as: func() { n, m := 100, 200; _ = make([]byte, 131072); _ = make([]byte, 100, 131072); _ = make([]byte, n, 131072); _ = make([]byte, n); _ = make([]byte, 100, m) } /home/swarming/.swarming/w/ir/x/w/goroot/test/fixedbugs/issue41635.go:11: make([]byte, 131072) escapes to heap in f: /home/swarming/.swarming/w/ir/x/w/goroot/test/fixedbugs/issue41635.go:11: flow: {heap} ← &{storage for make([]byte, 131072)}: /home/swarming/.swarming/w/ir/x/w/goroot/test/fixedbugs/issue41635.go:11: from make([]byte, 131072) (too large for stack) at /home/swarming/.swarming/w/ir/x/w/goroot/test/fixedbugs/issue41635.go:11 /home/swarming/.swarming/w/ir/x/w/goroot/test/fixedbugs/issue41635.go:12: make([]byte, 100, 131072) escapes to heap in f: /home/swarming/.swarming/w/ir/x/w/goroot/test/fixedbugs/issue41635.go:12: flow: {heap} ← &{storage for make([]byte, 100, 131072)}: /home/swarming/.swarming/w/ir/x/w/goroot/test/fixedbugs/issue41635.go:12: from make([]byte, 100, 131072) (too large for stack) at /home/swarming/.swarming/w/ir/x/w/goroot/test/fixedbugs/issue41635.go:12 /home/swarming/.swarming/w/ir/x/w/goroot/test/fixedbugs/issue41635.go:13: make([]byte, n, 131072) escapes to heap in f: /home/swarming/.swarming/w/ir/x/w/goroot/test/fixedbugs/issue41635.go:13: flow: {heap} ← &{storage for make([]byte, n, 131072)}: /home/swarming/.swarming/w/ir/x/w/goroot/test/fixedbugs/issue41635.go:13: from make([]byte, n, 131072) (too large for stack) at /home/swarming/.swarming/w/ir/x/w/goroot/test/fixedbugs/issue41635.go:13 /home/swarming/.swarming/w/ir/x/w/goroot/test/fixedbugs/issue41635.go:11: make([]byte, 131072) escapes to heap /home/swarming/.swarming/w/ir/x/w/goroot/test/fixedbugs/issue41635.go:12: make([]byte, 100, 131072) escapes to heap /home/swarming/.swarming/w/ir/x/w/goroot/test/fixedbugs/issue41635.go:13: make([]byte, n, 131072) escapes to heap /home/swarming/.swarming/w/ir/x/w/goroot/test/fixedbugs/issue41635.go:15: make([]byte, 100) does not escape /home/swarming/.swarming/w/ir/x/w/goroot/test/fixedbugs/issue41635.go:16: make([]byte, 100, 200) does not escape runtime: failed to create new OS thread --- FAIL: Test/fixedbugs/issue41635.go (0.92s)
2025-06-11 13:16 go1.25-openbsd-ppc64 release-branch.go1.25@9546293d cmd/internal/testdir.Test/goto.go (log) === RUN Test/goto.go === PAUSE Test/goto.go === CONT Test/goto.go testdir_test.go:1193: gc output: testdir_test.go:147: goto.go:42: missing error "goto L jumps over declaration of x at goto.go:43|goto jumps over declaration" goto.go:60: missing error "goto L jumps over declaration of x at goto.go:65|goto jumps over declaration" goto.go:80: missing error "goto L jumps over declaration of y at goto.go:83|goto jumps over declaration" goto.go:90: missing error "goto L jumps over declaration of y at goto.go:93|goto jumps over declaration" goto.go:117: missing error "goto L jumps into block starting at goto.go:118|goto jumps into block" ... goto.go:416: missing error "goto L jumps into block starting at goto.go:419|goto jumps into block" goto.go:427: missing error "goto L jumps into block starting at goto.go:428|goto jumps into block" goto.go:439: missing error "goto L jumps into block starting at goto.go:435|goto jumps into block" goto.go:495: missing error "goto L jumps into block starting at goto.go:497|goto jumps into block" goto.go:503: missing error "goto L jumps into block starting at goto.go:505|goto jumps into block" goto.go:513: missing error "goto L jumps into block starting at goto.go:516|goto jumps into block" goto.go:524: missing error "goto L jumps into block starting at goto.go:525|goto jumps into block" goto.go:536: missing error "goto L jumps into block starting at goto.go:532|goto jumps into block" --- FAIL: Test/goto.go (0.01s)
2025-06-11 18:56 go1.25-openbsd-ppc64 release-branch.go1.25@8ac5714e cmd/internal/testdir.Test/fixedbugs/issue4463.go (log) === RUN Test/fixedbugs/issue4463.go === PAUSE Test/fixedbugs/issue4463.go === CONT Test/fixedbugs/issue4463.go testdir_test.go:1193: gc output: testdir_test.go:147: issue4463.go:20: missing error "not used" issue4463.go:21: missing error "not used" issue4463.go:22: missing error "not used" issue4463.go:23: missing error "not used" issue4463.go:24: missing error "not used" ... issue4463.go:71: missing error "not used|discards result" issue4463.go:72: missing error "not used|discards result" issue4463.go:73: missing error "not used|discards result" issue4463.go:74: missing error "not used|discards result" issue4463.go:75: missing error "not used|discards result" issue4463.go:76: missing error "not used|discards result" issue4463.go:77: missing error "not used|discards result" issue4463.go:78: missing error "not used|discards result" --- FAIL: Test/fixedbugs/issue4463.go (0.00s)
2025-06-12 15:17 x_tools-gotip-openbsd-ppc64 tools@a5f2a189 go@96a6e147 x/tools/cmd/fiximports.TestDryRun (log) === RUN TestDryRun main_test.go:264: fiximports failed: go: error obtaining buildID for go tool compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: resource temporarily unavailable importfix: exit status 1 --- FAIL: TestDryRun (5.57s)
2025-06-12 15:17 x_tools-gotip-openbsd-ppc64 tools@a5f2a189 go@96a6e147 x/tools/cmd/godoc.TestWeb/Modules (log) === RUN TestWeb/Modules godoc_test.go:204: err: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/bin/go: resource temporarily unavailable: stderr: --- FAIL: TestWeb/Modules (0.03s)
2025-06-12 15:17 x_tools-gotip-openbsd-ppc64 tools@a5f2a189 go@96a6e147 x/tools/cmd/signature-fuzzer/fuzz-driver.TestEndToEndIntegration (log) === RUN TestEndToEndIntegration drv_test.go:55: error invoking fuzz-driver: fork/exec /home/swarming/.swarming/w/ir/x/t/TestEndToEndIntegration750461625/002/bin/driver: resource temporarily unavailable --- FAIL: TestEndToEndIntegration (15.39s)
2025-06-13 15:46 x_tools-gotip-openbsd-ppc64 tools@cc2d9543 go@96a6e147 x/tools/go/packages.TestAbsoluteFilenames/Modules (log) === RUN TestAbsoluteFilenames/Modules === PAUSE TestAbsoluteFilenames/Modules === CONT TestAbsoluteFilenames/Modules invoke.go:205: starting GOROOT= GOPATH=/home/swarming/.swarming/w/ir/x/t/TestAbsoluteFilenames_Modules2173609194/modcache GO111MODULE=off GOPROXY=file:///home/swarming/.swarming/w/ir/x/t/TestAbsoluteFilenames_Modules2173609194/modproxy PWD=/home/swarming/.swarming/w/ir/x/t/TestAbsoluteFilenames_Modules2173609194/fake go list -e -f {{context.ReleaseTags}} -- unsafe invoke.go:205: 958.726876ms for GOROOT= GOPATH=/home/swarming/.swarming/w/ir/x/t/TestAbsoluteFilenames_Modules2173609194/modcache GO111MODULE=off GOPROXY=file:///home/swarming/.swarming/w/ir/x/t/TestAbsoluteFilenames_Modules2173609194/modproxy PWD=/home/swarming/.swarming/w/ir/x/t/TestAbsoluteFilenames_Modules2173609194/fake go list -e -f {{context.ReleaseTags}} -- unsafe invoke.go:205: starting GOROOT= GOPATH=/home/swarming/.swarming/w/ir/x/t/TestAbsoluteFilenames_Modules2173609194/modcache GO111MODULE=on GOPROXY=file:///home/swarming/.swarming/w/ir/x/t/TestAbsoluteFilenames_Modules2173609194/modproxy PWD=/home/swarming/.swarming/w/ir/x/t/TestAbsoluteFilenames_Modules2173609194/fake go list -e -json=Name,ImportPath,Error,Dir,GoFiles,IgnoredGoFiles,IgnoredOtherFiles,CFiles,CgoFiles,CXXFiles,MFiles,HFiles,FFiles,SFiles,SwigFiles,SwigCXXFiles,SysoFiles,TestGoFiles,XTestGoFiles,CompiledGoFiles,Export,EmbedFiles -compiled=true -test=true -export=false -deps=false -find=false -pgo=off -- golang.org/fake/a invoke.go:205: 2.662367793s for GOROOT= GOPATH=/home/swarming/.swarming/w/ir/x/t/TestAbsoluteFilenames_Modules2173609194/modcache GO111MODULE=on GOPROXY=file:///home/swarming/.swarming/w/ir/x/t/TestAbsoluteFilenames_Modules2173609194/modproxy PWD=/home/swarming/.swarming/w/ir/x/t/TestAbsoluteFilenames_Modules2173609194/fake go list -e -json=Name,ImportPath,Error,Dir,GoFiles,IgnoredGoFiles,IgnoredOtherFiles,CFiles,CgoFiles,CXXFiles,MFiles,HFiles,FFiles,SFiles,SwigFiles,SwigCXXFiles,SysoFiles,TestGoFiles,XTestGoFiles,CompiledGoFiles,Export,EmbedFiles -compiled=true -test=true -export=false -deps=false -find=false -pgo=off -- golang.org/fake/a invoke.go:205: starting GOROOT= GOPATH=/home/swarming/.swarming/w/ir/x/t/TestAbsoluteFilenames_Modules2173609194/modcache GO111MODULE=off GOPROXY=file:///home/swarming/.swarming/w/ir/x/t/TestAbsoluteFilenames_Modules2173609194/modproxy PWD=/home/swarming/.swarming/w/ir/x/t/TestAbsoluteFilenames_Modules2173609194/fake go list -e -f {{context.ReleaseTags}} -- unsafe invoke.go:205: 300.146636ms for GOROOT= GOPATH=/home/swarming/.swarming/w/ir/x/t/TestAbsoluteFilenames_Modules2173609194/modcache GO111MODULE=off GOPROXY=file:///home/swarming/.swarming/w/ir/x/t/TestAbsoluteFilenames_Modules2173609194/modproxy PWD=/home/swarming/.swarming/w/ir/x/t/TestAbsoluteFilenames_Modules2173609194/fake go list -e -f {{context.ReleaseTags}} -- unsafe invoke.go:205: starting GOROOT= GOPATH=/home/swarming/.swarming/w/ir/x/t/TestAbsoluteFilenames_Modules2173609194/modcache GO111MODULE=on GOPROXY=file:///home/swarming/.swarming/w/ir/x/t/TestAbsoluteFilenames_Modules2173609194/modproxy PWD=/home/swarming/.swarming/w/ir/x/t/TestAbsoluteFilenames_Modules2173609194/fake go list -e -json=Name,ImportPath,Error,Dir,GoFiles,IgnoredGoFiles,IgnoredOtherFiles,CFiles,CgoFiles,CXXFiles,MFiles,HFiles,FFiles,SFiles,SwigFiles,SwigCXXFiles,SysoFiles,TestGoFiles,XTestGoFiles,CompiledGoFiles,Export,EmbedFiles -compiled=true -test=true -export=false -deps=false -find=false -pgo=off -- golang.org/fake/b/vendor/a ... invoke.go:205: 1.625614995s for GOROOT= GOPATH=/home/swarming/.swarming/w/ir/x/t/TestAbsoluteFilenames_Modules2173609194/modcache GO111MODULE=on GOPROXY=file:///home/swarming/.swarming/w/ir/x/t/TestAbsoluteFilenames_Modules2173609194/modproxy PWD=/home/swarming/.swarming/w/ir/x/t/TestAbsoluteFilenames_Modules2173609194/fake go list -e -json=Name,ImportPath,Error,Dir,GoFiles,IgnoredGoFiles,IgnoredOtherFiles,CFiles,CgoFiles,CXXFiles,MFiles,HFiles,FFiles,SFiles,SwigFiles,SwigCXXFiles,SysoFiles,TestGoFiles,XTestGoFiles,CompiledGoFiles,Export,EmbedFiles -compiled=true -test=true -export=false -deps=false -find=false -pgo=off -- ./f invoke.go:205: starting GOROOT= GOPATH=/home/swarming/.swarming/w/ir/x/t/TestAbsoluteFilenames_Modules2173609194/modcache GO111MODULE=off GOPROXY=file:///home/swarming/.swarming/w/ir/x/t/TestAbsoluteFilenames_Modules2173609194/modproxy PWD=/home/swarming/.swarming/w/ir/x/t/TestAbsoluteFilenames_Modules2173609194/fake go list -e -f {{context.ReleaseTags}} -- unsafe invoke.go:205: 372.410316ms for GOROOT= GOPATH=/home/swarming/.swarming/w/ir/x/t/TestAbsoluteFilenames_Modules2173609194/modcache GO111MODULE=off GOPROXY=file:///home/swarming/.swarming/w/ir/x/t/TestAbsoluteFilenames_Modules2173609194/modproxy PWD=/home/swarming/.swarming/w/ir/x/t/TestAbsoluteFilenames_Modules2173609194/fake go list -e -f {{context.ReleaseTags}} -- unsafe invoke.go:205: starting GOROOT= GOPATH=/home/swarming/.swarming/w/ir/x/t/TestAbsoluteFilenames_Modules2173609194/modcache GO111MODULE=on GOPROXY=file:///home/swarming/.swarming/w/ir/x/t/TestAbsoluteFilenames_Modules2173609194/modproxy PWD=/home/swarming/.swarming/w/ir/x/t/TestAbsoluteFilenames_Modules2173609194/fake go list -e -json=Name,ImportPath,Error,Dir,GoFiles,IgnoredGoFiles,IgnoredOtherFiles,CFiles,CgoFiles,CXXFiles,MFiles,HFiles,FFiles,SFiles,SwigFiles,SwigCXXFiles,SysoFiles,TestGoFiles,XTestGoFiles,CompiledGoFiles,Export,EmbedFiles -compiled=true -test=true -export=false -deps=false -find=false -pgo=off -- ./g invoke.go:205: 2.763570364s for GOROOT= GOPATH=/home/swarming/.swarming/w/ir/x/t/TestAbsoluteFilenames_Modules2173609194/modcache GO111MODULE=on GOPROXY=file:///home/swarming/.swarming/w/ir/x/t/TestAbsoluteFilenames_Modules2173609194/modproxy PWD=/home/swarming/.swarming/w/ir/x/t/TestAbsoluteFilenames_Modules2173609194/fake go list -e -json=Name,ImportPath,Error,Dir,GoFiles,IgnoredGoFiles,IgnoredOtherFiles,CFiles,CgoFiles,CXXFiles,MFiles,HFiles,FFiles,SFiles,SwigFiles,SwigCXXFiles,SysoFiles,TestGoFiles,XTestGoFiles,CompiledGoFiles,Export,EmbedFiles -compiled=true -test=true -export=false -deps=false -find=false -pgo=off -- ./g invoke.go:205: starting GOROOT= GOPATH=/home/swarming/.swarming/w/ir/x/t/TestAbsoluteFilenames_Modules2173609194/modcache GO111MODULE=off GOPROXY=file:///home/swarming/.swarming/w/ir/x/t/TestAbsoluteFilenames_Modules2173609194/modproxy PWD=/home/swarming/.swarming/w/ir/x/t/TestAbsoluteFilenames_Modules2173609194/fake go list -e -f {{context.ReleaseTags}} -- unsafe invoke.go:205: 653.319318ms for GOROOT= GOPATH=/home/swarming/.swarming/w/ir/x/t/TestAbsoluteFilenames_Modules2173609194/modcache GO111MODULE=off GOPROXY=file:///home/swarming/.swarming/w/ir/x/t/TestAbsoluteFilenames_Modules2173609194/modproxy PWD=/home/swarming/.swarming/w/ir/x/t/TestAbsoluteFilenames_Modules2173609194/fake go list -e -f {{context.ReleaseTags}} -- unsafe invoke.go:205: starting GOROOT= GOPATH=/home/swarming/.swarming/w/ir/x/t/TestAbsoluteFilenames_Modules2173609194/modcache GO111MODULE=on GOPROXY=file:///home/swarming/.swarming/w/ir/x/t/TestAbsoluteFilenames_Modules2173609194/modproxy PWD=/home/swarming/.swarming/w/ir/x/t/TestAbsoluteFilenames_Modules2173609194/fake go list -e -json=Name,ImportPath,Error,Dir,GoFiles,IgnoredGoFiles,IgnoredOtherFiles,CFiles,CgoFiles,CXXFiles,MFiles,HFiles,FFiles,SFiles,SwigFiles,SwigCXXFiles,SysoFiles,TestGoFiles,XTestGoFiles,CompiledGoFiles,Export,EmbedFiles -compiled=true -test=true -export=false -deps=false -find=false -pgo=off -- ./h invoke.go:205: 1.897501193s for GOROOT= GOPATH=/home/swarming/.swarming/w/ir/x/t/TestAbsoluteFilenames_Modules2173609194/modcache GO111MODULE=on GOPROXY=file:///home/swarming/.swarming/w/ir/x/t/TestAbsoluteFilenames_Modules2173609194/modproxy PWD=/home/swarming/.swarming/w/ir/x/t/TestAbsoluteFilenames_Modules2173609194/fake go list -e -json=Name,ImportPath,Error,Dir,GoFiles,IgnoredGoFiles,IgnoredOtherFiles,CFiles,CgoFiles,CXXFiles,MFiles,HFiles,FFiles,SFiles,SwigFiles,SwigCXXFiles,SysoFiles,TestGoFiles,XTestGoFiles,CompiledGoFiles,Export,EmbedFiles -compiled=true -test=true -export=false -deps=false -find=false -pgo=off -- ./h --- FAIL: TestAbsoluteFilenames/Modules (58.51s)
2025-06-13 15:46 x_tools-gotip-openbsd-ppc64 tools@cc2d9543 go@96a6e147 x/tools/go/ssa.TestEnclosingFunction/Methods (log) === RUN TestEnclosingFunction/Methods testutil_test.go:117: err: exit status 1: stderr: go: error obtaining buildID for go tool link: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/link: resource temporarily unavailable --- FAIL: TestEnclosingFunction/Methods (5.06s)
2025-06-13 15:46 x_tools-gotip-openbsd-ppc64 tools@cc2d9543 go@96a6e147 x/tools/internal/gcimporter.TestImportedTypes (log) === RUN TestImportedTypes gcimporter_test.go:478: can't find import: "crypto": fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/bin/go: resource temporarily unavailable gcimporter_test.go:478: can't find import: "crypto": fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/bin/go: resource temporarily unavailable --- FAIL: TestImportedTypes (10.33s)
2025-06-13 15:48 x_tools-go1.23-openbsd-ppc64 tools@d9ea5272 release-branch.go1.23@3eedbde2 x/tools/cmd/deadcode.Test/testdata/whylive.txtar/L5 (log) === RUN Test/testdata/whylive.txtar/L5 deadcode_test.go:129: missing "function example.com.d is dead code" deadcode_test.go:136: got: <> --- FAIL: Test/testdata/whylive.txtar/L5 (3.02s)
2025-06-13 15:48 x_tools-go1.23-openbsd-ppc64 tools@d9ea5272 release-branch.go1.23@3eedbde2 x/tools/cmd/fiximports.TestFixImports (log) === RUN TestFixImports main_test.go:222: #1. fiximports() = false main_test.go:230: #1. stderr: got << testdata/src/old.com/bad/bad.go:2:43: expected 'package', found 'EOF' go: error obtaining buildID for go tool compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: resource temporarily unavailable go: error obtaining buildID for go tool compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: resource temporarily unavailable importfix: exit status 1 >>, want << testdata/src/old.com/bad/bad.go:2:43: expected 'package', found 'EOF' >> ... fixed: titanic.biz/foo -> new.com/foo >> main_test.go:243: #3. rewrite[$GOPATH/src/fruit.io/banana/banana.go] missing, want <> --- FAIL: TestFixImports (28.61s)
2025-06-13 15:48 x_tools-go1.23-openbsd-ppc64 tools@d9ea5272 release-branch.go1.23@3eedbde2 x/tools/cmd/gotype (log) FAIL golang.org/x/tools/cmd/gotype [build failed]
2025-06-13 15:48 x_tools-gotip-openbsd-ppc64 tools@d9ea5272 go@96a6e147 x/tools/cmd/signature-fuzzer/internal/fuzz-generator.TestEmitBadRunFailure (log) === RUN TestEmitBadRunFailure gen_test.go:312: build failed: 001/xCaller8: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: resource temporarily unavailable --- FAIL: TestEmitBadRunFailure (7.18s)
2025-06-13 15:48 x_tools-gotip-openbsd-ppc64 tools@d9ea5272 go@96a6e147 x/tools/go/analysis/internal/analysisflags (log) FAIL golang.org/x/tools/go/analysis/internal/analysisflags [build failed] golang.org/x/tools/go/analysis/internal/analysisflags: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/vet: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/vet: resource temporarily unavailable
2025-06-13 15:48 x_tools-gotip-openbsd-ppc64 tools@d9ea5272 go@96a6e147 x/tools/go/ast/edge (log) FAIL golang.org/x/tools/go/ast/edge [build failed] golang.org/x/tools/go/ast/edge: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/vet: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/vet: resource temporarily unavailable
2025-06-13 19:58 x_tools-go1.25-openbsd-ppc64 tools@5099ddaf release-branch.go1.25@7800f4f0 x/net/html (log) golang.org/x/net/html: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/vet: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/vet: resource temporarily unavailable
2025-06-13 19:58 x_tools-go1.25-openbsd-ppc64 tools@5099ddaf release-branch.go1.25@7800f4f0 x/tools/cmd/deadcode.Test/testdata/whylive.txtar/L46 (log) === RUN Test/testdata/whylive.txtar/L46 deadcode_test.go:114: deadcode failed: exit status 1 (stderr=deadcode: Load: err: exit status 1: stderr: go: error obtaining buildID for go tool compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: resource temporarily unavailable ) --- FAIL: Test/testdata/whylive.txtar/L46 (0.76s)
2025-06-13 19:58 x_tools-go1.25-openbsd-ppc64 tools@5099ddaf release-branch.go1.25@7800f4f0 x/tools/cmd/fiximports.TestFixImports (log) === RUN TestFixImports main_test.go:222: #1. fiximports() = false main_test.go:230: #1. stderr: got << go: error obtaining buildID for go tool link: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/link: resource temporarily unavailable importfix: exit status 1 >>, want << testdata/src/old.com/bad/bad.go:2:43: expected 'package', found 'EOF' >> main_test.go:222: #4. fiximports() = false main_test.go:230: #4. stderr: got << go: error obtaining buildID for go tool compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: resource temporarily unavailable importfix: exit status 1 >>, want << testdata/src/old.com/bad/bad.go:2:43: expected 'package', found 'EOF' fruit.io/banana fixed: old.com/one -> new.com/one fixed: titanic.biz/bar -> new.com/bar fixed: titanic.biz/foo -> new.com/foo >> main_test.go:243: #4. rewrite[$GOPATH/src/fruit.io/banana/banana.go] missing, want <> --- FAIL: TestFixImports (32.03s)
2025-06-13 19:58 x_tools-gotip-openbsd-ppc64 tools@5099ddaf go@985d600f github.com/google/go-cmp/cmp/cmpopts (log) github.com/google/go-cmp/cmp/cmpopts: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: resource temporarily unavailable
2025-06-13 19:58 x_tools-gotip-openbsd-ppc64 tools@5099ddaf go@985d600f x/net/html/atom (log) golang.org/x/net/html/atom: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/to

(... long comment truncated ...)

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

#!watchflakes
post <- goos == "openbsd" && goarch == "ppc64"
2025-06-16 22:48 gotip-openbsd-ppc64 go@d0582546 cmd/internal/testdir:1_10.Test/fixedbugs/issue46234.go (log) === RUN Test/fixedbugs/issue46234.go === PAUSE Test/fixedbugs/issue46234.go === CONT Test/fixedbugs/issue46234.go testdir_test.go:147: command exceeded time limit --- FAIL: Test/fixedbugs/issue46234.go (155.32s)
2025-06-17 14:06 x_tools-gotip-openbsd-ppc64 tools@97e28a61 go@d0582546 x/tools/gopls/internal/test/integration/workspace.TestUseGoWork/default (log) === RUN TestUseGoWork/default workspace_test.go:664: context deadline exceeded #### Start Gopls Test Logs for "TestUseGoWork/default" [Trace - 16:17:42.002 PM] Sending request 'initialize - (1)'. Params: {"processId":0,"clientInfo":{"name":"fake.Editor","version":"v1.0.0"},"rootUri":"file:///home/swarming/.swarming/w/ir/x/t/gopls-test-730910768/TestUseGoWork/default/work","capabilities":{"workspace":{"workspaceEdit":{"resourceOperations":["rename"]},"didChangeConfiguration":{},"didChangeWatchedFiles":{"dynamicRegistration":true},"configuration":true},"textDocument":{"completion":{"completionItem":{"snippetSupport":true,"tagSupport":{"valueSet":[1]},"insertReplaceSupport":true}},"documentSymbol":{"hierarchicalDocumentSymbolSupport":true},"codeAction":{"codeActionLiteralSupport":{"codeActionKind":{"valueSet":[""]}},"dataSupport":true,"resolveSupport":{"properties":["edit"]}},"publishDiagnostics":{},"semanticTokens":{"requests":{"full":true},"tokenTypes":["namespace","type","class","enum","interface","struct","typeParameter","parameter","variable","property","enumMember","event","function","method","macro","keyword","modifier","comment","string","number","regexp","operator","label"],"tokenModifiers":["declaration","definition","readonly","static","deprecated","abstract","async","modification","documentation","defaultLibrary","interface","struct","signature","pointer","array","map","slice","chan","string","number","bool","invalid"],"formats":null}},"window":{"workDoneProgress":true,"showDocument":{"support":true}}},"initializationOptions":{"completionBudget":"0s","diagnosticsDelay":"10ms","env":{"GO111MODULE":"","GOMODCACHE":"","GOPACKAGESDRIVER":"off","GOPATH":"/home/swarming/.swarming/w/ir/x/t/gopls-test-730910768/TestUseGoWork/default/gopath","GOPROXY":"file:///home/swarming/.swarming/w/ir/x/t/gopls-test-730910768/TestUseGoWork/default/proxy","GOSUMDB":"off","GOTOOLCHAIN":"local"},"subdirWatchPatterns":"on","verboseWorkDoneProgress":true},"trace":"messages","workspaceFolders":[{"uri":"file:///home/swarming/.swarming/w/ir/x/t/gopls-test-730910768/TestUseGoWork/default/work","name":"work"}]} [Trace - 16:17:42.006 PM] Received response 'initialize - (1)' in 4ms. Result: {"capabilities":{"textDocumentSync":{"openClose":true,"change":2,"save":{}},"completionProvider":{"triggerCharacters":["."]},"hoverProvider":true,"signatureHelpProvider":{"triggerCharacters":["(",","]},"definitionProvider":true,"typeDefinitionProvider":true,"implementationProvider":true,"referencesProvider":true,"documentHighlightProvider":true,"documentSymbolProvider":true,"codeActionProvider":{"codeActionKinds":["gopls.doc.features","quickfix","refactor.extract.constant","refactor.extract.constant-all","refactor.extract.function","refactor.extract.method","refactor.extract.toNewFile","refactor.extract.variable","refactor.extract.variable-all","refactor.inline.call","refactor.inline.variable","refactor.rewrite.changeQuote","refactor.rewrite.fillStruct","refactor.rewrite.fillSwitch","refactor.rewrite.invertIf","refactor.rewrite.joinLines","refactor.rewrite.removeUnusedParam","refactor.rewrite.splitLines","source.assembly","source.doc","source.fixAll","source.freesymbols","source.organizeImports"],"resolveProvider":true},"codeLensProvider":{},"documentLinkProvider":{},"workspaceSymbolProvider":true,"documentFormattingProvider":true,"renameProvider":true,"foldingRangeProvider":true,"selectionRangeProvider":true,"executeCommandProvider":{"commands":["gopls.add_dependency","gopls.add_import","gopls.add_telemetry_counters","gopls.add_test","gopls.apply_fix","gopls.assembly","gopls.change_signature","gopls.check_upgrades","gopls.client_open_url","gopls.diagnose_files","gopls.doc","gopls.edit_go_directive","gopls.extract_to_new_file","gopls.fetch_vulncheck_result","gopls.free_symbols","gopls.gc_details","gopls.generate","gopls.go_get_package","gopls.list_imports","gopls.list_known_packages","gopls.maybe_prompt_for_telemetry","gopls.mem_stats","gopls.modify_tags","gopls.modules","gopls.package_symbols","gopls.packages","gopls.regenerate_cgo","gopls.remove_dependency","gopls.reset_go_mod_diagnostics","gopls.run_go_work_command","gopls.run_govulncheck","gopls.run_tests","gopls.scan_imports","gopls.start_debugging","gopls.start_profile","gopls.stop_profile","gopls.tidy","gopls.update_go_sum","gopls.upgrade_dependency","gopls.vendor","gopls.views","gopls.vulncheck","gopls.workspace_stats"]},"callHierarchyProvider":true,"semanticTokensProvider":{"legend":{"tokenTypes":["namespace","type","typeParameter","parameter","variable","function","method","macro","keyword","comment","string","number","operator","label"],"tokenModifiers":["definition","readonly","defaultLibrary","array","bool","chan","format","interface","map","number","pointer","signature","slice","string","struct"]},"range":true,"full":true},"typeHierarchyProvider":true,"inlayHintProvider":{},"workspace":{"workspaceFolders":{"supported":true,"changeNotifications":"workspace/didChangeWorkspaceFolders"},"fileOperations":{"didCreate":{"filters":[{"scheme":"file","pattern":{"glob":"**/*.go"}}]}}}},"serverInfo":{"name":"gopls","version":"{\"GoVersion\":\"go1.25-devel_d05825468921f8d0e54c81f59330d3b263057a54\",\"Path\":\"golang.org/x/tools/gopls/internal/test/integration/workspace.test\",\"Main\":{\"Path\":\"golang.org/x/tools/gopls\",\"Version\":\"(devel)\"},\"Settings\":[{\"Key\":\"-buildmode\",\"Value\":\"exe\"},{\"Key\":\"-compiler\",\"Value\":\"gc\"},{\"Key\":\"DefaultGODEBUG\",\"Value\":\"containermaxprocs=0,decoratemappings=0,tlssha1=1,updatemaxprocs=0,x509sha256skid=0\"},{\"Key\":\"CGO_ENABLED\",\"Value\":\"0\"},{\"Key\":\"GOARCH\",\"Value\":\"ppc64\"},{\"Key\":\"GOOS\",\"Value\":\"openbsd\"},{\"Key\":\"GOPPC64\",\"Value\":\"power8\"}],\"Version\":\"(devel)\"}"}} ... [Trace - 16:18:19.300 PM] Received notification 'window/logMessage'. Params: {"type":3,"message":"2025/06/17 16:18:19 background imports cache refresh starting\n"} [Trace - 16:18:19.317 PM] Received notification 'window/logMessage'. Params: {"type":3,"message":"2025/06/17 16:18:19 background refresh finished after 480.801305ms\n"} #### End Gopls Test Logs for "TestUseGoWork/default" --- FAIL: TestUseGoWork/default (1063.58s)

watchflakes

Comment From: cherrymui

fork/exec ...: resource temporarily unavailable

Looks like it is running out of pid? The machine accumulated too many bad/zombie processes?

cc @n2vi

Comment From: n2vi

For a few days after the Google Outage, the builder machine thought it was doing assigned work and the LUCI dashboard thought it was offline. I eventually rebooted the machine and all seemed ok.

I do see some old "flightrecorder" processes that seem to be lying around since Monday and Tuesday. But I doubt there are enough for running out of pid. I'll keep looking.

Comment From: n2vi

I see no zombie processes, but a lot of idle ones. The relevant directories are deleted and I don't even find the string "flightrecord" in Go's src tree, so I imagine this is LUCI magic. Anyone there with more knowledge of the compiler test infrastructure have a clue for where you'd like me to look?

psauxw.pdf

Comment From: gopherbot

Found new dashboard test flakes for:

#!watchflakes
post <- goos == "openbsd" && goarch == "ppc64"
2025-06-20 18:09 gotip-openbsd-ppc64 go@8ed23a29 cmd/internal/testdir:0_10.Test/fixedbugs/bug090.go (log) === RUN Test/fixedbugs/bug090.go === PAUSE Test/fixedbugs/bug090.go === CONT Test/fixedbugs/bug090.go testdir_test.go:1193: gc output: testdir_test.go:147: bug090.go:36: missing error "truncate" bug090.go:38: missing error "truncate" bug090.go:41: missing error "convert|incompatible|cannot" bug090.go:44: missing error "convert|incompatible|cannot" bug090.go:45: missing error "truncate|cannot convert" --- FAIL: Test/fixedbugs/bug090.go (0.00s)
2025-06-20 18:09 gotip-openbsd-ppc64 go@8ed23a29 cmd/internal/testdir:1_10.Test/fixedbugs/bug099.go (log) === RUN Test/fixedbugs/bug099.go === PAUSE Test/fixedbugs/bug099.go === CONT Test/fixedbugs/bug099.go testdir_test.go:147: exit status 1 go tool compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: resource temporarily unavailable --- FAIL: Test/fixedbugs/bug099.go (0.18s)
2025-06-20 18:09 gotip-openbsd-ppc64 go@8ed23a29 cmd/internal/testdir:2_10.Test/fixedbugs/issue13365.go (log) === RUN Test/fixedbugs/issue13365.go === PAUSE Test/fixedbugs/issue13365.go === CONT Test/fixedbugs/issue13365.go testdir_test.go:1193: gc output: testdir_test.go:147: issue13365.go:14: missing error "index must be non\\-negative integer constant|index expression is negative|must not be negative" issue13365.go:15: missing error "index must be non\\-negative integer constant|index expression is negative|must not be negative" issue13365.go:16: missing error "index must be non\\-negative integer constant|index expression is negative|must not be negative" issue13365.go:19: missing error "index 100 out of bounds|out of range" issue13365.go:22: missing error "cannot use .* as (type )?int( in slice literal)?|incompatible type" issue13365.go:23: missing error "cannot use .* as (type )?int( in array literal)?|incompatible type" issue13365.go:24: missing error "cannot use .* as (type )?int( in array literal)?|incompatible type" --- FAIL: Test/fixedbugs/issue13365.go (0.00s)

watchflakes

Comment From: n2vi

@mknyszek @cagedmantis Do you know of recent changes in use or testing of go tool trace that I should investigate, perhaps for an interaction with openbsd if none of the other builders are seeing this behavior?

Comment From: gopherbot

Found new dashboard test flakes for:

#!watchflakes
post <- goos == "openbsd" && goarch == "ppc64"
2025-06-23 22:35 gotip-openbsd-ppc64 go@4506796a cmd/go.TestScript/list_empty_importpath (log) === RUN TestScript/list_empty_importpath === PAUSE TestScript/list_empty_importpath === CONT TestScript/list_empty_importpath script_test.go:139: 2025-06-23T23:56:36Z script_test.go:141: $WORK=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-3086626131/tmpdir1754987582/list_empty_importpath853827718 script_test.go:163: PATH=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-3086626131/tmpdir1754987582/testbin:/home/swarming/.swarming/w/ir/x/w/goroot/bin:/home/swarming/.swarming/w/ir/x/w/goroot/bin:/home/swarming/.swarming/w/ir/x/w/goroot/bin:/home/swarming/.swarming/w/ir/cache/tools/bin:/home/swarming/.swarming/w/ir/bbagent_utility_packages:/home/swarming/.swarming/w/ir/bbagent_utility_packages/bin:/home/swarming/.swarming/w/ir/cipd_bin_packages:/home/swarming/.swarming/w/ir/cipd_bin_packages/bin:/home/swarming/.swarming/w/ir/cache/cipd_client:/home/swarming/.swarming/w/ir/cache/cipd_client/bin:/home/swarming/.swarming/cipd_cache/bin:/home/swarming/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin HOME=/no-home CCACHE_DISABLE=1 GOARCH=ppc64 ... panic: LoadImport called with empty package path [recovered, repanicked] goroutine 1 gp=0xc0000041c0 m=0 mp=0xec6880 [running]: panic({0x7b5c60?, 0xa1b420?}) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/panic.go:802 +0x18c fp=0xc0001bb9d0 sp=0xc0001bb910 pc=0x9494c cmd/go/internal/load.(*preload).flush(0xc000105340) /home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/go/internal/load/pkg.go:1122 +0x98 fp=0xc0001bba08 sp=0xc0001bb9d0 pc=0x581f58 cmd/go/internal/load.PackagesAndErrors.deferwrap2() /home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/go/internal/load/pkg.go:2940 +0x4c fp=0xc0001bba30 sp=0xc0001bba08 pc=0x590bcc panic({0x7b5c60?, 0xa1b420?}) ... cmd/go/internal/load.(*preload).preloadImports.func1({0xc000174175?, 0x0?}) /home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/go/internal/load/pkg.go:1105 +0x8c fp=0xc000204f90 sp=0xc000204ed8 pc=0x581e2c cmd/go/internal/load.(*preload).preloadImports.gowrap1() /home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/go/internal/load/pkg.go:1110 +0x5c fp=0xc000204fc0 sp=0xc000204f90 pc=0x581d8c runtime.goexit({}) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_ppc64x.s:1015 +0x4 fp=0xc000204fc0 sp=0xc000204fc0 pc=0x9d534 created by cmd/go/internal/load.(*preload).preloadImports in goroutine 1 /home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/go/internal/load/pkg.go:1104 +0x2b0 script_test.go:163: FAIL: testdata/script/list_empty_importpath.txt:6: go list -e all: exit status 2 --- FAIL: TestScript/list_empty_importpath (3.33s)

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

#!watchflakes
post <- goos == "openbsd" && goarch == "ppc64"
2025-06-12 03:48 go1.24-openbsd-ppc64 release-branch.go1.24@5f2cbe1f cmd/internal/testdir.Test/fixedbugs/issue48471.go (log) === RUN Test/fixedbugs/issue48471.go === PAUSE Test/fixedbugs/issue48471.go === CONT Test/fixedbugs/issue48471.go testdir_test.go:1193: gc output: testdir_test.go:147: issue48471.go:36: missing error "cannot use new\\(T\\) \\(.*type \\*T\\) as I value in argument to f: \\*T does not implement I \\(missing method M\\)" issue48471.go:39: missing error "cannot use new\\(T\\) \\(.*type \\*T\\) as I value in assignment: \\*T does not implement I \\(missing method M\\)" issue48471.go:40: missing error "cannot convert new\\(T\\) \\(.*type \\*T\\) to type I: \\*T does not implement I \\(missing method M\\)" issue48471.go:41: missing error "cannot use new\\(T2\\) \\(.*type \\*T2\\) as I value in assignment: \\*T2 does not implement I \\(missing method M\\)\\n\\t\\thave m\\(int\\)\\n\\t\\twant M\\(int\\)" issue48471.go:43: missing error "cannot use new\\(T3\\) \\(.*type \\*T3\\) as I value in assignment: \\*T3 does not implement I \\(wrong type for method M\\)\\n\\t\\thave M\\(string\\)\\n\\t\\twant M\\(int\\)" issue48471.go:45: missing error "cannot use T4\\{\\} \\(.*type T4\\) as I value in assignment: T4 does not implement I \\(method M has pointer receiver\\)" issue48471.go:46: missing error "cannot use new\\(I\\) \\(.*type \\*I\\) as I value in assignment: \\*I does not implement I \\(type \\*I is pointer to interface, not interface\\)" issue48471.go:48: missing error "impossible type assertion: i.\\(\\*T2\\)\\n\\t\\*T2 does not implement I \\(missing method M\\)\\n\\t\\thave m\\(int\\)\\n\\t\\twant M\\(int\\)" issue48471.go:49: missing error "impossible type assertion: i.\\(\\*T3\\)\\n\\t\\*T3 does not implement I \\(wrong type for method M\\)\\n\\t\\thave M\\(string\\)\\n\\t\\twant M\\(int\\)" issue48471.go:50: missing error "" issue48471.go:51: missing error "impossible type assertion: i.\\(T6\\)\\n\\tT6 does not implement I \\(missing method M\\)\\n\\t\\thave m\\(int\\) string\\n\\t\\twant M\\(int\\)" issue48471.go:54: missing error "cannot use i \\(variable of interface type I\\) as \\*T4 value in assignment: need type assertion" --- FAIL: Test/fixedbugs/issue48471.go (0.01s)
2025-06-12 03:48 go1.24-openbsd-ppc64 release-branch.go1.24@5f2cbe1f runtime:cpu1.TestArenaCollision (log) === RUN TestArenaCollision malloc_test.go:291: (exit status fork/exec /home/swarming/.swarming/w/ir/x/t/go-build1968585157/b001/runtime.test: resource temporarily unavailable) --- FAIL: TestArenaCollision (0.00s)
2025-06-12 03:48 go1.24-openbsd-ppc64 release-branch.go1.24@5f2cbe1f runtime:cpu1.TestLockRankGenerated (log) === RUN TestLockRankGenerated lockrank_test.go:22: /home/swarming/.swarming/w/ir/x/w/goroot/bin/go run mklockrank.go: exit status 1 go: error obtaining buildID for go tool compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: resource temporarily unavailable go: error obtaining buildID for go tool compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: resource temporarily unavailable --- FAIL: TestLockRankGenerated (0.40s)
2025-06-12 03:49 go1.24-openbsd-ppc64 release-branch.go1.24@7d08a16f cmd/internal/testdir.Test/convert2.go (log) === RUN Test/convert2.go === PAUSE Test/convert2.go === CONT Test/convert2.go testdir_test.go:1193: gc output: testdir_test.go:147: convert2.go:25: missing error "cannot use .* in assignment|incompatible type" convert2.go:45: missing error "cannot use .* in assignment|incompatible type" convert2.go:46: missing error "cannot use .* in assignment|incompatible type" convert2.go:50: missing error "cannot use .* in assignment|incompatible type" convert2.go:66: missing error "cannot use .* in assignment|incompatible type" ... convert2.go:288: missing error "cannot use .* in assignment|incompatible type" convert2.go:289: missing error "cannot convert" convert2.go:308: missing error "cannot use .* in assignment|incompatible type" convert2.go:309: missing error "cannot use .* in assignment|incompatible type" convert2.go:312: missing error "cannot convert" convert2.go:313: missing error "cannot use .* in assignment|incompatible type" convert2.go:314: missing error "cannot convert" convert2.go:328: missing error "cannot convert" --- FAIL: Test/convert2.go (0.00s)

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

#!watchflakes
post <- goos == "openbsd" && goarch == "ppc64"
2025-06-12 03:49 go1.23-openbsd-ppc64 release-branch.go1.23@3eedbde2 cmd/internal/testdir.Test/fixedbugs/issue4654.go (log) === RUN Test/fixedbugs/issue4654.go === PAUSE Test/fixedbugs/issue4654.go === CONT Test/fixedbugs/issue4654.go testdir_test.go:1203: gc output: go tool compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: resource temporarily unavailable testdir_test.go:145: issue4654.go:15: missing error "defer requires function call, not conversion|is not used" issue4654.go:16: missing error "go requires function call, not conversion|is not used" issue4654.go:23: missing error "defer discards result of append|is not used" issue4654.go:24: missing error "defer discards result of cap|is not used" ... issue4654.go:63: missing error "not used" issue4654.go:64: missing error "not used" issue4654.go:65: missing error "not used" issue4654.go:66: missing error "not used" issue4654.go:67: missing error "not used" issue4654.go:68: missing error "not used" issue4654.go:69: missing error "not used" issue4654.go:70: missing error "not used" --- FAIL: Test/fixedbugs/issue4654.go (0.50s)

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

#!watchflakes
post <- goos == "openbsd" && goarch == "ppc64"
2025-06-27 17:04 go1.24-openbsd-ppc64 release-branch.go1.24@21b488bb cmd/internal/testdir.Test/fixedbugs/issue46234.go (log) === RUN Test/fixedbugs/issue46234.go === PAUSE Test/fixedbugs/issue46234.go === CONT Test/fixedbugs/issue46234.go testdir_test.go:147: command exceeded time limit --- FAIL: Test/fixedbugs/issue46234.go (136.10s)

watchflakes

Comment From: n2vi

On Monday, I rebooted the machine after increasing the max process limit for user "swarming". So that's now running with ulimit -S -d 3145728 ulimit -S -p 512 and the machine has lots of free memory. I don't know exactly which "resource temporarily unavailable".

As mentioned before, there is a steady leak of "go tool trace" and "flightrecord" processes, about ten each per day. I doubt that's the reason for the failures, though maybe related.

@4a6f656c, do you see such a leak on your other openbsd builder machines?

Comment From: gopherbot

Found new dashboard test flakes for:

#!watchflakes
post <- goos == "openbsd" && goarch == "ppc64"
2025-06-27 17:13 go1.24-openbsd-ppc64 release-branch.go1.24@6b51660c cmd/internal/testdir.Test/convert2.go (log) === RUN Test/convert2.go === PAUSE Test/convert2.go === CONT Test/convert2.go testdir_test.go:1193: gc output: testdir_test.go:147: convert2.go:25: missing error "cannot use .* in assignment|incompatible type" convert2.go:45: missing error "cannot use .* in assignment|incompatible type" convert2.go:46: missing error "cannot use .* in assignment|incompatible type" convert2.go:50: missing error "cannot use .* in assignment|incompatible type" convert2.go:66: missing error "cannot use .* in assignment|incompatible type" ... convert2.go:288: missing error "cannot use .* in assignment|incompatible type" convert2.go:289: missing error "cannot convert" convert2.go:308: missing error "cannot use .* in assignment|incompatible type" convert2.go:309: missing error "cannot use .* in assignment|incompatible type" convert2.go:312: missing error "cannot convert" convert2.go:313: missing error "cannot use .* in assignment|incompatible type" convert2.go:314: missing error "cannot convert" convert2.go:328: missing error "cannot convert" --- FAIL: Test/convert2.go (0.01s)

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

#!watchflakes
post <- goos == "openbsd" && goarch == "ppc64"
2025-06-27 15:23 gotip-openbsd-ppc64 go@fdc076ce cmd/internal/testdir:0_10.Test/directive2.go (log) === RUN Test/directive2.go === PAUSE Test/directive2.go === CONT Test/directive2.go testdir_test.go:1193: gc output: go tool compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: resource temporarily unavailable testdir_test.go:147: directive2.go:14: missing error "misplaced compiler directive" directive2.go:16: missing error "misplaced compiler directive" directive2.go:18: missing error "misplaced compiler directive" directive2.go:24: missing error "misplaced compiler directive" directive2.go:29: missing error "misplaced compiler directive" directive2.go:34: missing error "misplaced compiler directive" directive2.go:41: missing error "misplaced compiler directive" directive2.go:44: missing error "misplaced compiler directive" directive2.go:46: missing error "misplaced compiler directive" directive2.go:48: missing error "misplaced compiler directive" directive2.go:49: missing error "misplaced compiler directive" directive2.go:58: missing error "misplaced compiler directive" --- FAIL: Test/directive2.go (0.05s)
2025-06-27 15:23 gotip-openbsd-ppc64 go@fdc076ce cmd/internal/testdir:5_10.Test/fixedbugs/bug367.go (log) === RUN Test/fixedbugs/bug367.go === PAUSE Test/fixedbugs/bug367.go === CONT Test/fixedbugs/bug367.go testdir_test.go:147: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/bin/go: resource temporarily unavailable --- FAIL: Test/fixedbugs/bug367.go (0.02s)
2025-06-27 15:23 gotip-openbsd-ppc64 go@fdc076ce cmd/internal/testdir:7_10.Test/typeparam/mdempsky/15.go (log) === RUN Test/typeparam/mdempsky/15.go === PAUSE Test/typeparam/mdempsky/15.go === CONT Test/typeparam/mdempsky/15.go testdir_test.go:147: exit status 1 internal/runtime/gc: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: resource temporarily unavailable internal/msan: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: resource temporarily unavailable internal/runtime/math: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: resource temporarily unavailable internal/runtime/sys: /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 internal/cpu: /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 internal/trace/tracev2: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: resource temporarily unavailable internal/itoa: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: resource temporarily unavailable --- FAIL: Test/typeparam/mdempsky/15.go (5.25s)
2025-06-27 17:59 gotip-openbsd-ppc64 go@742fda95 cmd/go.TestScript/list_empty_importpath (log) === RUN TestScript/list_empty_importpath === PAUSE TestScript/list_empty_importpath === CONT TestScript/list_empty_importpath script_test.go:139: 2025-06-27T22:47:45Z script_test.go:141: $WORK=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-3280565649/tmpdir2903170120/list_empty_importpath589712477 script_test.go:163: PATH=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-3280565649/tmpdir2903170120/testbin:/home/swarming/.swarming/w/ir/x/w/goroot/bin:/home/swarming/.swarming/w/ir/x/w/goroot/bin:/home/swarming/.swarming/w/ir/x/w/goroot/bin:/home/swarming/.swarming/w/ir/cache/tools/bin:/home/swarming/.swarming/w/ir/bbagent_utility_packages:/home/swarming/.swarming/w/ir/bbagent_utility_packages/bin:/home/swarming/.swarming/w/ir/cipd_bin_packages:/home/swarming/.swarming/w/ir/cipd_bin_packages/bin:/home/swarming/.swarming/w/ir/cache/cipd_client:/home/swarming/.swarming/w/ir/cache/cipd_client/bin:/home/swarming/.swarming/cipd_cache/bin:/home/swarming/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin HOME=/no-home CCACHE_DISABLE=1 GOARCH=ppc64 ... panic: LoadImport called with empty package path [recovered, repanicked] goroutine 1 gp=0xc0000041c0 m=2 mp=0xc000072808 [running]: panic({0x7b5c80?, 0xa1b460?}) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/panic.go:802 +0x18c fp=0xc00023d9d0 sp=0xc00023d910 pc=0x9496c cmd/go/internal/load.(*preload).flush(0xc0000448d0) /home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/go/internal/load/pkg.go:1122 +0x98 fp=0xc00023da08 sp=0xc00023d9d0 pc=0x581f78 cmd/go/internal/load.PackagesAndErrors.deferwrap2() /home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/go/internal/load/pkg.go:2940 +0x4c fp=0xc00023da30 sp=0xc00023da08 pc=0x590bec panic({0x7b5c80?, 0xa1b460?}) ... goroutine 10 gp=0xc00009a540 m=nil [runnable]: cmd/go/internal/load.(*preload).preloadImports.gowrap1() /home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/go/internal/load/pkg.go:1104 fp=0xc00006e7c0 sp=0xc00006e7c0 pc=0x581d50 runtime.goexit({}) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_ppc64x.s:1015 +0x4 fp=0xc00006e7c0 sp=0xc00006e7c0 pc=0x9d554 created by cmd/go/internal/load.(*preload).preloadImports in goroutine 1 /home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/go/internal/load/pkg.go:1104 +0x2b0 script_test.go:163: FAIL: testdata/script/list_empty_importpath.txt:6: go list -e all: exit status 2 --- FAIL: TestScript/list_empty_importpath (5.00s)
2025-06-27 20:56 gotip-openbsd-ppc64 go@e81c6246 cmd/internal/testdir:3_10.Test/fixedbugs/bug260.go (log) === RUN Test/fixedbugs/bug260.go === PAUSE Test/fixedbugs/bug260.go === CONT Test/fixedbugs/bug260.go testdir_test.go:147: exit status 1 go tool compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: resource temporarily unavailable --- FAIL: Test/fixedbugs/bug260.go (0.10s)
2025-06-27 20:56 gotip-openbsd-ppc64 go@e81c6246 cmd/internal/testdir:6_10.Test/fixedbugs/issue7867.go (log) === RUN Test/fixedbugs/issue7867.go === PAUSE Test/fixedbugs/issue7867.go === CONT Test/fixedbugs/issue7867.go testdir_test.go:147: exit status 1 go: error obtaining buildID for go tool compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: resource temporarily unavailable --- FAIL: Test/fixedbugs/issue7867.go (0.23s)
2025-06-28 01:17 gotip-openbsd-ppc64 go@b51f1cdb cmd/internal/testdir:0_10.Test/fixedbugs/bug195.go (log) === RUN Test/fixedbugs/bug195.go === PAUSE Test/fixedbugs/bug195.go === CONT Test/fixedbugs/bug195.go testdir_test.go:1193: gc output: go tool compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: resource temporarily unavailable testdir_test.go:147: bug195.go:9: missing error "interface" bug195.go:12: missing error "interface" bug195.go:14: missing error "invalid recursive type" bug195.go:17: missing error "invalid recursive type: I4 refers to itself" bug195.go:21: missing error "invalid recursive type I5\\n\\tbug195.go:21:.* I5 refers to I6\\n\\tbug195.go:25:.* I6 refers to I5$" --- FAIL: Test/fixedbugs/bug195.go (0.23s)
2025-06-28 01:17 gotip-openbsd-ppc64 go@b51f1cdb cmd/internal/testdir:1_10.Test/fixedbugs/issue20014.go (log) === RUN Test/fixedbugs/issue20014.go === PAUSE Test/fixedbugs/issue20014.go === CONT Test/fixedbugs/issue20014.go testdir_test.go:147: exit status 1 unicode: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: resource temporarily unavailable unicode/utf8: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: resource temporarily unavailable --- FAIL: Test/fixedbugs/issue20014.go (39.85s)
2025-06-28 01:17 gotip-openbsd-ppc64 go@b51f1cdb cmd/internal/testdir:2_10.Test/typeparam/issue47272.go (log) === RUN Test/typeparam/issue47272.go === PAUSE Test/typeparam/issue47272.go === CONT Test/typeparam/issue47272.go testdir_test.go:147: exit status 1 go tool compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: resource temporarily unavailable --- FAIL: Test/typeparam/issue47272.go (0.22s)

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

#!watchflakes
post <- goos == "openbsd" && goarch == "ppc64"
2025-06-27 17:11 go1.23-openbsd-ppc64 release-branch.go1.23@136ea1ab cmd/internal/testdir.Test/fixedbugs/issue54542.go (log) === RUN Test/fixedbugs/issue54542.go === PAUSE Test/fixedbugs/issue54542.go === CONT Test/fixedbugs/issue54542.go testdir_test.go:145: exit status 2 panic: exit status 1 goroutine 1 gp=0xc0000021c0 m=0 mp=0x1bd1c0 [running]: panic({0xed440?, 0xc000094060?}) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/panic.go:810 +0x18c fp=0xc00009cd28 sp=0xc00009cc68 pc=0x7d23c main.main() ... runtime.gopark(0x47798?, 0x0?, 0x0?, 0x0?, 0x98?) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/proc.go:424 +0x114 fp=0xc00004e5d8 sp=0xc00004e5a8 pc=0x7d5a4 runtime.runfinq() /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/mfinal.go:193 +0x120 fp=0xc00004e7c0 sp=0xc00004e5d8 pc=0x257c0 runtime.goexit({}) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_ppc64x.s:1022 +0x4 fp=0xc00004e7c0 sp=0xc00004e7c0 pc=0x84914 created by runtime.createfing in goroutine 1 /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/mfinal.go:163 +0x84 --- FAIL: Test/fixedbugs/issue54542.go (2.91s)

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

#!watchflakes
post <- goos == "openbsd" && goarch == "ppc64"
2025-06-27 23:34 gotip-openbsd-ppc64 go@f1e6ae2f cmd/internal/testdir:0_10.Test/fixedbugs/issue4215.go (log) === RUN Test/fixedbugs/issue4215.go === PAUSE Test/fixedbugs/issue4215.go === CONT Test/fixedbugs/issue4215.go testdir_test.go:1193: gc output: testdir_test.go:147: issue4215.go:10: missing error "not enough return values\\n\\thave \\(number\\)\\n\\twant \\(int, int\\)|not enough arguments to return" issue4215.go:14: missing error "too many (arguments to return|return values)\\n\\thave \\(int, number\\)\\n\\twant \\(\\)|return with value in function with no return type" issue4215.go:19: missing error "not enough return values\\n\\thave \\(number\\)\\n\\twant \\(int, int, int, int\\)|not enough arguments to return" issue4215.go:21: missing error "not enough return values\\n\\thave \\(number, number\\)\\n\\twant \\(int, int, int, int\\)|not enough arguments to return" issue4215.go:27: missing error "not enough return values\\n\\thave \\(string\\)\\n\\twant \\(string, int\\)|not enough arguments to return" issue4215.go:29: missing error "too many return values\\n\\thave \\(string, number, bool\\)\\n\\twant \\(string, int\\)|too many arguments to return" issue4215.go:31: missing error "not enough return values\\n\\thave \\(string\\)\\n\\twant \\(string, int\\)|not enough arguments to return" issue4215.go:43: missing error "not enough return values\\n\\thave \\(string\\)\\n\\twant \\(S, T, U\\)|not enough arguments to return" issue4215.go:46: missing error "not enough return values\\n\\thave \\(\\*T\\)\\n\\twant \\(S, T, U\\)|not enough arguments to return" issue4215.go:48: missing error "too many return values\\n\\thave \\(\\*S, number, number, number, bool\\)\\n\\twant \\(S, T, U\\)|too many arguments to return" issue4215.go:52: missing error "too many return values\\n\\thave \\(string, bool, bool\\)\\n\\twant \\(T, string\\)|too many arguments to return" --- FAIL: Test/fixedbugs/issue4215.go (0.02s)
2025-06-27 23:34 gotip-openbsd-ppc64 go@f1e6ae2f cmd/internal/testdir:1_10.Test/fixedbugs/issue4654.go (log) === RUN Test/fixedbugs/issue4654.go === PAUSE Test/fixedbugs/issue4654.go === CONT Test/fixedbugs/issue4654.go testdir_test.go:1193: gc output: go tool compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: resource temporarily unavailable testdir_test.go:147: issue4654.go:15: missing error "defer requires function call, not conversion|is not used" issue4654.go:16: missing error "go requires function call, not conversion|is not used" issue4654.go:23: missing error "defer discards result of append|is not used" issue4654.go:24: missing error "defer discards result of cap|is not used" ... issue4654.go:63: missing error "not used" issue4654.go:64: missing error "not used" issue4654.go:65: missing error "not used" issue4654.go:66: missing error "not used" issue4654.go:67: missing error "not used" issue4654.go:68: missing error "not used" issue4654.go:69: missing error "not used" issue4654.go:70: missing error "not used" --- FAIL: Test/fixedbugs/issue4654.go (0.23s)
2025-06-27 23:34 gotip-openbsd-ppc64 go@f1e6ae2f cmd/internal/testdir:3_10.Test/fixedbugs/issue4909a.go (log) === RUN Test/fixedbugs/issue4909a.go === PAUSE Test/fixedbugs/issue4909a.go === CONT Test/fixedbugs/issue4909a.go testdir_test.go:1193: gc output: testdir_test.go:147: issue4909a.go:30: missing error "indirection|field X is embedded via a pointer in T" issue4909a.go:31: missing error "indirection|field X is embedded via a pointer in T" issue4909a.go:34: missing error "method value" issue4909a.go:35: missing error "method value" --- FAIL: Test/fixedbugs/issue4909a.go (0.00s)

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

#!watchflakes
post <- goos == "openbsd" && goarch == "ppc64"
2025-06-27 20:38 gotip-openbsd-ppc64 go@2a22aefa cmd/internal/testdir:4_10.Test/fixedbugs/issue19040.go (log) === RUN Test/fixedbugs/issue19040.go === PAUSE Test/fixedbugs/issue19040.go === CONT Test/fixedbugs/issue19040.go testdir_test.go:147: fork/exec /home/swarming/.swarming/w/ir/x/t/Testfixedbugsissue19040.go205484640/001/test.exe: resource temporarily unavailable --- FAIL: Test/fixedbugs/issue19040.go (1.35s)
2025-06-27 20:38 gotip-openbsd-ppc64 go@2a22aefa cmd/internal/testdir:7_10.Test/typeparam/mdempsky/15.go (log) === RUN Test/typeparam/mdempsky/15.go === PAUSE Test/typeparam/mdempsky/15.go === CONT Test/typeparam/mdempsky/15.go testdir_test.go:147: exit status 1 sync/atomic: /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: Test/typeparam/mdempsky/15.go (25.16s)

watchflakes

Comment From: n2vi

I'm out of ideas for now. If I run "stress -c 150 -d 100" on that same machine, still as user swarming, I can see the load average and number of processes go up but no failures.

I'll leave the machine in this semi-broken state in case anyone has a debugging suggestion.

Comment From: gopherbot

Found new dashboard test flakes for:

#!watchflakes
post <- goos == "openbsd" && goarch == "ppc64"
2025-06-29 14:01 gotip-openbsd-ppc64 go@acb914f2 cmd/internal/testdir:3_10.Test/fixedbugs/issue70189.go (log) === RUN Test/fixedbugs/issue70189.go === PAUSE Test/fixedbugs/issue70189.go === CONT Test/fixedbugs/issue70189.go testdir_test.go:147: exit status 1 internal/runtime/strconv: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: resource temporarily unavailable 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: Test/fixedbugs/issue70189.go (7.03s)
2025-06-29 14:01 gotip-openbsd-ppc64 go@acb914f2 cmd/internal/testdir:4_10.Test/fixedbugs/bug371.go (log) === RUN Test/fixedbugs/bug371.go === PAUSE Test/fixedbugs/bug371.go === CONT Test/fixedbugs/bug371.go testdir_test.go:1193: gc output: testdir_test.go:147: bug371.go:22: missing error "requires explicit dereference|undefined" bug371.go:23: missing error "requires explicit dereference|undefined" --- FAIL: Test/fixedbugs/bug371.go (0.00s)
2025-06-29 14:01 gotip-openbsd-ppc64 go@acb914f2 cmd/internal/testdir:6_10.Test/fixedbugs/bug388.go (log) === RUN Test/fixedbugs/bug388.go === PAUSE Test/fixedbugs/bug388.go === CONT Test/fixedbugs/bug388.go testdir_test.go:1193: gc output: testdir_test.go:147: bug388.go:12: missing error "cannot declare name runtime.UintType|missing parameter name|undefined identifier" bug388.go:17: missing error "unexpected [.]|expected type" bug388.go:22: missing error "unexpected [.]|expected type" --- FAIL: Test/fixedbugs/bug388.go (0.00s)

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

#!watchflakes
post <- goos == "openbsd" && goarch == "ppc64"
2025-06-30 14:40 gotip-openbsd-ppc64 go@9d1cd0b8 cmd/internal/testdir:0_10.Test/method2.go (log) === RUN Test/method2.go === PAUSE Test/method2.go === CONT Test/method2.go testdir_test.go:1193: gc output: testdir_test.go:147: method2.go:18: missing error "receiver.* pointer|invalid pointer or interface receiver|invalid receiver" method2.go:19: missing error "receiver.* pointer|invalid pointer or interface receiver|invalid receiver" method2.go:24: missing error "receiver.*interface|invalid pointer or interface receiver" method2.go:25: missing error "receiver.*interface|invalid pointer or interface receiver" method2.go:31: missing error "method|type \\*Val is pointer to interface, not interface" method2.go:36: missing error "undefined|pointer to interface" method2.go:37: missing error "undefined|pointer to interface" method2.go:41: missing error "needs pointer receiver|undefined|method requires pointer|cannot call pointer method" --- FAIL: Test/method2.go (0.01s)
2025-06-30 14:40 gotip-openbsd-ppc64 go@9d1cd0b8 cmd/internal/testdir:1_10.Test/fixedbugs/issue7675.go (log) === RUN Test/fixedbugs/issue7675.go === PAUSE Test/fixedbugs/issue7675.go === CONT Test/fixedbugs/issue7675.go testdir_test.go:1193: gc output: testdir_test.go:147: issue7675.go:16: missing error "not enough arguments|incompatible type" issue7675.go:18: missing error "too many arguments|incompatible type" issue7675.go:19: missing error "not enough arguments|incompatible type" issue7675.go:21: missing error "not enough arguments|incompatible type" issue7675.go:23: missing error "too many arguments|truncated to integer" --- FAIL: Test/fixedbugs/issue7675.go (0.00s)
2025-06-30 14:40 gotip-openbsd-ppc64 go@9d1cd0b8 cmd/internal/testdir:3_10.Test/fixedbugs/issue20298.go (log) === RUN Test/fixedbugs/issue20298.go === PAUSE Test/fixedbugs/issue20298.go === CONT Test/fixedbugs/issue20298.go testdir_test.go:1193: gc output: go tool compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: resource temporarily unavailable testdir_test.go:147: issue20298.go:14: missing error "imported and not used" issue20298.go:15: missing error "imported and not used" issue20298.go:16: missing error "imported and not used" issue20298.go:17: missing error "imported and not used" issue20298.go:18: missing error "imported and not used" issue20298.go:19: missing error "imported and not used" issue20298.go:20: missing error "imported and not used" issue20298.go:21: missing error "imported and not used" issue20298.go:22: missing error "imported and not used" issue20298.go:23: missing error "imported and not used" issue20298.go:23: missing error "too many errors" --- FAIL: Test/fixedbugs/issue20298.go (0.15s)

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

#!watchflakes
post <- goos == "openbsd" && goarch == "ppc64"
2025-06-30 16:31 gotip-openbsd-ppc64 go@47318323 cmd/internal/testdir:0_10.Test/fixedbugs/issue48471.go (log) === RUN Test/fixedbugs/issue48471.go === PAUSE Test/fixedbugs/issue48471.go === CONT Test/fixedbugs/issue48471.go testdir_test.go:1193: gc output: testdir_test.go:147: issue48471.go:36: missing error "cannot use new\\(T\\) \\(.*type \\*T\\) as I value in argument to f: \\*T does not implement I \\(missing method M\\)" issue48471.go:39: missing error "cannot use new\\(T\\) \\(.*type \\*T\\) as I value in assignment: \\*T does not implement I \\(missing method M\\)" issue48471.go:40: missing error "cannot convert new\\(T\\) \\(.*type \\*T\\) to type I: \\*T does not implement I \\(missing method M\\)" issue48471.go:41: missing error "cannot use new\\(T2\\) \\(.*type \\*T2\\) as I value in assignment: \\*T2 does not implement I \\(missing method M\\)\\n\\t\\thave m\\(int\\)\\n\\t\\twant M\\(int\\)" issue48471.go:43: missing error "cannot use new\\(T3\\) \\(.*type \\*T3\\) as I value in assignment: \\*T3 does not implement I \\(wrong type for method M\\)\\n\\t\\thave M\\(string\\)\\n\\t\\twant M\\(int\\)" issue48471.go:45: missing error "cannot use T4\\{\\} \\(.*type T4\\) as I value in assignment: T4 does not implement I \\(method M has pointer receiver\\)" issue48471.go:46: missing error "cannot use new\\(I\\) \\(.*type \\*I\\) as I value in assignment: \\*I does not implement I \\(type \\*I is pointer to interface, not interface\\)" issue48471.go:48: missing error "impossible type assertion: i.\\(\\*T2\\)\\n\\t\\*T2 does not implement I \\(missing method M\\)\\n\\t\\thave m\\(int\\)\\n\\t\\twant M\\(int\\)" issue48471.go:49: missing error "impossible type assertion: i.\\(\\*T3\\)\\n\\t\\*T3 does not implement I \\(wrong type for method M\\)\\n\\t\\thave M\\(string\\)\\n\\t\\twant M\\(int\\)" issue48471.go:50: missing error "" issue48471.go:51: missing error "impossible type assertion: i.\\(T6\\)\\n\\tT6 does not implement I \\(missing method M\\)\\n\\t\\thave m\\(int\\) string\\n\\t\\twant M\\(int\\)" issue48471.go:54: missing error "cannot use i \\(variable of interface type I\\) as \\*T4 value in assignment: need type assertion" --- FAIL: Test/fixedbugs/issue48471.go (0.03s)
2025-06-30 16:31 gotip-openbsd-ppc64 go@47318323 cmd/internal/testdir:1_10.Test/fixedbugs/issue4654.go (log) === RUN Test/fixedbugs/issue4654.go === PAUSE Test/fixedbugs/issue4654.go === CONT Test/fixedbugs/issue4654.go testdir_test.go:1193: gc output: testdir_test.go:147: issue4654.go:15: missing error "defer requires function call, not conversion|is not used" issue4654.go:16: missing error "go requires function call, not conversion|is not used" issue4654.go:23: missing error "defer discards result of append|is not used" issue4654.go:24: missing error "defer discards result of cap|is not used" issue4654.go:25: missing error "defer discards result of complex|is not used" ... issue4654.go:63: missing error "not used" issue4654.go:64: missing error "not used" issue4654.go:65: missing error "not used" issue4654.go:66: missing error "not used" issue4654.go:67: missing error "not used" issue4654.go:68: missing error "not used" issue4654.go:69: missing error "not used" issue4654.go:70: missing error "not used" --- FAIL: Test/fixedbugs/issue4654.go (0.01s)
2025-06-30 16:31 gotip-openbsd-ppc64 go@47318323 cmd/internal/testdir:3_10.Test/fixedbugs/issue56220.go (log) === RUN Test/fixedbugs/issue56220.go === PAUSE Test/fixedbugs/issue56220.go === CONT Test/fixedbugs/issue56220.go testdir_test.go:1193: gc output: testdir_test.go:147: issue56220.go:10: missing error "cannot convert 1 - \\.0000001 \\(untyped float constant 0\\.9999999\\) to type int" issue56220.go:14: missing error "cannot convert \\(float64\\(0\\.03\\) - float64\\(0\\.02\\)\\) \\* 1_000_000 \\(constant 9999\\.999999999998 of type float64\\) to type int64" --- FAIL: Test/fixedbugs/issue56220.go (0.02s)

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

#!watchflakes
post <- goos == "openbsd" && goarch == "ppc64"
2025-06-30 19:14 gotip-openbsd-ppc64 go@fdd7713f cmd/internal/testdir:0_10.Test/fixedbugs/issue19947.go (log) === RUN Test/fixedbugs/issue19947.go === PAUSE Test/fixedbugs/issue19947.go === CONT Test/fixedbugs/issue19947.go testdir_test.go:1193: gc output: testdir_test.go:147: issue19947.go:11: missing error "constant 1e\\+200 overflows float32|1e200 .* overflows float32" issue19947.go:12: missing error "constant 1e\\+500 overflows float64|1e500 .* overflows float64" issue19947.go:14: missing error "constant 1e\\+200 overflows complex64|1e200 .* overflows complex64" issue19947.go:15: missing error "constant 1e\\+500 overflows complex128|1e500 .* overflows complex128" --- FAIL: Test/fixedbugs/issue19947.go (0.01s)
2025-06-30 19:14 gotip-openbsd-ppc64 go@fdd7713f cmd/internal/testdir:1_10.Test/fixedbugs/issue4654.go (log) === RUN Test/fixedbugs/issue4654.go === PAUSE Test/fixedbugs/issue4654.go === CONT Test/fixedbugs/issue4654.go testdir_test.go:1193: gc output: go tool compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: resource temporarily unavailable testdir_test.go:147: issue4654.go:15: missing error "defer requires function call, not conversion|is not used" issue4654.go:16: missing error "go requires function call, not conversion|is not used" issue4654.go:23: missing error "defer discards result of append|is not used" issue4654.go:24: missing error "defer discards result of cap|is not used" ... issue4654.go:63: missing error "not used" issue4654.go:64: missing error "not used" issue4654.go:65: missing error "not used" issue4654.go:66: missing error "not used" issue4654.go:67: missing error "not used" issue4654.go:68: missing error "not used" issue4654.go:69: missing error "not used" issue4654.go:70: missing error "not used" --- FAIL: Test/fixedbugs/issue4654.go (0.22s)
2025-06-30 19:14 gotip-openbsd-ppc64 go@fdd7713f cmd/internal/testdir:2_10.Test/fixedbugs/issue9083.go (log) === RUN Test/fixedbugs/issue9083.go === PAUSE Test/fixedbugs/issue9083.go === CONT Test/fixedbugs/issue9083.go testdir_test.go:1193: gc output: testdir_test.go:147: issue9083.go:17: missing error "cannot use make\\(map\\[int\\]int\\)|incompatible" issue9083.go:18: missing error "cannot use make\\(map\\[int\\]int, 0\\)|incompatible" issue9083.go:19: missing error "cannot use make\\(map\\[int\\]int, zero\\)|incompatible" issue9083.go:20: missing error "cannot use make\\(chan int\\)|incompatible" issue9083.go:21: missing error "cannot use make\\(chan int, 0\\)|incompatible" issue9083.go:22: missing error "cannot use make\\(chan int, zero\\)|incompatible" --- FAIL: Test/fixedbugs/issue9083.go (0.03s)

watchflakes

Comment From: n2vi

Given it is quiet week, I'll just kill the old go tool trace processes to confirm that is enough to get things working again.

Comment From: gopherbot

Found new dashboard test flakes for:

#!watchflakes
post <- goos == "openbsd" && goarch == "ppc64"
2025-06-30 23:52 gotip-openbsd-ppc64 go@86fca3dc cmd/go.TestScript/list_empty_importpath (log) === RUN TestScript/list_empty_importpath === PAUSE TestScript/list_empty_importpath === CONT TestScript/list_empty_importpath script_test.go:139: 2025-07-01T07:41:08Z script_test.go:141: $WORK=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-4105543729/tmpdir4176459699/list_empty_importpath3243667791 script_test.go:163: PATH=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-4105543729/tmpdir4176459699/testbin:/home/swarming/.swarming/w/ir/x/w/goroot/bin:/home/swarming/.swarming/w/ir/x/w/goroot/bin:/home/swarming/.swarming/w/ir/x/w/goroot/bin:/home/swarming/.swarming/w/ir/cache/tools/bin:/home/swarming/.swarming/w/ir/bbagent_utility_packages:/home/swarming/.swarming/w/ir/bbagent_utility_packages/bin:/home/swarming/.swarming/w/ir/cipd_bin_packages:/home/swarming/.swarming/w/ir/cipd_bin_packages/bin:/home/swarming/.swarming/w/ir/cache/cipd_client:/home/swarming/.swarming/w/ir/cache/cipd_client/bin:/home/swarming/.swarming/cipd_cache/bin:/home/swarming/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin HOME=/no-home CCACHE_DISABLE=1 GOARCH=ppc64 ... panic: LoadImport called with empty package path [recovered, repanicked] goroutine 1 gp=0xc0000041c0 m=2 mp=0xc000074808 [running]: panic({0x7b5d00?, 0xa1b780?}) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/panic.go:802 +0x18c fp=0xc0001ad9d0 sp=0xc0001ad910 pc=0x94aec cmd/go/internal/load.(*preload).flush(0xc0000443e0) /home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/go/internal/load/pkg.go:1122 +0x98 fp=0xc0001ada08 sp=0xc0001ad9d0 pc=0x582128 cmd/go/internal/load.PackagesAndErrors.deferwrap2() /home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/go/internal/load/pkg.go:2940 +0x4c fp=0xc0001ada30 sp=0xc0001ada08 pc=0x590d9c panic({0x7b5d00?, 0xa1b780?}) ... /home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/go/internal/load/pkg.go:1104 fp=0xc0000707c0 sp=0xc0000707c0 pc=0x581f00 runtime.goexit({}) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_ppc64x.s:1015 +0x4 fp=0xc0000707c0 sp=0xc0000707c0 pc=0x9d6d4 created by cmd/go/internal/load.(*preload).preloadImports in goroutine 1 /home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/go/internal/load/pkg.go:1104 +0x2b0 [exit status 2] > ! stderr 'panic' matched: panic: LoadImport called with empty package path [recovered, repanicked] script_test.go:163: FAIL: testdata/script/list_empty_importpath.txt:2: stderr panic: unexpected success --- FAIL: TestScript/list_empty_importpath (3.14s)

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

#!watchflakes
post <- goos == "openbsd" && goarch == "ppc64"
2025-06-30 23:52 go1.25-openbsd-ppc64 release-branch.go1.25@86fca3dc cmd/go.TestScript/list_empty_importpath (log) === RUN TestScript/list_empty_importpath === PAUSE TestScript/list_empty_importpath === CONT TestScript/list_empty_importpath script_test.go:139: 2025-07-02T21:43:20Z script_test.go:141: $WORK=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-1105215637/tmpdir1012656504/list_empty_importpath3223344417 script_test.go:163: PATH=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-1105215637/tmpdir1012656504/testbin:/home/swarming/.swarming/w/ir/x/w/goroot/bin:/home/swarming/.swarming/w/ir/x/w/goroot/bin:/home/swarming/.swarming/w/ir/x/w/goroot/bin:/home/swarming/.swarming/w/ir/cache/tools/bin:/home/swarming/.swarming/w/ir/bbagent_utility_packages:/home/swarming/.swarming/w/ir/bbagent_utility_packages/bin:/home/swarming/.swarming/w/ir/cipd_bin_packages:/home/swarming/.swarming/w/ir/cipd_bin_packages/bin:/home/swarming/.swarming/w/ir/cache/cipd_client:/home/swarming/.swarming/w/ir/cache/cipd_client/bin:/home/swarming/.swarming/cipd_cache/bin:/home/swarming/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin HOME=/no-home CCACHE_DISABLE=1 GOARCH=ppc64 ... panic: loadPackageData called with empty package path goroutine 53 gp=0xc0002d4380 m=5 mp=0xc000100808 [running]: panic({0x7b5d00?, 0xa1b790?}) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/panic.go:802 +0x18c fp=0xc000084ca8 sp=0xc000084be8 pc=0x94aec cmd/go/internal/load.loadPackageData({0xa25a90, 0xeed2a0}, {0xc0002b6175, 0x0}, {0xc000280a00, 0xd}, {0xc00030c800, 0x74}, {0xc000042104, 0x74}, ...) /home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/go/internal/load/pkg.go:846 +0x4fc fp=0xc000084ed8 sp=0xc000084ca8 pc=0x580b6c cmd/go/internal/load.(*preload).preloadImports.func1({0xc0002b6175?, 0x0?}) /home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/go/internal/load/pkg.go:1105 +0x8c fp=0xc000084f90 sp=0xc000084ed8 pc=0x581ffc cmd/go/internal/load.(*preload).preloadImports.gowrap1() ... runtime.(*cleanupQueue).dequeue(0xec4e80) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/mcleanup.go:439 +0x11c fp=0xc0001be770 sp=0xc0001be718 pc=0x2fdcc runtime.runCleanups() /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/mcleanup.go:635 +0x70 fp=0xc0001be7c0 sp=0xc0001be770 pc=0x30670 runtime.goexit({}) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_ppc64x.s:1015 +0x4 fp=0xc0001be7c0 sp=0xc0001be7c0 pc=0x9d6d4 created by runtime.(*cleanupQueue).createGs in goroutine 1 /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/mcleanup.go:589 +0x11c script_test.go:163: FAIL: testdata/script/list_empty_importpath.txt:6: go list -e all: exit status 2 --- FAIL: TestScript/list_empty_importpath (3.58s)

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

#!watchflakes
post <- goos == "openbsd" && goarch == "ppc64"
2025-06-30 19:41 x_tools-gotip-openbsd-ppc64 tools@134edd97 go@b3251514 x/tools/gopls/internal/test/integration/diagnostics.Test_Issue38211/default (log) === RUN Test_Issue38211/default expectation.go:849: RegexpSearch: main.go, no match for "\"github.com/ardanlabs/conf\"" #### Start Gopls Test Logs for "Test_Issue38211/default" [Trace - 18:43:55.777 PM] Sending request 'initialize - (1)'. Params: {"processId":0,"clientInfo":{"name":"fake.Editor","version":"v1.0.0"},"rootUri":"file:///home/swarming/.swarming/w/ir/x/t/gopls-test-3662362701/Test_Issue38211/default/work","capabilities":{"workspace":{"workspaceEdit":{"resourceOperations":["rename"]},"didChangeConfiguration":{},"didChangeWatchedFiles":{"dynamicRegistration":true},"configuration":true},"textDocument":{"completion":{"completionItem":{"snippetSupport":true,"tagSupport":{"valueSet":[1]},"insertReplaceSupport":true}},"documentSymbol":{"hierarchicalDocumentSymbolSupport":true},"codeAction":{"codeActionLiteralSupport":{"codeActionKind":{"valueSet":[""]}},"dataSupport":true,"resolveSupport":{"properties":["edit"]}},"publishDiagnostics":{},"semanticTokens":{"requests":{"full":true},"tokenTypes":["namespace","type","class","enum","interface","struct","typeParameter","parameter","variable","property","enumMember","event","function","method","macro","keyword","modifier","comment","string","number","regexp","operator","label"],"tokenModifiers":["declaration","definition","readonly","static","deprecated","abstract","async","modification","documentation","defaultLibrary","interface","struct","signature","pointer","array","map","slice","chan","string","number","bool","invalid"],"formats":null}},"window":{"workDoneProgress":true,"showDocument":{"support":true}}},"initializationOptions":{"completionBudget":"0s","diagnosticsDelay":"10ms","env":{"GO111MODULE":"","GOMODCACHE":"","GOPACKAGESDRIVER":"off","GOPATH":"/home/swarming/.swarming/w/ir/x/t/gopls-test-3662362701/Test_Issue38211/default/gopath","GOPROXY":"file:///home/swarming/.swarming/w/ir/x/t/gopls-test-3662362701/Test_Issue38211/default/proxy","GOSUMDB":"off","GOTOOLCHAIN":"local"},"verboseWorkDoneProgress":true},"trace":"messages","workspaceFolders":[{"uri":"file:///home/swarming/.swarming/w/ir/x/t/gopls-test-3662362701/Test_Issue38211/default/work","name":"work"}]} [Trace - 18:43:55.781 PM] Received response 'initialize - (1)' in 3ms. Result: {"capabilities":{"textDocumentSync":{"openClose":true,"change":2,"save":{}},"completionProvider":{"triggerCharacters":["."]},"hoverProvider":true,"signatureHelpProvider":{"triggerCharacters":["(",","]},"definitionProvider":true,"typeDefinitionProvider":true,"implementationProvider":true,"referencesProvider":true,"documentHighlightProvider":true,"documentSymbolProvider":true,"codeActionProvider":{"codeActionKinds":["gopls.doc.features","quickfix","refactor.extract.constant","refactor.extract.constant-all","refactor.extract.function","refactor.extract.method","refactor.extract.toNewFile","refactor.extract.variable","refactor.extract.variable-all","refactor.inline.call","refactor.inline.variable","refactor.rewrite.changeQuote","refactor.rewrite.fillStruct","refactor.rewrite.fillSwitch","refactor.rewrite.invertIf","refactor.rewrite.joinLines","refactor.rewrite.removeUnusedParam","refactor.rewrite.splitLines","source.assembly","source.doc","source.fixAll","source.freesymbols","source.organizeImports","source.splitPackage"],"resolveProvider":true},"codeLensProvider":{},"documentLinkProvider":{},"workspaceSymbolProvider":true,"documentFormattingProvider":true,"renameProvider":true,"foldingRangeProvider":true,"selectionRangeProvider":true,"executeCommandProvider":{"commands":["gopls.add_dependency","gopls.add_import","gopls.add_telemetry_counters","gopls.add_test","gopls.apply_fix","gopls.assembly","gopls.change_signature","gopls.check_upgrades","gopls.client_open_url","gopls.diagnose_files","gopls.doc","gopls.edit_go_directive","gopls.extract_to_new_file","gopls.fetch_vulncheck_result","gopls.free_symbols","gopls.gc_details","gopls.generate","gopls.go_get_package","gopls.list_imports","gopls.list_known_packages","gopls.maybe_prompt_for_telemetry","gopls.mem_stats","gopls.modify_tags","gopls.modules","gopls.package_symbols","gopls.packages","gopls.regenerate_cgo","gopls.remove_dependency","gopls.reset_go_mod_diagnostics","gopls.run_go_work_command","gopls.run_govulncheck","gopls.run_tests","gopls.scan_imports","gopls.split_package","gopls.start_debugging","gopls.start_profile","gopls.stop_profile","gopls.tidy","gopls.update_go_sum","gopls.upgrade_dependency","gopls.vendor","gopls.views","gopls.vulncheck","gopls.workspace_stats"]},"callHierarchyProvider":true,"semanticTokensProvider":{"legend":{"tokenTypes":["namespace","type","typeParameter","parameter","variable","function","method","macro","keyword","comment","string","number","operator","label"],"tokenModifiers":["definition","readonly","defaultLibrary","array","bool","chan","format","interface","map","number","pointer","signature","slice","string","struct"]},"range":true,"full":true},"typeHierarchyProvider":true,"inlayHintProvider":{},"workspace":{"workspaceFolders":{"supported":true,"changeNotifications":"workspace/didChangeWorkspaceFolders"},"fileOperations":{"didCreate":{"filters":[{"scheme":"file","pattern":{"glob":"**/*.go"}}]}}}},"serverInfo":{"name":"gopls","version":"{\"GoVersion\":\"go1.25-devel_b3251514531123d7fd007682389bce7428d159a0\",\"Path\":\"golang.org/x/tools/gopls/internal/test/integration/diagnostics.test\",\"Main\":{\"Path\":\"golang.org/x/tools/gopls\",\"Version\":\"(devel)\"},\"Settings\":[{\"Key\":\"-buildmode\",\"Value\":\"exe\"},{\"Key\":\"-compiler\",\"Value\":\"gc\"},{\"Key\":\"DefaultGODEBUG\",\"Value\":\"containermaxprocs=0,decoratemappings=0,tlssha1=1,updatemaxprocs=0,x509sha256skid=0\"},{\"Key\":\"CGO_ENABLED\",\"Value\":\"0\"},{\"Key\":\"GOARCH\",\"Value\":\"ppc64\"},{\"Key\":\"GOOS\",\"Value\":\"openbsd\"},{\"Key\":\"GOPPC64\",\"Value\":\"power8\"}],\"Version\":\"(devel)\"}"}} ... [Trace - 18:44:44.091 PM] Sending notification 'textDocument/didSave'. Params: {"textDocument":{"uri":"file:///home/swarming/.swarming/w/ir/x/t/gopls-test-3662362701/Test_Issue38211/default/work/main.go"}} [Trace - 18:44:44.093 PM] Received notification 'textDocument/publishDiagnostics'. Params: {"uri":"file:///home/swarming/.swarming/w/ir/x/t/gopls-test-3662362701/Test_Issue38211/default/work/main.go","version":4,"diagnostics":[{"range":{"start":{"line":3,"character":5},"end":{"line":3,"character":9}},"severity":1,"code":"UndeclaredName","codeDescription":{"href":"https://pkg.go.dev/golang.org/x/tools/internal/typesinternal#UndeclaredName"},"source":"compiler","message":"undefined: conf"}]} #### End Gopls Test Logs for "Test_Issue38211/default" --- FAIL: Test_Issue38211/default (49.80s)

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

#!watchflakes
post <- goos == "openbsd" && goarch == "ppc64"
2025-07-03 20:33 gotip-openbsd-ppc64 go@dd687c38 cmd/internal/testdir:0_10.Test/directive2.go (log) === RUN Test/directive2.go === PAUSE Test/directive2.go === CONT Test/directive2.go testdir_test.go:1193: gc output: testdir_test.go:147: directive2.go:14: missing error "misplaced compiler directive" directive2.go:16: missing error "misplaced compiler directive" directive2.go:18: missing error "misplaced compiler directive" directive2.go:24: missing error "misplaced compiler directive" directive2.go:29: missing error "misplaced compiler directive" directive2.go:34: missing error "misplaced compiler directive" directive2.go:41: missing error "misplaced compiler directive" directive2.go:44: missing error "misplaced compiler directive" directive2.go:46: missing error "misplaced compiler directive" directive2.go:48: missing error "misplaced compiler directive" directive2.go:49: missing error "misplaced compiler directive" directive2.go:58: missing error "misplaced compiler directive" --- FAIL: Test/directive2.go (0.01s)
2025-07-03 20:33 gotip-openbsd-ppc64 go@dd687c38 cmd/internal/testdir:1_10.Test/fixedbugs/issue26616.go (log) === RUN Test/fixedbugs/issue26616.go === PAUSE Test/fixedbugs/issue26616.go === CONT Test/fixedbugs/issue26616.go testdir_test.go:1193: gc output: testdir_test.go:147: issue26616.go:9: missing error "assignment mismatch: 1 variable but three returns 3 values|multiple-value function call in single-value context|multiple-value " issue26616.go:12: missing error "assignment mismatch: 1 variable but three returns 3 values|multiple-value function call in single-value context|multiple-value " issue26616.go:13: missing error "assignment mismatch: 1 variable but three returns 3 values|multiple-value function call in single-value context|multiple-value " issue26616.go:14: missing error "assignment mismatch: 1 variable but three returns 3 values|multiple-value function call in single-value context|cannot assign" issue26616.go:15: missing error "assignment mismatch: 1 variable but three returns 3 values|single variable set to multiple-value|multiple-value function call in single-value context|cannot initialize" --- FAIL: Test/fixedbugs/issue26616.go (0.01s)
2025-07-03 20:33 gotip-openbsd-ppc64 go@dd687c38 cmd/internal/testdir:2_10.Test/fixedbugs/issue13365.go (log) === RUN Test/fixedbugs/issue13365.go === PAUSE Test/fixedbugs/issue13365.go === CONT Test/fixedbugs/issue13365.go testdir_test.go:1193: gc output: testdir_test.go:147: issue13365.go:14: missing error "index must be non\\-negative integer constant|index expression is negative|must not be negative" issue13365.go:15: missing error "index must be non\\-negative integer constant|index expression is negative|must not be negative" issue13365.go:16: missing error "index must be non\\-negative integer constant|index expression is negative|must not be negative" issue13365.go:19: missing error "index 100 out of bounds|out of range" issue13365.go:22: missing error "cannot use .* as (type )?int( in slice literal)?|incompatible type" issue13365.go:23: missing error "cannot use .* as (type )?int( in array literal)?|incompatible type" issue13365.go:24: missing error "cannot use .* as (type )?int( in array literal)?|incompatible type" --- FAIL: Test/fixedbugs/issue13365.go (0.00s)

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

#!watchflakes
post <- goos == "openbsd" && goarch == "ppc64"
2025-06-27 20:56 go1.25-openbsd-ppc64 release-branch.go1.25@e81c6246 cmd/internal/testdir:5_10.Test/fixedbugs/bug392.go (log) === RUN Test/fixedbugs/bug392.go === PAUSE Test/fixedbugs/bug392.go === CONT Test/fixedbugs/bug392.go testdir_test.go:147: exit status 1 go tool compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: resource temporarily unavailable --- FAIL: Test/fixedbugs/bug392.go (0.54s)
2025-06-27 23:34 go1.25-openbsd-ppc64 release-branch.go1.25@f1e6ae2f cmd/internal/testdir:7_10.Test/typeparam/mdempsky/15.go (log) === RUN Test/typeparam/mdempsky/15.go === PAUSE Test/typeparam/mdempsky/15.go === CONT Test/typeparam/mdempsky/15.go testdir_test.go:147: exit status 1 runtime: /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: Test/typeparam/mdempsky/15.go (7.56s)
2025-06-28 01:17 go1.25-openbsd-ppc64 release-branch.go1.25@b51f1cdb cmd/internal/testdir:0_10.Test/char_lit1.go (log) === RUN Test/char_lit1.go === PAUSE Test/char_lit1.go === CONT Test/char_lit1.go testdir_test.go:1193: gc output: testdir_test.go:147: char_lit1.go:16: missing error "Unicode|unicode" char_lit1.go:17: missing error "Unicode|unicode" char_lit1.go:18: missing error "Unicode|unicode" char_lit1.go:19: missing error "Unicode|unicode" char_lit1.go:20: missing error "Unicode|unicode" char_lit1.go:23: missing error "Unicode|unicode" char_lit1.go:25: missing error "Unicode|unicode" char_lit1.go:26: missing error "Unicode|unicode" --- FAIL: Test/char_lit1.go (0.03s)
2025-06-28 01:17 go1.25-openbsd-ppc64 release-branch.go1.25@b51f1cdb cmd/internal/testdir:1_10.Test/fixedbugs/issue4654.go (log) === RUN Test/fixedbugs/issue4654.go === PAUSE Test/fixedbugs/issue4654.go === CONT Test/fixedbugs/issue4654.go testdir_test.go:1193: gc output: go tool compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_ppc64/compile: resource temporarily unavailable testdir_test.go:147: issue4654.go:15: missing error "defer requires function call, not conversion|is not used" issue4654.go:16: missing error "go requires function call, not conversion|is not used" issue4654.go:23: missing error "defer discards result of append|is not used" issue4654.go:24: missing error "defer discards result of cap|is not used" ... issue4654.go:63: missing error "not used" issue4654.go:64: missing error "not used" issue4654.go:65: missing error "not used" issue4654.go:66: missing error "not used" issue4654.go:67: missing error "not used" issue4654.go:68: missing error "not used" issue4654.go:69: missing error "not used" issue4654.go:70: missing error "not used" --- FAIL: Test/fixedbugs/issue4654.go (0.15s)
2025-06-28 01:17 go1.25-openbsd-ppc64 release-branch.go1.25@b51f1cdb cmd/internal/testdir:2_10.Test/fixedbugs/issue13365.go (log) === RUN Test/fixedbugs/issue13365.go === PAUSE Test/fixedbugs/issue13365.go === CONT Test/fixedbugs/issue13365.go testdir_test.go:1193: gc output: testdir_test.go:147: issue13365.go:14: missing error "index must be non\\-negative integer constant|index expression is negative|must not be negative" issue13365.go:15: missing error "index must be non\\-negative integer constant|index expression is negative|must not be negative" issue13365.go:16: missing error "index must be non\\-negative integer constant|index expression is negative|must not be negative" issue13365.go:19: missing error "index 100 out of bounds|out of range" issue13365.go:22: missing error "cannot use .* as (type )?int( in slice literal)?|incompatible type" issue13365.go:23: missing error "cannot use .* as (type )?int( in array literal)?|incompatible type" issue13365.go:24: missing error "cannot use .* as (type )?int( in array literal)?|incompatible type" --- FAIL: Test/fixedbugs/issue13365.go (0.01s)

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

#!watchflakes
post <- goos == "openbsd" && goarch == "ppc64"
2025-06-27 17:59 go1.25-openbsd-ppc64 release-branch.go1.25@742fda95 runtime:cpu2.TestChanSendBarrier [SKIP] (log) === RUN TestChanSendBarrier === PAUSE TestChanSendBarrier

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

#!watchflakes
post <- goos == "openbsd" && goarch == "ppc64"
2025-07-08 18:57 x_tools-go1.23-openbsd-ppc64 tools@986a3c00 release-branch.go1.23@0a75dd7c x/tools/gopls/internal/filewatcher.TestFileWatcher/delete_directory (log) === RUN TestFileWatcher/delete_directory === PAUSE TestFileWatcher/delete_directory === CONT TestFileWatcher/delete_directory filewatcher_test.go:270: missing expected events: protocol.FileEvent{URI:"foo", Type:Deleted} all expected: []protocol.FileEvent{protocol.FileEvent{URI:"foo/bar.go", Type:Deleted}, protocol.FileEvent{URI:"foo", Type:Deleted}} --- FAIL: TestFileWatcher/delete_directory (30.03s)
2025-07-08 20:57 x_tools-go1.23-openbsd-ppc64 tools@7b8dc5db release-branch.go1.23@0a75dd7c x/tools/gopls/internal/filewatcher.TestFileWatcher/delete_directory (log) === RUN TestFileWatcher/delete_directory === PAUSE TestFileWatcher/delete_directory === CONT TestFileWatcher/delete_directory filewatcher_test.go:270: missing expected events: protocol.FileEvent{URI:"foo", Type:Deleted} all expected: []protocol.FileEvent{protocol.FileEvent{URI:"foo/bar.go", Type:Deleted}, protocol.FileEvent{URI:"foo", Type:Deleted}} --- FAIL: TestFileWatcher/delete_directory (30.02s)
2025-07-08 21:22 x_tools-go1.23-openbsd-ppc64 tools@d1921d10 release-branch.go1.23@0a75dd7c x/tools/gopls/internal/filewatcher.TestFileWatcher/delete_directory (log) === RUN TestFileWatcher/delete_directory === PAUSE TestFileWatcher/delete_directory === CONT TestFileWatcher/delete_directory filewatcher_test.go:270: missing expected events: protocol.FileEvent{URI:"foo", Type:Deleted} all expected: []protocol.FileEvent{protocol.FileEvent{URI:"foo/bar.go", Type:Deleted}, protocol.FileEvent{URI:"foo", Type:Deleted}} --- FAIL: TestFileWatcher/delete_directory (30.02s)
2025-07-09 15:15 x_tools-go1.23-openbsd-ppc64 tools@4f6016bb release-branch.go1.23@0a75dd7c x/tools/gopls/internal/filewatcher.TestFileWatcher/delete_directory (log) === RUN TestFileWatcher/delete_directory === PAUSE TestFileWatcher/delete_directory === CONT TestFileWatcher/delete_directory filewatcher_test.go:270: missing expected events: protocol.FileEvent{URI:"foo", Type:Deleted} all expected: []protocol.FileEvent{protocol.FileEvent{URI:"foo/bar.go", Type:Deleted}, protocol.FileEvent{URI:"foo", Type:Deleted}} --- FAIL: TestFileWatcher/delete_directory (30.04s)

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

#!watchflakes
post <- goos == "openbsd" && goarch == "ppc64"
2025-07-08 18:57 x_tools-go1.25-openbsd-ppc64 tools@986a3c00 release-branch.go1.25@e73dadc7 x/tools/gopls/internal/filewatcher.TestFileWatcher/delete_directory (log) === RUN TestFileWatcher/delete_directory === PAUSE TestFileWatcher/delete_directory === CONT TestFileWatcher/delete_directory filewatcher_test.go:270: missing expected events: protocol.FileEvent{URI:"foo", Type:Deleted} all expected: []protocol.FileEvent{protocol.FileEvent{URI:"foo/bar.go", Type:Deleted}, protocol.FileEvent{URI:"foo", Type:Deleted}} --- FAIL: TestFileWatcher/delete_directory (30.04s)
2025-07-08 20:57 x_tools-go1.25-openbsd-ppc64 tools@7b8dc5db release-branch.go1.25@e73dadc7 x/tools/gopls/internal/filewatcher.TestFileWatcher/delete_directory (log) === RUN TestFileWatcher/delete_directory === PAUSE TestFileWatcher/delete_directory === CONT TestFileWatcher/delete_directory filewatcher_test.go:270: missing expected events: protocol.FileEvent{URI:"foo", Type:Deleted} all expected: []protocol.FileEvent{protocol.FileEvent{URI:"foo/bar.go", Type:Deleted}, protocol.FileEvent{URI:"foo", Type:Deleted}} --- FAIL: TestFileWatcher/delete_directory (30.04s)
2025-07-08 21:22 x_tools-go1.25-openbsd-ppc64 tools@d1921d10 release-branch.go1.25@e73dadc7 x/tools/gopls/internal/filewatcher.TestFileWatcher/delete_directory (log) === RUN TestFileWatcher/delete_directory === PAUSE TestFileWatcher/delete_directory === CONT TestFileWatcher/delete_directory filewatcher_test.go:270: missing expected events: protocol.FileEvent{URI:"foo", Type:Deleted} all expected: []protocol.FileEvent{protocol.FileEvent{URI:"foo/bar.go", Type:Deleted}, protocol.FileEvent{URI:"foo", Type:Deleted}} --- FAIL: TestFileWatcher/delete_directory (30.10s)
2025-07-09 16:00 x_tools-go1.25-openbsd-ppc64 tools@4724ef9b release-branch.go1.25@e73dadc7 x/tools/gopls/internal/filewatcher.TestFileWatcher/delete_directory (log) === RUN TestFileWatcher/delete_directory === PAUSE TestFileWatcher/delete_directory === CONT TestFileWatcher/delete_directory filewatcher_test.go:270: missing expected events: protocol.FileEvent{URI:"foo", Type:Deleted} all expected: []protocol.FileEvent{protocol.FileEvent{URI:"foo/bar.go", Type:Deleted}, protocol.FileEvent{URI:"foo", Type:Deleted}} --- FAIL: TestFileWatcher/delete_directory (30.03s)

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

#!watchflakes
post <- goos == "openbsd" && goarch == "ppc64"
2025-07-08 18:57 x_tools-go1.24-openbsd-ppc64 tools@986a3c00 release-branch.go1.24@9d828e80 x/tools/gopls/internal/filewatcher.TestFileWatcher/delete_directory (log) === RUN TestFileWatcher/delete_directory === PAUSE TestFileWatcher/delete_directory === CONT TestFileWatcher/delete_directory filewatcher_test.go:270: missing expected events: protocol.FileEvent{URI:"foo", Type:Deleted} all expected: []protocol.FileEvent{protocol.FileEvent{URI:"foo/bar.go", Type:Deleted}, protocol.FileEvent{URI:"foo", Type:Deleted}} --- FAIL: TestFileWatcher/delete_directory (30.02s)
2025-07-08 18:57 x_tools-gotip-openbsd-ppc64 tools@986a3c00 go@54c9d776 x/tools/gopls/internal/filewatcher.TestFileWatcher/delete_directory (log) === RUN TestFileWatcher/delete_directory === PAUSE TestFileWatcher/delete_directory === CONT TestFileWatcher/delete_directory filewatcher_test.go:270: missing expected events: protocol.FileEvent{URI:"foo", Type:Deleted} all expected: []protocol.FileEvent{protocol.FileEvent{URI:"foo/bar.go", Type:Deleted}, protocol.FileEvent{URI:"foo", Type:Deleted}} --- FAIL: TestFileWatcher/delete_directory (30.05s)
2025-07-08 20:57 x_tools-go1.24-openbsd-ppc64 tools@7b8dc5db release-branch.go1.24@9d828e80 x/tools/gopls/internal/filewatcher.TestFileWatcher/delete_directory (log) === RUN TestFileWatcher/delete_directory === PAUSE TestFileWatcher/delete_directory === CONT TestFileWatcher/delete_directory filewatcher_test.go:270: missing expected events: protocol.FileEvent{URI:"foo", Type:Deleted} all expected: []protocol.FileEvent{protocol.FileEvent{URI:"foo/bar.go", Type:Deleted}, protocol.FileEvent{URI:"foo", Type:Deleted}} --- FAIL: TestFileWatcher/delete_directory (30.03s)
2025-07-08 20:57 x_tools-gotip-openbsd-ppc64 tools@7b8dc5db go@54c9d776 x/tools/gopls/internal/filewatcher.TestFileWatcher/delete_directory (log) === RUN TestFileWatcher/delete_directory === PAUSE TestFileWatcher/delete_directory === CONT TestFileWatcher/delete_directory filewatcher_test.go:270: missing expected events: protocol.FileEvent{URI:"foo", Type:Deleted} all expected: []protocol.FileEvent{protocol.FileEvent{URI:"foo/bar.go", Type:Deleted}, protocol.FileEvent{URI:"foo", Type:Deleted}} --- FAIL: TestFileWatcher/delete_directory (30.02s)
2025-07-08 21:22 x_tools-go1.24-openbsd-ppc64 tools@d1921d10 release-branch.go1.24@9d828e80 x/tools/gopls/internal/filewatcher.TestFileWatcher/delete_directory (log) === RUN TestFileWatcher/delete_directory === PAUSE TestFileWatcher/delete_directory === CONT TestFileWatcher/delete_directory filewatcher_test.go:270: missing expected events: protocol.FileEvent{URI:"foo", Type:Deleted} all expected: []protocol.FileEvent{protocol.FileEvent{URI:"foo/bar.go", Type:Deleted}, protocol.FileEvent{URI:"foo", Type:Deleted}} --- FAIL: TestFileWatcher/delete_directory (30.02s)
2025-07-08 21:22 x_tools-gotip-openbsd-ppc64 tools@d1921d10 go@54c9d776 x/tools/gopls/internal/filewatcher.TestFileWatcher/delete_directory (log) === RUN TestFileWatcher/delete_directory === PAUSE TestFileWatcher/delete_directory === CONT TestFileWatcher/delete_directory filewatcher_test.go:270: missing expected events: protocol.FileEvent{URI:"foo", Type:Deleted} all expected: []protocol.FileEvent{protocol.FileEvent{URI:"foo/bar.go", Type:Deleted}, protocol.FileEvent{URI:"foo", Type:Deleted}} --- FAIL: TestFileWatcher/delete_directory (30.02s)
2025-07-09 16:00 x_tools-go1.24-openbsd-ppc64 tools@4724ef9b release-branch.go1.24@9d828e80 x/tools/gopls/internal/filewatcher.TestFileWatcher/delete_directory (log) === RUN TestFileWatcher/delete_directory === PAUSE TestFileWatcher/delete_directory === CONT TestFileWatcher/delete_directory filewatcher_test.go:270: missing expected events: protocol.FileEvent{URI:"foo", Type:Deleted} all expected: []protocol.FileEvent{protocol.FileEvent{URI:"foo/bar.go", Type:Deleted}, protocol.FileEvent{URI:"foo", Type:Deleted}} --- FAIL: TestFileWatcher/delete_directory (30.05s)
2025-07-09 16:00 x_tools-gotip-openbsd-ppc64 tools@4724ef9b go@67c17044 x/tools/gopls/internal/filewatcher.TestFileWatcher/delete_directory (log) === RUN TestFileWatcher/delete_directory === PAUSE TestFileWatcher/delete_directory === CONT TestFileWatcher/delete_directory filewatcher_test.go:270: missing expected events: protocol.FileEvent{URI:"foo", Type:Deleted} all expected: []protocol.FileEvent{protocol.FileEvent{URI:"foo/bar.go", Type:Deleted}, protocol.FileEvent{URI:"foo", Type:Deleted}} --- FAIL: TestFileWatcher/delete_directory (30.03s)

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

#!watchflakes
post <- goos == "openbsd" && goarch == "ppc64"
2025-07-09 17:10 x_tools-go1.23-openbsd-ppc64 tools@7cbfe75a release-branch.go1.23@0a75dd7c x/tools/gopls/internal/filewatcher.TestFileWatcher/delete_directory (log) === RUN TestFileWatcher/delete_directory === PAUSE TestFileWatcher/delete_directory === CONT TestFileWatcher/delete_directory filewatcher_test.go:270: missing expected events: protocol.FileEvent{URI:"foo", Type:Deleted} all expected: []protocol.FileEvent{protocol.FileEvent{URI:"foo/bar.go", Type:Deleted}, protocol.FileEvent{URI:"foo", Type:Deleted}} --- FAIL: TestFileWatcher/delete_directory (30.02s)

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

#!watchflakes
post <- goos == "openbsd" && goarch == "ppc64"
2025-07-09 18:57 x_tools-go1.25-openbsd-ppc64 tools@978cb2f7 release-branch.go1.25@e73dadc7 x/tools/gopls/internal/filewatcher.TestFileWatcher/delete_directory (log) === RUN TestFileWatcher/delete_directory === PAUSE TestFileWatcher/delete_directory === CONT TestFileWatcher/delete_directory filewatcher_test.go:270: missing expected events: protocol.FileEvent{URI:"foo", Type:Deleted} all expected: []protocol.FileEvent{protocol.FileEvent{URI:"foo/bar.go", Type:Deleted}, protocol.FileEvent{URI:"foo", Type:Deleted}} --- FAIL: TestFileWatcher/delete_directory (30.09s)

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

#!watchflakes
post <- goos == "openbsd" && goarch == "ppc64"
2025-07-11 14:32 gotip-openbsd-ppc64 go@88cf0c5d runtime/pprof.TestGoroutineSwitch (log) === RUN TestGoroutineSwitch --- FAIL: TestGoroutineSwitch (1.16s) panic: runtime error: index out of range [0] with length 0 [recovered, repanicked] goroutine 83 gp=0xc000082700 m=2 mp=0xc000050808 [running]: panic({0x203060?, 0xc0002ac378?}) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/panic.go:802 +0x18c fp=0xc0002a9a40 sp=0xc0002a9980 pc=0x8d8fc testing.tRunner.func1.2({0x203060, 0xc0002ac378}) /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1872 +0x1ec fp=0xc0002a9b00 sp=0xc0002a9a40 pc=0x10d8ac testing.tRunner.func1() ... runtime.gopark(0xc000358f80?, 0x0?, 0x0?, 0x0?, 0x0?) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/proc.go:460 +0x11c fp=0xc000358ee0 sp=0xc000358ea8 pc=0x8dd9c runtime.gcBgMarkWorker(0xc0000c0230) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/mgc.go:1463 +0x108 fp=0xc000358f98 sp=0xc000358ee0 pc=0x32718 runtime.gcBgMarkStartWorkers.gowrap1() /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/mgc.go:1373 +0x4c fp=0xc000358fc0 sp=0xc000358f98 pc=0x325fc runtime.goexit({}) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_ppc64x.s:1015 +0x4 fp=0xc000358fc0 sp=0xc000358fc0 pc=0x95bd4 created by runtime.gcBgMarkStartWorkers in goroutine 35 /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/mgc.go:1373 +0x170

watchflakes

Comment From: adonovan

Apologies for not noticing the results of earlier investigations which clearly implicate the FlightRecorder test. I've made it clean up after itself more aggressively.

Comment From: gopherbot

Found new dashboard test flakes for:

#!watchflakes
post <- goos == "openbsd" && goarch == "ppc64"
2025-07-24 15:59 gotip-openbsd-ppc64 go@efc37e97 runtime:cpu2.TestChanSendBarrier [SKIP] (log) === RUN TestChanSendBarrier === PAUSE TestChanSendBarrier

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

#!watchflakes
post <- goos == "openbsd" && goarch == "ppc64"
2025-07-24 23:24 gotip-openbsd-ppc64 go@7b500243 cmd/internal/testdir:3_10.Test/fixedbugs/issue27518b.go (log) === RUN Test/fixedbugs/issue27518b.go === PAUSE Test/fixedbugs/issue27518b.go === CONT Test/fixedbugs/issue27518b.go testdir_test.go:147: exit status 2 panic: heap object finalized at the wrong time goroutine 1 gp=0xc0000021c0 m=0 mp=0x1247c0 [running]: panic({0x95a60?, 0xc000010050?}) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/panic.go:896 +0x198 fp=0xc00005eed8 sp=0xc00005ee10 pc=0x78a68 main.main() ... runtime.gcBgMarkWorker(0xc00011a070) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/mgc.go:1463 +0x108 fp=0xc000124f98 sp=0xc000124ee0 pc=0x293a8 runtime.gcBgMarkStartWorkers.gowrap1() /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/mgc.go:1373 +0x4c fp=0xc000124fc0 sp=0xc000124f98 pc=0x2928c runtime.goexit({}) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_ppc64x.s:1015 +0x4 fp=0xc000124fc0 sp=0xc000124fc0 pc=0x7e674 created by runtime.gcBgMarkStartWorkers in goroutine 1 /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/mgc.go:1373 +0x170 --- FAIL: Test/fixedbugs/issue27518b.go (16.29s)

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

#!watchflakes
post <- goos == "openbsd" && goarch == "ppc64"
2025-07-24 17:03 gotip-openbsd-ppc64 go@bd04f655 cmd/internal/testdir:1_10.Test/fixedbugs/issue46234.go (log) === RUN Test/fixedbugs/issue46234.go === PAUSE Test/fixedbugs/issue46234.go === CONT Test/fixedbugs/issue46234.go testdir_test.go:147: command exceeded time limit --- FAIL: Test/fixedbugs/issue46234.go (140.93s)

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

#!watchflakes
post <- goos == "openbsd" && goarch == "ppc64"
2025-07-28 15:51 gotip-openbsd-ppc64 go@e81eac19 cmd/internal/testdir:5_10.Test/fixedbugs/issue21576.go (log) === RUN Test/fixedbugs/issue21576.go === PAUSE Test/fixedbugs/issue21576.go === CONT Test/fixedbugs/issue21576.go testdir_test.go:147: exit status 1 2025/07/28 17:54:51 Unmatched error message "fatal error: all goroutines are asleep - deadlock!": in Error: signal: killed --- FAIL: Test/fixedbugs/issue21576.go (73.92s)

watchflakes

Comment From: adonovan

@matloob The last few days' failures in cmd/internal/testdir appear to have a different cause. PTAL

Comment From: gopherbot

Found new dashboard test flakes for:

#!watchflakes
post <- goos == "openbsd" && goarch == "ppc64"
2025-07-29 19:44 gotip-openbsd-ppc64 go@25816d40 cmd/internal/testdir:8_10.Test/initexp.go (log) === RUN Test/initexp.go === PAUSE Test/initexp.go === CONT Test/initexp.go testdir_test.go:147: compilation timed out --- FAIL: Test/initexp.go (31.85s)

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

#!watchflakes
post <- goos == "openbsd" && goarch == "ppc64"
2025-07-30 18:52 go1.24-openbsd-ppc64 release-branch.go1.24@731de13d cmd/internal/testdir.Test/fixedbugs/issue46234.go (log) === RUN Test/fixedbugs/issue46234.go === PAUSE Test/fixedbugs/issue46234.go === CONT Test/fixedbugs/issue46234.go testdir_test.go:147: command exceeded time limit --- FAIL: Test/fixedbugs/issue46234.go (136.10s)

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

#!watchflakes
post <- goos == "openbsd" && goarch == "ppc64"
2025-07-30 15:33 gotip-openbsd-ppc64 go@9f9d7b50 runtime:cpu2.TestChanSendBarrier [SKIP] (log) === RUN TestChanSendBarrier === PAUSE TestChanSendBarrier

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

#!watchflakes
post <- goos == "openbsd" && goarch == "ppc64"
2025-08-01 16:04 gotip-openbsd-ppc64 go@336931a4 runtime:cpu2.TestChanSendBarrier [SKIP] (log) === RUN TestChanSendBarrier === PAUSE TestChanSendBarrier

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

#!watchflakes
post <- goos == "openbsd" && goarch == "ppc64"
2025-08-01 15:57 gotip-openbsd-ppc64 go@eef5f8d9 cmd/internal/testdir:1_10.Test/fixedbugs/issue46234.go (log) === RUN Test/fixedbugs/issue46234.go === PAUSE Test/fixedbugs/issue46234.go === CONT Test/fixedbugs/issue46234.go testdir_test.go:147: command exceeded time limit --- FAIL: Test/fixedbugs/issue46234.go (169.94s)

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

#!watchflakes
post <- goos == "openbsd" && goarch == "ppc64"
2025-08-04 01:25 gotip-openbsd-ppc64 go@d6beda86 runtime:cpu2.TestChanSendBarrier [SKIP] (log) === RUN TestChanSendBarrier === PAUSE TestChanSendBarrier

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

#!watchflakes
post <- goos == "openbsd" && goarch == "ppc64"
2025-08-05 21:30 gotip-openbsd-ppc64 go@bcd25c79 [build] (log) Use of LUCI is subject to the Google [Terms of Service](https://policies.google.com/terms) and [Privacy Policy](https://policies.google.com/privacy) [W2025-08-06T09:40:11.245937Z 50113 0 client.go:397] RPC failed permanently: rpc error: code = InvalidArgument desc = bad request: invocation: module_id: module_variant: unspecified {"host":"results.api.cr.dev", "method":"UpdateInvocation", "service":"luci.resultdb.v1.Recorder"} rpc error: code = InvalidArgument desc = bad request: invocation: module_id: module_variant: unspecified

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

#!watchflakes
post <- goos == "openbsd" && goarch == "ppc64"
2025-07-21 19:13 x_term-gotip-openbsd-ppc64 term@4f53e0cd go@a5527374 [build] (log) Use of LUCI is subject to the Google [Terms of Service](https://policies.google.com/terms) and [Privacy Policy](https://policies.google.com/privacy) [W2025-08-06T09:33:41.517505Z 72732 0 client.go:397] RPC failed permanently: rpc error: code = InvalidArgument desc = bad request: invocation: module_id: module_variant: unspecified {"host":"results.api.cr.dev", "method":"UpdateInvocation", "service":"luci.resultdb.v1.Recorder"} rpc error: code = InvalidArgument desc = bad request: invocation: module_id: module_variant: unspecified
2025-07-23 15:02 x_benchmarks-gotip-openbsd-ppc64 benchmarks@5831832c go@a5527374 [build] (log) Use of LUCI is subject to the Google [Terms of Service](https://policies.google.com/terms) and [Privacy Policy](https://policies.google.com/privacy) [W2025-08-06T09:35:41.743499Z 38446 0 client.go:397] RPC failed permanently: rpc error: code = InvalidArgument desc = bad request: invocation: module_id: module_variant: unspecified {"host":"results.api.cr.dev", "method":"UpdateInvocation", "service":"luci.resultdb.v1.Recorder"} rpc error: code = InvalidArgument desc = bad request: invocation: module_id: module_variant: unspecified
2025-07-29 19:42 x_debug-gotip-openbsd-ppc64 debug@cd5b42b0 go@a5527374 [build] (log) Use of LUCI is subject to the Google [Terms of Service](https://policies.google.com/terms) and [Privacy Policy](https://policies.google.com/privacy) [W2025-08-06T09:32:46.937475Z 91266 0 client.go:397] RPC failed permanently: rpc error: code = InvalidArgument desc = bad request: invocation: module_id: module_variant: unspecified {"host":"results.api.cr.dev", "method":"UpdateInvocation", "service":"luci.resultdb.v1.Recorder"} rpc error: code = InvalidArgument desc = bad request: invocation: module_id: module_variant: unspecified
2025-08-03 19:47 x_crypto-gotip-openbsd-ppc64 crypto@c247dead go@a5527374 [build] (log) Use of LUCI is subject to the Google [Terms of Service](https://policies.google.com/terms) and [Privacy Policy](https://policies.google.com/privacy) [W2025-08-06T09:36:46.443210Z 37541 0 client.go:397] RPC failed permanently: rpc error: code = InvalidArgument desc = bad request: invocation: module_id: module_variant: unspecified {"host":"results.api.cr.dev", "method":"UpdateInvocation", "service":"luci.resultdb.v1.Recorder"} rpc error: code = InvalidArgument desc = bad request: invocation: module_id: module_variant: unspecified

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

#!watchflakes
post <- goos == "openbsd" && goarch == "ppc64"
2025-07-22 02:04 x_image-gotip-openbsd-ppc64 image@4af98f40 go@bcd25c79 [build] (log) Use of LUCI is subject to the Google [Terms of Service](https://policies.google.com/terms) and [Privacy Policy](https://policies.google.com/privacy) [W2025-08-06T09:41:05.218237Z 25394 0 client.go:397] RPC failed permanently: rpc error: code = InvalidArgument desc = bad request: invocation: module_id: module_variant: unspecified {"host":"results.api.cr.dev", "method":"UpdateInvocation", "service":"luci.resultdb.v1.Recorder"} rpc error: code = InvalidArgument desc = bad request: invocation: module_id: module_variant: unspecified
2025-07-30 14:39 x_sys-gotip-openbsd-ppc64 sys@3a827038 go@bcd25c79 [build] (log) Use of LUCI is subject to the Google [Terms of Service](https://policies.google.com/terms) and [Privacy Policy](https://policies.google.com/privacy) [W2025-08-06T09:41:56.624503Z 47249 0 client.go:397] RPC failed permanently: rpc error: code = InvalidArgument desc = bad request: invocation: module_id: module_variant: unspecified {"host":"results.api.cr.dev", "method":"UpdateInvocation", "service":"luci.resultdb.v1.Recorder"} rpc error: code = InvalidArgument desc = bad request: invocation: module_id: module_variant: unspecified

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

#!watchflakes
post <- goos == "openbsd" && goarch == "ppc64"
2025-08-05 15:04 x_telemetry-gotip-openbsd-ppc64 telemetry@9469f96a go@a5527374 [build] (log) Use of LUCI is subject to the Google [Terms of Service](https://policies.google.com/terms) and [Privacy Policy](https://policies.google.com/privacy) [W2025-08-06T09:31:48.709847Z 24835 0 client.go:397] RPC failed permanently: rpc error: code = InvalidArgument desc = bad request: invocation: module_id: module_variant: unspecified {"host":"results.api.cr.dev", "method":"UpdateInvocation", "service":"luci.resultdb.v1.Recorder"} rpc error: code = InvalidArgument desc = bad request: invocation: module_id: module_variant: unspecified

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

#!watchflakes
post <- goos == "openbsd" && goarch == "ppc64"
2025-08-11 15:13 gotip-openbsd-ppc64 go@a2431776 cmd/internal/testdir:5_10.Test/fixedbugs/issue21576.go (log) === RUN Test/fixedbugs/issue21576.go === PAUSE Test/fixedbugs/issue21576.go === CONT Test/fixedbugs/issue21576.go testdir_test.go:147: exit status 1 2025/08/18 01:30:28 Unmatched error message "fatal error: all goroutines are asleep - deadlock!": in Error: signal: killed --- FAIL: Test/fixedbugs/issue21576.go (71.46s)

watchflakes