Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x/build: build and test failures on openbsd-amd64 builders #66474

Open
gopherbot opened this issue Mar 22, 2024 · 285 comments
Open

x/build: build and test failures on openbsd-amd64 builders #66474

gopherbot opened this issue Mar 22, 2024 · 285 comments
Labels
arch-amd64 Builders x/build issues (builders, bots, dashboards) NeedsFix The path to resolution is known, but the work has not been done. OS-OpenBSD
Milestone

Comments

@gopherbot
Copy link
Contributor

gopherbot commented Mar 22, 2024

#!watchflakes
default <- builder ~ `openbsd-amd64` && repo == "go" && (mode == "build" || pkg ~ `cmd/` || `resource temporarily unavailable` || `\[build failed\]`)

There have been various build and test failures on gotip-openbsd-amd64 builder, many are tests in cmd/ which involves in building some source code. Many failures (but not all) include "resource temporarily unavailable".
See also #66496, #66495, #66494, #66493, #66492, #66487, #66486, #66482.

Issue created automatically to collect these failures.

Example (log):

[I2024-03-21T02:31:29.087224-07:00 71644 0 sink.go:276] SinkServer: warm-up started
[I2024-03-21T02:31:29.087481-07:00 71644 0 sink.go:346] SinkServer: starting HTTP server...
[I2024-03-21T02:31:29.092237-07:00 71644 0 sink.go:281] SinkServer: warm-up ended
[I2024-03-21T02:31:29.094772-07:00 71644 0 cmd_stream.go:473] rdb-stream: starting the test command - ["/home/swarming/.swarming/w/ir/cache/tools/bin/result_adapter" "go" "-v=false" "--" "/home/swarming/.swarming/w/ir/x/w/goroot/bin/go" "tool" "dist" "test" "-json" "cmd/go/internal/modfetch/codehost" "cmd/go/internal/modload" "cmd/go/internal/vcs" "cmd/go/internal/vcweb/vcstest" "cmd/gofmt" "cmd/internal/bootstrap_test" "cmd/internal/goobj" "cmd/internal/moddeps" "cmd/internal/obj/ppc64" "cmd/internal/obj/riscv" "cmd/internal/obj/x86" "cmd/link" "cmd/link/internal/ld" "cmd/objdump" "cmd/pprof" "cmd/vet" "hash/maphash:purego" "crypto/...:purego" "runtime:cpu1" "runtime:cpu2" "runtime:cpu4" "iter:iter" "sync:cpu10" "runtime/race:race" "flag:race" "net:race" "os:race" "os/exec:race" "encoding/gob:race" "flag:race-external" "os/exec:race-external" "cmd/cgo/internal/test:internal" "cmd/cgo/internal/test:external-g0" "cmd/cgo/internal/test:static" "cmd/cgo/internal/test:auto-static" "archive/tar" "bufio" "compress/bzip2" "crypto/ed25519" "crypto/hmac" "crypto/internal/alias" "crypto/internal/boring" "crypto/x509" "debug/buildinfo" "debug/elf" "debug/gosym" "embed" "encoding/base32" "encoding/base64" "encoding/hex" "encoding/json" "fmt" "go/doc" "go/printer" "go/scanner" "hash/fnv" "html/template" "image" "image/png" "internal/buildcfg" "internal/coverage/cmerge" "internal/coverage/slicereader" "internal/diff" "internal/itoa" "internal/xcoff" "log/slog" "net/http/httputil" "net/http/internal/ascii" "net/internal/cgotest" "net/smtp" "net/textproto" "path" "path/filepath" "regexp/syntax" "runtime/debug" "runtime/internal/wasitest" "testing/slogtest" "text/tabwriter" "cmd/cgo/internal/swig" "cmd/cgo/internal/testgodefs" "cmd/compile/internal/noder" "cmd/go/internal/modindex" "cmd/go/internal/par" "cmd/go/internal/toolchain" "cmd/go/internal/vcweb" "cmd/internal/archive" "cmd/internal/buildid" "cmd/internal/edit" "cmd/internal/obj" "cmd/cgo/internal/testtls:static" "cmd/internal/testdir:2_10" "cmd/internal/testdir:4_10" "cmd/internal/testdir:8_10"]
debug/gosym: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/compile: resource temporarily unavailable
go tool dist: Failed: exit status 1
ok  	cmd/go/internal/modfetch/codehost	108.433s
ok  	cmd/go/internal/modload	0.128s
ok  	cmd/go/internal/vcs	0.147s
ok  	cmd/go/internal/vcweb/vcstest	113.199s
...
Warning: no '=' in invocation-link-artifacts pair: "", ignoring
[I2024-03-21T02:34:34.180039-07:00 71644 0 cmd_stream.go:469] rdb-stream: the test process terminated
[I2024-03-21T02:34:34.182768-07:00 71644 0 sink.go:371] SinkServer: shutdown started
[I2024-03-21T02:34:34.183067-07:00 71644 0 sink.go:349] SinkServer: HTTP server stopped with "http: Server closed"
[I2024-03-21T02:34:34.183112-07:00 71644 0 sink_server.go:95] SinkServer: draining TestResult channel started
[I2024-03-21T02:34:34.615469-07:00 71644 0 sink_server.go:97] SinkServer: draining TestResult channel ended
[I2024-03-21T02:34:34.615514-07:00 71644 0 sink_server.go:99] SinkServer: draining Artifact channel started
[I2024-03-21T02:34:34.789840-07:00 71644 0 sink_server.go:101] SinkServer: draining Artifact channel ended
[I2024-03-21T02:34:34.790157-07:00 71644 0 sink.go:374] SinkServer: shutdown completed successfully
[I2024-03-21T02:34:34.790339-07:00 71644 0 cmd_stream.go:401] rdb-stream: exiting with 1

watchflakes

@gopherbot gopherbot added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Mar 22, 2024
@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- builder == "gotip-openbsd-amd64" && repo == "go" && mode == "build"
2024-03-21 09:16 gotip-openbsd-amd64 go@dc0527ee [build] (log)
[I2024-03-21T02:31:29.087224-07:00 71644 0 sink.go:276] SinkServer: warm-up started
[I2024-03-21T02:31:29.087481-07:00 71644 0 sink.go:346] SinkServer: starting HTTP server...
[I2024-03-21T02:31:29.092237-07:00 71644 0 sink.go:281] SinkServer: warm-up ended
[I2024-03-21T02:31:29.094772-07:00 71644 0 cmd_stream.go:473] rdb-stream: starting the test command - ["/home/swarming/.swarming/w/ir/cache/tools/bin/result_adapter" "go" "-v=false" "--" "/home/swarming/.swarming/w/ir/x/w/goroot/bin/go" "tool" "dist" "test" "-json" "cmd/go/internal/modfetch/codehost" "cmd/go/internal/modload" "cmd/go/internal/vcs" "cmd/go/internal/vcweb/vcstest" "cmd/gofmt" "cmd/internal/bootstrap_test" "cmd/internal/goobj" "cmd/internal/moddeps" "cmd/internal/obj/ppc64" "cmd/internal/obj/riscv" "cmd/internal/obj/x86" "cmd/link" "cmd/link/internal/ld" "cmd/objdump" "cmd/pprof" "cmd/vet" "hash/maphash:purego" "crypto/...:purego" "runtime:cpu1" "runtime:cpu2" "runtime:cpu4" "iter:iter" "sync:cpu10" "runtime/race:race" "flag:race" "net:race" "os:race" "os/exec:race" "encoding/gob:race" "flag:race-external" "os/exec:race-external" "cmd/cgo/internal/test:internal" "cmd/cgo/internal/test:external-g0" "cmd/cgo/internal/test:static" "cmd/cgo/internal/test:auto-static" "archive/tar" "bufio" "compress/bzip2" "crypto/ed25519" "crypto/hmac" "crypto/internal/alias" "crypto/internal/boring" "crypto/x509" "debug/buildinfo" "debug/elf" "debug/gosym" "embed" "encoding/base32" "encoding/base64" "encoding/hex" "encoding/json" "fmt" "go/doc" "go/printer" "go/scanner" "hash/fnv" "html/template" "image" "image/png" "internal/buildcfg" "internal/coverage/cmerge" "internal/coverage/slicereader" "internal/diff" "internal/itoa" "internal/xcoff" "log/slog" "net/http/httputil" "net/http/internal/ascii" "net/internal/cgotest" "net/smtp" "net/textproto" "path" "path/filepath" "regexp/syntax" "runtime/debug" "runtime/internal/wasitest" "testing/slogtest" "text/tabwriter" "cmd/cgo/internal/swig" "cmd/cgo/internal/testgodefs" "cmd/compile/internal/noder" "cmd/go/internal/modindex" "cmd/go/internal/par" "cmd/go/internal/toolchain" "cmd/go/internal/vcweb" "cmd/internal/archive" "cmd/internal/buildid" "cmd/internal/edit" "cmd/internal/obj" "cmd/cgo/internal/testtls:static" "cmd/internal/testdir:2_10" "cmd/internal/testdir:4_10" "cmd/internal/testdir:8_10"]
debug/gosym: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/compile: resource temporarily unavailable
go tool dist: Failed: exit status 1
ok  	cmd/go/internal/modfetch/codehost	108.433s
ok  	cmd/go/internal/modload	0.128s
ok  	cmd/go/internal/vcs	0.147s
ok  	cmd/go/internal/vcweb/vcstest	113.199s
...
Warning: no '=' in invocation-link-artifacts pair: "", ignoring
[I2024-03-21T02:34:34.180039-07:00 71644 0 cmd_stream.go:469] rdb-stream: the test process terminated
[I2024-03-21T02:34:34.182768-07:00 71644 0 sink.go:371] SinkServer: shutdown started
[I2024-03-21T02:34:34.183067-07:00 71644 0 sink.go:349] SinkServer: HTTP server stopped with "http: Server closed"
[I2024-03-21T02:34:34.183112-07:00 71644 0 sink_server.go:95] SinkServer: draining TestResult channel started
[I2024-03-21T02:34:34.615469-07:00 71644 0 sink_server.go:97] SinkServer: draining TestResult channel ended
[I2024-03-21T02:34:34.615514-07:00 71644 0 sink_server.go:99] SinkServer: draining Artifact channel started
[I2024-03-21T02:34:34.789840-07:00 71644 0 sink_server.go:101] SinkServer: draining Artifact channel ended
[I2024-03-21T02:34:34.790157-07:00 71644 0 sink.go:374] SinkServer: shutdown completed successfully
[I2024-03-21T02:34:34.790339-07:00 71644 0 cmd_stream.go:401] rdb-stream: exiting with 1

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
post <- builder == "gotip-openbsd-amd64" && repo == "go" && (mode == "build" || pkg ~ `cmd/`)
2024-03-20 19:08 gotip-openbsd-amd64 go@a245aced cmd/go/internal/vcweb/vcstest.TestScripts (log)
=== RUN   TestScripts
    vcstest_test.go:120: GET http://127.0.0.1:33919:
        <html>
        <title>vcweb</title>
        <pre>
        <b>vcweb</b>
        
        This server serves various version control repos for testing the go command.
        
        For an overview of the script language, see <a href="/help">/help</a>.
...
        hg/custom-hg-hello.txt		2024-03-20T12:27:49-07:00	custom-hg-hello.txt:1: handle hg: server for `hg` VCS is not installed
        hg/hello.txt			2024-03-20T12:27:49-07:00	hello.txt:1: handle hg: server for `hg` VCS is not installed
        hg/hgrepo1.txt			2024-03-20T12:27:49-07:00	hgrepo1.txt:1: handle hg: server for `hg` VCS is not installed
        hg/vgotest1.txt			2024-03-20T12:27:49-07:00	vgotest1.txt:1: handle hg: server for `hg` VCS is not installed
        insecure.txt			2024-03-20T12:27:49-07:00	ok
        svn/hello.txt			2024-03-20T12:27:49-07:00	hello.txt:1: handle svn: server for `svn` VCS is not installed
        svn/nonexistent.txt		2024-03-20T12:27:49-07:00	nonexistent.txt:1: handle svn: server for `svn` VCS is not installed
        svn/test1-svn-git.txt		2024-03-20T12:27:49-07:00	test1-svn-git.txt:1: handle svn: server for `svn` VCS is not installed
        svn/test2-svn-git.txt		2024-03-20T12:27:49-07:00	test2-svn-git.txt:1: handle svn: server for `svn` VCS is not installed
--- FAIL: TestScripts (4.84s)
2024-03-20 19:08 gotip-openbsd-amd64 go@a245aced cmd/internal/moddeps.TestAllDependencies/std(quick) (log)
=== RUN   TestAllDependencies/std(quick)
    moddeps_test.go:53: module std in directory /home/swarming/.swarming/w/ir/x/w/goroot/src
    moddeps_test.go:65: /home/swarming/.swarming/w/ir/x/w/goroot/bin/go list -mod=vendor -deps ./...: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/bin/go: resource temporarily unavailable
    moddeps_test.go:66: (Run 'go mod vendor' in /home/swarming/.swarming/w/ir/x/w/goroot/src to ensure that dependencies have been vendored.)
--- FAIL: TestAllDependencies/std(quick) (0.00s)
2024-03-20 19:08 gotip-openbsd-amd64 go@a245aced cmd/internal/obj/riscv.TestPCAlign (log)
=== RUN   TestPCAlign
    asm_test.go:300: Failed to assemble: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/bin/go: resource temporarily unavailable
    asm_test.go:309: PCALIGN test failed - got 
        want 0f 00 f0 0f 13 00 00 00 0f 00 f0 0f 67 80 00 00
--- FAIL: TestPCAlign (0.04s)
2024-03-21 09:29 gotip-openbsd-amd64 go@f2685395 cmd/go/internal/vcweb/vcstest.TestScripts (log)
=== RUN   TestScripts
    vcstest_test.go:120: GET http://127.0.0.1:6111:
        <html>
        <title>vcweb</title>
        <pre>
        <b>vcweb</b>
        
        This server serves various version control repos for testing the go command.
        
        For an overview of the script language, see <a href="/help">/help</a>.
...
        hg/custom-hg-hello.txt		2024-03-21T02:48:36-07:00	custom-hg-hello.txt:1: handle hg: server for `hg` VCS is not installed
        hg/hello.txt			2024-03-21T02:49:05-07:00	hello.txt:1: handle hg: server for `hg` VCS is not installed
        hg/hgrepo1.txt			2024-03-21T02:48:53-07:00	hgrepo1.txt:1: handle hg: server for `hg` VCS is not installed
        hg/vgotest1.txt			2024-03-21T02:48:36-07:00	vgotest1.txt:1: handle hg: server for `hg` VCS is not installed
        insecure.txt			2024-03-21T02:49:07-07:00	ok
        svn/hello.txt			2024-03-21T02:49:06-07:00	hello.txt:1: handle svn: server for `svn` VCS is not installed
        svn/nonexistent.txt		2024-03-21T02:48:36-07:00	nonexistent.txt:1: handle svn: server for `svn` VCS is not installed
        svn/test1-svn-git.txt		2024-03-21T02:48:36-07:00	test1-svn-git.txt:1: handle svn: server for `svn` VCS is not installed
        svn/test2-svn-git.txt		2024-03-21T02:48:36-07:00	test2-svn-git.txt:1: handle svn: server for `svn` VCS is not installed
--- FAIL: TestScripts (10.43s)
2024-03-21 09:29 gotip-openbsd-amd64 go@f2685395 cmd/internal/obj/ppc64.TestPfxAlign (log)
=== RUN   TestPfxAlign
    asm_test.go:199: Failed to compile {[10 84 69 88 84 32 116 101 115 116 40 83 66 41 44 48 44 36 48 45 48 10 79 82 32 82 48 44 32 82 48 10 79 82 32 82 48 44 32 82 48 10 79 82 32 82 48 44 32 82 48 10 79 82 32 82 48 44 32 82 48 10 79 82 32 82 48 44 32 82 48 10 79 82 32 82 48 44 32 82 48 10 79 82 32 82 48 44 32 82 48 10 79 82 32 82 48 44 32 82 48 10 79 82 32 82 48 44 32 82 48 10 79 82 32 82 48 44 32 82 48 10 79 82 32 82 48 44 32 82 48 10 79 82 32 82 48 44 32 82 48 10 79 82 32 82 48 44 32 82 48 10 79 82 32 82 48 44 32 82 48 10 79 82 32 82 48 44 32 82 48 10 80 78 79 80 10] align=0x0 true}: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/bin/go: resource temporarily unavailable
    asm_test.go:202: Fatal, misaligned text with prefixed instructions:
    asm_test.go:206: Fatal, prefixed instruction is missing nop padding:
    asm_test.go:199: Failed to compile {[10 84 69 88 84 32 116 101 115 116 40 83 66 41 44 48 44 36 48 45 48 10 79 82 32 82 48 44 32 82 48 10 79 82 32 82 48 44 32 82 48 10 79 82 32 82 48 44 32 82 48 10 79 82 32 82 48 44 32 82 48 10 79 82 32 82 48 44 32 82 48 10 79 82 32 82 48 44 32 82 48 10 79 82 32 82 48 44 32 82 48 10 80 78 79 80 10 79 82 32 82 48 44 32 82 48 10 79 82 32 82 48 44 32 82 48 10 79 82 32 82 48 44 32 82 48 10 79 82 32 82 48 44 32 82 48 10 79 82 32 82 48 44 32 82 48 10 79 82 32 82 48 44 32 82 48 10 80 78 79 80 10] align=0x40 true}: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/bin/go: resource temporarily unavailable
    asm_test.go:202: Fatal, misaligned text with prefixed instructions:
    asm_test.go:206: Fatal, prefixed instruction is missing nop padding:
--- FAIL: TestPfxAlign (9.74s)
2024-03-21 09:29 gotip-openbsd-amd64 go@f2685395 cmd/link.TestStrictDup (log)
=== RUN   TestStrictDup
=== PAUSE TestStrictDup
=== CONT  TestStrictDup
    link_test.go:537: linking with -strictdups=1 failed: exit status 1
        teststrictdup: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/asm: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/asm: resource temporarily unavailable
    link_test.go:540: unexpected output:
        teststrictdup: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/asm: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/asm: resource temporarily unavailable
--- FAIL: TestStrictDup (34.79s)
2024-03-21 16:12 gotip-openbsd-amd64 go@d9f97467 cmd/go/internal/vcweb/vcstest.TestScripts (log)
=== RUN   TestScripts
    vcstest_test.go:120: GET http://127.0.0.1:48806:
        <html>
        <title>vcweb</title>
        <pre>
        <b>vcweb</b>
        
        This server serves various version control repos for testing the go command.
        
        For an overview of the script language, see <a href="/help">/help</a>.
...
        hg/custom-hg-hello.txt		2024-03-21T09:29:44-07:00	custom-hg-hello.txt:1: handle hg: server for `hg` VCS is not installed
        hg/hello.txt			2024-03-21T09:29:44-07:00	hello.txt:1: handle hg: server for `hg` VCS is not installed
        hg/hgrepo1.txt			2024-03-21T09:30:07-07:00	hgrepo1.txt:1: handle hg: server for `hg` VCS is not installed
        hg/vgotest1.txt			2024-03-21T09:30:07-07:00	vgotest1.txt:1: handle hg: server for `hg` VCS is not installed
        insecure.txt			2024-03-21T09:29:44-07:00	ok
        svn/hello.txt			2024-03-21T09:29:44-07:00	hello.txt:1: handle svn: server for `svn` VCS is not installed
        svn/nonexistent.txt		2024-03-21T09:29:44-07:00	nonexistent.txt:1: handle svn: server for `svn` VCS is not installed
        svn/test1-svn-git.txt		2024-03-21T09:29:44-07:00	test1-svn-git.txt:1: handle svn: server for `svn` VCS is not installed
        svn/test2-svn-git.txt		2024-03-21T09:30:07-07:00	test2-svn-git.txt:1: handle svn: server for `svn` VCS is not installed
--- FAIL: TestScripts (15.16s)
2024-03-21 16:12 gotip-openbsd-amd64 go@d9f97467 cmd/internal/obj/x86.TestVexEvexPCrelative (log)
=== RUN   TestVexEvexPCrelative
    pcrelative_test.go:72: error exit status 1 output internal/bytealg: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/asm: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/asm: resource temporarily unavailable
--- FAIL: TestVexEvexPCrelative (20.54s)
2024-03-21 16:12 gotip-openbsd-amd64 go@d9f97467 cmd/link.TestResponseFile (log)
=== RUN   TestResponseFile
=== PAUSE TestResponseFile
=== CONT  TestResponseFile
    link_test.go:1291: # command-line-arguments
        /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/link: running clang failed: fork/exec /usr/bin/clang: resource temporarily unavailable
        /usr/bin/clang -m64 -pthread -Wl,-nopie -o $WORK/b001/exe/a.out -rdynamic /home/swarming/.swarming/w/ir/x/t/go-link-795555696/go.o /home/swarming/.swarming/w/ir/x/t/go-link-795555696/000000.o /home/swarming/.swarming/w/ir/x/t/go-link-795555696/000001.o /home/swarming/.swarming/w/ir/x/t/go-link-795555696/000002.o /home/swarming/.swarming/w/ir/x/t/go-link-795555696/000003.o /home/swarming/.swarming/w/ir/x/t/go-link-795555696/000004.o /home/swarming/.swarming/w/ir/x/t/go-link-795555696/000005.o /home/swarming/.swarming/w/ir/x/t/go-link-795555696/000006.o /home/swarming/.swarming/w/ir/x/t/go-link-795555696/000007.o /home/swarming/.swarming/w/ir/x/t/go-link-795555696/000008.o /home/swarming/.swarming/w/ir/x/t/go-link-795555696/000009.o /home/swarming/.swarming/w/ir/x/t/go-link-795555696/000010.o /home/swarming/.swarming/w/ir/x/t/go-link-795555696/000011.o -O2 -g -O2 -g -lpthread -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g
(... long comment truncated ...)

watchflakes

@cherrymui
Copy link
Member

cc @golang/openbsd

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- builder == "gotip-openbsd-amd64" && repo == "go" && (mode == "build" || pkg ~ `cmd/`)
2024-03-21 19:45 gotip-openbsd-amd64 go@802473cf cmd/vet.TestVet/rangeloop (log)
=== RUN   TestVet/rangeloop
=== PAUSE TestVet/rangeloop
=== CONT  TestVet/rangeloop
    vet_test.go:148: error check failed: 
        rangeloop.go:13: missing error "loop variable i captured by func literal"
        rangeloop.go:14: missing error "loop variable v captured by func literal"
        Unmatched Errors:
        go: error obtaining buildID for go tool compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/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_amd64/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_amd64/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_amd64/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_amd64/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_amd64/compile: resource temporarily unavailable
--- FAIL: TestVet/rangeloop (10.98s)
2024-03-21 20:08 gotip-openbsd-amd64 go@0ae8468b cmd/internal/obj/x86.TestVexEvexPCrelative (log)
=== RUN   TestVexEvexPCrelative
    pcrelative_test.go:72: error exit status 1 output runtime: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/asm: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/asm: resource temporarily unavailable
--- FAIL: TestVexEvexPCrelative (32.93s)
2024-03-21 20:08 gotip-openbsd-amd64 go@0ae8468b cmd/link.TestFlagS (log)
=== RUN   TestFlagS
=== PAUSE TestFlagS
=== CONT  TestFlagS
    link_test.go:1361: build (linkmode=external) failed: exit status 1
        go: error obtaining buildID for go tool compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/compile: resource temporarily unavailable
--- FAIL: TestFlagS (28.41s)
2024-03-21 21:00 gotip-openbsd-amd64 go@0c77b0d0 cmd/internal/obj/ppc64.TestPfxAlign (log)
=== RUN   TestPfxAlign
    asm_test.go:199: Failed to compile {[10 84 69 88 84 32 116 101 115 116 40 83 66 41 44 48 44 36 48 45 48 10 79 82 32 82 48 44 32 82 48 10 79 82 32 82 48 44 32 82 48 10 79 82 32 82 48 44 32 82 48 10 79 82 32 82 48 44 32 82 48 10 79 82 32 82 48 44 32 82 48 10 79 82 32 82 48 44 32 82 48 10 79 82 32 82 48 44 32 82 48 10 80 78 79 80 10 79 82 32 82 48 44 32 82 48 10 79 82 32 82 48 44 32 82 48 10 79 82 32 82 48 44 32 82 48 10 79 82 32 82 48 44 32 82 48 10 79 82 32 82 48 44 32 82 48 10 79 82 32 82 48 44 32 82 48 10 80 78 79 80 10] align=0x40 true}: exit status 1
    asm_test.go:202: Fatal, misaligned text with prefixed instructions:
        go tool asm: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/asm: resource temporarily unavailable
    asm_test.go:206: Fatal, prefixed instruction is missing nop padding:
        go tool asm: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/asm: resource temporarily unavailable
--- FAIL: TestPfxAlign (10.29s)
2024-03-21 22:14 gotip-openbsd-amd64 go@4f0408a3 cmd/link.TestUnresolved (log)
=== RUN   TestUnresolved
=== PAUSE TestUnresolved
=== CONT  TestUnresolved
    link_test.go:182: want:
        main.x: relocation target zero not defined
        main.x: relocation target zero not defined
        main.x: relocation target main.zero not defined
        got:
        runtime: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/asm: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/asm: resource temporarily unavailable
--- FAIL: TestUnresolved (39.06s)
2024-03-21 22:14 gotip-openbsd-amd64 go@4f0408a3 cmd/link/internal/ld.TestRuntimeTypeAttrExternal (log)
=== RUN   TestRuntimeTypeAttrExternal
=== PAUSE TestRuntimeTypeAttrExternal
=== CONT  TestRuntimeTypeAttrExternal
    dwarf_test.go:110: ## build output:
        # command-line-arguments
        /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/link: running clang failed: fork/exec /usr/bin/clang: resource temporarily unavailable
        /usr/bin/clang -m64 -pthread -Wl,-nopie -o $WORK/b001/exe/a.out -Wl,--export-dynamic-symbol=__guard_local -Wl,--export-dynamic-symbol=_cgo_panic -Wl,--export-dynamic-symbol=_cgo_topofstack -Wl,--export-dynamic-symbol=crosscall2 -Qunused-arguments /home/swarming/.swarming/w/ir/x/t/go-link-552530261/go.o /home/swarming/.swarming/w/ir/x/t/go-link-552530261/000000.o /home/swarming/.swarming/w/ir/x/t/go-link-552530261/000001.o /home/swarming/.swarming/w/ir/x/t/go-link-552530261/000002.o /home/swarming/.swarming/w/ir/x/t/go-link-552530261/000003.o /home/swarming/.swarming/w/ir/x/t/go-link-552530261/000004.o /home/swarming/.swarming/w/ir/x/t/go-link-552530261/000005.o /home/swarming/.swarming/w/ir/x/t/go-link-552530261/000006.o /home/swarming/.swarming/w/ir/x/t/go-link-552530261/000007.o /home/swarming/.swarming/w/ir/x/t/go-link-552530261/000008.o /home/swarming/.swarming/w/ir/x/t/go-link-552530261/000009.o -O2 -g -lpthread
        
    dwarf_test.go:113: build error: exit status 1
--- FAIL: TestRuntimeTypeAttrExternal (30.04s)
2024-03-22 16:14 gotip-openbsd-amd64 go@c2b14631 cmd/internal/moddeps.TestDependencyVersionsConsistent (log)
=== RUN   TestDependencyVersionsConsistent
    moddeps_test.go:356: 'go list -json -m' in /home/swarming/.swarming/w/ir/x/w/goroot/src: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/bin/go: resource temporarily unavailable
        
--- FAIL: TestDependencyVersionsConsistent (0.00s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- builder == "gotip-openbsd-amd64" && repo == "go" && (mode == "build" || pkg ~ `cmd/`)
2024-03-25 19:36 gotip-openbsd-amd64 go@8ed0d35f cmd/vet.TestVet/shift (log)
=== RUN   TestVet/shift
=== PAUSE TestVet/shift
=== CONT  TestVet/shift
    vet_test.go:148: error check failed: 
        shift.go:12: missing error ".i8 . 1. .8 bits. too small for shift of 8"
        Unmatched Errors:
        go: error obtaining buildID for go tool asm: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/asm: resource temporarily unavailable
--- FAIL: TestVet/shift (10.62s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- builder == "gotip-openbsd-amd64" && repo == "go" && (mode == "build" || pkg ~ `cmd/`)
2024-03-25 19:53 gotip-openbsd-amd64 go@4c2b1e0f cmd/internal/moddeps.TestDependencyVersionsConsistent (log)
=== RUN   TestDependencyVersionsConsistent
    moddeps_test.go:356: 'go list -json -m' in /home/swarming/.swarming/w/ir/x/w/goroot/src: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/bin/go: resource temporarily unavailable
        
--- FAIL: TestDependencyVersionsConsistent (0.00s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- builder == "gotip-openbsd-amd64" && repo == "go" && (mode == "build" || pkg ~ `cmd/`)
2024-03-26 00:18 gotip-openbsd-amd64 go@3fefec96 cmd/link.TestMinusRSymsWithSameName (log)
=== RUN   TestMinusRSymsWithSameName
=== PAUSE TestMinusRSymsWithSameName
=== CONT  TestMinusRSymsWithSameName
    elf_test.go:168: clang [-fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=/home/swarming/.swarming/w/ir/x/t/go-build1263431986=/tmp/go-build -gno-record-gcc-switches] -c -o /home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName3806690375/001/x0.o /home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName3806690375/001/x0.c
    elf_test.go:170: 
    elf_test.go:171: fork/exec /usr/bin/clang: resource temporarily unavailable
--- FAIL: TestMinusRSymsWithSameName (8.40s)
2024-03-26 00:18 gotip-openbsd-amd64 go@3fefec96 cmd/link/internal/ld.TestShStrTabAttributesIssue62600 (log)
=== RUN   TestShStrTabAttributesIssue62600
=== PAUSE TestShStrTabAttributesIssue62600
=== CONT  TestShStrTabAttributesIssue62600
    elf_test.go:149: [/home/swarming/.swarming/w/ir/x/w/goroot/bin/go build -o /home/swarming/.swarming/w/ir/x/t/TestShStrTabAttributesIssue626003337179766/001/issue62600 /home/swarming/.swarming/w/ir/x/t/TestShStrTabAttributesIssue626003337179766/001/issue62600.go]: exit status 1:
        go: error obtaining buildID for go tool asm: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/asm: resource temporarily unavailable
        go: error obtaining buildID for go tool asm: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/asm: resource temporarily unavailable
--- FAIL: TestShStrTabAttributesIssue62600 (3.40s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- builder == "gotip-openbsd-amd64" && repo == "go" && (mode == "build" || pkg ~ `cmd/`)
2024-03-26 21:33 gotip-openbsd-amd64 go@b47f2feb cmd/go/internal/vcweb/vcstest.TestScripts/git/prefixtagtests.txt (log)
=== RUN   TestScripts/git/prefixtagtests.txt
=== PAUSE TestScripts/git/prefixtagtests.txt
=== CONT  TestScripts/git/prefixtagtests.txt
    vcstest_test.go:155: 2024/03/26 14:53:04 prefixtagtests.txt:
        > handle git
        > env GIT_AUTHOR_NAME='Jay Conrod'
        > env GIT_AUTHOR_EMAIL='jayconrod@google.com'
        > env GIT_COMMITTER_NAME=$GIT_AUTHOR_NAME
        > env GIT_COMMITTER_EMAIL=$GIT_AUTHOR_EMAIL
        > at 2019-05-09T18:35:00-04:00
...
        #1 git/main.go:127 - main.mainImpl()
          reason: failed to locate system Git
        
        #2 git/main.go:181 - main.main()
        #3 runtime/proc.go:267 - runtime.main()
        #4 runtime/asm_amd64.s:1650 - runtime.goexit()
        
        
    vcstest_test.go:161: prefixtagtests.txt:30: git tag sub/v0.0.10: exit status 250
--- FAIL: TestScripts/git/prefixtagtests.txt (40.00s)
2024-03-26 21:33 gotip-openbsd-amd64 go@b47f2feb cmd/link.TestResponseFile (log)
=== RUN   TestResponseFile
=== PAUSE TestResponseFile
=== CONT  TestResponseFile
    link_test.go:1291: # command-line-arguments
        /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/link: running clang failed: exit status 1
        /usr/bin/clang -m64 -pthread -Wl,-nopie -o $WORK/b001/exe/a.out -rdynamic /home/swarming/.swarming/w/ir/x/t/go-link-2074433769/go.o /home/swarming/.swarming/w/ir/x/t/go-link-2074433769/000000.o /home/swarming/.swarming/w/ir/x/t/go-link-2074433769/000001.o /home/swarming/.swarming/w/ir/x/t/go-link-2074433769/000002.o /home/swarming/.swarming/w/ir/x/t/go-link-2074433769/000003.o /home/swarming/.swarming/w/ir/x/t/go-link-2074433769/000004.o /home/swarming/.swarming/w/ir/x/t/go-link-2074433769/000005.o /home/swarming/.swarming/w/ir/x/t/go-link-2074433769/000006.o /home/swarming/.swarming/w/ir/x/t/go-link-2074433769/000007.o /home/swarming/.swarming/w/ir/x/t/go-link-2074433769/000008.o /home/swarming/.swarming/w/ir/x/t/go-link-2074433769/000009.o /home/swarming/.swarming/w/ir/x/t/go-link-2074433769/000010.o /home/swarming/.swarming/w/ir/x/t/go-link-2074433769/000011.o -O2 -g -O2 -g -lpthread -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g -g
        clang: error: unable to execute command: posix_spawn failed: Resource temporarily unavailable
        clang: error: linker command failed with exit code 1 (use -v to see invocation)
        
    link_test.go:1294: exit status 1
--- FAIL: TestResponseFile (40.40s)
2024-03-27 17:55 gotip-openbsd-amd64 go@a16b4bf3 cmd/link.TestUnresolved (log)
=== RUN   TestUnresolved
=== PAUSE TestUnresolved
=== CONT  TestUnresolved
    link_test.go:182: want:
        main.x: relocation target zero not defined
        main.x: relocation target zero not defined
        main.x: relocation target main.zero not defined
        got:
        runtime: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/asm: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/asm: resource temporarily unavailable
--- FAIL: TestUnresolved (35.76s)
2024-03-27 17:55 gotip-openbsd-amd64 go@979b34b3 cmd/link.TestLargeReloc (log)
=== RUN   TestLargeReloc
=== PAUSE TestLar
(... long comment truncated ...)

watchflakes

@cherrymui cherrymui changed the title x/build: build and test failures on gotip-openbsd-amd64 x/build: build and test failures on openbsd-amd64 builders Apr 19, 2024
@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- builder ~ `openbsd-amd64` && repo == "go" && (mode == "build" || pkg ~ `cmd/`)
2024-03-27 21:58 gotip-openbsd-amd64 go@2e1003e2 cmd/go.TestScript/test_regexps (log)
=== RUN   TestScript/test_regexps
=== PAUSE TestScript/test_regexps
=== CONT  TestScript/test_regexps
    script_test.go:136: 2024-03-27T22:14:51Z
    script_test.go:138: $WORK=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-2498703571/tmpdir3655184760/test_regexps3340871606
    script_test.go:160: 
        PATH=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-2498703571/tmpdir3655184760/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=amd64
...
        > ! stdout  '^    z_test.go:18: LOG: XX running N=\d\d+'
        > ! stdout 'BenchmarkXX\s+\d+'
        # BenchmarkX/Y is run in full twice due to -count=2.
        # "Run in full" means that it runs for approximately the default benchtime,
        # but may cap out at N=1e9.
        # We don't actually care what the final iteration count is, but it should be
        # a large number, and the last iteration count prints right before the results. (0.000s)
        > stdout -count=2 '^    x_test.go:15: LOG: Y running N=[1-9]\d{4,}\nBenchmarkX/Y\s+\d+'
    script_test.go:160: FAIL: testdata/script/test_regexps.txt:36: stdout -count=2 '^    x_test.go:15: LOG: Y running N=[1-9]\d{4,}\nBenchmarkX/Y\s+\d+': found 1 matches for `(?m)^    x_test.go:15: LOG: Y running N=[1-9]\d{4,}\nBenchmarkX/Y\s+\d+` in stdout
--- FAIL: TestScript/test_regexps (19.09s)
2024-03-29 21:53 gotip-openbsd-amd64 go@29fcd156 cmd/link.TestMinusRSymsWithSameName (log)
=== RUN   TestMinusRSymsWithSameName
=== PAUSE TestMinusRSymsWithSameName
=== CONT  TestMinusRSymsWithSameName
    elf_test.go:168: clang [-fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=/home/swarming/.swarming/w/ir/x/t/go-build667963823=/tmp/go-build -gno-record-gcc-switches] -c -o /home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName2396769852/001/x0.o /home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName2396769852/001/x0.c
    elf_test.go:168: clang [-fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=/home/swarming/.swarming/w/ir/x/t/go-build667963823=/tmp/go-build -gno-record-gcc-switches] -c -o /home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName2396769852/001/x1.o /home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName2396769852/001/x1.c
    elf_test.go:176: clang [-fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=/home/swarming/.swarming/w/ir/x/t/go-build667963823=/tmp/go-build -gno-record-gcc-switches] -nostdlib -r -o /home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName2396769852/001/ldr.syso [/home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName2396769852/001/x0.o /home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName2396769852/001/x1.o]
    elf_test.go:196: /home/swarming/.swarming/w/ir/x/w/goroot/bin/go build
    elf_test.go:201: elf_test: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/compile: resource temporarily unavailable
    elf_test.go:202: exit status 1
--- FAIL: TestMinusRSymsWithSameName (33.72s)
2024-03-29 21:53 gotip-openbsd-amd64 go@29fcd156 cmd/link/internal/ld.TestElfBindNow/bindnow-linkmode-internal (log)
=== RUN   TestElfBindNow/bindnow-linkmode-internal
    elf_test.go:287: failed to build [/home/swarming/.swarming/w/ir/x/w/goroot/bin/go build -o /home/swarming/.swarming/w/ir/x/t/TestElfBindNowbindnow-linkmode-internal3227797433/001/bindnow-linkmode-internal -ldflags -bindnow -linkmode=internal /home/swarming/.swarming/w/ir/x/t/TestElfBindNowbindnow-linkmode-internal3227797433/001/elf_bindnow-linkmode-internal.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_amd64/compile: resource temporarily unavailable
--- FAIL: TestElfBindNow/bindnow-linkmode-internal (6.33s)
2024-04-01 14:34 gotip-openbsd-amd64 go@7c89ad6a cmd/go/internal/vcweb/vcstest.TestScripts/git/semver-branch.txt (log)
=== RUN   TestScripts/git/semver-branch.txt
=== PAUSE TestScripts/git/semver-branch.txt
=== CONT  TestScripts/git/semver-branch.txt
    vcstest_test.go:155: 2024/04/01 07:52:12 semver-branch.txt:
        > handle git
        > env GIT_AUTHOR_NAME='Bryan C. Mills'
        > env GIT_AUTHOR_EMAIL='bcmills@google.com'
        > env GIT_COMMITTER_NAME=$GIT_AUTHOR_NAME
        > env GIT_COMMITTER_EMAIL=$GIT_AUTHOR_EMAIL
        > git init
        [stdout]
        Initialized empty Git repository in /home/swarming/.swarming/w/ir/x/t/TestScripts1293287908/001/git/semver-branch/.git/
        > at 2022-02-02T14:15:21-05:00
        > git add pkg go.mod
        > git commit -a -m 'pkg: add empty package'
        [stdout]
        [main (root-commit) 33ea7ee] pkg: add empty package
         2 files changed, 4 insertions(+)
         create mode 100644 go.mod
         create mode 100644 pkg/pkg.go
        > git branch -m main
        > git tag 'v0.1.0'
        > at 2022-02-02T14:19:44-05:00
        > git branch 'v1.0.0'
        > git branch 'v2.0.0'
        
        
    vcstest_test.go:161: semver-branch.txt:18: git branch v2.0.0: fork/exec /home/swarming/.swarming/w/ir/cipd_bin_packages/git: resource temporarily unavailable
--- FAIL: TestScripts/git/semver-branch.txt (35.54s)
2024-04-01 14:34 gotip-openbsd-amd64 go@7c89ad6a cmd/link.TestDWARF/testprog (log)
=== RUN   TestDWARF/testprog
=== PAUSE TestDWARF/testprog
=== CONT  TestDWARF/testprog
    dwarf_test.go:99: go build -o /home/swarming/.swarming/w/ir/x/t/TestDWARFtestprog2379155946/001/testprog.exe ../../runtime/testdata/testprog: exit status 1
        runtime/testdata/testprog: /home/swarming/.swarming/w/ir/x/t/go-build4237834502/b271/link.test: fork/exec /home/swarming/.swarming/w/ir/x/t/go-build4237834502/b271/link.test: resource temporarily unavailable
--- FAIL: TestDWARF/testprog (15.96s)
2024-04-01 14:34 gotip-openbsd-amd64 go@7c89ad6a cmd/link.TestDWARF/testprogcgo (log)
=== RUN   TestDWARF/testprogcgo
=== PAUSE TestDWARF/testprogcgo
=== CONT  TestDWARF/testprogcgo
    dwarf_test.go:99: go build -o /home/swarming/.swarming/w/ir/x/t/TestDWARFtestprogcgo3140749103/001/testprogcgo.exe ../../runtime/testdata/testprogcgo: exit status 1
        internal/trace/v2/event/go122: /home/swarming/.swarming/w/ir/x/t/go-build4237834502/b271/link.test: fork/exec /home/swarming/.swarming/w/ir/x/t/go-build4237834502/b271/link.test: resource temporarily unavailable
--- FAIL: TestDWARF/testprogcgo (14.02s)
2024-04-02 15:10 gotip-openbsd-amd64 go@daaf1f22 cmd/internal/obj/ppc64.TestPfxAlign (log)
=== RUN   TestPfxAlign
    asm_test.go:199: Failed to compile {[10 84 69 88 84 32 116 101 115 116 40 83 66 41 44 48 44 36 48 45 48 10 79 82 32 82 48 44 32 82 48 10 79 82 32 82 48 44 32 82 48 10 79 82 32 82 48 44 32 82 48 10 79 82 32 82 48 44 32 82 48 10 79 82 32 82 48 44 32 82 48 10 79 82 32 82 48 44 32 82 48 10 79 82 32 82 48 44 32 82 48 10 80 78 79 80 10 79 82 32 82 48 44 32 82 48 10 79 82 32 82 48 44 32 82 48 10 79 82 32 82 48 44 32 82 48 10 79 82 32 82 48 44 32 82 48 10 79 82 32 82 48 44 32 82 48 10 79 82 32 82 48 44 32 82 48 10 79 82 32 82 48 44 32 82 48 10 79 82 32 82 48 44 32 82 48 10] align=0x40 false}: exit status 1
    asm_test.go:202: Fatal, misaligned text with prefixed instructions:
        go tool asm: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/asm: resource temporarily unavailable
--- FAIL: TestPfxAlign (8.85s)
2024-04-02 15:10 gotip-openbsd-amd64 go@daaf1f22 cmd/link.TestSectionsWithSameName (log)
=== RUN   TestSectionsWithSameName
=== PAUSE TestSectionsWithSameName
=== CONT  TestSectionsWithSameName
    elf_test.go:93: clang [-fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=/home/swarming/.swarming/w/ir/x/t/go-build1674142865=/tmp/go-build -gno-record-gcc-switches] -c -o /home/swarming/.swarming/w/ir/x/t/TestSectionsWithSameName2695381416/001/x.o /home/swarming/.swarming/w/ir/x/t/TestSectionsWithSameName2695381416/001/x.s
    elf_test.go:95: 
    elf_test.go:96: fork/exec /usr/bin/clang: resource temporarily unavailable
--- FAIL: TestSectionsWithSameName (6.27s)
2024-04-02 16:25 gotip-openbsd-amd64 go@94dba612 cmd/link/internal/ld.TestDeadcode/typedesc (log)
=== RUN   TestDeadcode/typedesc
=== PAUSE TestDeadcode/typedesc
=== CONT  TestDeadcode/typedesc
    deadcode_test.go:45: [/home/swarming/.swarming/w/ir/x/w/goroot/bin/go build -ldflags=-dumpdep -o /home/swarming/.swarming/w/ir/x/t/TestDeadcode1198927970/001/typedesc.exe testdata/deadcode/typedesc.go]: exit status 1:
        go: error obtaining buildID for go tool asm: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/asm: resource temporarily unavailable
        go: error obtaining buildID for go tool asm: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/asm: resource temporarily unavailable
--- FAIL: TestDeadcode/typedesc (10.81s)
2024-04-02 16:25 gotip-openbsd-amd64 go@94dba612 cmd/objdump.TestDisasmCode (log)
=== RUN   TestDisasmCode
=== PAUSE TestDisasmCode
=== CONT  TestDisasmCode
    objdump_test.go:155: Running [/home/swarming/.swarming/w/ir/x/w/goroot/bin/go build -o /home/swarming/.swarming/w/ir/x/t/TestDisasmCode2814497900/001/hello-984b638f8a363d1ac3b1cbaf16e1beddec86b74a6b1924bcc54ea98155dc949a.exe fmthello.go]
    objdump_test.go:222: Running [/home/swarming/.swarming/w/ir/x/t/go-build981427834/b321/objdump.test -S -s main.main /home/swarming/.swarming/w/ir/x/t/TestDisasmCode2814497900/001/hello-984b638f8a363d1ac3b1cbaf16e1beddec86b74a6b1924bcc54ea98155dc949a.exe]
    objdump_test.go:245: full disassembly:
        TEXT main.main(SB) /home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/objdump/testdata/fmthello.go
        func main() {
          0x495900		493b6610		CMPQ SP, 0x10(R14)	
          0x495904		763e			JBE 0x495944		
...
          0x495941		90			NOPL			
        
          0x495942		ebfd			JMP 0x495941		
        func main() {
          0x495944		e8570cfdff		CALL runtime.morestack_noctxt.abi0(SB)	
          0x495949		ebb5			JMP main.main(SB)			
    objdump_test.go:155: Running [/home/swarming/.swarming/w/ir/x/w/goroot/bin/go build -o /home/swarming/.swarming/w/ir/x/t/TestDisasmCode2814497900/002/hello-ebfae859e26701fc14bdbc6d035dfd01e3aea299cc743ae74bb7579727b27efb.exe fmthellocgo.go]
    objdump_test.go:158: go build fmthellocgo.go: exit status 1
        command-line-arguments: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/compile: resource temporarily unavailable
--- FAIL: TestDisasmCode (30.02s)
2024-04-02 21:51 gotip-openbsd-amd64 go@3d61f248 cmd/go/internal/vcweb/vcstest.TestScripts/git/v2sub.txt (log)
=== RUN   TestScripts/git/v2sub.txt
=== PAUSE TestScripts/git/v2sub.txt
=== CONT  TestScripts/git/v2sub.txt
    vcstest_test.go:155: 2024/04/02 15:13:39 v2sub.txt:
        > handle git
        > env GIT_AUTHOR_NAME='Bryan C. Mills'
        > env GIT_AUTHOR_EMAIL='bcmills@google.com'
        > env GIT_COMMITTER_NAME=$GIT_AUTHOR_NAME
        > env GIT_COMMITTER_EMAIL=$GIT_AUTHOR_EMAIL
        > git init
...
        #1 git/main.go:127 - main.mainImpl()
          reason: failed to locate system Git
        
        #2 git/main.go:181 - main.main()
        #3 runtime/proc.go:267 - runtime.main()
        #4 runtime/asm_amd64.s:1650 - runtime.goexit()
        
        
    vcstest_test.go:161: v2sub.txt:20: git show-ref --tags --heads: exit status 250
--- FAIL: TestScripts/git/v2sub.txt (40.33s)
2024-04-02 21:51 gotip-openbsd-amd64 go@3d61f248 cmd/link.TestDWARF/testprog (log)
=== RUN   TestDWARF/testprog
=== PAUSE TestDWARF/testprog
=== CONT  TestDWARF/testprog
    dwarf_test.go:99: go build -o /home/swarming/.swarming/w/ir/x/t/TestDWARFtestprog1344224389/001/testprog.exe ../../runtime/testdata/testprog: exit status 1
        runtime/testdata/testprog: /home/swarming/.swarming/w/ir/x/t/go-build3573303216/b271/link.test: fork/exec /home/swarming/.swarming/w/ir/x/t/go-build3573303216/b271/link.test: resource temporarily unavailable
--- FAIL: TestDWARF/testprog (14.75s)
2024-04-03 15:35 go1.22-openbsd-amd64 release-branch.go1.22@dddf0ae4 cmd/link.TestLargeReloc (log)
=== RUN   TestLargeReloc
=== PAUSE TestLargeReloc
=== CONT  TestLargeReloc
    link_test.go:1099: build failed: exit status 1. output:
        go: error obtaining buildID for go tool compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/compile: resource temporarily unavailable
    link_test.go:1106: build failed: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/bin/go: resource temporarily unavailable. output:
--- FAIL: TestLargeReloc (1.50s)
2024-04-03 15:35 go1.22-openbsd-amd64 release-branch.go1.22@dddf0ae4 cmd/link/internal/ld.TestSizes (log)
=== RUN   TestSizes
=== PAUSE TestSizes
=== CONT  TestSizes
    dwarf_test.go:110: ## build output:
        go: error obtaining buildID for go tool compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/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_amd64/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_amd64/compile: resource temporarily unavailable
    dwarf_test.go:113: build error: exit status 1
--- FAIL: TestSizes (0.80s)
2024-04-03 17:01 gotip-openbsd-amd64 go@170862d6 cmd/go/internal/vcweb/vcstest.TestScripts/git/prefixtagtests.txt (log)
=== RUN   TestScripts/git/prefixtagtests.txt
=== PAUSE TestScripts/git/prefixtagtests.txt
=== CONT  TestScripts/git/prefixtagtests.txt
2024/04/03 10:17:27 serving /
    vcstest_test.go:155: 2024/04/03 10:18:05 prefixtagtests.txt:
        > handle git
        > env GIT_AUTHOR_NAME='Jay Conrod'
        > env GIT_AUTHOR_EMAIL='jayconrod@google.com'
        > env GIT_COMMITTER_NAME=$GIT_AUTHOR_NAME
        > env GIT_COMMITTER_EMAIL=$GIT_AUTHOR_EMAIL
...
        #1 git/main.go:127 - main.mainImpl()
          reason: failed to locate system Git
        
        #2 git/main.go:181 - main.main()
        #3 runtime/proc.go:267 - runtime.main()
        #4 runtime/asm_amd64.s:1650 - runtime.goexit()
        
        
    vcstest_test.go:161: prefixtagtests.txt:30: git tag sub/v0.0.10: exit status 250
--- FAIL: TestScripts/git/prefixtagtests.txt (37.97s)
2024-04-03 17:01 gotip-openbsd-amd64 go@170862d6 cmd/internal/obj/x86.TestVexEvexPCrelative (log)
=== RUN   TestVexEvexPCrelative
    pcrelative_test.go:72: error exit status 1 output runtime: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/asm: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/asm: resource temporarily unavailable
--- FAIL: TestVexEvexPCrelative (40.78s)
2024-04-03 17:01 gotip-openbsd-amd64 go@170862d6 cmd/link.TestExtLinkCmdlineDeterminism (log)
=== RUN   TestExtLinkCmdlineDeterminism
=== PAUSE TestExtLinkCmdlineDeterminism
=== CONT  TestExtLinkCmdlineDeterminism
    link_test.go:1250: output differ:
        host link: "clang" "-m64" "-pthread" "-Wl,-nopie" "-o" a.out "-Wl,--export-dynamic-symbol=F1" "-Wl,--export-dynamic-symbol=F2" "-Wl,--export-dynamic-symbol=F3" "-Wl,--export-dynamic-symbol=__guard_local" "-Wl,--export-dynamic-symbol=_cgo_panic" "-Wl,--export-dynamic-symbol=_cgo_topofstack" "-Wl,--export-dynamic-symbol=crosscall2" "-Qunused-arguments" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism1256865972/001/linktmp/go.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism1256865972/001/linktmp/000000.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism1256865972/001/linktmp/000001.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism1256865972/001/linktmp/000002.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism1256865972/001/linktmp/000003.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism1256865972/001/linktmp/000004.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism1256865972/001/linktmp/000005.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism1256865972/001/linktmp/000006.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism1256865972/001/linktmp/000007.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism1256865972/001/linktmp/000008.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism1256865972/001/linktmp/000009.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism1256865972/001/linktmp/000010.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism1256865972/001/linktmp/000011.o" "-O2" "-g" "-O2" "-g" "-lpthread" "-nopie"
        ==========
        host link: "clang" "-m64" "-pthread" "-Wl,-nopie" "-o" a.out "-Wl,--export-dynamic-symbol=F1" "-Wl,--export-dynamic-symbol=F2" "-Wl,--export-dynamic-symbol=F3" "-Wl,--export-dynamic-symbol=__guard_local" "-Wl,--export-dynamic-symbol=_cgo_panic" "-Wl,--export-dynamic-symbol=_cgo_topofstack" "-Wl,--export-dynamic-symbol=crosscall2" "-Qunused-arguments" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism1256865972/001/linktmp/go.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism1256865972/001/linktmp/000000.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism1256865972/001/linktmp/000001.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism1256865972/001/linktmp/000002.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism1256865972/001/linktmp/000003.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism1256865972/001/linktmp/000004.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism1256865972/001/linktmp/000005.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism1256865972/001/linktmp/000006.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism1256865972/001/linktmp/000007.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism1256865972/001/linktmp/000008.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism1256865972/001/linktmp/000009.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism1256865972/001/linktmp/000010.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism1256865972/001/linktmp/000011.o" "-O2" "-g" "-O2" "-g" "-lpthread" "-no-pie"
--- FAIL: TestExtLinkCmdlineDeterminism (70.94s)
2024-04-03 22:49 gotip-openbsd-amd64 go@af43932c cmd/go/internal/modfetch/codehost.TestLatest (log)
=== RUN   TestLatest
=== PAUSE TestLatest
=== CONT  TestLatest
git clone --mirror http://127.0.0.1:16741/git/gitrepo1 /home/swarming/.swarming/w/ir/x/t/gitrepo-test-3645909711/gitrepo2
    git_test.go:74: git clone --mirror http://127.0.0.1:16741/git/gitrepo1 /home/swarming/.swarming/w/ir/x/t/gitrepo-test-3645909711/gitrepo2 in : exit status 255:
        	Cloning into bare repository '/home/swarming/.swarming/w/ir/x/t/gitrepo-test-3645909711/gitrepo2'...
        	fatal: the remote end hung up unexpectedly
        	[W git.go:289] Transient error string identified in STDERR: "fatal: the remote end hung up unexpectedly\n"
        	[W git.go:300] Retrying after 2s (rc=128): transient error string encountered
        	Cloning into bare repository '/home/swarming/.swarming/w/ir/x/t/gitrepo-test-3645909711/gitrepo2'...
...
--- FAIL: TestLatest (27.12s)
2024/04/03 16:09:17 vgotest1.txt:
> handle git
> env GIT_AUTHOR_NAME='Russ Cox'
> env GIT_AUTHOR_EMAIL='rsc@golang.org'
> env GIT_COMMITTER_NAME=$GIT_AUTHOR_NAME
> env GIT_COMMITTER_EMAIL=$GIT_AUTHOR_EMAIL
> git init
[stdout]
Initialized empty Git repository in /home/swarming/.swarming/w/ir/x/t/vcstest1062479579/git/vgotest1/.git/
...
8afe2b2efed96e0880ecd2a69b98a53b8c2738b6 refs/tags/v1.0.3
b769f2de407a4db81af9c5de0a06016d60d2ea09 refs/tags/v1.1.0
45f53230a74ad275c7127e117ac46914c8126160 refs/tags/v2.0.0
ea65f87c8f52c15ea68f3bdd9925ef17e20d91e9 refs/tags/v2.0.1
f7b23352af1cd750b11e4673b20b24c2d239430a refs/tags/v2.0.2
f18795870fb14388a21ef3ebc1d75911c8694f31 refs/tags/v2.0.3
1f863feb76bc7029b78b21c5375644838962f88d refs/tags/v2.0.4
2f615117ce481c8efef46e0cc0b4b4dccfac8fea refs/tags/v2.0.5
a01a0aef06cbd571294fc5451788cd4eadbfd651 refs/tags/v2.0.6
> cmp stdout .git-refs
2024-04-03 22:49 gotip-openbsd-amd64 go@af43932c cmd/link.TestStrictDup (log)
=== RUN   TestStrictDup
=== PAUSE TestStrictDup
=== CONT  TestStrictDup
    link_test.go:537: linking with -strictdups=1 failed: exit status 1
        go: error obtaining buildID for go tool compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/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_amd64/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_amd64/compile: resource temporarily unavailable
    link_test.go:540: unexpected output:
        go: error obtaining buildID for go tool compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/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_amd64/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_amd64/compile: resource temporarily unavailable
    link_test.go:554: unexpected output:
        go: error obtaining buildID for go tool asm: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/asm: resource temporarily unavailable
--- FAIL: TestStrictDup (11.94s)
2024-04-05 20:51 gotip-openbsd-amd64 go@5ec7395a cmd/link.TestMinusRSymsWithSameName (log)
=== RUN   TestMinusRSymsWithSameName
=== PAUSE TestMinusRSymsWithSameName
=== CONT  TestMinusRSymsWithSameName
    elf_test.go:168: clang [-fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=/home/swarming/.swarming/w/ir/x/t/go-build2034405412=/tmp/go-build -gno-record-gcc-switches] -c -o /home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName1051940489/001/x0.o /home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName1051940489/001/x0.c
    elf_test.go:168: clang [-fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=/home/swarming/.swarming/w/ir/x/t/go-build2034405412=/tmp/go-build -gno-record-gcc-switches] -c -o /home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName1051940489/001/x1.o /home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName1051940489/001/x1.c
    elf_test.go:176: clang [-fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=/home/swarming/.swarming/w/ir/x/t/go-build2034405412=/tmp/go-build -gno-record-gcc-switches] -nostdlib -r -o /home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName1051940489/001/ldr.syso [/home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName1051940489/001/x0.o /home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName1051940489/001/x1.o]
    elf_test.go:178: libc++abi: terminating with uncaught exception of type std::__1::system_error: thread constructor failed: Resource temporarily unavailable
        PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash backtrace.
        clang: error: unable to execute command: Abort trap (core dumped)
        clang: error: linker command failed due to signal (use -v to see invocation)
    elf_test.go:179: exit status 16777214
--- FAIL: TestMinusRSymsWithSameName (21.20s)
2024-04-05 20:51 gotip-openbsd-amd64 go@5ec7395a cmd/link/internal/ld.TestIssue54320 (log)
=== RUN   TestIssue54320
=== PAUSE TestIssue54320
=== CONT  TestIssue54320
    dwarf_test.go:110: ## build output:
        go: error obtaining buildID for go tool compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/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_amd64/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_amd64/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_amd64/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_amd64/compile: resource temporarily unavailable
    dwarf_test.go:113: build error: exit status 1
--- FAIL: TestIssue54320 (1.23s)
2024-04-05 22:18 gotip-openbsd-amd64 go@58c5db31 cmd/link.TestMergeNoteSections (log)
=== RUN   TestMergeNoteSections
=== PAUSE TestMergeNoteSections
=== CONT  TestMergeNoteSections
    elf_test.go:265: command-line-arguments: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/compile: resource temporarily unavailable
    elf_test.go:266: exit status 1
--- FAIL: TestMergeNoteSections (8.75s)
2024-04-05 22:18 gotip-openbsd-amd64 go@58c5db31 cmd/link/internal/ld.TestInlinedRoutineArgsVars (log)
=== RUN   TestInlinedRoutineArgsVars
=== PAUSE TestInlinedRoutineArgsVars
=== CONT  TestInlinedRoutineArgsVars
    dwarf_test.go:110: ## build output:
        go: error obtaining buildID for go tool compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/compile: resource temporarily unavailable
    dwarf_test.go:113: build error: exit status 1
--- FAIL: TestInlinedRoutineArgsVars (0.58s)
2024-04-09 20:48 gotip-openbsd-amd64 go@bdd27c4d cmd/link.TestSectionsWithSameName (log)
=== RUN   TestSectionsWithSameName
=== PAUSE TestSectionsWithSameName
=== CONT  TestSectionsWithSameName
    elf_test.go:93: clang [-fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=/home/swarming/.swarming/w/ir/x/t/go-build3502394140=/tmp/go-build -gno-record-gcc-switches] -c -o /home/swarming/.swarming/w/ir/x/t/TestSectionsWithSameName3899204019/001/x.o /home/swarming/.swarming/w/ir/x/t/TestSectionsWithSameName3899204019/001/x.s
    elf_test.go:100: /usr/bin/objcopy --rename-section .text2=.text1 /home/swarming/.swarming/w/ir/x/t/TestSectionsWithSameName3899204019/001/x.o /home/swarming/.swarming/w/ir/x/t/TestSectionsWithSameName3899204019/001/x2.syso
    elf_test.go:120: /home/swarming/.swarming/w/ir/x/w/goroot/bin/go build
    elf_test.go:122: go: error obtaining buildID for go tool compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/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_amd64/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_amd64/compile: resource temporarily unavailable
    elf_test.go:123: exit status 1
--- FAIL: TestSectionsWithSameName (19.99s)
2024-04-09 20:48 gotip-openbsd-amd64 go@bdd27c4d cmd/link/internal/ld.TestDeadcode/ifacemethod (log)
=== RUN   TestDeadcode/ifacemethod
=== PAUSE TestDeadcode/ifacemethod
=== CONT  TestDeadcode/ifacemethod
    deadcode_test.go:45: [/home/swarming/.swarming/w/ir/x/w/goroot/bin/go build -ldflags=-dumpdep -o /home/swarming/.swarming/w/ir/x/t/TestDeadcode796065964/001/ifacemethod.exe testdata/deadcode/ifacemethod.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_amd64/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_amd64/compile: resource temporarily unavailable
--- FAIL: TestDeadcode/ifacemethod (6.11s)
2024-04-10 17:07 gotip-openbsd-amd64 go@236fe24e cmd/internal/obj/x86.TestVexEvexPCrelative (log)
=== RUN   TestVexEvexPCrelative
    pcrelative_test.go:72: error exit status 1 output internal/bytealg: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/asm: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/asm: resource temporarily unavailable
        # internal/abi
        runtime: failed to create new OS thread
--- FAIL: TestVexEvexPCrelative (19.00s)
2024-04-10 17:07 gotip-openbsd-amd64 go@236fe24e cmd/link.TestMinusRSymsWithSameName (log)
=== RUN   TestMinusRSymsWithSameName
=== PAUSE TestMinusRSymsWithSameName
=== CONT  TestMinusRSymsWithSameName
    elf_test.go:168: clang [-fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=/home/swarming/.swarming/w/ir/x/t/go-build418105445=/tmp/go-build -gno-record-gcc-switches] -c -o /home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName3143340105/001/x0.o /home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName3143340105/001/x0.c
    elf_test.go:168: clang [-fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=/home/swarming/.swarming/w/ir/x/t/go-build418105445=/tmp/go-build -gno-record-gcc-switches] -c -o /home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName3143340105/001/x1.o /home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName3143340105/001/x1.c
    elf_test.go:176: clang [-fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=/home/swarming/.swarming/w/ir/x/t/go-build418105445=/tmp/go-build -gno-record-gcc-switches] -nostdlib -r -o /home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName3143340105/001/ldr.syso [/home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName3143340105/001/x0.o /home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName3143340105/001/x1.o]
    elf_test.go:178: clang: error: unable to execute command: posix_spawn failed: Resource temporarily unavailable
        clang: error: linker command failed with exit code 1 (use -v to see invocation)
    elf_test.go:179: exit status 1
--- FAIL: TestMinusRSymsWithSameName (26.24s)
2024-04-10 18:52 gotip-openbsd-amd64 go@5bba5b25 cmd/internal/obj/riscv.TestPCAlign (log)
=== RUN   TestPCAlign
    asm_test.go:300: Failed to assemble: exit status 1
        runtime: failed to create new OS thread
    asm_test.go:309: PCALIGN test failed - got runtime: failed to create new OS thread
        
        want 0f 00 f0 0f 13 00 00 00 0f 00 f0 0f 67 80 00 00
--- FAIL: TestPCAlign (4.89s)
2024-04-10 19:41 gotip-openbsd-amd64 go@5b5d6f87 cmd/link.TestSectionsWithSameName (log)
=== RUN   TestSectionsWithSameName
=== PAUSE TestSectionsWithSameName
=== CONT  TestSectionsWithSameName
    elf_test.go:93: clang [-fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=/home/swarming/.swarming/w/ir/x/t/go-build3211501044=/tmp/go-build -gno-record-gcc-switches] -c -o /home/swarming/.swarming/w/ir/x/t/TestSectionsWithSameName1757887940/001/x.o /home/swarming/.swarming/w/ir/x/t/TestSectionsWithSameName1757887940/001/x.s
    elf_test.go:100: /usr/bin/objcopy --rename-section .text2=.text1 /home/swarming/.swarming/w/ir/x/t/TestSectionsWithSameName1757887940/001/x.o /home/swarming/.swarming/w/ir/x/t/TestSectionsWithSameName1757887940/001/x2.syso
    elf_test.go:120: /home/swarming/.swarming/w/ir/x/w/goroot/bin/go build
    elf_test.go:122: go: error obtaining buildID for go tool compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/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_amd64/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_amd64/compile: resource temporarily unavailable
    elf_test.go:123: exit status 1
--- FAIL: TestSectionsWithSameName (22.36s)
2024-04-10 19:41 gotip-openbsd-amd64 go@5b5d6f87 cmd/link/internal/ld.TestStackCheckOutput (log)
=== RUN   TestStackCheckOutput
=== PAUSE TestStackCheckOutput
=== CONT  TestStackCheckOutput
    stackcheck_test.go:33: linker output:
        runtime: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/asm: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/asm: resource temporarily unavailable
    stackcheck_test.go:39: no overflow errors in output
--- FAIL: TestStackCheckOutput (30.29s)
2024-04-15 16:20 gotip-openbsd-amd64 go@8e987fad cmd/link.TestMachOBuildVersion (log)
=== RUN   TestMachOBuildVersion
=== PAUSE TestMachOBuildVersion
=== CONT  TestMachOBuildVersion
    link_test.go:377: [/home/swarming/.swarming/w/ir/x/w/goroot/bin/go build -ldflags=-linkmode=internal -o /home/swarming/.swarming/w/ir/x/t/TestMachOBuildVersion2883190551/001/main /home/swarming/.swarming/w/ir/x/t/TestMachOBuildVersion2883190551/001/main.go]: exit status 1:
        runtime: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/asm: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/asm: resource temporarily unavailable
--- FAIL: TestMachOBuildVersion (23.33s)
2024-04-15 16:20 gotip-openbsd-amd64 go@8e987fad cmd/link/internal/ld.TestRuntimeTypeAttrInternal (log)
=== RUN   TestRuntimeTypeAttrInternal
=== PAUSE TestRuntimeTypeAttrInternal
=== CONT  TestRuntimeTypeAttrInternal
    dwarf_test.go:110: ## build output:
        go: error obtaining buildID for go tool compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/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_amd64/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_amd64/compile: resource temporarily unavailable
    dwarf_test.go:113: build error: exit status 1
--- FAIL: TestRuntimeTypeAttrInternal (2.13s)
2024-04-15 16:44 gotip-openbsd-amd64 go@2c5849dc cmd/internal/obj/x86.TestVexEvexPCrelative (log)
=== RUN   TestVexEvexPCrelative
    pcrelative_test.go:72: error exit status 1 output runtime: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/asm: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/asm: resource temporarily unavailable
--- FAIL: TestVexEvexPCrelative (41.84s)
2024-04-15 16:44 gotip-openbsd-amd64 go@2c5849dc cmd/link.TestCGOLTO/1 (log)
=== RUN   TestCGOLTO/1
=== PAUSE TestCGOLTO/1
=== CONT  TestCGOLTO/1
    cgo_test.go:123: CGO_CFLAGS="-O2 -g -flto" /home/swarming/.swarming/w/ir/x/w/goroot/bin/go build
    cgo_test.go:125: runtime/cgo: clang: fork/exec /usr/bin/clang: resource temporarily unavailable
    cgo_test.go:128: go build failed: exit status 1
    cgo_test.go:146: failed
--- FAIL: TestCGOLTO/1 (31.66s)
2024-04-15 16:44 gotip-openbsd-amd64 go@2c5849dc cmd/link/internal/ld.TestElfBindNow/bindnow-linkmode-internal (log)
=== RUN   TestElfBindNow/bindnow-linkmode-internal
    elf_test.go:287: failed to build [/home/swarming/.swarming/w/ir/x/w/goroot/bin/go build -o /home/swarming/.swarming/w/ir/x/t/TestElfBindNowbindnow-linkmode-internal16613005/001/bindnow-linkmode-internal -ldflags -bindnow -linkmode=internal /home/swarming/.swarming/w/ir/x/t/TestElfBindNowbindnow-linkmode-internal16613005/001/elf_bindnow-linkmode-internal.go]: exit status 1:
        command-line-arguments: clang: fork/exec /usr/bin/clang: resource temporarily unavailable
--- FAIL: TestElfBindNow/bindnow-linkmode-internal (15.94s)
2024-04-15 17:34 gotip-openbsd-amd64 go@beea7c1b cmd/link.TestFlagR (log)
=== RUN   TestFlagR
=== PAUSE TestFlagR
=== CONT  TestFlagR
    elf_test.go:555: build failed: exit status 1, output:
        go: error obtaining buildID for go tool compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/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_amd64/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_amd64/compile: resource temporarily unavailable
--- FAIL: TestFlagR (5.51s)
2024-04-15 17:34 gotip-openbsd-amd64 go@beea7c1b cmd/link/internal/ld.TestInlinedRoutineCallFileLine/line-directive (log)
=== RUN   TestInlinedRoutineCallFileLine/line-directive
=== PAUSE TestInlinedRoutineCallFileLine/line-directive
=== CONT  TestInlinedRoutineCallFileLine/line-directive
    dwarf_test.go:110: ## build output:
        go: error obtaining buildID for go tool compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/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_amd64/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_amd64/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_amd64/compile: resource temporarily unavailable
    dwarf_test.go:113: build error: exit status 1
--- FAIL: TestInlinedRoutineCallFileLine/line-directive (0.60s)
2024-04-18 15:43 gotip-openbsd-amd64 go@e01b1eb2 cmd/link.TestIssue33979 (log)
=== RUN   TestIssue33979
=== PAUSE TestIssue33979
=== CONT  TestIssue33979
    link_test.go:207: 'go tool compile -importcfg=/home/swarming/.swarming/w/ir/x/t/TestIssue33979847934921/001/importcfg -symabis symabis -p=main -o x1.o main.go' failed: exit status 1, output: go tool compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/compile: resource temporarily unavailable
--- FAIL: TestIssue33979 (18.08s)
2024-04-18 15:43 gotip-openbsd-amd64 go@e01b1eb2 cmd/link/internal/ld.TestUndefinedRelocErrors (log)
=== RUN   TestUndefinedRelocErrors
=== PAUSE TestUndefinedRelocErrors
=== CONT  TestUndefinedRelocErrors
    ld_test.go:66: unmatched error: function main is undeclared in the main package (x1)
    ld_test.go:66: unmatched error: main.defined1: relocation target main.undefined not defined (x1)
    ld_test.go:66: unmatched error: main.defined2: relocation target main.undefined not defined (x1)
    ld_test.go:75: unexpected error: go: error obtaining buildID for go tool compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/compile: resource temporarily unavailable (x1)
--- FAIL: TestUndefinedRelocErrors (0.88s)
2024-04-18 15:43 gotip-openbsd-amd64 go@e01b1eb2 cmd/objdump.TestDisasm (log)
=== RUN   TestDisasm
=== PAUSE TestDisasm
=== CONT  TestDisasm
    objdump_test.go:155: Running [/home/swarming/.swarming/w/ir/x/w/goroot/bin/go build -o /home/swarming/.swarming/w/ir/x/t/TestDisasm2047256781/001/hello-a66d8d744b25424bc2c9ddb6440241e9f6a102ff2316d83004d06ce982af9d91.exe fmthello.go]
    objdump_test.go:158: go build fmthello.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_amd64/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_amd64/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_amd64/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_amd64/compile: resource temporarily unavailable
--- FAIL: TestDisasm (2.07s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- builder ~ `openbsd-amd64` && repo == "go" && (mode == "build" || pkg ~ `cmd/`)
2024-04-19 16:34 gotip-openbsd-amd64 go@1a3682b4 cmd/internal/obj/x86.TestVexEvexPCrelative (log)
=== RUN   TestVexEvexPCrelative
    pcrelative_test.go:72: error exit status 1 output runtime: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/asm: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/asm: resource temporarily unavailable
--- FAIL: TestVexEvexPCrelative (32.51s)
2024-04-19 16:34 gotip-openbsd-amd64 go@1a3682b4 cmd/link.TestMinusRSymsWithSameName (log)
=== RUN   TestMinusRSymsWithSameName
=== PAUSE TestMinusRSymsWithSameName
=== CONT  TestMinusRSymsWithSameName
    elf_test.go:168: clang [-fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=/home/swarming/.swarming/w/ir/x/t/go-build2353645331=/tmp/go-build -gno-record-gcc-switches] -c -o /home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName2648834604/001/x0.o /home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName2648834604/001/x0.c
    elf_test.go:168: clang [-fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=/home/swarming/.swarming/w/ir/x/t/go-build2353645331=/tmp/go-build -gno-record-gcc-switches] -c -o /home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName2648834604/001/x1.o /home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName2648834604/001/x1.c
    elf_test.go:176: clang [-fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=/home/swarming/.swarming/w/ir/x/t/go-build2353645331=/tmp/go-build -gno-record-gcc-switches] -nostdlib -r -o /home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName2648834604/001/ldr.syso [/home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName2648834604/001/x0.o /home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName2648834604/001/x1.o]
    elf_test.go:196: /home/swarming/.swarming/w/ir/x/w/goroot/bin/go build
    elf_test.go:201: elf_test: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/compile: resource temporarily unavailable
    elf_test.go:202: exit status 1
--- FAIL: TestMinusRSymsWithSameName (32.48s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- builder ~ `openbsd-amd64` && repo == "go" && (mode == "build" || pkg ~ `cmd/`)
2024-04-22 14:55 gotip-openbsd-amd64 go@69aa1974 cmd/link.TestMachOBuildVersion (log)
=== RUN   TestMachOBuildVersion
=== PAUSE TestMachOBuildVersion
=== CONT  TestMachOBuildVersion
    link_test.go:377: [/home/swarming/.swarming/w/ir/x/w/goroot/bin/go build -ldflags=-linkmode=internal -o /home/swarming/.swarming/w/ir/x/t/TestMachOBuildVersion3089331933/001/main /home/swarming/.swarming/w/ir/x/t/TestMachOBuildVersion3089331933/001/main.go]: exit status 1:
        runtime: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/asm: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/asm: resource temporarily unavailable
--- FAIL: TestMachOBuildVersion (38.62s)
2024-04-22 14:55 gotip-openbsd-amd64 go@69aa1974 cmd/link/internal/ld.TestMemProfileCheck/with_memprofile_http_pprof (log)
=== RUN   TestMemProfileCheck/with_memprofile_http_pprof
=== PAUSE TestMemProfileCheck/with_memprofile_http_pprof
=== CONT  TestMemProfileCheck/with_memprofile_http_pprof
    ld_test.go:338: exit status 1
--- FAIL: TestMemProfileCheck/with_memprofile_http_pprof (15.11s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- builder ~ `openbsd-amd64` && repo == "go" && (mode == "build" || pkg ~ `cmd/`)
2024-04-22 17:13 gotip-openbsd-amd64 go@ed2671aa cmd/internal/obj/x86.TestVexEvexPCrelative (log)
=== RUN   TestVexEvexPCrelative
    pcrelative_test.go:72: error exit status 1 output # runtime
        runtime: failed to create new OS thread
--- FAIL: TestVexEvexPCrelative (32.32s)
2024-04-22 17:13 gotip-openbsd-amd64 go@ed2671aa cmd/link.TestExtLinkCmdlineDeterminism (log)
=== RUN   TestExtLinkCmdlineDeterminism
=== PAUSE TestExtLinkCmdlineDeterminism
=== CONT  TestExtLinkCmdlineDeterminism
    link_test.go:1250: output differ:
        host link: "clang" "-m64" "-pthread" "-Wl,-nopie" "-o" a.out "-rdynamic" "-Qunused-arguments" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3302337910/001/linktmp/go.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3302337910/001/linktmp/000000.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3302337910/001/linktmp/000001.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3302337910/001/linktmp/000002.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3302337910/001/linktmp/000003.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3302337910/001/linktmp/000004.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3302337910/001/linktmp/000005.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3302337910/001/linktmp/000006.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3302337910/001/linktmp/000007.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3302337910/001/linktmp/000008.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3302337910/001/linktmp/000009.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3302337910/001/linktmp/000010.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3302337910/001/linktmp/000011.o" "-O2" "-g" "-O2" "-g" "-lpthread" "-no-pie"
        ==========
        host link: "clang" "-m64" "-pthread" "-Wl,-nopie" "-o" a.out "-Wl,--export-dynamic-symbol=F1" "-Wl,--export-dynamic-symbol=F2" "-Wl,--export-dynamic-symbol=F3" "-Wl,--export-dynamic-symbol=__guard_local" "-Wl,--export-dynamic-symbol=_cgo_panic" "-Wl,--export-dynamic-symbol=_cgo_topofstack" "-Wl,--export-dynamic-symbol=crosscall2" "-Qunused-arguments" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3302337910/001/linktmp/go.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3302337910/001/linktmp/000000.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3302337910/001/linktmp/000001.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3302337910/001/linktmp/000002.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3302337910/001/linktmp/000003.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3302337910/001/linktmp/000004.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3302337910/001/linktmp/000005.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3302337910/001/linktmp/000006.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3302337910/001/linktmp/000007.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3302337910/001/linktmp/000008.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3302337910/001/linktmp/000009.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3302337910/001/linktmp/000010.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3302337910/001/linktmp/000011.o" "-O2" "-g" "-O2" "-g" "-lpthread" "-no-pie"
--- FAIL: TestExtLinkCmdlineDeterminism (69.58s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- builder ~ `openbsd-amd64` && repo == "go" && (mode == "build" || pkg ~ `cmd/` || `resource temporarily unavailable` || `\[build failed\]`)
2025-02-20 01:34 gotip-openbsd-amd64 go@58083b57 cmd/link/internal/ld.TestDeadcode/ifacemethod (log)
=== RUN   TestDeadcode/ifacemethod
=== PAUSE TestDeadcode/ifacemethod
=== CONT  TestDeadcode/ifacemethod
    deadcode_test.go:45: [/home/swarming/.swarming/w/ir/x/w/goroot/bin/go build -ldflags=-dumpdep -o /home/swarming/.swarming/w/ir/x/t/TestDeadcode3665015037/001/ifacemethod.exe testdata/deadcode/ifacemethod.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_amd64/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_amd64/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_amd64/compile: resource temporarily unavailable
--- FAIL: TestDeadcode/ifacemethod (1.37s)
2025-02-20 01:34 gotip-openbsd-amd64 go@58083b57 cmd/objdump.TestDisasmGnuAsm (log)
=== RUN   TestDisasmGnuAsm
=== PAUSE TestDisasmGnuAsm
=== CONT  TestDisasmGnuAsm
    objdump_test.go:146: Running [/home/swarming/.swarming/w/ir/x/w/goroot/bin/go build -o /home/swarming/.swarming/w/ir/x/t/TestDisasmGnuAsm2119886283/001/hello-39e6feae9b62ec25164bc89b1299455c.exe fmthello.go]
    objdump_test.go:219: Running [/home/swarming/.swarming/w/ir/x/t/go-build2120324989/b355/objdump.test -gnu -s main.main /home/swarming/.swarming/w/ir/x/t/TestDisasmGnuAsm2119886283/001/hello-39e6feae9b62ec25164bc89b1299455c.exe]
    objdump_test.go:242: full disassembly:
        TEXT main.main(SB) /home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/objdump/testdata/fmthello.go
          fmthello.go:5		0x49e580		493b6610		CMPQ SP, 0x10(R14)                   // cmp 0x10(%r14),%rsp	
          fmthello.go:5		0x49e584		763e			JBE 0x49e5c4                         // jbe 0x49e5c4		
          fmthello.go:5		0x49e586		55			PUSHQ BP                             // push %rbp		
...
          fmthello.go:1000003	0x49e5bf		5d			POPQ BP                              // pop %rbp		
          fmthello.go:1000003	0x49e5c0		c3			RET                                  // retq			
          fmthello.go:1000003	0x49e5c1		90			NOPL                                 // nop			
          fmthello.go:999991	0x49e5c2		ebfd			JMP 0x49e5c1                         // jmp 0x49e5c1		
          fmthello.go:5		0x49e5c4		e897cbfcff		CALL runtime.morestack_noctxt.abi0(SB) // callq 0x46b160	
          fmthello.go:5		0x49e5c9		ebb5			JMP main.main(SB)                    // jmp 0x49e580		
    objdump_test.go:146: Running [/home/swarming/.swarming/w/ir/x/w/goroot/bin/go build -o /home/swarming/.swarming/w/ir/x/t/TestDisasmGnuAsm2119886283/002/hello-137075af000e083f867376b4b6dd7726.exe fmthellocgo.go]
    objdump_test.go:149: go build fmthellocgo.go: exit status 1
        command-line-arguments: clang: fork/exec /usr/bin/clang: resource temporarily unavailable
--- FAIL: TestDisasmGnuAsm (24.92s)
2025-02-20 01:34 gotip-openbsd-amd64 go@58083b57 cmd/vet.TestTags/othertag (log)
=== RUN   TestTags/othertag
=== PAUSE TestTags/othertag
=== CONT  TestTags/othertag
    vet_test.go:210: -tags=othertag
    vet_test.go:219: othertag: file2.go was excluded, should be included
    vet_test.go:225: err=exit status 1, output=<<go: error obtaining buildID for go tool compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/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_amd64/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_amd64/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_amd64/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_amd64/compile: resource temporarily unavailable
        >>
--- FAIL: TestTags/othertag (8.71s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- builder ~ `openbsd-amd64` && repo == "go" && (mode == "build" || pkg ~ `cmd/` || `resource temporarily unavailable` || `\[build failed\]`)
2025-02-20 03:33 gotip-openbsd-amd64 go@9b842e2e cmd/internal/obj/x86.TestVexEvexPCrelative (log)
=== RUN   TestVexEvexPCrelative
    pcrelative_test.go:68: error exit status 1 output runtime: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/asm: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/asm: resource temporarily unavailable
--- FAIL: TestVexEvexPCrelative (55.26s)
2025-02-20 03:33 gotip-openbsd-amd64 go@9b842e2e cmd/link.TestCGOLTO/0 (log)
=== RUN   TestCGOLTO/0
=== PAUSE TestCGOLTO/0
=== CONT  TestCGOLTO/0
    cgo_test.go:123: CGO_CFLAGS="-O2 -g -flto" /home/swarming/.swarming/w/ir/x/w/goroot/bin/go build
    cgo_test.go:125: runtime/cgo: clang: fork/exec /usr/bin/clang: resource temporarily unavailable
    cgo_test.go:128: go build failed: exit status 1
    cgo_test.go:146: failed
--- FAIL: TestCGOLTO/0 (15.67s)
2025-02-20 03:33 gotip-openbsd-amd64 go@9b842e2e cmd/link/internal/ld.TestDeadcode/ifacemethod3 (log)
=== RUN   TestDeadcode/ifacemethod3
=== PAUSE TestDeadcode/ifacemethod3
=== CONT  TestDeadcode/ifacemethod3
    deadcode_test.go:45: [/home/swarming/.swarming/w/ir/x/w/goroot/bin/go build -ldflags=-dumpdep -o /home/swarming/.swarming/w/ir/x/t/TestDeadcode2637740492/001/ifacemethod3.exe testdata/deadcode/ifacemethod3.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_amd64/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_amd64/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_amd64/compile: resource temporarily unavailable
--- FAIL: TestDeadcode/ifacemethod3 (0.76s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- builder ~ `openbsd-amd64` && repo == "go" && (mode == "build" || pkg ~ `cmd/` || `resource temporarily unavailable` || `\[build failed\]`)
2025-02-20 16:16 gotip-openbsd-amd64 go@458ac1b0 cmd/go/internal/vcweb/vcstest.TestScripts/git/commit-after-tag.txt (log)
=== RUN   TestScripts/git/commit-after-tag.txt
=== PAUSE TestScripts/git/commit-after-tag.txt
=== CONT  TestScripts/git/commit-after-tag.txt
    vcstest_test.go:155: 2025/02/20 08:42:26 commit-after-tag.txt:
        > handle git
        > env GIT_AUTHOR_NAME='Bryan C. Mills'
        > env GIT_AUTHOR_EMAIL='bcmills@google.com'
        > env GIT_COMMITTER_NAME=$GIT_AUTHOR_NAME
        > env GIT_COMMITTER_EMAIL=$GIT_AUTHOR_EMAIL
        > git init
...
        #1 git/main.go:127 - main.mainImpl()
          reason: failed to locate system Git
        
        #2 git/main.go:181 - main.main()
        #3 runtime/proc.go:271 - runtime.main()
        #4 runtime/asm_amd64.s:1695 - runtime.goexit()
        
        
    vcstest_test.go:168: commit-after-tag.txt:11: git add go.mod main.go: exit status 250
--- FAIL: TestScripts/git/commit-after-tag.txt (8.76s)
2025-02-20 16:16 gotip-openbsd-amd64 go@458ac1b0 cmd/link.TestMachOBuildVersion (log)
=== RUN   TestMachOBuildVersion
=== PAUSE TestMachOBuildVersion
=== CONT  TestMachOBuildVersion
    link_test.go:378: [/home/swarming/.swarming/w/ir/x/w/goroot/bin/go build -ldflags=-linkmode=internal -o /home/swarming/.swarming/w/ir/x/t/TestMachOBuildVersion1989630820/001/main /home/swarming/.swarming/w/ir/x/t/TestMachOBuildVersion1989630820/001/main.go]: exit status 1:
        internal/runtime/math: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/compile: resource temporarily unavailable
        internal/abi: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/asm: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/asm: resource temporarily unavailable
        internal/chacha8rand: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/asm: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/asm: resource temporarily unavailable
        # internal/runtime/sys
        runtime: failed to create new OS thread
--- FAIL: TestMachOBuildVersion (24.76s)

watchflakes

@ianlancetaylor
Copy link
Member

It looks like these failures occur when syscall.StartProcess returns EAGAIN. The most likely cause seems to be fork failing for one of these reasons (quoting the man page);

  • The system-imposed limits on the total number of processes or total number of threads under execution would be exceeded. These limits are configuration dependent.
  • The limit RLIMIT_NPROC on the total number of processes under execution by the user ID would be exceeded.

On an OpenBSD amd64 gomote sysctl kern.nprocs prints 71 (sysctl kern.nthreads prints 102). That suggests that we can have at most 71 processes running simultaneously. It's not hard to believe that the Go testsuite runs more processes than that when running a bunch of parallel tests.

We can increase these values by editing /etc/sysctl.conf before the system boots up; see https://man.openbsd.org/sysctl.conf.

CC @golang/release

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- builder ~ `openbsd-amd64` && repo == "go" && (mode == "build" || pkg ~ `cmd/` || `resource temporarily unavailable` || `\[build failed\]`)
2025-02-22 02:57 gotip-openbsd-amd64 go@17762557 cmd/go/internal/vcweb/vcstest.TestScripts/git/tagtests.txt (log)
=== RUN   TestScripts/git/tagtests.txt
=== PAUSE TestScripts/git/tagtests.txt
=== CONT  TestScripts/git/tagtests.txt
    vcstest_test.go:155: 2025/02/21 19:25:35 tagtests.txt:
        > handle git
        > env GIT_AUTHOR_NAME='Jay Conrod'
        > env GIT_AUTHOR_EMAIL='jayconrod@google.com'
        > env GIT_COMMITTER_NAME=$GIT_AUTHOR_NAME
        > env GIT_COMMITTER_EMAIL=$GIT_AUTHOR_EMAIL
        > at 2019-05-09T18:56:25-04:00
...
        #1 git/main.go:127 - main.mainImpl()
          reason: failed to locate system Git
        
        #2 git/main.go:181 - main.main()
        #3 runtime/proc.go:271 - runtime.main()
        #4 runtime/asm_amd64.s:1695 - runtime.goexit()
        
        
    vcstest_test.go:168: tagtests.txt:17: git add v0.2.1: exit status 250
--- FAIL: TestScripts/git/tagtests.txt (33.78s)
2025-02-22 02:57 gotip-openbsd-amd64 go@17762557 cmd/link.TestMachOBuildVersion (log)
=== RUN   TestMachOBuildVersion
=== PAUSE TestMachOBuildVersion
=== CONT  TestMachOBuildVersion
    link_test.go:378: [/home/swarming/.swarming/w/ir/x/w/goroot/bin/go build -ldflags=-linkmode=internal -o /home/swarming/.swarming/w/ir/x/t/TestMachOBuildVersion1513568509/001/main /home/swarming/.swarming/w/ir/x/t/TestMachOBuildVersion1513568509/001/main.go]: exit status 1:
        runtime: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/asm: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/asm: resource temporarily unavailable
--- FAIL: TestMachOBuildVersion (34.19s)
2025-02-22 02:57 gotip-openbsd-amd64 go@e15d1487 cmd/go/internal/modfetch/codehost.TestReadFile/gitrepo1/latest/README (log)
=== RUN   TestReadFile/gitrepo1/latest/README
=== PAUSE TestReadFile/gitrepo1/latest/README
=== CONT  TestReadFile/gitrepo1/latest/README
    git_test.go:167: mkdir -p /home/swarming/.swarming/w/ir/x/t/gitrepo-test-3681919431/modcache/cache/vcs # git3 http://127.0.0.1:25438/git/gitrepo1
    git_test.go:167: # lock /home/swarming/.swarming/w/ir/x/t/gitrepo-test-3681919431/modcache/cache/vcs/4a8dac58af254b972fd9daff9263a5ab54c053f76c2c5b0503c6cbae1244bf9e.lock
    git_test.go:167: mkdir -p /home/swarming/.swarming/w/ir/x/t/gitrepo-test-3681919431/modcache/cache/vcs/4a8dac58af254b972fd9daff9263a5ab54c053f76c2c5b0503c6cbae1244bf9e # git3 http://127.0.0.1:25438/git/gitrepo1
    git_test.go:167: cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-3681919431/modcache/cache/vcs/4a8dac58af254b972fd9daff9263a5ab54c053f76c2c5b0503c6cbae1244bf9e; git init --bare
    git_test.go:167: 0.399s # cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-3681919431/modcache/cache/vcs/4a8dac58af254b972fd9daff9263a5ab54c053f76c2c5b0503c6cbae1244bf9e; git init --bare
    git_test.go:167: cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-3681919431/modcache/cache/vcs/4a8dac58af254b972fd9daff9263a5ab54c053f76c2c5b0503c6cbae1244bf9e; git remote add origin -- http://127.0.0.1:25438/git/gitrepo1
    git_test.go:167: 0.076s # cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-3681919431/modcache/cache/vcs/4a8dac58af254b972fd9daff9263a5ab54c053f76c2c5b0503c6cbae1244bf9e; git remote add origin -- http://127.0.0.1:25438/git/gitrepo1
...
2025/02/21 19:24:56 serving /git/gitrepo1/git-upload-pack
    git_test.go:167: 10.988s # cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-3681919431/modcache/cache/vcs/4a8dac58af254b972fd9daff9263a5ab54c053f76c2c5b0503c6cbae1244bf9e; git ls-remote -q origin
    git_test.go:167: cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-3681919431/modcache/cache/vcs/4a8dac58af254b972fd9daff9263a5ab54c053f76c2c5b0503c6cbae1244bf9e; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' ede458df7cd0fdca520df19a33158086a8a68e81 --
    git_test.go:167: 2.009s # cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-3681919431/modcache/cache/vcs/4a8dac58af254b972fd9daff9263a5ab54c053f76c2c5b0503c6cbae1244bf9e; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' ede458df7cd0fdca520df19a33158086a8a68e81 --
    git_test.go:167: cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-3681919431/modcache/cache/vcs/4a8dac58af254b972fd9daff9263a5ab54c053f76c2c5b0503c6cbae1244bf9e; git -c protocol.version=2 fetch -f --depth=1 origin ede458df7cd0fdca520df19a33158086a8a68e81:refs/dummy
    git_test.go:167: 0.002s # cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-3681919431/modcache/cache/vcs/4a8dac58af254b972fd9daff9263a5ab54c053f76c2c5b0503c6cbae1244bf9e; git -c protocol.version=2 fetch -f --depth=1 origin ede458df7cd0fdca520df19a33158086a8a68e81:refs/dummy
    git_test.go:167: cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-3681919431/modcache/cache/vcs/4a8dac58af254b972fd9daff9263a5ab54c053f76c2c5b0503c6cbae1244bf9e; git fetch -f origin 'refs/heads/*:refs/heads/*' 'refs/tags/*:refs/tags/*'
    git_test.go:167: 0.001s # cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-3681919431/modcache/cache/vcs/4a8dac58af254b972fd9daff9263a5ab54c053f76c2c5b0503c6cbae1244bf9e; git fetch -f origin 'refs/heads/*:refs/heads/*' 'refs/tags/*:refs/tags/*'
    git_test.go:356: ReadFile: unexpected error git fetch -f origin refs/heads/*:refs/heads/* refs/tags/*:refs/tags/* in /home/swarming/.swarming/w/ir/x/t/gitrepo-test-3681919431/modcache/cache/vcs/4a8dac58af254b972fd9daff9263a5ab54c053f76c2c5b0503c6cbae1244bf9e: fork/exec /home/swarming/.swarming/w/ir/cipd_bin_packages/git: resource temporarily unavailable
--- FAIL: TestReadFile/gitrepo1/latest/README (43.40s)
2025-02-22 02:57 gotip-openbsd-amd64 go@e15d1487 cmd/go/internal/vcweb/vcstest.TestScripts/git/prefixtagtests.txt (log)
=== RUN   TestScripts/git/prefixtagtests.txt
=== PAUSE TestScripts/git/prefixtagtests.txt
=== CONT  TestScripts/git/prefixtagtests.txt
    vcstest_test.go:155: 2025/02/21 19:25:28 prefixtagtests.txt:
        > handle git
        > env GIT_AUTHOR_NAME='Jay Conrod'
        > env GIT_AUTHOR_EMAIL='jayconrod@google.com'
        > env GIT_COMMITTER_NAME=$GIT_AUTHOR_NAME
        > env GIT_COMMITTER_EMAIL=$GIT_AUTHOR_EMAIL
        > at 2019-05-09T18:35:00-04:00
...
        #1 git/main.go:127 - main.mainImpl()
          reason: failed to locate system Git
        
        #2 git/main.go:181 - main.main()
        #3 runtime/proc.go:271 - runtime.main()
        #4 runtime/asm_amd64.s:1695 - runtime.goexit()
        
        
    vcstest_test.go:168: prefixtagtests.txt:24: git commit -a -m sub/v0.0.9: exit status 250
--- FAIL: TestScripts/git/prefixtagtests.txt (32.11s)
2025-02-22 02:57 gotip-openbsd-amd64 go@e15d1487 cmd/link.TestGNUBuildID/default_external (log)
=== RUN   TestGNUBuildID/default_external
    elf_test.go:242: [/home/swarming/.swarming/w/ir/x/w/goroot/bin/go build -ldflags=-buildid=testbuildid  -linkmode=external -o /home/swarming/.swarming/w/ir/x/t/TestGNUBuildID372831299/001/default_external /home/swarming/.swarming/w/ir/x/t/TestGNUBuildID372831299/001/notes.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_amd64/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_amd64/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_amd64/compile: resource temporarily unavailable
--- FAIL: TestGNUBuildID/default_external (3.08s)

watchflakes

@dmitshur dmitshur added NeedsFix The path to resolution is known, but the work has not been done. and removed NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. labels Feb 22, 2025
@dmitshur dmitshur moved this to Active in Test Flakes Feb 22, 2025
@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- builder ~ `openbsd-amd64` && repo == "go" && (mode == "build" || pkg ~ `cmd/` || `resource temporarily unavailable` || `\[build failed\]`)
2025-02-24 17:11 gotip-openbsd-amd64 go@e382bf5b cmd/go/internal/vcweb/vcstest.TestScripts/git/vgotest1.txt (log)
=== RUN   TestScripts/git/vgotest1.txt
=== PAUSE TestScripts/git/vgotest1.txt
=== CONT  TestScripts/git/vgotest1.txt
    vcstest_test.go:155: 2025/02/24 09:32:41 vgotest1.txt:
        > handle git
        > env GIT_AUTHOR_NAME='Russ Cox'
        > env GIT_AUTHOR_EMAIL='rsc@golang.org'
        > env GIT_COMMITTER_NAME=$GIT_AUTHOR_NAME
        > env GIT_COMMITTER_EMAIL=$GIT_AUTHOR_EMAIL
        > git init
...
        #1 git/main.go:127 - main.mainImpl()
          reason: failed to locate system Git
        
        #2 git/main.go:181 - main.main()
        #3 runtime/proc.go:271 - runtime.main()
        #4 runtime/asm_amd64.s:1695 - runtime.goexit()
        
        
    vcstest_test.go:168: vgotest1.txt:42: git commit -m submod/pkg/p.go: exit status 250
--- FAIL: TestScripts/git/vgotest1.txt (52.75s)
2025-02-24 17:11 gotip-openbsd-amd64 go@e382bf5b cmd/link.TestGNUBuildID/specific (log)
=== RUN   TestGNUBuildID/specific
    elf_test.go:242: [/home/swarming/.swarming/w/ir/x/w/goroot/bin/go build -ldflags=-buildid=testbuildid -B=0x0123456789abcdef -o /home/swarming/.swarming/w/ir/x/t/TestGNUBuildID1736984738/001/specific /home/swarming/.swarming/w/ir/x/t/TestGNUBuildID1736984738/001/notes.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_amd64/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_amd64/compile: resource temporarily unavailable
--- FAIL: TestGNUBuildID/specific (8.11s)
2025-02-24 17:11 gotip-openbsd-amd64 go@e382bf5b cmd/link/internal/ld.TestElfBindNow/bindnow-linkmode-internal (log)
=== RUN   TestElfBindNow/bindnow-linkmode-internal
    elf_test.go:307: failed to build [/home/swarming/.swarming/w/ir/x/w/goroot/bin/go build -o /home/swarming/.swarming/w/ir/x/t/TestElfBindNowbindnow-linkmode-internal479209447/001/bindnow-linkmode-internal -ldflags -bindnow -linkmode=internal /home/swarming/.swarming/w/ir/x/t/TestElfBindNowbindnow-linkmode-internal479209447/001/elf_bindnow-linkmode-internal.go]: exit status 1:
        # command-line-arguments
        cgo: exec clang: fork/exec /usr/bin/clang: resource temporarily unavailable
--- FAIL: TestElfBindNow/bindnow-linkmode-internal (21.80s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- builder ~ `openbsd-amd64` && repo == "go" && (mode == "build" || pkg ~ `cmd/` || `resource temporarily unavailable` || `\[build failed\]`)
2025-02-25 01:38 gotip-openbsd-amd64 go@bdcd6d1b cmd/go/internal/vcweb/vcstest.TestScripts/git/querytest.txt (log)
=== RUN   TestScripts/git/querytest.txt
=== PAUSE TestScripts/git/querytest.txt
=== CONT  TestScripts/git/querytest.txt
    vcstest_test.go:155: 2025/02/24 17:52:40 querytest.txt:
        > handle git
        > env GIT_AUTHOR_NAME='Russ Cox'
        > env GIT_AUTHOR_EMAIL='rsc@golang.org'
        > env GIT_COMMITTER_NAME=$GIT_AUTHOR_NAME
        > env GIT_COMMITTER_EMAIL=$GIT_AUTHOR_EMAIL
        > git init
...
        #1 git/main.go:127 - main.mainImpl()
          reason: failed to locate system Git
        
        #2 git/main.go:181 - main.main()
        #3 runtime/proc.go:271 - runtime.main()
        #4 runtime/asm_amd64.s:1695 - runtime.goexit()
        
        
    vcstest_test.go:168: querytest.txt:35: git commit -a -m 'at v0.0.0': exit status 250
--- FAIL: TestScripts/git/querytest.txt (41.40s)
2025-02-25 01:38 gotip-openbsd-amd64 go@bdcd6d1b cmd/link.TestGNUBuildID/default (log)
=== RUN   TestGNUBuildID/default
    elf_test.go:242: [/home/swarming/.swarming/w/ir/x/w/goroot/bin/go build -ldflags=-buildid=testbuildid  -o /home/swarming/.swarming/w/ir/x/t/TestGNUBuildID1921055518/001/default /home/swarming/.swarming/w/ir/x/t/TestGNUBuildID1921055518/001/notes.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_amd64/compile: resource temporarily unavailable
--- FAIL: TestGNUBuildID/default (7.26s)
2025-02-25 01:38 gotip-openbsd-amd64 go@bdcd6d1b cmd/link/internal/ld.TestRuntimeTypeAttrExternal (log)
=== RUN   TestRuntimeTypeAttrExternal
=== PAUSE TestRuntimeTypeAttrExternal
=== CONT  TestRuntimeTypeAttrExternal
    dwarf_test.go:119: ## build output:
        # command-line-arguments
        /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/link: running clang failed: fork/exec /usr/bin/clang: resource temporarily unavailable
        /usr/bin/clang -m64 -pthread -Wl,-nopie -o $WORK/b001/exe/a.out -rdynamic /home/swarming/.swarming/w/ir/x/t/go-link-2041604822/go.o /home/swarming/.swarming/w/ir/x/t/go-link-2041604822/000000.o /home/swarming/.swarming/w/ir/x/t/go-link-2041604822/000001.o /home/swarming/.swarming/w/ir/x/t/go-link-2041604822/000002.o /home/swarming/.swarming/w/ir/x/t/go-link-2041604822/000003.o /home/swarming/.swarming/w/ir/x/t/go-link-2041604822/000004.o /home/swarming/.swarming/w/ir/x/t/go-link-2041604822/000005.o /home/swarming/.swarming/w/ir/x/t/go-link-2041604822/000006.o /home/swarming/.swarming/w/ir/x/t/go-link-2041604822/000007.o /home/swarming/.swarming/w/ir/x/t/go-link-2041604822/000008.o /home/swarming/.swarming/w/ir/x/t/go-link-2041604822/000009.o -O2 -g -lpthread
        
    dwarf_test.go:122: build error: exit status 1
--- FAIL: TestRuntimeTypeAttrExternal (17.28s)
2025-02-25 14:21 gotip-openbsd-amd64 go@d45d502f cmd/go/internal/modfetch/codehost.TestReadZip/gitrepo1/v2.3.4/ (log)
=== RUN   TestReadZip/gitrepo1/v2.3.4/
=== PAUSE TestReadZip/gitrepo1/v2.3.4/
=== CONT  TestReadZip/gitrepo1/v2.3.4/
    git_test.go:167: mkdir -p /home/swarming/.swarming/w/ir/x/t/gitrepo-test-2235889620/modcache/cache/vcs # git3 http://127.0.0.1:45222/git/gitrepo1
    git_test.go:167: # lock /home/swarming/.swarming/w/ir/x/t/gitrepo-test-2235889620/modcache/cache/vcs/69d468a32b3649a38fe90faa90caa8ca052568690d375cd0ddefe868f10dd16a.lock
    git_test.go:167: mkdir -p /home/swarming/.swarming/w/ir/x/t/gitrepo-test-2235889620/modcache/cache/vcs/69d468a32b3649a38fe90faa90caa8ca052568690d375cd0ddefe868f10dd16a # git3 http://127.0.0.1:45222/git/gitrepo1
    git_test.go:167: cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-2235889620/modcache/cache/vcs/69d468a32b3649a38fe90faa90caa8ca052568690d375cd0ddefe868f10dd16a; git init --bare
    git_test.go:167: 0.624s # cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-2235889620/modcache/cache/vcs/69d468a32b3649a38fe90faa90caa8ca052568690d375cd0ddefe868f10dd16a; git init --bare
    git_test.go:167: cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-2235889620/modcache/cache/vcs/69d468a32b3649a38fe90faa90caa8ca052568690d375cd0ddefe868f10dd16a; git remote add origin -- http://127.0.0.1:45222/git/gitrepo1
    git_test.go:167: 0.123s # cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-2235889620/modcache/cache/vcs/69d468a32b3649a38fe90faa90caa8ca052568690d375cd0ddefe868f10dd16a; git remote add origin -- http://127.0.0.1:45222/git/gitrepo1
...
        	  reason: could not find target in system
        	  internal reason: target(git)/PATH(/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)
        	
        	#1 git/main.go:127 - main.mainImpl()
        	  reason: failed to locate system Git
        	
        	#2 git/main.go:181 - main.main()
        	#3 runtime/proc.go:271 - runtime.main()
        	#4 runtime/asm_amd64.s:1695 - runtime.goexit()
--- FAIL: TestReadZip/gitrepo1/v2.3.4/ (41.80s)
2025-02-25 14:21 gotip-openbsd-amd64 go@d45d502f cmd/go/internal/vcweb/vcstest.TestScripts/git/semver-branch.txt (log)
=== RUN   TestScripts/git/semver-branch.txt
=== PAUSE TestScripts/git/semver-branch.txt
=== CONT  TestScripts/git/semver-branch.txt
    vcstest_test.go:155: 2025/02/25 06:45:30 semver-branch.txt:
        > handle git
        > env GIT_AUTHOR_NAME='Bryan C. Mills'
        > env GIT_AUTHOR_EMAIL='bcmills@google.com'
        > env GIT_COMMITTER_NAME=$GIT_AUTHOR_NAME
        > env GIT_COMMITTER_EMAIL=$GIT_AUTHOR_EMAIL
        > git init
...
        #2 git/main.go:154 - main.mainImpl()
          reason: failed to run Git
        
        #3 git/main.go:181 - main.main()
        #4 runtime/proc.go:271 - runtime.main()
        #5 runtime/asm_amd64.s:1695 - runtime.goexit()
        
        
    vcstest_test.go:168: semver-branch.txt:21: git commit -a -m 'pkg: start developing toward v1.0.0': exit status 250
--- FAIL: TestScripts/git/semver-branch.txt (37.75s)
2025-02-25 14:21 gotip-openbsd-amd64 go@d45d502f cmd/link.TestMinusRSymsWithSameName (log)
=== RUN   TestMinusRSymsWithSameName
=== PAUSE TestMinusRSymsWithSameName
=== CONT  TestMinusRSymsWithSameName
    elf_test.go:167: clang [-fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=/home/swarming/.swarming/w/ir/x/t/go-build283589543=/tmp/go-build -gno-record-gcc-switches] -c -o /home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName3116587308/001/x0.o /home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName3116587308/001/x0.c
    elf_test.go:167: clang [-fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=/home/swarming/.swarming/w/ir/x/t/go-build283589543=/tmp/go-build -gno-record-gcc-switches] -c -o /home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName3116587308/001/x1.o /home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName3116587308/001/x1.c
    elf_test.go:175: clang [-fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=/home/swarming/.swarming/w/ir/x/t/go-build283589543=/tmp/go-build -gno-record-gcc-switches] -nostdlib -r -o /home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName3116587308/001/ldr.syso [/home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName3116587308/001/x0.o /home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName3116587308/001/x1.o]
    elf_test.go:177: libc++abi: terminating with uncaught exception of type std::__1::system_error: thread constructor failed: Resource temporarily unavailable
        PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash backtrace.
        clang: error: unable to execute command: Abort trap (core dumped)
        clang: error: linker command failed due to signal (use -v to see invocation)
    elf_test.go:178: exit status 16777214
--- FAIL: TestMinusRSymsWithSameName (10.28s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- builder ~ `openbsd-amd64` && repo == "go" && (mode == "build" || pkg ~ `cmd/` || `resource temporarily unavailable` || `\[build failed\]`)
2025-02-25 17:40 gotip-openbsd-amd64 go@973a9eb8 cmd/go/internal/vcweb/vcstest.TestScripts/git/semver-branch.txt (log)
=== RUN   TestScripts/git/semver-branch.txt
=== PAUSE TestScripts/git/semver-branch.txt
=== CONT  TestScripts/git/semver-branch.txt
    vcstest_test.go:155: 2025/02/25 09:56:02 semver-branch.txt:
        > handle git
        > env GIT_AUTHOR_NAME='Bryan C. Mills'
        > env GIT_AUTHOR_EMAIL='bcmills@google.com'
        > env GIT_COMMITTER_NAME=$GIT_AUTHOR_NAME
        > env GIT_COMMITTER_EMAIL=$GIT_AUTHOR_EMAIL
        > git init
...
        #1 git/main.go:127 - main.mainImpl()
          reason: failed to locate system Git
        
        #2 git/main.go:181 - main.main()
        #3 runtime/proc.go:271 - runtime.main()
        #4 runtime/asm_amd64.s:1695 - runtime.goexit()
        
        
    vcstest_test.go:168: semver-branch.txt:27: git commit -a -m 'pkg: remove panic': exit status 250
--- FAIL: TestScripts/git/semver-branch.txt (52.59s)
2025-02-25 17:40 gotip-openbsd-amd64 go@973a9eb8 cmd/link.TestMachOBuildVersion (log)
=== RUN   TestMachOBuildVersion
=== PAUSE TestMachOBuildVersion
=== CONT  TestMachOBuildVersion
    link_test.go:378: [/home/swarming/.swarming/w/ir/x/w/goroot/bin/go build -ldflags=-linkmode=internal -o /home/swarming/.swarming/w/ir/x/t/TestMachOBuildVersion49053385/001/main /home/swarming/.swarming/w/ir/x/t/TestMachOBuildVersion49053385/001/main.go]: exit status 1:
        internal/abi: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/asm: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/asm: resource temporarily unavailable
        internal/runtime/math: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/compile: resource temporarily unavailable
        internal/runtime/atomic: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/asm: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/asm: resource temporarily unavailable
        internal/chacha8rand: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/asm: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/asm: resource temporarily unavailable
--- FAIL: TestMachOBuildVersion (25.19s)
2025-02-25 17:40 gotip-openbsd-amd64 go@973a9eb8 cmd/vet.TestVet/lostcancel (log)
=== RUN   TestVet/lostcancel
=== PAUSE TestVet/lostcancel
=== CONT  TestVet/lostcancel
    vet_test.go:195: error check failed: 
        lostcancel.go:10: missing error "the cancel function is not used on all paths \\(possible context leak\\)"
        lostcancel.go:14: missing error "this return statement may be reached without using the cancel var defined on line 10"
        Unmatched Errors:
        go: error obtaining buildID for go tool compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/compile: resource temporarily unavailable
--- FAIL: TestVet/lostcancel (5.37s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- builder ~ `openbsd-amd64` && repo == "go" && (mode == "build" || pkg ~ `cmd/` || `resource temporarily unavailable` || `\[build failed\]`)
2025-02-25 18:58 gotip-openbsd-amd64 go@f707e53f archive/tar (log)
FAIL	archive/tar [build failed]
archive/tar: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/vet: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/vet: resource temporarily unavailable
2025-02-25 18:58 gotip-openbsd-amd64 go@f707e53f archive/tar_test [archive/tar.test] (log)
archive/tar_test: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/compile: resource temporarily unavailable
2025-02-25 18:58 gotip-openbsd-amd64 go@f707e53f bufio (log)
fork/exec /home/swarming/.swarming/w/ir/x/t/go-build2954860138/b465/bufio.test: resource temporarily unavailable
FAIL	bufio	0.003s

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- builder ~ `openbsd-amd64` && repo == "go" && (mode == "build" || pkg ~ `cmd/` || `resource temporarily unavailable` || `\[build failed\]`)
2025-02-25 20:01 gotip-openbsd-amd64 go@00e793cf cmd/go/internal/vcweb/vcstest.TestScripts/git/semver-branch.txt (log)
=== RUN   TestScripts/git/semver-branch.txt
=== PAUSE TestScripts/git/semver-branch.txt
=== CONT  TestScripts/git/semver-branch.txt
    vcstest_test.go:155: 2025/02/25 13:02:40 semver-branch.txt:
        > handle git
        > env GIT_AUTHOR_NAME='Bryan C. Mills'
        > env GIT_AUTHOR_EMAIL='bcmills@google.com'
        > env GIT_COMMITTER_NAME=$GIT_AUTHOR_NAME
        > env GIT_COMMITTER_EMAIL=$GIT_AUTHOR_EMAIL
        > git init
...
        #1 git/main.go:127 - main.mainImpl()
          reason: failed to locate system Git
        
        #2 git/main.go:181 - main.main()
        #3 runtime/proc.go:271 - runtime.main()
        #4 runtime/asm_amd64.s:1695 - runtime.goexit()
        
        
    vcstest_test.go:168: semver-branch.txt:32: git show-ref --tags --heads: exit status 250
--- FAIL: TestScripts/git/semver-branch.txt (51.91s)
2025-02-25 20:01 gotip-openbsd-amd64 go@00e793cf cmd/link.TestSectionsWithSameName (log)
=== RUN   TestSectionsWithSameName
=== PAUSE TestSectionsWithSameName
=== CONT  TestSectionsWithSameName
    elf_test.go:92: clang [-fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=/home/swarming/.swarming/w/ir/x/t/go-build2269828810=/tmp/go-build -gno-record-gcc-switches] -c -o /home/swarming/.swarming/w/ir/x/t/TestSectionsWithSameName361099151/001/x.o /home/swarming/.swarming/w/ir/x/t/TestSectionsWithSameName361099151/001/x.s
    elf_test.go:99: /usr/bin/objcopy --rename-section .text2=.text1 /home/swarming/.swarming/w/ir/x/t/TestSectionsWithSameName361099151/001/x.o /home/swarming/.swarming/w/ir/x/t/TestSectionsWithSameName361099151/001/x2.syso
    elf_test.go:119: /home/swarming/.swarming/w/ir/x/w/goroot/bin/go build
    elf_test.go:121: go: error obtaining buildID for go tool compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/compile: resource temporarily unavailable
    elf_test.go:122: exit status 1
--- FAIL: TestSectionsWithSameName (18.47s)
2025-02-25 20:07 gotip-openbsd-amd64 go@c578670d cmd/go/internal/vcweb/vcstest.TestScripts/git/odd-tags.txt (log)
=== RUN   TestScripts/git/odd-tags.txt
=== PAUSE TestScripts/git/odd-tags.txt
=== CONT  TestScripts/git/odd-tags.txt
    vcstest_test.go:155: 2025/02/25 12:39:52 odd-tags.txt:
        > handle git
        > env GIT_AUTHOR_NAME='Bryan C. Mills'
        > env GIT_AUTHOR_EMAIL='bcmills@google.com'
        > env GIT_COMMITTER_NAME=$GIT_AUTHOR_NAME
        > env GIT_COMMITTER_EMAIL=$GIT_AUTHOR_EMAIL
        > git init
...
        #1 git/main.go:127 - main.mainImpl()
          reason: failed to locate system Git
        
        #2 git/main.go:181 - main.main()
        #3 runtime/proc.go:271 - runtime.main()
        #4 runtime/asm_amd64.s:1695 - runtime.goexit()
        
        
    vcstest_test.go:168: odd-tags.txt:26: git commit go.mod -m 'update to /v3': exit status 250
--- FAIL: TestScripts/git/odd-tags.txt (47.31s)
2025-02-25 20:07 gotip-openbsd-amd64 go@c578670d cmd/link.TestMachOBuildVersion (log)
=== RUN   TestMachOBuildVersion
=== PAUSE TestMachOBuildVersion
=== CONT  TestMachOBuildVersion
    link_test.go:378: [/home/swarming/.swarming/w/ir/x/w/goroot/bin/go build -ldflags=-linkmode=internal -o /home/swarming/.swarming/w/ir/x/t/TestMachOBuildVersion2667676734/001/main /home/swarming/.swarming/w/ir/x/t/TestMachOBuildVersion2667676734/001/main.go]: exit status 1:
        # command-line-arguments
        runtime: failed to create new OS thread
--- FAIL: TestMachOBuildVersion (37.99s)
2025-02-25 20:07 gotip-openbsd-amd64 go@c578670d cmd/link/internal/ld.TestElfBindNow/bindnow-linkmode-internal (log)
=== RUN   TestElfBindNow/bindnow-linkmode-internal
    elf_test.go:307: failed to build [/home/swarming/.swarming/w/ir/x/w/goroot/bin/go build -o /home/swarming/.swarming/w/ir/x/t/TestElfBindNowbindnow-linkmode-internal1575836783/001/bindnow-linkmode-internal -ldflags -bindnow -linkmode=internal /home/swarming/.swarming/w/ir/x/t/TestElfBindNowbindnow-linkmode-internal1575836783/001/elf_bindnow-linkmode-internal.go]: exit status 1:
        # command-line-arguments
        /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/link: internal linking requested but external linking required: some packages could not be built to support internal linking ([main])
--- FAIL: TestElfBindNow/bindnow-linkmode-internal (33.70s)
2025-02-25 20:09 gotip-openbsd-amd64 go@beb314c0 cmd/go/internal/vcweb/vcstest.TestScripts/git/querytest.txt (log)
=== RUN   TestScripts/git/querytest.txt
=== PAUSE TestScripts/git/querytest.txt
=== CONT  TestScripts/git/querytest.txt
    vcstest_test.go:155: 2025/02/25 12:34:57 querytest.txt:
        > handle git
        > env GIT_AUTHOR_NAME='Russ Cox'
        > env GIT_AUTHOR_EMAIL='rsc@golang.org'
        > env GIT_COMMITTER_NAME=$GIT_AUTHOR_NAME
        > env GIT_COMMITTER_EMAIL=$GIT_AUTHOR_EMAIL
        > git init
...
        #1 git/main.go:127 - main.mainImpl()
          reason: failed to locate system Git
        
        #2 git/main.go:181 - main.main()
        #3 runtime/proc.go:271 - runtime.main()
        #4 runtime/asm_amd64.s:1695 - runtime.goexit()
        
        
    vcstest_test.go:168: querytest.txt:45: git tag v0.0.1: exit status 250
--- FAIL: TestScripts/git/querytest.txt (53.02s)
2025-02-25 20:09 gotip-openbsd-amd64 go@beb314c0 cmd/internal/obj/x86.TestVexEvexPCrelative (log)
=== RUN   TestVexEvexPCrelative
    pcrelative_test.go:68: error exit status 1 output # runtime
        runtime: failed to create new OS thread
--- FAIL: TestVexEvexPCrelative (51.60s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- builder ~ `openbsd-amd64` && repo == "go" && (mode == "build" || pkg ~ `cmd/` || `resource temporarily unavailable` || `\[build failed\]`)
2025-02-26 03:23 gotip-openbsd-amd64 go@767c0fb9 cmd/go/internal/vcweb/vcstest.TestScripts/git/prefixtagtests.txt (log)
=== RUN   TestScripts/git/prefixtagtests.txt
=== PAUSE TestScripts/git/prefixtagtests.txt
=== CONT  TestScripts/git/prefixtagtests.txt
    vcstest_test.go:155: 2025/02/25 19:36:59 prefixtagtests.txt:
        > handle git
        > env GIT_AUTHOR_NAME='Jay Conrod'
        > env GIT_AUTHOR_EMAIL='jayconrod@google.com'
        > env GIT_COMMITTER_NAME=$GIT_AUTHOR_NAME
        > env GIT_COMMITTER_EMAIL=$GIT_AUTHOR_EMAIL
        > at 2019-05-09T18:35:00-04:00
...
        #1 git/main.go:127 - main.mainImpl()
          reason: failed to locate system Git
        
        #2 git/main.go:181 - main.main()
        #3 runtime/proc.go:271 - runtime.main()
        #4 runtime/asm_amd64.s:1695 - runtime.goexit()
        
        
    vcstest_test.go:168: prefixtagtests.txt:34: git commit -a -m v0.2.0: exit status 250
--- FAIL: TestScripts/git/prefixtagtests.txt (42.15s)
2025-02-26 03:23 gotip-openbsd-amd64 go@767c0fb9 cmd/internal/moddeps.TestAllDependencies/cmd(quick) (log)
=== RUN   TestAllDependencies/cmd(quick)
    moddeps_test.go:53: module cmd in directory /home/swarming/.swarming/w/ir/x/w/goroot/src/cmd
    moddeps_test.go:65: /home/swarming/.swarming/w/ir/x/w/goroot/bin/go list -mod=vendor -deps ./...: exit status 1
        runtime: failed to create new OS thread
    moddeps_test.go:66: (Run 'go mod vendor' in /home/swarming/.swarming/w/ir/x/w/goroot/src/cmd to ensure that dependencies have been vendored.)
--- FAIL: TestAllDependencies/cmd(quick) (14.83s)
2025-02-26 03:23 gotip-openbsd-amd64 go@767c0fb9 cmd/link.TestMinusRSymsWithSameName (log)
=== RUN   TestMinusRSymsWithSameName
=== PAUSE TestMinusRSymsWithSameName
=== CONT  TestMinusRSymsWithSameName
    elf_test.go:167: clang [-fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=/home/swarming/.swarming/w/ir/x/t/go-build123532943=/tmp/go-build -gno-record-gcc-switches] -c -o /home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName3304564650/001/x0.o /home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName3304564650/001/x0.c
    elf_test.go:167: clang [-fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=/home/swarming/.swarming/w/ir/x/t/go-build123532943=/tmp/go-build -gno-record-gcc-switches] -c -o /home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName3304564650/001/x1.o /home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName3304564650/001/x1.c
    elf_test.go:175: clang [-fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=/home/swarming/.swarming/w/ir/x/t/go-build123532943=/tmp/go-build -gno-record-gcc-switches] -nostdlib -r -o /home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName3304564650/001/ldr.syso [/home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName3304564650/001/x0.o /home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName3304564650/001/x1.o]
    elf_test.go:195: /home/swarming/.swarming/w/ir/x/w/goroot/bin/go build
    elf_test.go:200: runtime: failed to create new OS thread
        go: error obtaining buildID for go tool asm: exit status 1
    elf_test.go:201: exit status 1
--- FAIL: TestMinusRSymsWithSameName (20.10s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- builder ~ `openbsd-amd64` && repo == "go" && (mode == "build" || pkg ~ `cmd/` || `resource temporarily unavailable` || `\[build failed\]`)
2025-02-22 02:58 go1.23-openbsd-amd64 release-branch.go1.23@2aaa3889 cmd/go/internal/vcweb/vcstest.TestScripts/git/gitrepo1.txt (log)
=== RUN   TestScripts/git/gitrepo1.txt
=== PAUSE TestScripts/git/gitrepo1.txt
=== CONT  TestScripts/git/gitrepo1.txt
    vcstest_test.go:155: 2025/02/21 19:28:45 gitrepo1.txt:
        > handle git
        > env GIT_AUTHOR_NAME='Russ Cox'
        > env GIT_AUTHOR_EMAIL='rsc@golang.org'
        > env GIT_COMMITTER_NAME=$GIT_AUTHOR_NAME
        > env GIT_COMMITTER_EMAIL=$GIT_AUTHOR_EMAIL
        > git init
...
        #1 git/main.go:127 - main.mainImpl()
          reason: failed to locate system Git
        
        #2 git/main.go:181 - main.main()
        #3 runtime/proc.go:271 - runtime.main()
        #4 runtime/asm_amd64.s:1695 - runtime.goexit()
        
        
    vcstest_test.go:161: gitrepo1.txt:24: git commit -a -m v2: exit status 250
--- FAIL: TestScripts/git/gitrepo1.txt (49.33s)
2025-02-22 02:58 go1.23-openbsd-amd64 release-branch.go1.23@2aaa3889 cmd/link.TestDWARF/testprog (log)
=== RUN   TestDWARF/testprog
=== PAUSE TestDWARF/testprog
=== CONT  TestDWARF/testprog
    dwarf_test.go:99: go build -o /home/swarming/.swarming/w/ir/x/t/TestDWARFtestprog3439593584/001/testprog.exe ../../runtime/testdata/testprog: exit status 1
        runtime/testdata/testprog: /home/swarming/.swarming/w/ir/x/t/go-build3867704294/b275/link.test: fork/exec /home/swarming/.swarming/w/ir/x/t/go-build3867704294/b275/link.test: resource temporarily unavailable
--- FAIL: TestDWARF/testprog (17.82s)
2025-02-22 02:58 go1.23-openbsd-amd64 release-branch.go1.23@2aaa3889 cmd/link/internal/ld.TestDeadcode/typedesc (log)
=== RUN   TestDeadcode/typedesc
=== PAUSE TestDeadcode/typedesc
=== CONT  TestDeadcode/typedesc
    deadcode_test.go:45: [/home/swarming/.swarming/w/ir/x/w/goroot/bin/go build -ldflags=-dumpdep -o /home/swarming/.swarming/w/ir/x/t/TestDeadcode2984483962/001/typedesc.exe testdata/deadcode/typedesc.go]: exit status 1:
        go: error obtaining buildID for go tool link: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/link: resource temporarily unavailable
--- FAIL: TestDeadcode/typedesc (5.16s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- builder ~ `openbsd-amd64` && repo == "go" && (mode == "build" || pkg ~ `cmd/` || `resource temporarily unavailable` || `\[build failed\]`)
2025-02-26 17:41 gotip-openbsd-amd64 go@194696f1 cmd/go/internal/vcweb/vcstest.TestScripts/git/vgotest1.txt (log)
=== RUN   TestScripts/git/vgotest1.txt
=== PAUSE TestScripts/git/vgotest1.txt
=== CONT  TestScripts/git/vgotest1.txt
    vcstest_test.go:155: 2025/02/26 09:58:52 vgotest1.txt:
        > handle git
        > env GIT_AUTHOR_NAME='Russ Cox'
        > env GIT_AUTHOR_EMAIL='rsc@golang.org'
        > env GIT_COMMITTER_NAME=$GIT_AUTHOR_NAME
        > env GIT_COMMITTER_EMAIL=$GIT_AUTHOR_EMAIL
        > git init
...
        [stdout]
        module "github.com/rsc/vgotest1" // root go.mod
        > cp stdout go.mod
        > git add go.mod
        [stderr]
        runtime: failed to create new OS thread
        
        
    vcstest_test.go:168: vgotest1.txt:64: git add go.mod: exit status 1
--- FAIL: TestScripts/git/vgotest1.txt (71.08s)
2025-02-26 17:41 gotip-openbsd-amd64 go@194696f1 cmd/internal/obj/x86.TestVexEvexPCrelative (log)
=== RUN   TestVexEvexPCrelative
    pcrelative_test.go:68: error exit status 1 output # runtime
        runtime: failed to create new OS thread
--- FAIL: TestVexEvexPCrelative (60.90s)
2025-02-26 17:41 gotip-openbsd-amd64 go@194696f1 cmd/link.TestCGOLTO/0 (log)
=== RUN   TestCGOLTO/0
=== PAUSE TestCGOLTO/0
=== CONT  TestCGOLTO/0
    cgo_test.go:123: CGO_CFLAGS="-O2 -g -flto" /home/swarming/.swarming/w/ir/x/w/goroot/bin/go build
    cgo_test.go:125: go: error obtaining buildID for go tool compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/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_amd64/compile: resource temporarily unavailable
    cgo_test.go:128: go build failed: exit status 1
    cgo_test.go:146: failed
--- FAIL: TestCGOLTO/0 (7.37s)
2025-02-26 18:52 gotip-openbsd-amd64 go@76c70282 cmd/link.TestExtLinkCmdlineDeterminism (log)
=== RUN   TestExtLinkCmdlineDeterminism
=== PAUSE TestExtLinkCmdlineDeterminism
=== CONT  TestExtLinkCmdlineDeterminism
    link_test.go:1330: output differ:
        host link: "clang" "-m64" "-pthread" "-Wl,-nopie" "-Wl,--build-id=0x725cede3b74c163260184b4738db98743fa77135" "-o" a.out "-rdynamic" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3935025364/001/linktmp/go.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3935025364/001/linktmp/000000.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3935025364/001/linktmp/000001.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3935025364/001/linktmp/000002.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3935025364/001/linktmp/000003.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3935025364/001/linktmp/000004.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3935025364/001/linktmp/000005.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3935025364/001/linktmp/000006.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3935025364/001/linktmp/000007.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3935025364/001/linktmp/000008.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3935025364/001/linktmp/000009.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3935025364/001/linktmp/000010.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3935025364/001/linktmp/000011.o" "-O2" "-g" "-O2" "-g" "-lpthread" "-no-pie"
        ==========
        host link: "clang" "-m64" "-pthread" "-Wl,-nopie" "-Wl,--build-id=0x725cede3b74c163260184b4738db98743fa77135" "-o" a.out "-Wl,--export-dynamic-symbol=F1" "-Wl,--export-dynamic-symbol=F2" "-Wl,--export-dynamic-symbol=F3" "-Wl,--export-dynamic-symbol=__guard_local" "-Wl,--export-dynamic-symbol=_cgo_panic" "-Wl,--export-dynamic-symbol=_cgo_topofstack" "-Wl,--export-dynamic-symbol=crosscall2" "-Qunused-arguments" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3935025364/001/linktmp/go.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3935025364/001/linktmp/000000.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3935025364/001/linktmp/000001.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3935025364/001/linktmp/000002.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3935025364/001/linktmp/000003.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3935025364/001/linktmp/000004.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3935025364/001/linktmp/000005.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3935025364/001/linktmp/000006.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3935025364/001/linktmp/000007.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3935025364/001/linktmp/000008.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3935025364/001/linktmp/000009.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3935025364/001/linktmp/000010.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3935025364/001/linktmp/000011.o" "-O2" "-g" "-O2" "-g" "-lpthread" "-no-pie"
--- FAIL: TestExtLinkCmdlineDeterminism (63.39s)
2025-02-26 18:52 gotip-openbsd-amd64 go@76c70282 cmd/link/internal/ld.TestRISCVTrampolines (log)
=== RUN   TestRISCVTrampolines
=== PAUSE TestRISCVTrampolines
=== CONT  TestRISCVTrampolines
    ld_test.go:425: Build failed: exit status 1, output: runtime: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/asm: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/asm: resource temporarily unavailable
--- FAIL: TestRISCVTrampolines (47.09s)
2025-02-26 18:52 gotip-openbsd-amd64 go@76c70282 cmd/objdump.TestDisasmGnuAsm (log)
=== RUN   TestDisasmGnuAsm
=== PAUSE TestDisasmGnuAsm
=== CONT  TestDisasmGnuAsm
    objdump_test.go:146: Running [/home/swarming/.swarming/w/ir/x/w/goroot/bin/go build -o /home/swarming/.swarming/w/ir/x/t/TestDisasmGnuAsm2051509671/001/hello-39e6feae9b62ec25164bc89b1299455c.exe fmthello.go]
    objdump_test.go:219: Running [/home/swarming/.swarming/w/ir/x/t/go-build118227863/b355/objdump.test -gnu -s main.main /home/swarming/.swarming/w/ir/x/t/TestDisasmGnuAsm2051509671/001/hello-39e6feae9b62ec25164bc89b1299455c.exe]
    objdump_test.go:242: full disassembly:
        TEXT main.main(SB) /home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/objdump/testdata/fmthello.go
          fmthello.go:5		0x49e7e0		493b6610		CMPQ SP, 0x10(R14)                   // cmp 0x10(%r14),%rsp	
          fmthello.go:5		0x49e7e4		763e			JBE 0x49e824                         // jbe 0x49e824		
          fmthello.go:5		0x49e7e6		55			PUSHQ BP                             // push %rbp		
...
          fmthello.go:999991	0x49e822		ebfd			JMP 0x49e821                         // jmp 0x49e821		
          fmthello.go:5		0x49e824		e877c9fcff		CALL runtime.morestack_noctxt.abi0(SB) // callq 0x46b1a0	
          fmthello.go:5		0x49e829		ebb5			JMP main.main(SB)                    // jmp 0x49e7e0		
    objdump_test.go:146: Running [/home/swarming/.swarming/w/ir/x/w/goroot/bin/go build -o /home/swarming/.swarming/w/ir/x/t/TestDisasmGnuAsm2051509671/002/hello-137075af000e083f867376b4b6dd7726.exe fmthellocgo.go]
    objdump_test.go:149: go build fmthellocgo.go: exit status 1
        # command-line-arguments
        /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/link: running clang failed: fork/exec /usr/bin/clang: resource temporarily unavailable
        /usr/bin/clang -m64 -pthread -Wl,-nopie -Wl,--build-id=0x758ace4a8b9ade555819a059f356f86142aec999 -o $WORK/b001/exe/a.out -rdynamic /home/swarming/.swarming/w/ir/x/t/go-link-1147703443/go.o /home/swarming/.swarming/w/ir/x/t/go-link-1147703443/000000.o /home/swarming/.swarming/w/ir/x/t/go-link-1147703443/000001.o /home/swarming/.swarming/w/ir/x/t/go-link-1147703443/000002.o /home/swarming/.swarming/w/ir/x/t/go-link-1147703443/000003.o /home/swarming/.swarming/w/ir/x/t/go-link-1147703443/000004.o /home/swarming/.swarming/w/ir/x/t/go-link-1147703443/000005.o /home/swarming/.swarming/w/ir/x/t/go-link-1147703443/000006.o /home/swarming/.swarming/w/ir/x/t/go-link-1147703443/000007.o /home/swarming/.swarming/w/ir/x/t/go-link-1147703443/000008.o /home/swarming/.swarming/w/ir/x/t/go-link-1147703443/000009.o /home/swarming/.swarming/w/ir/x/t/go-link-1147703443/000010.o /home/swarming/.swarming/w/ir/x/t/go-link-1147703443/000011.o -O2 -g -O2 -g -lpthread
        
--- FAIL: TestDisasmGnuAsm (48.18s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- builder ~ `openbsd-amd64` && repo == "go" && (mode == "build" || pkg ~ `cmd/` || `resource temporarily unavailable` || `\[build failed\]`)
2025-02-26 17:53 go1.24-openbsd-amd64 release-branch.go1.24@5ffdb9c8 cmd/go/internal/modfetch/codehost.TestReadZip/gitrepo1/v2.3.4/ (log)
=== RUN   TestReadZip/gitrepo1/v2.3.4/
=== PAUSE TestReadZip/gitrepo1/v2.3.4/
=== CONT  TestReadZip/gitrepo1/v2.3.4/
git clone --mirror http://127.0.0.1:39643/git/gitrepo1 /home/swarming/.swarming/w/ir/x/t/gitrepo-test-3060244355/gitrepo2
    git_test.go:167: mkdir -p /home/swarming/.swarming/w/ir/x/t/gitrepo-test-3060244355/modcache/cache/vcs # git3 http://127.0.0.1:39643/git/gitrepo1
    git_test.go:167: # lock /home/swarming/.swarming/w/ir/x/t/gitrepo-test-3060244355/modcache/cache/vcs/5e626c32b779e4f7fca13f6f81ed8ed355a5eef1011b09f03da30522396363f8.lock
    git_test.go:167: mkdir -p /home/swarming/.swarming/w/ir/x/t/gitrepo-test-3060244355/modcache/cache/vcs/5e626c32b779e4f7fca13f6f81ed8ed355a5eef1011b09f03da30522396363f8 # git3 http://127.0.0.1:39643/git/gitrepo1
    git_test.go:167: cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-3060244355/modcache/cache/vcs/5e626c32b779e4f7fca13f6f81ed8ed355a5eef1011b09f03da30522396363f8; git init --bare
    git_test.go:167: 0.560s # cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-3060244355/modcache/cache/vcs/5e626c32b779e4f7fca13f6f81ed8ed355a5eef1011b09f03da30522396363f8; git init --bare
    git_test.go:167: cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-3060244355/modcache/cache/vcs/5e626c32b779e4f7fca13f6f81ed8ed355a5eef1011b09f03da30522396363f8; git remote add origin -- http://127.0.0.1:39643/git/gitrepo1
...
    git_test.go:167: 1.657s # cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-3060244355/modcache/cache/vcs/5e626c32b779e4f7fca13f6f81ed8ed355a5eef1011b09f03da30522396363f8; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 76a00fb249b7f93091bc2c89a789dab1fc1bc26f --
    git_test.go:167: cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-3060244355/modcache/cache/vcs/5e626c32b779e4f7fca13f6f81ed8ed355a5eef1011b09f03da30522396363f8; git -c protocol.version=2 fetch -f --depth=1 origin refs/heads/v2.3.4:refs/heads/v2.3.4
20.364s # git clone --mirror http://127.0.0.1:39643/git/gitrepo1 /home/swarming/.swarming/w/ir/x/t/gitrepo-test-3060244355/gitrepo2
cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-3060244355/gitrepo2; git config daemon.uploadarch true
0.384s # cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-3060244355/gitrepo2; git config daemon.uploadarch true
    git_test.go:167: 30.812s # cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-3060244355/modcache/cache/vcs/5e626c32b779e4f7fca13f6f81ed8ed355a5eef1011b09f03da30522396363f8; git -c protocol.version=2 fetch -f --depth=1 origin refs/heads/v2.3.4:refs/heads/v2.3.4
    git_test.go:167: cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-3060244355/modcache/cache/vcs/5e626c32b779e4f7fca13f6f81ed8ed355a5eef1011b09f03da30522396363f8; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' refs/heads/v2.3.4 --
    git_test.go:167: 0.004s # cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-3060244355/modcache/cache/vcs/5e626c32b779e4f7fca13f6f81ed8ed355a5eef1011b09f03da30522396363f8; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' refs/heads/v2.3.4 --
    git_test.go:431: ReadZip: unexpected error unknown revision refs/heads/v2.3.4
--- FAIL: TestReadZip/gitrepo1/v2.3.4/ (48.14s)
2025-02-26 17:53 go1.24-openbsd-amd64 release-branch.go1.24@5ffdb9c8 cmd/go/internal/vcweb/vcstest.TestScripts/git/commit-after-tag.txt (log)
=== RUN   TestScripts/git/commit-after-tag.txt
=== PAUSE TestScripts/git/commit-after-tag.txt
=== CONT  TestScripts/git/commit-after-tag.txt
    vcstest_test.go:155: 2025/02/26 10:28:08 commit-after-tag.txt:
        > handle git
        > env GIT_AUTHOR_NAME='Bryan C. Mills'
        > env GIT_AUTHOR_EMAIL='bcmills@google.com'
        > env GIT_COMMITTER_NAME=$GIT_AUTHOR_NAME
        > env GIT_COMMITTER_EMAIL=$GIT_AUTHOR_EMAIL
        > git init
...
        #1 git/main.go:127 - main.mainImpl()
          reason: failed to locate system Git
        
        #2 git/main.go:181 - main.main()
        #3 runtime/proc.go:271 - runtime.main()
        #4 runtime/asm_amd64.s:1695 - runtime.goexit()
        
        
    vcstest_test.go:161: commit-after-tag.txt:14: git tag v1.0.0: exit status 250
--- FAIL: TestScripts/git/commit-after-tag.txt (20.31s)
2025-02-26 17:53 go1.24-openbsd-amd64 release-branch.go1.24@5ffdb9c8 cmd/link.TestUnresolved (log)
=== RUN   TestUnresolved
=== PAUSE TestUnresolved
=== CONT  TestUnresolved
    link_test.go:183: want:
        main.x: relocation target zero not defined
        main.x: relocation target zero not defined
        main.x: relocation target main.zero not defined
        got:
        go: error obtaining buildID for go tool compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/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_amd64/compile: resource temporarily unavailable
--- FAIL: TestUnresolved (1.17s)
2025-02-26 18:08 go1.24-openbsd-amd64 release-branch.go1.24@40705319 cmd/go/internal/vcweb/vcstest.TestScripts/git/querytest.txt (log)
=== RUN   TestScripts/git/querytest.txt
=== PAUSE TestScripts/git/querytest.txt
=== CONT  TestScripts/git/querytest.txt
    vcstest_test.go:155: 2025/02/26 10:24:45 querytest.txt:
        > handle git
        > env GIT_AUTHOR_NAME='Russ Cox'
        > env GIT_AUTHOR_EMAIL='rsc@golang.org'
        > env GIT_COMMITTER_NAME=$GIT_AUTHOR_NAME
        > env GIT_COMMITTER_EMAIL=$GIT_AUTHOR_EMAIL
        > git init
...
        #1 git/main.go:127 - main.mainImpl()
          reason: failed to locate system Git
        
        #2 git/main.go:181 - main.main()
        #3 runtime/proc.go:271 - runtime.main()
        #4 runtime/asm_amd64.s:1695 - runtime.goexit()
        
        
    vcstest_test.go:161: querytest.txt:45: git tag v0.0.1: exit status 250
--- FAIL: TestScripts/git/querytest.txt (56.45s)
2025-02-26 18:08 go1.24-openbsd-amd64 release-branch.go1.24@40705319 cmd/link.TestFlagS (log)
=== RUN   TestFlagS
=== PAUSE TestFlagS
=== CONT  TestFlagS
    link_test.go:1441: build (linkmode=external) failed: exit status 1
        # command-line-arguments
        /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/link: running clang failed: fork/exec /usr/bin/clang: resource temporarily unavailable
        /usr/bin/clang -m64 -s -pthread -Wl,-nopie -o $WORK/b001/exe/a.out -rdynamic /home/swarming/.swarming/w/ir/x/t/go-link-2472891907/go.o /home/swarming/.swarming/w/ir/x/t/go-link-2472891907/000000.o /home/swarming/.swarming/w/ir/x/t/go-link-2472891907/000001.o /home/swarming/.swarming/w/ir/x/t/go-link-2472891907/000002.o /home/swarming/.swarming/w/ir/x/t/go-link-2472891907/000003.o /home/swarming/.swarming/w/ir/x/t/go-link-2472891907/000004.o /home/swarming/.swarming/w/ir/x/t/go-link-2472891907/000005.o /home/swarming/.swarming/w/ir/x/t/go-link-2472891907/000006.o /home/swarming/.swarming/w/ir/x/t/go-link-2472891907/000007.o /home/swarming/.swarming/w/ir/x/t/go-link-2472891907/000008.o /home/swarming/.swarming/w/ir/x/t/go-link-2472891907/000009.o -O2 -g -lpthread
        
--- FAIL: TestFlagS (26.48s)
2025-02-26 18:08 go1.24-openbsd-amd64 release-branch.go1.24@40705319 cmd/link/internal/ld.TestElfBindNow/bindnow-linkmode-internal (log)
=== RUN   TestElfBindNow/bindnow-linkmode-internal
    elf_test.go:307: failed to build [/home/swarming/.swarming/w/ir/x/w/goroot/bin/go build -o /home/swarming/.swarming/w/ir/x/t/TestElfBindNowbindnow-linkmode-internal3176904976/001/bindnow-linkmode-internal -ldflags -bindnow -linkmode=internal /home/swarming/.swarming/w/ir/x/t/TestElfBindNowbindnow-linkmode-internal3176904976/001/elf_bindnow-linkmode-internal.go]: exit status 1:
        command-line-arguments: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/compile: resource temporarily unavailable
--- FAIL: TestElfBindNow/bindnow-linkmode-internal (30.29s)
2025-02-26 19:11 go1.24-openbsd-amd64 release-branch.go1.24@7f375e2c cmd/go/internal/modfetch/codehost.TestReadFile/localGitRepo/v2.3.4/another.txt (log)
=== RUN   TestReadFile/localGitRepo/v2.3.4/another.txt
=== PAUSE TestReadFile/localGitRepo/v2.3.4/another.txt
=== CONT  TestReadFile/localGitRepo/v2.3.4/another.txt
    git_test.go:167: mkdir -p /home/swarming/.swarming/w/ir/x/t/gitrepo-test-3809819850/modcache/cache/vcs # git3 file:///home/swarming/.swarming/w/ir/x/t/gitrepo-test-3809819850/gitrepo2
    git_test.go:167: # lock /home/swarming/.swarming/w/ir/x/t/gitrepo-test-3809819850/modcache/cache/vcs/5b0d2ba227176e1b11596871c59ba01b5ea33a12c78ac8203ce8ab363d1ac5d4.lock
    git_test.go:167: mkdir -p /home/swarming/.swarming/w/ir/x/t/gitrepo-test-3809819850/modcache/cache/vcs/5b0d2ba227176e1b11596871c59ba01b5ea33a12c78ac8203ce8ab363d1ac5d4 # git3 file:///home/swarming/.swarming/w/ir/x/t/gitrepo-test-3809819850/gitrepo2
    git_test.go:167: cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-3809819850/modcache/cache/vcs/5b0d2ba227176e1b11596871c59ba01b5ea33a12c78ac8203ce8ab363d1ac5d4; git init --bare
    git_test.go:167: 1.437s # cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-3809819850/modcache/cache/vcs/5b0d2ba227176e1b11596871c59ba01b5ea33a12c78ac8203ce8ab363d1ac5d4; git init --bare
    git_test.go:167: cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-3809819850/modcache/cache/vcs/5b0d2ba227176e1b11596871c59ba01b5ea33a12c78ac8203ce8ab363d1ac5d4; git remote add origin -- file:///home/swarming/.swarming/w/ir/x/t/gitrepo-test-3809819850/gitrepo2
    git_test.go:167: 2.097s # cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-3809819850/modcache/cache/vcs/5b0d2ba227176e1b11596871c59ba01b5ea33a12c78ac8203ce8ab363d1ac5d4; git remote add origin -- file:///home/swarming/.swarming/w/ir/x/t/gitrepo-test-3809819850/gitrepo2
    git_test.go:167: cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-3809819850/modcache/cache/vcs/5b0d2ba227176e1b11596871c59ba01b5ea33a12c78ac8203ce8ab363d1ac5d4; git tag -l
    git_test.go:167: 6.611s # cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-3809819850/modcache/cache/vcs/5b0d2ba227176e1b11596871c59ba01b5ea33a12c78ac8203ce8ab363d1ac5d4; git tag -l
    git_test.go:167: cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-3809819850/modcache/cache/vcs/5b0d2ba227176e1b11596871c59ba01b5ea33a12c78ac8203ce8ab363d1ac5d4; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 76a00fb249b7f93091bc2c89a789dab1fc1bc26f --
    git_test.go:167: 3.655s # cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-3809819850/modcache/cache/vcs/5b0d2ba227176e1b11596871c59ba01b5ea33a12c78ac8203ce8ab363d1ac5d4; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 76a00fb249b7f93091bc2c89a789dab1fc1bc26f --
    git_test.go:167: cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-3809819850/modcache/cache/vcs/5b0d2ba227176e1b11596871c59ba01b5ea33a12c78ac8203ce8ab363d1ac5d4; git -c protocol.version=2 fetch -f --depth=1 origin refs/heads/v2.3.4:refs/heads/v2.3.4
    git_test.go:167: 0.035s # cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-3809819850/modcache/cache/vcs/5b0d2ba227176e1b11596871c59ba01b5ea33a12c78ac8203ce8ab363d1ac5d4; git -c protocol.version=2 fetch -f --depth=1 origin refs/heads/v2.3.4:refs/heads/v2.3.4
    git_test.go:167: cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-3809819850/modcache/cache/vcs/5b0d2ba227176e1b11596871c59ba01b5ea33a12c78ac8203ce8ab363d1ac5d4; git fetch -f origin 'refs/heads/*:refs/heads/*' 'refs/tags/*:refs/tags/*'
    git_test.go:167: 0.005s # cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-3809819850/modcache/cache/vcs/5b0d2ba227176e1b11596871c59ba01b5ea33a12c78ac8203ce8ab363d1ac5d4; git fetch -f origin 'refs/heads/*:refs/heads/*' 'refs/tags/*:refs/tags/*'
    git_test.go:359: ReadFile: wrong error "git fetch -f origin refs/heads/*:refs/heads/* refs/tags/*:refs/tags/* in /home/swarming/.swarming/w/ir/x/t/gitrepo-test-3809819850/modcache/cache/vcs/5b0d2ba227176e1b11596871c59ba01b5ea33a12c78ac8203ce8ab363d1ac5d4: fork/exec /home/swarming/.swarming/w/ir/cipd_bin_packages/git: resource temporarily unavailable", want "file does not exist"
--- FAIL: TestReadFile/localGitRepo/v2.3.4/another.txt (30.94s)
2025-02-26 19:11 go1.24-openbsd-amd64 release-branch.go1.24@7f375e2c cmd/go/internal/vcweb/vcstest.TestScripts/git/v2sub.txt (log)
=== RUN   TestScripts/git/v2sub.txt
=== PAUSE TestScripts/git/v2sub.txt
=== CONT  TestScripts/git/v2sub.txt
    vcstest_test.go:155: 2025/02/26 11:36:08 v2sub.txt:
        > handle git
        > env GIT_AUTHOR_NAME='Bryan C. Mills'
        > env GIT_AUTHOR_EMAIL='bcmills@google.com'
        > env GIT_COMMITTER_NAME=$GIT_AUTHOR_NAME
        > env GIT_COMMITTER_EMAIL=$GIT_AUTHOR_EMAIL
        > git init
...
        #1 git/main.go:127 - main.mainImpl()
          reason: failed to locate system Git
        
        #2 git/main.go:181 - main.main()
        #3 runtime/proc.go:271 - runtime.main()
        #4 runtime/asm_amd64.s:1695 - runtime.goexit()
        
        
    vcstest_test.go:161: v2sub.txt:18: git commit -m 'v2sub: add README.txt': exit status 250
--- FAIL: TestScripts/git/v2sub.txt (27.78s)
2025-02-26 19:11 go1.24-openbsd-amd64 release-branch.go1.24@7f375e2c cmd/link.TestMinusRSymsWithSameName (log)
=== RUN   TestMinusRSymsWithSameName
=== PAUSE TestMinusRSymsWithSameName
=== CONT  TestMinusRSymsWithSameName
    elf_test.go:167: clang [-fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=/home/swarming/.swarming/w/ir/x/t/go-build4065713240=/tmp/go-build -gno-record-gcc-switches] -c -o /home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName94683241/001/x0.o /home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName94683241/001/x0.c
    elf_test.go:167: clang [-fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=/home/swarming/.swarming/w/ir/x/t/go-build4065713240=/tmp/go-build -gno-record-gcc-switches] -c -o /home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName94683241/001/x1.o /home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName94683241/001/x1.c
    elf_test.go:169: 
    elf_test.go:170: fork/exec /usr/bin/clang: resource temporarily unavailable
--- FAIL: TestMinusRSymsWithSameName (9.38s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- builder ~ `openbsd-amd64` && repo == "go" && (mode == "build" || pkg ~ `cmd/` || `resource temporarily unavailable` || `\[build failed\]`)
2025-02-26 21:58 gotip-openbsd-amd64 go@16959799 cmd/go/internal/vcweb/vcstest.TestScripts/git/querytest.txt (log)
=== RUN   TestScripts/git/querytest.txt
=== PAUSE TestScripts/git/querytest.txt
=== CONT  TestScripts/git/querytest.txt
    vcstest_test.go:155: 2025/02/26 14:18:25 querytest.txt:
        > handle git
        > env GIT_AUTHOR_NAME='Russ Cox'
        > env GIT_AUTHOR_EMAIL='rsc@golang.org'
        > env GIT_COMMITTER_NAME=$GIT_AUTHOR_NAME
        > env GIT_COMMITTER_EMAIL=$GIT_AUTHOR_EMAIL
        > git init
...
        #1 git/main.go:127 - main.mainImpl()
          reason: failed to locate system Git
        
        #2 git/main.go:181 - main.main()
        #3 runtime/proc.go:271 - runtime.main()
        #4 runtime/asm_amd64.s:1695 - runtime.goexit()
        
        
    vcstest_test.go:168: querytest.txt:27: git tag v0.0.0-pre1: exit status 250
--- FAIL: TestScripts/git/querytest.txt (72.84s)
2025-02-26 21:58 gotip-openbsd-amd64 go@16959799 cmd/link.TestIndexMismatch (log)
=== RUN   TestIndexMismatch
=== PAUSE TestIndexMismatch
=== CONT  TestIndexMismatch
    link_test.go:894: /home/swarming/.swarming/w/ir/x/w/goroot/bin/go tool compile -importcfg=/home/swarming/.swarming/w/ir/x/t/TestIndexMismatch3189291278/001/runtime.importcfg -p=a -o /home/swarming/.swarming/w/ir/x/t/TestIndexMismatch3189291278/001/a.o testdata/testIndexMismatch/a.go
    link_test.go:900: /home/swarming/.swarming/w/ir/x/w/goroot/bin/go tool compile -importcfg=/home/swarming/.swarming/w/ir/x/t/TestIndexMismatch3189291278/001/witha.importcfg -p=main -I /home/swarming/.swarming/w/ir/x/t/TestIndexMismatch3189291278/001 -o /home/swarming/.swarming/w/ir/x/t/TestIndexMismatch3189291278/001/main.o testdata/testIndexMismatch/main.go
    link_test.go:906: /home/swarming/.swarming/w/ir/x/w/goroot/bin/go tool link -importcfg=/home/swarming/.swarming/w/ir/x/t/TestIndexMismatch3189291278/001/witha.importcfg -L /home/swarming/.swarming/w/ir/x/t/TestIndexMismatch3189291278/001 -o /home/swarming/.swarming/w/ir/x/t/TestIndexMismatch3189291278/001/main.exe /home/swarming/.swarming/w/ir/x/t/TestIndexMismatch3189291278/001/main.o
    link_test.go:912: linking failed: exit status 1
        runtime: failed to create new OS thread
    link_test.go:918: /home/swarming/.swarming/w/ir/x/w/goroot/bin/go tool compile -importcfg=/home/swarming/.swarming/w/ir/x/t/TestIndexMismatch3189291278/001/runtime.importcfg -p=a -o /home/swarming/.swarming/w/ir/x/t/TestIndexMismatch3189291278/001/a.o testdata/testIndexMismatch/b.go
    link_test.go:924: /home/swarming/.swarming/w/ir/x/w/goroot/bin/go tool link -importcfg=/home/swarming/.swarming/w/ir/x/t/TestIndexMismatch3189291278/001/witha.importcfg -L /home/swarming/.swarming/w/ir/x/t/TestIndexMismatch3189291278/001 -o /home/swarming/.swarming/w/ir/x/t/TestIndexMismatch3189291278/001/main.exe /home/swarming/.swarming/w/ir/x/t/TestIndexMismatch3189291278/001/main.o
--- FAIL: TestIndexMismatch (18.09s)
2025-02-26 21:58 gotip-openbsd-amd64 go@983e30bd cmd/go/internal/vcweb/vcstest.TestScripts/git/tagtests.txt (log)
=== RUN   TestScripts/git/tagtests.txt
=== PAUSE TestScripts/git/tagtests.txt
=== CONT  TestScripts/git/tagtests.txt
    vcstest_test.go:155: 2025/02/26 14:15:04 tagtests.txt:
        > handle git
        > env GIT_AUTHOR_NAME='Jay Conrod'
        > env GIT_AUTHOR_EMAIL='jayconrod@google.com'
        > env GIT_COMMITTER_NAME=$GIT_AUTHOR_NAME
        > env GIT_COMMITTER_EMAIL=$GIT_AUTHOR_EMAIL
        > at 2019-05-09T18:56:25-04:00
...
        #1 git/main.go:127 - main.mainImpl()
          reason: failed to locate system Git
        
        #2 git/main.go:181 - main.main()
        #3 runtime/proc.go:271 - runtime.main()
        #4 runtime/asm_amd64.s:1695 - runtime.goexit()
        
        
    vcstest_test.go:168: tagtests.txt:24: git tag v0.2.2: exit status 250
--- FAIL: TestScripts/git/tagtests.txt (40.90s)
2025-02-26 21:58 gotip-openbsd-amd64 go@983e30bd cmd/link.TestIndexMismatch (log)
=== RUN   TestIndexMismatch
=== PAUSE TestIndexMismatch
=== CONT  TestIndexMismatch
    link_test.go:894: /home/swarming/.swarming/w/ir/x/w/goroot/bin/go tool compile -importcfg=/home/swarming/.swarming/w/ir/x/t/TestIndexMismatch1007215223/001/runtime.importcfg -p=a -o /home/swarming/.swarming/w/ir/x/t/TestIndexMismatch1007215223/001/a.o testdata/testIndexMismatch/a.go
    link_test.go:900: /home/swarming/.swarming/w/ir/x/w/goroot/bin/go tool compile -importcfg=/home/swarming/.swarming/w/ir/x/t/TestIndexMismatch1007215223/001/witha.importcfg -p=main -I /home/swarming/.swarming/w/ir/x/t/TestIndexMismatch1007215223/001 -o /home/swarming/.swarming/w/ir/x/t/TestIndexMismatch1007215223/001/main.o testdata/testIndexMismatch/main.go
    link_test.go:906: /home/swarming/.swarming/w/ir/x/w/goroot/bin/go tool link -importcfg=/home/swarming/.swarming/w/ir/x/t/TestIndexMismatch1007215223/001/witha.importcfg -L /home/swarming/.swarming/w/ir/x/t/TestIndexMismatch1007215223/001 -o /home/swarming/.swarming/w/ir/x/t/TestIndexMismatch1007215223/001/main.exe /home/swarming/.swarming/w/ir/x/t/TestIndexMismatch1007215223/001/main.o
    link_test.go:918: /home/swarming/.swarming/w/ir/x/w/goroot/bin/go tool compile -importcfg=/home/swarming/.swarming/w/ir/x/t/TestIndexMismatch1007215223/001/runtime.importcfg -p=a -o /home/swarming/.swarming/w/ir/x/t/TestIndexMismatch1007215223/001/a.o testdata/testIndexMismatch/b.go
    link_test.go:921: compiling a.go failed: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/bin/go: resource temporarily unavailable
--- FAIL: TestIndexMismatch (21.03s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- builder ~ `openbsd-amd64` && repo == "go" && (mode == "build" || pkg ~ `cmd/` || `resource temporarily unavailable` || `\[build failed\]`)
2025-02-26 22:39 gotip-openbsd-amd64 go@2e71ae33 cmd/go/internal/modfetch/codehost.TestReadZip/gitrepo1/v2.3.4/ (log)
=== RUN   TestReadZip/gitrepo1/v2.3.4/
=== PAUSE TestReadZip/gitrepo1/v2.3.4/
=== CONT  TestReadZip/gitrepo1/v2.3.4/
    git_test.go:167: mkdir -p /home/swarming/.swarming/w/ir/x/t/gitrepo-test-680911352/modcache/cache/vcs # git3 http://127.0.0.1:9667/git/gitrepo1
    git_test.go:167: # lock /home/swarming/.swarming/w/ir/x/t/gitrepo-test-680911352/modcache/cache/vcs/afb5d8ca09f4a375f03bd8a36fd5859eeba3b9b35d4f51b992f041a004c4e113.lock
    git_test.go:167: mkdir -p /home/swarming/.swarming/w/ir/x/t/gitrepo-test-680911352/modcache/cache/vcs/afb5d8ca09f4a375f03bd8a36fd5859eeba3b9b35d4f51b992f041a004c4e113 # git3 http://127.0.0.1:9667/git/gitrepo1
    git_test.go:167: cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-680911352/modcache/cache/vcs/afb5d8ca09f4a375f03bd8a36fd5859eeba3b9b35d4f51b992f041a004c4e113; git init --bare
    git_test.go:167: 0.474s # cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-680911352/modcache/cache/vcs/afb5d8ca09f4a375f03bd8a36fd5859eeba3b9b35d4f51b992f041a004c4e113; git init --bare
    git_test.go:167: cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-680911352/modcache/cache/vcs/afb5d8ca09f4a375f03bd8a36fd5859eeba3b9b35d4f51b992f041a004c4e113; git remote add origin -- http://127.0.0.1:9667/git/gitrepo1
    git_test.go:167: 0.122s # cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-680911352/modcache/cache/vcs/afb5d8ca09f4a375f03bd8a36fd5859eeba3b9b35d4f51b992f041a004c4e113; git remote add origin -- http://127.0.0.1:9667/git/gitrepo1
    git_test.go:167: cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-680911352/modcache/cache/vcs/afb5d8ca09f4a375f03bd8a36fd5859eeba3b9b35d4f51b992f041a004c4e113; git tag -l
    git_test.go:167: 0.063s # cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-680911352/modcache/cache/vcs/afb5d8ca09f4a375f03bd8a36fd5859eeba3b9b35d4f51b992f041a004c4e113; git tag -l
    git_test.go:167: cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-680911352/modcache/cache/vcs/afb5d8ca09f4a375f03bd8a36fd5859eeba3b9b35d4f51b992f041a004c4e113; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 76a00fb249b7f93091bc2c89a789dab1fc1bc26f --
    git_test.go:167: 0.445s # cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-680911352/modcache/cache/vcs/afb5d8ca09f4a375f03bd8a36fd5859eeba3b9b35d4f51b992f041a004c4e113; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 76a00fb249b7f93091bc2c89a789dab1fc1bc26f --
    git_test.go:167: cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-680911352/modcache/cache/vcs/afb5d8ca09f4a375f03bd8a36fd5859eeba3b9b35d4f51b992f041a004c4e113; git -c protocol.version=2 fetch -f --depth=1 origin refs/heads/v2.3.4:refs/heads/v2.3.4
    git_test.go:167: 15.839s # cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-680911352/modcache/cache/vcs/afb5d8ca09f4a375f03bd8a36fd5859eeba3b9b35d4f51b992f041a004c4e113; git -c protocol.version=2 fetch -f --depth=1 origin refs/heads/v2.3.4:refs/heads/v2.3.4
    git_test.go:167: cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-680911352/modcache/cache/vcs/afb5d8ca09f4a375f03bd8a36fd5859eeba3b9b35d4f51b992f041a004c4e113; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' refs/heads/v2.3.4 --
    git_test.go:167: 2.083s # cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-680911352/modcache/cache/vcs/afb5d8ca09f4a375f03bd8a36fd5859eeba3b9b35d4f51b992f041a004c4e113; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' refs/heads/v2.3.4 --
    git_test.go:431: ReadZip: unexpected error unknown revision refs/heads/v2.3.4
--- FAIL: TestReadZip/gitrepo1/v2.3.4/ (59.16s)
2025-02-26 22:39 gotip-openbsd-amd64 go@2e71ae33 cmd/go/internal/vcweb/vcstest.TestScripts/git/vgotest1.txt (log)
=== RUN   TestScripts/git/vgotest1.txt
=== PAUSE TestScripts/git/vgotest1.txt
=== CONT  TestScripts/git/vgotest1.txt
    vcstest_test.go:155: 2025/02/26 14:54:47 vgotest1.txt:
        > handle git
        > env GIT_AUTHOR_NAME='Russ Cox'
        > env GIT_AUTHOR_EMAIL='rsc@golang.org'
        > env GIT_COMMITTER_NAME=$GIT_AUTHOR_NAME
        > env GIT_COMMITTER_EMAIL=$GIT_AUTHOR_EMAIL
        > git init
...
        #1 git/main.go:127 - main.mainImpl()
          reason: failed to locate system Git
        
        #2 git/main.go:181 - main.main()
        #3 runtime/proc.go:271 - runtime.main()
        #4 runtime/asm_amd64.s:1695 - runtime.goexit()
        
        
    vcstest_test.go:168: vgotest1.txt:43: git tag v2.0.2: exit status 250
--- FAIL: TestScripts/git/vgotest1.txt (54.97s)
2025-02-26 22:39 gotip-openbsd-amd64 go@2e71ae33 cmd/link.TestLargeReloc (log)
=== RUN   TestLargeReloc
=== PAUSE TestLargeReloc
=== CONT  TestLargeReloc
    link_test.go:1186: build failed: exit status 1. output:
        go: error obtaining buildID for go tool compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/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_amd64/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_amd64/compile: resource temporarily unavailable
--- FAIL: TestLargeReloc (29.10s)

watchflakes

@dmitshur
Copy link
Contributor

dmitshur commented Feb 28, 2025

@ianlancetaylor Thanks for the suggested change at #66474 (comment).

Joel sent CL 618895 which doubles :maxproc-{cur,max} from 1024 to 2048 with the intent to also help with this issue. We'll see if that resolves it once we roll out that new image (issue #69823), and if not, we can try that suggestion as the next step.

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- builder ~ `openbsd-amd64` && repo == "go" && (mode == "build" || pkg ~ `cmd/` || `resource temporarily unavailable` || `\[build failed\]`)
2025-02-26 22:41 go1.24-openbsd-amd64 release-branch.go1.24@5d692084 cmd/link/internal/ld.TestStackCheckOutput (log)
=== RUN   TestStackCheckOutput
=== PAUSE TestStackCheckOutput
=== CONT  TestStackCheckOutput
    stackcheck_test.go:33: linker output:
        runtime: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/asm: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/asm: resource temporarily unavailable
    stackcheck_test.go:39: no overflow errors in output
--- FAIL: TestStackCheckOutput (58.01s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- builder ~ `openbsd-amd64` && repo == "go" && (mode == "build" || pkg ~ `cmd/` || `resource temporarily unavailable` || `\[build failed\]`)
2025-03-04 19:27 go1.24-openbsd-amd64 release-branch.go1.24@339c903a cmd/go/internal/modfetch/codehost.TestReadFile/localGitRepo/v2/another.txt (log)
=== RUN   TestReadFile/localGitRepo/v2/another.txt
=== PAUSE TestReadFile/localGitRepo/v2/another.txt
=== CONT  TestReadFile/localGitRepo/v2/another.txt
    git_test.go:167: cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-1145858017/modcache/cache/vcs/7e2d86c8cccabad9ba7b1dfd4301ccda89f608d2708f1af08a48cbcb30c888ba; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 9d02800338b8a55be062c838d1f02e0c5780b9eb --
    git_test.go:167: 0.666s # cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-1145858017/modcache/cache/vcs/7e2d86c8cccabad9ba7b1dfd4301ccda89f608d2708f1af08a48cbcb30c888ba; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 9d02800338b8a55be062c838d1f02e0c5780b9eb --
    git_test.go:167: cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-1145858017/modcache/cache/vcs/7e2d86c8cccabad9ba7b1dfd4301ccda89f608d2708f1af08a48cbcb30c888ba; git -c protocol.version=2 fetch -f --depth=1 origin refs/heads/v2:refs/heads/v2
2025/03/04 11:43:23 serving /git/gitrepo1/git-upload-pack
    git_test.go:167: 13.846s # cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-1145858017/modcache/cache/vcs/7e2d86c8cccabad9ba7b1dfd4301ccda89f608d2708f1af08a48cbcb30c888ba; git -c protocol.version=2 fetch -f --depth=1 origin refs/heads/v2:refs/heads/v2
    git_test.go:167: cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-1145858017/modcache/cache/vcs/7e2d86c8cccabad9ba7b1dfd4301ccda89f608d2708f1af08a48cbcb30c888ba; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' refs/heads/v2 --
    git_test.go:167: 0.003s # cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-1145858017/modcache/cache/vcs/7e2d86c8cccabad9ba7b1dfd4301ccda89f608d2708f1af08a48cbcb30c888ba; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' refs/heads/v2 --
    git_test.go:356: ReadFile: unexpected error unknown revision refs/heads/v2
--- FAIL: TestReadFile/localGitRepo/v2/another.txt (57.56s)
2025-03-04 19:27 go1.24-openbsd-amd64 release-branch.go1.24@339c903a cmd/go/internal/vcweb/vcstest.TestScripts/git/prefixtagtests.txt (log)
=== RUN   TestScripts/git/prefixtagtests.txt
=== PAUSE TestScripts/git/prefixtagtests.txt
=== CONT  TestScripts/git/prefixtagtests.txt
    vcstest_test.go:155: 2025/03/04 11:43:33 prefixtagtests.txt:
        > handle git
        > env GIT_AUTHOR_NAME='Jay Conrod'
        > env GIT_AUTHOR_EMAIL='jayconrod@google.com'
        > env GIT_COMMITTER_NAME=$GIT_AUTHOR_NAME
        > env GIT_COMMITTER_EMAIL=$GIT_AUTHOR_EMAIL
        > at 2019-05-09T18:35:00-04:00
...
        #1 git/main.go:127 - main.mainImpl()
          reason: failed to locate system Git
        
        #2 git/main.go:181 - main.main()
        #3 runtime/proc.go:271 - runtime.main()
        #4 runtime/asm_amd64.s:1695 - runtime.goexit()
        
        
    vcstest_test.go:161: prefixtagtests.txt:35: git tag v0.2.0: exit status 250
--- FAIL: TestScripts/git/prefixtagtests.txt (53.74s)
2025-03-04 19:27 go1.24-openbsd-amd64 release-branch.go1.24@339c903a cmd/link.TestExtLinkCmdlineDeterminism (log)
=== RUN   TestExtLinkCmdlineDeterminism
=== PAUSE TestExtLinkCmdlineDeterminism
=== CONT  TestExtLinkCmdlineDeterminism
    link_test.go:1296: build failed: exit status 1, output:
        command-line-arguments: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/compile: resource temporarily unavailable
--- FAIL: TestExtLinkCmdlineDeterminism (21.26s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- builder ~ `openbsd-amd64` && repo == "go" && (mode == "build" || pkg ~ `cmd/` || `resource temporarily unavailable` || `\[build failed\]`)
2025-03-17 21:33 go1.24-openbsd-amd64 release-branch.go1.24@bd1bc8a6 cmd/go/internal/vcweb/vcstest.TestScripts/git/gitrepo1.txt (log)
=== RUN   TestScripts/git/gitrepo1.txt
=== PAUSE TestScripts/git/gitrepo1.txt
=== CONT  TestScripts/git/gitrepo1.txt
    vcstest_test.go:155: 2025/03/17 15:00:34 gitrepo1.txt:
        > handle git
        > env GIT_AUTHOR_NAME='Russ Cox'
        > env GIT_AUTHOR_EMAIL='rsc@golang.org'
        > env GIT_COMMITTER_NAME=$GIT_AUTHOR_NAME
        > env GIT_COMMITTER_EMAIL=$GIT_AUTHOR_EMAIL
        > git init
...
        #1 git/main.go:127 - main.mainImpl()
          reason: failed to locate system Git
        
        #2 git/main.go:181 - main.main()
        #3 runtime/proc.go:271 - runtime.main()
        #4 runtime/asm_amd64.s:1695 - runtime.goexit()
        
        
    vcstest_test.go:161: gitrepo1.txt:43: git checkout master: exit status 250
--- FAIL: TestScripts/git/gitrepo1.txt (15.56s)
2025-03-17 21:33 go1.24-openbsd-amd64 release-branch.go1.24@bd1bc8a6 cmd/link.TestMinusRSymsWithSameName (log)
=== RUN   TestMinusRSymsWithSameName
=== PAUSE TestMinusRSymsWithSameName
=== CONT  TestMinusRSymsWithSameName
    elf_test.go:167: clang [-fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=/home/swarming/.swarming/w/ir/x/t/go-build1161650868=/tmp/go-build -gno-record-gcc-switches] -c -o /home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName3379449229/001/x0.o /home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName3379449229/001/x0.c
    elf_test.go:167: clang [-fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=/home/swarming/.swarming/w/ir/x/t/go-build1161650868=/tmp/go-build -gno-record-gcc-switches] -c -o /home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName3379449229/001/x1.o /home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName3379449229/001/x1.c
    elf_test.go:175: clang [-fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=/home/swarming/.swarming/w/ir/x/t/go-build1161650868=/tmp/go-build -gno-record-gcc-switches] -nostdlib -r -o /home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName3379449229/001/ldr.syso [/home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName3379449229/001/x0.o /home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName3379449229/001/x1.o]
    elf_test.go:177: libc++abi: terminating due to uncaught exception of type std::__1::system_error: thread constructor failed: Resource temporarily unavailable
        clang: error: unable to execute command: Abort trap (core dumped)
        clang: error: linker command failed due to signal (use -v to see invocation)
    elf_test.go:178: exit status 1
--- FAIL: TestMinusRSymsWithSameName (2.53s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- builder ~ `openbsd-amd64` && repo == "go" && (mode == "build" || pkg ~ `cmd/` || `resource temporarily unavailable` || `\[build failed\]`)
2025-03-17 21:37 go1.24-openbsd-amd64 release-branch.go1.24@fd29397d cmd/go/internal/vcweb/vcstest.TestScripts/git/prefixtagtests.txt (log)
=== RUN   TestScripts/git/prefixtagtests.txt
=== PAUSE TestScripts/git/prefixtagtests.txt
=== CONT  TestScripts/git/prefixtagtests.txt
    vcstest_test.go:155: 2025/03/17 15:00:39 prefixtagtests.txt:
        > handle git
        > env GIT_AUTHOR_NAME='Jay Conrod'
        > env GIT_AUTHOR_EMAIL='jayconrod@google.com'
        > env GIT_COMMITTER_NAME=$GIT_AUTHOR_NAME
        > env GIT_COMMITTER_EMAIL=$GIT_AUTHOR_EMAIL
        > at 2019-05-09T18:35:00-04:00
...
        #1 git/main.go:127 - main.mainImpl()
          reason: failed to locate system Git
        
        #2 git/main.go:181 - main.main()
        #3 runtime/proc.go:271 - runtime.main()
        #4 runtime/asm_amd64.s:1695 - runtime.goexit()
        
        
    vcstest_test.go:161: prefixtagtests.txt:29: git commit -a -m sub/v0.0.10: exit status 250
--- FAIL: TestScripts/git/prefixtagtests.txt (11.55s)
2025-03-17 21:37 go1.24-openbsd-amd64 release-branch.go1.24@fd29397d cmd/link.TestIssue33979 (log)
=== RUN   TestIssue33979
=== PAUSE TestIssue33979
=== CONT  TestIssue33979
    link_test.go:245: /home/swarming/.swarming/w/ir/x/w/goroot/bin/go list -export -deps -f {{if ne .ImportPath "command-line-arguments"}}{{if .Export}}{{.ImportPath}}={{.Export}}{{end}}{{end}} runtime: exit status 1
        go: error obtaining buildID for go tool compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/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_amd64/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_amd64/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_amd64/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_amd64/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_amd64/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_amd64/compile: resource temporarily unavailable
--- FAIL: TestIssue33979 (3.32s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- builder ~ `openbsd-amd64` && repo == "go" && (mode == "build" || pkg ~ `cmd/` || `resource temporarily unavailable` || `\[build failed\]`)
2025-03-20 15:28 gotip-openbsd-amd64 go@02014706 cmd/go.TestScript/work_sync_toolchain (log)
=== RUN   TestScript/work_sync_toolchain
=== PAUSE TestScript/work_sync_toolchain
=== CONT  TestScript/work_sync_toolchain
    script_test.go:139: 2025-03-20T16:00:11Z
    script_test.go:141: $WORK=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-816613765/tmpdir4022983239/work_sync_toolchain846290049
    script_test.go:163: 
        PATH=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-816613765/tmpdir4022983239/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=amd64
...
        > grep '^go 1.22.1$' go.work
        matched: go 1.22.1
        > ! grep toolchain go.work
        # work sync with newer modules should update go 1.22.1 -> 1.24rc1 and drop toolchain (838.164s)
        > go work edit -use=./m1_24_rc0
        > go work sync
        [stderr]
        go: m1_24_rc0/go.mod requires go >= 1.24rc0; switching to go1.24rc1
    script_test.go:163: FAIL: testdata/script/work_sync_toolchain.txt:41: go work sync: signal: quit
--- FAIL: TestScript/work_sync_toolchain (840.37s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- builder ~ `openbsd-amd64` && repo == "go" && (mode == "build" || pkg ~ `cmd/` || `resource temporarily unavailable` || `\[build failed\]`)
2025-03-24 22:37 go1.24-openbsd-amd64 release-branch.go1.24@213f1566 cmd/go/internal/vcweb/vcstest.TestScripts/git/prefixtagtests.txt (log)
=== RUN   TestScripts/git/prefixtagtests.txt
=== PAUSE TestScripts/git/prefixtagtests.txt
=== CONT  TestScripts/git/prefixtagtests.txt
    vcstest_test.go:155: 2025/03/24 15:57:15 prefixtagtests.txt:
        > handle git
        > env GIT_AUTHOR_NAME='Jay Conrod'
        > env GIT_AUTHOR_EMAIL='jayconrod@google.com'
        > env GIT_COMMITTER_NAME=$GIT_AUTHOR_NAME
        > env GIT_COMMITTER_EMAIL=$GIT_AUTHOR_EMAIL
        > at 2019-05-09T18:35:00-04:00
...
        #1 git/main.go:127 - main.mainImpl()
          reason: failed to locate system Git
        
        #2 git/main.go:181 - main.main()
        #3 runtime/proc.go:271 - runtime.main()
        #4 runtime/asm_amd64.s:1695 - runtime.goexit()
        
        
    vcstest_test.go:161: prefixtagtests.txt:39: git commit -a -m 'after last tag': exit status 250
--- FAIL: TestScripts/git/prefixtagtests.txt (19.72s)
2025-03-24 22:37 go1.24-openbsd-amd64 release-branch.go1.24@213f1566 cmd/internal/obj/x86.TestVexEvexPCrelative (log)
=== RUN   TestVexEvexPCrelative
    pcrelative_test.go:68: error exit status 1 output go: error obtaining buildID for go tool link: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/link: resource temporarily unavailable
--- FAIL: TestVexEvexPCrelative (17.41s)
2025-03-25 15:50 go1.24-openbsd-amd64 release-branch.go1.24@d107ee90 cmd/go/internal/modfetch/codehost.TestReadFile/localGitRepo/v2/another.txt (log)
=== RUN   TestReadFile/localGitRepo/v2/another.txt
=== PAUSE TestReadFile/localGitRepo/v2/another.txt
=== CONT  TestReadFile/localGitRepo/v2/another.txt
    git_test.go:167: cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-544488662/modcache/cache/vcs/6a0c274db3dc27bf444be89d1a75998e035b0aeccfea8695aa017f91787e75c0; git tag -l
    git_test.go:167: 0.247s # cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-544488662/modcache/cache/vcs/6a0c274db3dc27bf444be89d1a75998e035b0aeccfea8695aa017f91787e75c0; git tag -l
    git_test.go:167: cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-544488662/modcache/cache/vcs/6a0c274db3dc27bf444be89d1a75998e035b0aeccfea8695aa017f91787e75c0; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 9d02800338b8a55be062c838d1f02e0c5780b9eb --
    git_test.go:167: 0.157s # cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-544488662/modcache/cache/vcs/6a0c274db3dc27bf444be89d1a75998e035b0aeccfea8695aa017f91787e75c0; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 9d02800338b8a55be062c838d1f02e0c5780b9eb --
    git_test.go:167: cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-544488662/modcache/cache/vcs/6a0c274db3dc27bf444be89d1a75998e035b0aeccfea8695aa017f91787e75c0; git -c protocol.version=2 fetch -f --depth=1 origin refs/heads/v2:refs/heads/v2
    git_test.go:167: 2.688s # cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-544488662/modcache/cache/vcs/6a0c274db3dc27bf444be89d1a75998e035b0aeccfea8695aa017f91787e75c0; git -c protocol.version=2 fetch -f --depth=1 origin refs/heads/v2:refs/heads/v2
    git_test.go:167: cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-544488662/modcache/cache/vcs/6a0c274db3dc27bf444be89d1a75998e035b0aeccfea8695aa017f91787e75c0; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' refs/heads/v2 --
...

#2 git/main.go:181 - main.main()
#3 runtime/proc.go:271 - runtime.main()
#4 runtime/asm_amd64.s:1695 - runtime.goexit()
2025/03/25 09:05:30 cgi: no headers
    git_test.go:167: 2.031s # cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-544488662/modcache/cache/vcs/6a0c274db3dc27bf444be89d1a75998e035b0aeccfea8695aa017f91787e75c0; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' refs/heads/v2 --
    git_test.go:167: cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-544488662/modcache/cache/vcs/6a0c274db3dc27bf444be89d1a75998e035b0aeccfea8695aa017f91787e75c0; git cat-file blob 9d02800338b8a55be062c838d1f02e0c5780b9eb:another.txt
    git_test.go:167: 0.613s # cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-544488662/modcache/cache/vcs/6a0c274db3dc27bf444be89d1a75998e035b0aeccfea8695aa017f91787e75c0; git cat-file blob 9d02800338b8a55be062c838d1f02e0c5780b9eb:another.txt
    git_test.go:356: ReadFile: unexpected error file does not exist
--- FAIL: TestReadFile/localGitRepo/v2/another.txt (30.71s)
2025-03-25 15:50 go1.24-openbsd-amd64 release-branch.go1.24@d107ee90 cmd/go/internal/vcweb/vcstest.TestScripts/git/querytest.txt (log)
=== RUN   TestScripts/git/querytest.txt
=== PAUSE TestScripts/git/querytest.txt
=== CONT  TestScripts/git/querytest.txt
    vcstest_test.go:155: 2025/03/25 09:05:30 querytest.txt:
        > handle git
        > env GIT_AUTHOR_NAME='Russ Cox'
        > env GIT_AUTHOR_EMAIL='rsc@golang.org'
        > env GIT_COMMITTER_NAME=$GIT_AUTHOR_NAME
        > env GIT_COMMITTER_EMAIL=$GIT_AUTHOR_EMAIL
        > git init
...
        #1 git/main.go:127 - main.mainImpl()
          reason: failed to locate system Git
        
        #2 git/main.go:181 - main.main()
        #3 runtime/proc.go:271 - runtime.main()
        #4 runtime/asm_amd64.s:1695 - runtime.goexit()
        
        
    vcstest_test.go:161: querytest.txt:95: git commit -a -m 'before v0.3.0': exit status 250
--- FAIL: TestScripts/git/querytest.txt (19.85s)
2025-03-25 15:50 go1.24-openbsd-amd64 release-branch.go1.24@d107ee90 cmd/link.TestCGOLTO/1 (log)
=== RUN   TestCGOLTO/1
=== PAUSE TestCGOLTO/1
=== CONT  TestCGOLTO/1
    cgo_test.go:123: CGO_CFLAGS="-O2 -g -flto" /home/swarming/.swarming/w/ir/x/w/goroot/bin/go build
    cgo_test.go:125: go: error obtaining buildID for go tool compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/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_amd64/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_amd64/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_amd64/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_amd64/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_amd64/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_amd64/compile: resource temporarily unavailable
    cgo_test.go:128: go build failed: exit status 1
    cgo_test.go:146: failed
--- FAIL: TestCGOLTO/1 (0.34s)
2025-03-25 16:45 go1.24-openbsd-amd64 release-branch.go1.24@e9162e7e cmd/go/internal/vcweb/vcstest.TestScripts/git/querytest.txt (log)
=== RUN   TestScripts/git/querytest.txt
=== PAUSE TestScripts/git/querytest.txt
=== CONT  TestScripts/git/querytest.txt
    vcstest_test.go:155: 2025/03/25 10:06:49 querytest.txt:
        > handle git
        > env GIT_AUTHOR_NAME='Russ Cox'
        > env GIT_AUTHOR_EMAIL='rsc@golang.org'
        > env GIT_COMMITTER_NAME=$GIT_AUTHOR_NAME
        > env GIT_COMMITTER_EMAIL=$GIT_AUTHOR_EMAIL
        > git init
...
        #1 git/main.go:127 - main.mainImpl()
          reason: failed to locate system Git
        
        #2 git/main.go:181 - main.main()
        #3 runtime/proc.go:271 - runtime.main()
        #4 runtime/asm_amd64.s:1695 - runtime.goexit()
        
        
    vcstest_test.go:161: querytest.txt:31: git commit -a -m 'before v0.0.0': exit status 250
--- FAIL: TestScripts/git/querytest.txt (6.82s)
2025-03-25 16:45 go1.24-openbsd-amd64 release-branch.go1.24@e9162e7e cmd/link.TestIssue21703 (log)
=== RUN   TestIssue21703
=== PAUSE TestIssue21703
=== CONT  TestIssue21703
    link_test.go:64: /home/swarming/.swarming/w/ir/x/w/goroot/bin/go list -export -deps -f {{if ne .ImportPath "command-line-arguments"}}{{if .Export}}{{.ImportPath}}={{.Export}}{{end}}{{end}} /home/swarming/.swarming/w/ir/x/t/TestIssue217033396767334/001/main.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_amd64/compile: resource temporarily unavailable
--- FAIL: TestIssue21703 (0.23s)
2025-03-25 16:45 go1.24-openbsd-amd64 release-branch.go1.24@e9162e7e cmd/objdump.TestDisasm (log)
=== RUN   TestDisasm
=== PAUSE TestDisasm
=== CONT  TestDisasm
    objdump_test.go:146: Running [/home/swarming/.swarming/w/ir/x/w/goroot/bin/go build -o /home/swarming/.swarming/w/ir/x/t/TestDisasm243574148/001/hello-3d362249bbfdbe16095efd00dce927cf.exe fmthello.go]
    objdump_test.go:219: Running [/home/swarming/.swarming/w/ir/x/t/go-build3725649688/b353/objdump.test -s main.main /home/swarming/.swarming/w/ir/x/t/TestDisasm243574148/001/hello-3d362249bbfdbe16095efd00dce927cf.exe]
    objdump_test.go:242: full disassembly:
        TEXT main.main(SB) /home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/objdump/testdata/fmthello.go
          fmthello.go:5		0x49dc00		493b6610		CMPQ SP, 0x10(R14)			
          fmthello.go:5		0x49dc04		763e			JBE 0x49dc44				
          fmthello.go:5		0x49dc06		55			PUSHQ BP				
...
          fmthello.go:1000003	0x49dc3f		5d			POPQ BP					
          fmthello.go:1000003	0x49dc40		c3			RET					
          fmthello.go:1000003	0x49dc41		90			NOPL					
          fmthello.go:999991	0x49dc42		ebfd			JMP 0x49dc41				
          fmthello.go:5		0x49dc44		e857cffcff		CALL runtime.morestack_noctxt.abi0(SB)	
          fmthello.go:5		0x49dc49		ebb5			JMP main.main(SB)			
    objdump_test.go:146: Running [/home/swarming/.swarming/w/ir/x/w/goroot/bin/go build -o /home/swarming/.swarming/w/ir/x/t/TestDisasm243574148/002/hello-580fa436ea5439166f3c914715b6ef75.exe fmthellocgo.go]
    objdump_test.go:149: go build fmthellocgo.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_amd64/compile: resource temporarily unavailable
--- FAIL: TestDisasm (8.01s)
2025-03-25 16:47 go1.24-openbsd-amd64 release-branch.go1.24@311096a6 cmd/go/internal/vcweb/vcstest.TestScripts/git/vgotest1.txt (log)
=== RUN   TestScripts/git/vgotest1.txt
=== PAUSE TestScripts/git/vgotest1.txt
=== CONT  TestScripts/git/vgotest1.txt
    vcstest_test.go:155: 2025/03/25 10:11:51 vgotest1.txt:
        > handle git
        > env GIT_AUTHOR_NAME='Russ Cox'
        > env GIT_AUTHOR_EMAIL='rsc@golang.org'
        > env GIT_COMMITTER_NAME=$GIT_AUTHOR_NAME
        > env GIT_COMMITTER_EMAIL=$GIT_AUTHOR_EMAIL
        > git init
...
        #1 git/main.go:127 - main.mainImpl()
          reason: failed to locate system Git
        
        #2 git/main.go:181 - main.main()
        #3 runtime/proc.go:271 - runtime.main()
        #4 runtime/asm_amd64.s:1695 - runtime.goexit()
        
        
    vcstest_test.go:161: vgotest1.txt:68: git checkout --detach mytag: exit status 250
--- FAIL: TestScripts/git/vgotest1.txt (19.95s)
2025-03-25 16:47 go1.24-openbsd-amd64 release-branch.go1.24@311096a6 cmd/link.TestMachOBuildVersion (log)
=== RUN   TestMachOBuildVersion
=== PAUSE TestMachOBuildVersion
=== CONT  TestMachOBuildVersion
    link_test.go:378: [/home/swarming/.swarming/w/ir/x/w/goroot/bin/go build -ldflags=-linkmode=internal -o /home/swarming/.swarming/w/ir/x/t/TestMachOBuildVersion516900854/001/main /home/swarming/.swarming/w/ir/x/t/TestMachOBuildVersion516900854/001/main.go]: exit status 1:
        internal/cpu: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/asm: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/asm: resource temporarily unavailable
        internal/runtime/sys: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/compile: resource temporarily unavailable
        internal/abi: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/asm: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/asm: resource temporarily unavailable
--- FAIL: TestMachOBuildVersion (10.11s)
2025-03-25 16:47 go1.24-openbsd-amd64 release-branch.go1.24@311096a6 cmd/objdump.TestDisasm (log)
=== RUN   TestDisasm
=== PAUSE TestDisasm
=== CONT  TestDisasm
    objdump_test.go:146: Running [/home/swarming/.swarming/w/ir/x/w/goroot/bin/go build -o /home/swarming/.swarming/w/ir/x/t/TestDisasm1907464993/001/hello-3d362249bbfdbe16095efd00dce927cf.exe fmthello.go]
    objdump_test.go:219: Running [/home/swarming/.swarming/w/ir/x/t/go-build2475751799/b353/objdump.test -s main.main /home/swarming/.swarming/w/ir/x/t/TestDisasm1907464993/001/hello-3d362249bbfdbe16095efd00dce927cf.exe]
    objdump_test.go:242: full disassembly:
        TEXT main.main(SB) /home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/objdump/testdata/fmthello.go
          fmthello.go:5		0x49dc00		493b6610		CMPQ SP, 0x10(R14)			
          fmthello.go:5		0x49dc04		763e			JBE 0x49dc44				
          fmthello.go:5		0x49dc06		55			PUSHQ BP				
...
          fmthello.go:1000003	0x49dc3f		5d			POPQ BP					
          fmthello.go:1000003	0x49dc40		c3			RET					
          fmthello.go:1000003	0x49dc41		90			NOPL					
          fmthello.go:999991	0x49dc42		ebfd			JMP 0x49dc41				
          fmthello.go:5		0x49dc44		e857cffcff		CALL runtime.morestack_noctxt.abi0(SB)	
          fmthello.go:5		0x49dc49		ebb5			JMP main.main(SB)			
    objdump_test.go:146: Running [/home/swarming/.swarming/w/ir/x/w/goroot/bin/go build -o /home/swarming/.swarming/w/ir/x/t/TestDisasm1907464993/002/hello-580fa436ea5439166f3c914715b6ef75.exe fmthellocgo.go]
    objdump_test.go:149: go build fmthellocgo.go: exit status 1
        command-line-arguments: clang: fork/exec /usr/bin/clang: resource temporarily unavailable
--- FAIL: TestDisasm (11.09s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- builder ~ `openbsd-amd64` && repo == "go" && (mode == "build" || pkg ~ `cmd/` || `resource temporarily unavailable` || `\[build failed\]`)
2025-03-17 21:51 go1.23-openbsd-amd64 release-branch.go1.23@15e01a2e cmd/go/internal/modfetch/codehost.TestReadFile/gitrepo1/v2.3.4/another.txt (log)
=== RUN   TestReadFile/gitrepo1/v2.3.4/another.txt
=== PAUSE TestReadFile/gitrepo1/v2.3.4/another.txt
git clone --mirror http://127.0.0.1:3944/git/gitrepo1 /home/swarming/.swarming/w/ir/x/t/gitrepo-test-2189758532/gitrepo2
=== CONT  TestReadFile/gitrepo1/v2.3.4/another.txt
    git_test.go:166: mkdir -p /home/swarming/.swarming/w/ir/x/t/gitrepo-test-2189758532/modcache/cache/vcs # git3 http://127.0.0.1:3944/git/gitrepo1
    git_test.go:166: # lock /home/swarming/.swarming/w/ir/x/t/gitrepo-test-2189758532/modcache/cache/vcs/46472fac6d79993658f78bef7c38572ad5736f74d7532abfdff265ff35eaff3c.lock
    git_test.go:166: mkdir -p /home/swarming/.swarming/w/ir/x/t/gitrepo-test-2189758532/modcache/cache/vcs/46472fac6d79993658f78bef7c38572ad5736f74d7532abfdff265ff35eaff3c # git3 http://127.0.0.1:3944/git/gitrepo1
    git_test.go:166: cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-2189758532/modcache/cache/vcs/46472fac6d79993658f78bef7c38572ad5736f74d7532abfdff265ff35eaff3c; git init --bare
    git_test.go:166: 0.280s # cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-2189758532/modcache/cache/vcs/46472fac6d79993658f78bef7c38572ad5736f74d7532abfdff265ff35eaff3c; git init --bare
    git_test.go:166: cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-2189758532/modcache/cache/vcs/46472fac6d79993658f78bef7c38572ad5736f74d7532abfdff265ff35eaff3c; git remote add origin -- http://127.0.0.1:3944/git/gitrepo1
...
#2 git/main.go:181 - main.main()
#3 runtime/proc.go:271 - runtime.main()
#4 runtime/asm_amd64.s:1695 - runtime.goexit()

2025/03/17 15:09:10 vgotest1.txt:104: git checkout master: exit status 250
    git_test.go:166: 0.594s # cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-2189758532/modcache/cache/vcs/46472fac6d79993658f78bef7c38572ad5736f74d7532abfdff265ff35eaff3c; git -c protocol.version=2 fetch -f --depth=1 origin refs/heads/v2.3.4:refs/heads/v2.3.4
    git_test.go:166: cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-2189758532/modcache/cache/vcs/46472fac6d79993658f78bef7c38572ad5736f74d7532abfdff265ff35eaff3c; git fetch -f origin 'refs/heads/*:refs/heads/*' 'refs/tags/*:refs/tags/*'
    git_test.go:166: 0.416s # cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-2189758532/modcache/cache/vcs/46472fac6d79993658f78bef7c38572ad5736f74d7532abfdff265ff35eaff3c; git fetch -f origin 'refs/heads/*:refs/heads/*' 'refs/tags/*:refs/tags/*'
    git_test.go:358: ReadFile: wrong error "git fetch -f origin refs/heads/*:refs/heads/* refs/tags/*:refs/tags/* in /home/swarming/.swarming/w/ir/x/t/gitrepo-test-2189758532/modcache/cache/vcs/46472fac6d79993658f78bef7c38572ad5736f74d7532abfdff265ff35eaff3c: exit status 250:\n\t[E annotate.go:273] original error: fork/exec /usr/local/bin/git: resource temporarily unavailable\n\t\n\tgoroutine 1:\n\t#0 git/git.go:408 - main.(*gitRunner).runOnce()\n\t  reason: failed to start process\n\t\n\t#1 git/git.go:276 - main.(*gitRunner).runWithRetries.func1()\n\t#2 go.chromium.org/luci/common/retry/retry.go:100 - retry.Retry()\n\t#3 git/git.go:264 - main.(*gitRunner).runWithRetries()\n\t#4 git/git.go:184 - main.(*GitCommand).Run()\n\t#5 git/main.go:154 - main.mainImpl()\n\t  reason: failed to run Git\n\t\n\t#6 git/main.go:181 - main.main()\n\t#7 runtime/proc.go:271 - runtime.main()\n\t#8 runtime/asm_amd64.s:1695 - runtime.goexit()", want "file does not exist"
--- FAIL: TestReadFile/gitrepo1/v2.3.4/another.txt (31.10s)
2025-03-17 21:51 go1.23-openbsd-amd64 release-branch.go1.23@15e01a2e cmd/go/internal/vcweb/vcstest.TestScripts/git/semver-branch.txt (log)
=== RUN   TestScripts/git/semver-branch.txt
=== PAUSE TestScripts/git/semver-branch.txt
=== CONT  TestScripts/git/semver-branch.txt
    vcstest_test.go:155: 2025/03/17 15:09:00 semver-branch.txt:
        > handle git
        > env GIT_AUTHOR_NAME='Bryan C. Mills'
        > env GIT_AUTHOR_EMAIL='bcmills@google.com'
        > env GIT_COMMITTER_NAME=$GIT_AUTHOR_NAME
        > env GIT_COMMITTER_EMAIL=$GIT_AUTHOR_EMAIL
        > git init
...
        #1 git/main.go:127 - main.mainImpl()
          reason: failed to locate system Git
        
        #2 git/main.go:181 - main.main()
        #3 runtime/proc.go:271 - runtime.main()
        #4 runtime/asm_amd64.s:1695 - runtime.goexit()
        
        
    vcstest_test.go:161: semver-branch.txt:27: git commit -a -m 'pkg: remove panic': exit status 250
--- FAIL: TestScripts/git/semver-branch.txt (11.48s)
2025-03-17 21:51 go1.23-openbsd-amd64 release-branch.go1.23@15e01a2e cmd/link.TestExtLinkCmdlineDeterminism (log)
=== RUN   TestExtLinkCmdlineDeterminism
=== PAUSE TestExtLinkCmdlineDeterminism
=== CONT  TestExtLinkCmdlineDeterminism
    link_test.go:1250: output differ:
        host link: "clang" "-m64" "-pthread" "-Wl,-nopie" "-Wl,-z,nobtcfi" "-o" a.out "-rdynamic" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism2664986320/001/linktmp/go.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism2664986320/001/linktmp/000000.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism2664986320/001/linktmp/000001.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism2664986320/001/linktmp/000002.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism2664986320/001/linktmp/000003.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism2664986320/001/linktmp/000004.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism2664986320/001/linktmp/000005.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism2664986320/001/linktmp/000006.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism2664986320/001/linktmp/000007.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism2664986320/001/linktmp/000008.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism2664986320/001/linktmp/000009.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism2664986320/001/linktmp/000010.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism2664986320/001/linktmp/000011.o" "-O2" "-g" "-O2" "-g" "-lpthread"
        ==========
        host link: "clang" "-m64" "-pthread" "-Wl,-nopie" "-Wl,-z,nobtcfi" "-o" a.out "-Wl,--export-dynamic-symbol=F1" "-Wl,--export-dynamic-symbol=F2" "-Wl,--export-dynamic-symbol=F3" "-Wl,--export-dynamic-symbol=__guard_local" "-Wl,--export-dynamic-symbol=_cgo_panic" "-Wl,--export-dynamic-symbol=_cgo_topofstack" "-Wl,--export-dynamic-symbol=crosscall2" "-Qunused-arguments" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism2664986320/001/linktmp/go.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism2664986320/001/linktmp/000000.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism2664986320/001/linktmp/000001.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism2664986320/001/linktmp/000002.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism2664986320/001/linktmp/000003.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism2664986320/001/linktmp/000004.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism2664986320/001/linktmp/000005.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism2664986320/001/linktmp/000006.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism2664986320/001/linktmp/000007.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism2664986320/001/linktmp/000008.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism2664986320/001/linktmp/000009.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism2664986320/001/linktmp/000010.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism2664986320/001/linktmp/000011.o" "-O2" "-g" "-O2" "-g" "-lpthread" "-no-pie"
--- FAIL: TestExtLinkCmdlineDeterminism (24.33s)
2025-03-24 22:35 go1.23-openbsd-amd64 release-branch.go1.23@ec6e84df cmd/go/internal/vcweb/vcstest.TestScripts/git/modlegacy1-old.txt (log)
=== RUN   TestScripts/git/modlegacy1-old.txt
=== PAUSE TestScripts/git/modlegacy1-old.txt
=== CONT  TestScripts/git/modlegacy1-old.txt
    vcstest_test.go:155: 2025/03/24 15:55:01 modlegacy1-old.txt:
        > handle git
        > env GIT_AUTHOR_NAME='Russ Cox'
        > env GIT_AUTHOR_EMAIL='rsc@golang.org'
        > env GIT_COMMITTER_NAME=$GIT_AUTHOR_NAME
        > env GIT_COMMITTER_EMAIL=$GIT_AUTHOR_EMAIL
        > git init
...
        #2 git/main.go:154 - main.mainImpl()
          reason: failed to run Git
        
        #3 git/main.go:181 - main.main()
        #4 runtime/proc.go:271 - runtime.main()
        #5 runtime/asm_amd64.s:1695 - runtime.goexit()
        
        
    vcstest_test.go:161: modlegacy1-old.txt:12: git commit -m 'initial commit': exit status 250
--- FAIL: TestScripts/git/modlegacy1-old.txt (7.52s)
2025-03-25 18:51 go1.23-openbsd-amd64 release-branch.go1.23@c8551497 cmd/go/internal/vcweb/vcstest.TestScripts/git/querytest.txt (log)
=== RUN   TestScripts/git/querytest.txt
=== PAUSE TestScripts/git/querytest.txt
=== CONT  TestScripts/git/querytest.txt
    vcstest_test.go:155: 2025/03/25 12:07:52 querytest.txt:
        > handle git
        > env GIT_AUTHOR_NAME='Russ Cox'
        > env GIT_AUTHOR_EMAIL='rsc@golang.org'
        > env GIT_COMMITTER_NAME=$GIT_AUTHOR_NAME
        > env GIT_COMMITTER_EMAIL=$GIT_AUTHOR_EMAIL
        > git init
...
        #1 git/main.go:127 - main.mainImpl()
          reason: failed to locate system Git
        
        #2 git/main.go:181 - main.main()
        #3 runtime/proc.go:271 - runtime.main()
        #4 runtime/asm_amd64.s:1695 - runtime.goexit()
        
        
    vcstest_test.go:161: querytest.txt:118: git tag v1.1.0: exit status 250
--- FAIL: TestScripts/git/querytest.txt (26.44s)
2025-03-25 18:51 go1.23-openbsd-amd64 release-branch.go1.23@c8551497 cmd/link.TestCheckLinkname/push.go (log)
=== RUN   TestCheckLinkname/push.go
=== PAUSE TestCheckLinkname/push.go
=== CONT  TestCheckLinkname/push.go
    link_test.go:1454: build failed unexpectedly: exit status 1:
        go: error obtaining buildID for go tool compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/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_amd64/compile: resource temporarily unavailable
--- FAIL: TestCheckLinkname/push.go (2.86s)
2025-03-25 18:51 go1.23-openbsd-amd64 release-branch.go1.23@c8551497 cmd/vet.TestVet/buildtag (log)
=== RUN   TestVet/buildtag
=== PAUSE TestVet/buildtag
=== CONT  TestVet/buildtag
    vet_test.go:211: error check failed: 
        buildtag.go:8: missing error "possible malformed [+]build comment"
        buildtag.go:14: missing error "misplaced \\+build comment"
        buildtag2.go:8: missing error "possible malformed [+]build comment"
        buildtag2.go:14: missing error "misplaced \\+build comment"
        buildtag2.go:16: missing error "misplaced //go:build comment"
        buildtag3.go:9: missing error "[+]build lines do not match //go:build condition"
        buildtag5.go:11: missing error "misplaced \\+build comment"
        Unmatched Errors:
        go: error obtaining buildID for go tool compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/compile: resource temporarily unavailable
--- FAIL: TestVet/buildtag (4.15s)
2025-03-25 18:51 go1.24-openbsd-amd64 release-branch.go1.24@b7fd97ae cmd/go/internal/vcweb/vcstest.TestScripts/git/vgotest1.txt (log)
=== RUN   TestScripts/git/vgotest1.txt
=== PAUSE TestScripts/git/vgotest1.txt
=== CONT  TestScripts/git/vgotest1.txt
    vcstest_test.go:155: 2025/03/25 12:10:06 vgotest1.txt:
        > handle git
        > env GIT_AUTHOR_NAME='Russ Cox'
        > env GIT_AUTHOR_EMAIL='rsc@golang.org'
        > env GIT_COMMITTER_NAME=$GIT_AUTHOR_NAME
        > env GIT_COMMITTER_EMAIL=$GIT_AUTHOR_EMAIL
        > git init
...
        #1 git/main.go:127 - main.mainImpl()
          reason: failed to locate system Git
        
        #2 git/main.go:181 - main.main()
        #3 runtime/proc.go:271 - runtime.main()
        #4 runtime/asm_amd64.s:1695 - runtime.goexit()
        
        
    vcstest_test.go:161: vgotest1.txt:91: git tag v1.0.3: exit status 250
--- FAIL: TestScripts/git/vgotest1.txt (47.42s)
2025-03-25 18:51 go1.24-openbsd-amd64 release-branch.go1.24@b7fd97ae cmd/link.TestStrictDup (log)
=== RUN   TestStrictDup
=== PAUSE TestStrictDup
=== CONT  TestStrictDup
    link_test.go:609: linking with -strictdups=1 failed: exit status 1
        go: error obtaining buildID for go tool compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/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_amd64/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_amd64/compile: resource temporarily unavailable
    link_test.go:612: unexpected output:
        go: error obtaining buildID for go tool compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/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_amd64/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_amd64/compile: resource temporarily unavailable
--- FAIL: TestStrictDup (3.07s)
2025-03-25 18:51 go1.24-openbsd-amd64 release-branch.go1.24@dae59b59 cmd/cgo/internal/testgodefs (log)
fork/exec /home/swarming/.swarming/w/ir/x/t/go-build606584266/b753/testgodefs.test: resource temporarily unavailable
FAIL	cmd/cgo/internal/testgodefs	0.010s
2025-03-25 18:51 go1.24-openbsd-amd64 release-branch.go1.24@dae59b59 cmd/compile/internal/abt (log)
cmd/compile/internal/abt: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/vet: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/vet: resource temporarily unavailable
2025-03-25 18:51 go1.24-openbsd-amd64 release-branch.go1.24@dae59b59 cmd/compile/internal/importer (log)
PASS
ok  	cmd/compile/internal/importer	11.565s

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- builder ~ `openbsd-amd64` && repo == "go" && (mode == "build" || pkg ~ `cmd/` || `resource temporarily unavailable` || `\[build failed\]`)
2025-03-26 16:38 go1.24-openbsd-amd64 release-branch.go1.24@0ae3ca0a cmd/go/internal/vcweb/vcstest.TestScripts/git/semver-branch.txt (log)
=== RUN   TestScripts/git/semver-branch.txt
=== PAUSE TestScripts/git/semver-branch.txt
=== CONT  TestScripts/git/semver-branch.txt
    vcstest_test.go:155: 2025/03/26 09:56:47 semver-branch.txt:
        > handle git
        > env GIT_AUTHOR_NAME='Bryan C. Mills'
        > env GIT_AUTHOR_EMAIL='bcmills@google.com'
        > env GIT_COMMITTER_NAME=$GIT_AUTHOR_NAME
        > env GIT_COMMITTER_EMAIL=$GIT_AUTHOR_EMAIL
        > git init
...
        #1 git/main.go:127 - main.mainImpl()
          reason: failed to locate system Git
        
        #2 git/main.go:181 - main.main()
        #3 runtime/proc.go:271 - runtime.main()
        #4 runtime/asm_amd64.s:1695 - runtime.goexit()
        
        
    vcstest_test.go:161: semver-branch.txt:28: git tag v4.0.0-beta.1: exit status 250
--- FAIL: TestScripts/git/semver-branch.txt (13.20s)
2025-03-26 16:38 go1.24-openbsd-amd64 release-branch.go1.24@0ae3ca0a cmd/link.TestIssue33979 (log)
=== RUN   TestIssue33979
=== PAUSE TestIssue33979
=== CONT  TestIssue33979
    link_test.go:245: /home/swarming/.swarming/w/ir/x/w/goroot/bin/go list -export -deps -f {{if ne .ImportPath "command-line-arguments"}}{{if .Export}}{{.ImportPath}}={{.Export}}{{end}}{{end}} runtime: exit status 1
        go: error obtaining buildID for go tool asm: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/asm: resource temporarily unavailable
--- FAIL: TestIssue33979 (4.34s)
2025-03-26 16:41 go1.24-openbsd-amd64 release-branch.go1.24@9204aca6 cmd/link.TestExtLinkCmdlineDeterminism (log)
=== RUN   TestExtLinkCmdlineDeterminism
=== PAUSE TestExtLinkCmdlineDeterminism
=== CONT  TestExtLinkCmdlineDeterminism
    link_test.go:1330: output differ:
        host link: "clang" "-m64" "-pthread" "-Wl,-nopie" "-Wl,-z,nobtcfi" "-Wl,--build-id=0xf46ec43a18fd1da3b4f2689c2d6ec312272536b1" "-o" a.out "-Wl,--export-dynamic-symbol=F1" "-Wl,--export-dynamic-symbol=F2" "-Wl,--export-dynamic-symbol=F3" "-Wl,--export-dynamic-symbol=__guard_local" "-Wl,--export-dynamic-symbol=_cgo_panic" "-Wl,--export-dynamic-symbol=_cgo_topofstack" "-Wl,--export-dynamic-symbol=crosscall2" "-Qunused-arguments" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3308446091/001/linktmp/go.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3308446091/001/linktmp/000000.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3308446091/001/linktmp/000001.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3308446091/001/linktmp/000002.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3308446091/001/linktmp/000003.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3308446091/001/linktmp/000004.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3308446091/001/linktmp/000005.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3308446091/001/linktmp/000006.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3308446091/001/linktmp/000007.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3308446091/001/linktmp/000008.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3308446091/001/linktmp/000009.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3308446091/001/linktmp/000010.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3308446091/001/linktmp/000011.o" "-O2" "-g" "-O2" "-g" "-lpthread" "-no-pie"
        ==========
        host link: "clang" "-m64" "-pthread" "-Wl,-nopie" "-Wl,-z,nobtcfi" "-o" a.out "-Wl,--export-dynamic-symbol=F1" "-Wl,--export-dynamic-symbol=F2" "-Wl,--export-dynamic-symbol=F3" "-Wl,--export-dynamic-symbol=__guard_local" "-Wl,--export-dynamic-symbol=_cgo_panic" "-Wl,--export-dynamic-symbol=_cgo_topofstack" "-Wl,--export-dynamic-symbol=crosscall2" "-Qunused-arguments" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3308446091/001/linktmp/go.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3308446091/001/linktmp/000000.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3308446091/001/linktmp/000001.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3308446091/001/linktmp/000002.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3308446091/001/linktmp/000003.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3308446091/001/linktmp/000004.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3308446091/001/linktmp/000005.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3308446091/001/linktmp/000006.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3308446091/001/linktmp/000007.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3308446091/001/linktmp/000008.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3308446091/001/linktmp/000009.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3308446091/001/linktmp/000010.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3308446091/001/linktmp/000011.o" "-O2" "-g" "-O2" "-g" "-lpthread" "-no-pie"
--- FAIL: TestExtLinkCmdlineDeterminism (46.05s)
2025-03-26 16:41 go1.24-openbsd-amd64 release-branch.go1.24@9204aca6 cmd/link/internal/ld.TestDeadcode/ifacemethod5 (log)
=== RUN   TestDeadcode/ifacemethod5
=== PAUSE TestDeadcode/ifacemethod5
=== CONT  TestDeadcode/ifacemethod5
    deadcode_test.go:45: [/home/swarming/.swarming/w/ir/x/w/goroot/bin/go build -ldflags=-dumpdep -o /home/swarming/.swarming/w/ir/x/t/TestDeadcode4178989810/001/ifacemethod5.exe testdata/deadcode/ifacemethod5.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_amd64/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_amd64/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_amd64/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_amd64/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_amd64/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_amd64/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_amd64/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_amd64/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_amd64/compile: resource temporarily unavailable
--- FAIL: TestDeadcode/ifacemethod5 (0.47s)
2025-03-26 16:41 go1.24-openbsd-amd64 release-branch.go1.24@9204aca6 cmd/vet.TestVet/appends (log)
=== RUN   TestVet/appends
=== PAUSE TestVet/appends
=== CONT  TestVet/appends
    vet_test.go:195: error check failed: 
        appends.go:11: missing error "append with no values"
        Unmatched Errors:
        go: error obtaining buildID for go tool compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/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_amd64/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_amd64/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_amd64/compile: resource temporarily unavailable
--- FAIL: TestVet/appends (3.54s)
2025-03-26 16:41 go1.24-openbsd-amd64 release-branch.go1.24@1d755aa4 cmd/go/internal/modfetch/codehost.TestReadZip/localGitRepo/v2/ (log)
=== RUN   TestReadZip/localGitRepo/v2/
=== PAUSE TestReadZip/localGitRepo/v2/
=== CONT  TestReadZip/localGitRepo/v2/
    git_test.go:167: cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-3825595473/modcache/cache/vcs/832c39bebb62a64afb6613ae1f672aad83c6956a87491147d9b1afddf2535614; git -c core.autocrlf=input -c core.eol=lf archive --format=zip --prefix=prefix/ 9d02800338b8a55be062c838d1f02e0c5780b9eb
    git_test.go:167: 0.811s # cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-3825595473/modcache/cache/vcs/832c39bebb62a64afb6613ae1f672aad83c6956a87491147d9b1afddf2535614; git -c core.autocrlf=input -c core.eol=lf archive --format=zip --prefix=prefix/ 9d02800338b8a55be062c838d1f02e0c5780b9eb
    git_test.go:431: ReadZip: unexpected error git -c core.autocrlf=input -c core.eol=lf archive --format=zip --prefix=prefix/ 9d02800338b8a55be062c838d1f02e0c5780b9eb in /home/swarming/.swarming/w/ir/x/t/gitrepo-test-3825595473/modcache/cache/vcs/832c39bebb62a64afb6613ae1f672aad83c6956a87491147d9b1afddf2535614: exit status 250:
        	[W probe.go:258] Failed to run check command [/usr/local/bin/git] with environment: AR=ar BOTO_CONFIG=/home/swarming/.swarming/w/ir/x/a/gsutil-bbagent/.boto CC=clang CGO_ENABLED=1 CIPD_ARCHITECTURE=amd64 CIPD_CACHE_DIR=/home/swarming/.swarming/w/ir/cache/cipd_cache CIPD_PROTOCOL=v2 CLOUDSDK_CONFIG=/home/swarming/.swarming/w/ir/x/a/gcloud-bbagent CXX=clang++ DOCKER_CONFIG=/home/swarming/.swarming/w/ir/x/a/docker-cfg-bbagent DOCKER_TMPDIR=/home/swarming/.swarming/w/ir/x/a/docker-tmp-bbagent FIREBASE_TOKEN=ignored-non-empty-value FIREBASE_TOKEN_URL=http://127.0.0.1:33811 GCCGO=gccgo GCE_METADATA_HOST=127.0.0.1:4406 GCE_METADATA_IP=127.0.0.1:4406 GCE_METADATA_ROOT=127.0.0.1:4406 GIT_DIR=/home/swarming/.swarming/w/ir/x/t/gitrepo-test-3825595473/modcache/cache/vcs/832c39bebb62a64afb6613ae1f672aad83c6956a87491147d9b1afddf2535614 GIT_TERMINAL_PROMPT=0 GO386=sse2 GOAMD64=v1 GOARCH=amd64 GOARM64=v8.0 GOARM=7 GOAUTH=netrc GOBIN=/home/swarming/.swarming/w/ir/x/w/goroot/bin GOCACHE=/home/swarming/.swarming/w/ir/x/w/gocache GOENV=off GOFIPS140=off GOHOSTARCH=amd64 GOHOSTOS=openbsd GOMIPS64=hardfloat GOMIPS=hardfloat GOMODCACHE=/home/swarming/.swarming/w/ir/x/w/gopath/pkg/mod GOOS=openbsd GOPATH=/home/swarming/.swarming/w/ir/x/w/gopath GOPLSCACHE=/home/swarming/.swarming/w/ir/x/w/goplscache GOPPC64=power8 GOPROXY=https://proxy.golang.org,direct GORISCV64=rva20u64 GOROOT=/home/swarming/.swarming/w/ir/x/w/goroot GOROOT_BOOTSTRAP=/home/swarming/.swarming/w/ir/cache/tools/go_bootstrap GOSUMDB=sum.golang.org GOTELEMETRY=local GOTELEMETRYDIR=/home/swarming/.config/go/telemetry GOTOOLCHAIN=local GOTOOLDIR=/home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64 GOTRACEBACK=system GOVERSION=go1.24.1-devel_1d755aa48867de99617155cd1d8564cee1fbfe9e GOWORK=off GO_BUILDER_NAME=go1.24-openbsd-amd64-test_only GO_TEST_TIMEOUT_SCALE=2 HOME=/home/swarming INFRA_GIT_WRAPPER_CHECK=1 INFRA_GIT_WRAPPER_HOME=/home/swarming/.swarming/w/ir/x/a/git-home-bbagent ISOLATED_RESOLVED_PACKAGE_VERSIONS_FILE=/home/swarming/.swarming/w/itbyqavkuh/cipd_info.json LANG=C LANGUAGE=en_US.UTF8 LC_CTYPE=C.UTF-8 LOGDOG_COORDINATOR_HOST=logs.chromium.org LOGDOG_NAMESPACE=u/step/8/u LOGDOG_STREAM_PREFIX=buildbucket/cr-buildbucket/8719317168422054081 LOGDOG_STREAM_PROJECT=golang LOGDOG_STREAM_SERVER_PATH=unix:/home/swarming/.swarming/w/ir/x/ld/sock.3160005286 LOGNAME=swarming LUCI_CONTEXT=/home/swarming/.swarming/w/ir/x/t/luci_context.3536713769 MAC_CHROMIUM_TMPDIR=/home/swarming/.swarming/w/ir/x/t NO_GCE_CHECK=False PATH=/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 PWD=/home/swarming/.swarming/w/ir/x/t/gitrepo-test-3825595473/modcache/cache/vcs/832c39bebb62a64afb6613ae1f672aad83c6956a87491147d9b1afddf2535614 SHELL=/bin/ksh SWARMING_BOT_ID=golang-ciw-n1-openbsd-amd64-76-us-central1-b-59-4nad SWARMING_HEADLESS=1 SWARMING_SERVER=https://chromium-swarm.appspot.com SWARMING_TASK_ID=6fec33b878511d11 TEMP=/home/swarming/.swarming/w/ir/x/t TEMPDIR=/home/swarming/.swarming/w/ir/x/t TERM=dumb TMP=/home/swarming/.swarming/w/ir/x/t TMPDIR=/home/swarming/.swarming/w/ir/x/t USER=swarming XDG_CACHE_HOME=/home/swarming/.swarming/w/ir/x/w/xdgcache _=/usr/local/bin/bootstrapswarm
        	[E annotate.go:273] original error: could not find target in system
        	
        	goroutine 1:
        	#0 git/probe.go:164 - main.(*SystemProbe).Locate()
        	  reason: could not find target in system
        	  internal reason: target(git)/PATH(/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)
        	
        	#1 git/main.go:127 - main.mainImpl()
        	  reason: failed to locate system Git
        	
        	#2 git/main.go:181 - main.main()
        	#3 runtime/proc.go:271 - runtime.main()
        	#4 runtime/asm_amd64.s:1695 - runtime.goexit()
--- FAIL: TestReadZip/localGitRepo/v2/ (11.90s)
2025-03-26 16:41 go1.24-openbsd-amd64 release-branch.go1.24@1d755aa4 cmd/go/internal/vcweb/vcstest.TestScripts/git/gitrepo1.txt (log)
=== RUN   TestScripts/git/gitrepo1.txt
=== PAUSE TestScripts/git/gitrepo1.txt
=== CONT  TestScripts/git/gitrepo1.txt
    vcstest_test.go:155: 2025/03/26 10:03:57 gitrepo1.txt:
        > handle git
        > env GIT_AUTHOR_NAME='Russ Cox'
        > env GIT_AUTHOR_EMAIL='rsc@golang.org'
        > env GIT_COMMITTER_NAME=$GIT_AUTHOR_NAME
        > env GIT_COMMITTER_EMAIL=$GIT_AUTHOR_EMAIL
        > git init
...
        #2 git/main.go:154 - main.mainImpl()
          reason: failed to run Git
        
        #3 git/main.go:181 - main.main()
        #4 runtime/proc.go:271 - runtime.main()
        #5 runtime/asm_amd64.s:1695 - runtime.goexit()
        
        
    vcstest_test.go:161: gitrepo1.txt:14: git commit -a -m 'empty README': exit status 250
--- FAIL: TestScripts/git/gitrepo1.txt (20.43s)
2025-03-26 16:41 go1.24-openbsd-amd64 release-branch.go1.24@1d755aa4 cmd/objdump.TestDisasmCode (log)
=== RUN   TestDisasmCode
=== PAUSE TestDisasmCode
=== CONT  TestDisasmCode
    objdump_test.go:146: Running [/home/swarming/.swarming/w/ir/x/w/goroot/bin/go build -o /home/swarming/.swarming/w/ir/x/t/TestDisasmCode2091339345/001/hello-3c4e3450e91e4122137948b594e6db43.exe fmthello.go]
    objdump_test.go:219: Running [/home/swarming/.swarming/w/ir/x/t/go-build3188292320/b353/objdump.test -S -s main.main /home/swarming/.swarming/w/ir/x/t/TestDisasmCode2091339345/001/hello-3c4e3450e91e4122137948b594e6db43.exe]
    objdump_test.go:242: full disassembly:
        TEXT main.main(SB) /home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/objdump/testdata/fmthello.go
        func main() {
          0x49dc20		493b6610		CMPQ SP, 0x10(R14)	
          0x49dc24		763e			JBE 0x49dc64		
...
          0x49dc62		ebfd			JMP 0x49dc61		
        func main() {
          0x49dc64		e857cffcff		CALL runtime.morestack_noctxt.abi0(SB)	
          0x49dc69		ebb5			JMP main.main(SB)			
    objdump_test.go:146: Running [/home/swarming/.swarming/w/ir/x/w/goroot/bin/go build -o /home/swarming/.swarming/w/ir/x/t/TestDisasmCode2091339345/002/hello-eb424392fca202fe1c515d66338bc518.exe fmthellocgo.go]
    objdump_test.go:149: go build fmthellocgo.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_amd64/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_amd64/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_amd64/compile: resource temporarily unavailable
--- FAIL: TestDisasmCode (10.47s)
2025-03-26 16:44 go1.24-openbsd-amd64 release-branch.go1.24@f3a30235 cmd/go/internal/vcweb/vcstest.TestScripts/git/querytest.txt (log)
=== RUN   TestScripts/git/querytest.txt
=== PAUSE TestScripts/git/querytest.txt
=== CONT  TestScripts/git/querytest.txt
    vcstest_test.go:155: 2025/03/26 10:01:46 querytest.txt:
        > handle git
        > env GIT_AUTHOR_NAME='Russ Cox'
        > env GIT_AUTHOR_EMAIL='rsc@golang.org'
        > env GIT_COMMITTER_NAME=$GIT_AUTHOR_NAME
        > env GIT_COMMITTER_EMAIL=$GIT_AUTHOR_EMAIL
        > git init
...
        error: cannot fork() for maintenance: Resource temporarily unavailable
        > echo 'at v0.0.1'
        [stdout]
        at v0.0.1
        > cp stdout status
        > git commit -a -m 'at v0.0.1'
        
        
    vcstest_test.go:161: querytest.txt:44: git commit -a -m 'at v0.0.1': fork/exec /home/swarming/.swarming/w/ir/cipd_bin_packages/git: resource temporarily unavailable
--- FAIL: TestScripts/git/querytest.txt (13.35s)
2025-03-26 16:44 go1.24-openbsd-amd64 release-branch.go1.24@f3a30235 cmd/link.TestSectionsWithSameName (log)
=== RUN   TestSectionsWithSameName
=== PAUSE TestSectionsWithSameName
=== CONT  TestSectionsWithSameName
    elf_test.go:92: clang [-fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=/home/swarming/.swarming/w/ir/x/t/go-build1696766541=/tmp/go-build -gno-record-gcc-switches] -c -o /home/swarming/.swarming/w/ir/x/t/TestSectionsWithSameName2471427509/001/x.o /home/swarming/.swarming/w/ir/x/t/TestSectionsWithSameName2471427509/001/x.s
    elf_test.go:99: /usr/bin/objcopy --rename-section .text2=.text1 /home/swarming/.swarming/w/ir/x/t/TestSectionsWithSameName2471427509/001/x.o /home/swarming/.swarming/w/ir/x/t/TestSectionsWithSameName2471427509/001/x2.syso
    elf_test.go:119: /home/swarming/.swarming/w/ir/x/w/goroot/bin/go build
    elf_test.go:121: go: error obtaining buildID for go tool compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/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_amd64/compile: resource temporarily unavailable
    elf_test.go:122: exit status 1
--- FAIL: TestSectionsWithSameName (1.55s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- builder ~ `openbsd-amd64` && repo == "go" && (mode == "build" || pkg ~ `cmd/` || `resource temporarily unavailable` || `\[build failed\]`)
2025-03-26 16:44 go1.24-openbsd-amd64 release-branch.go1.24@f3a30235 cmd/go/internal/modfetch/codehost.TestReadZip/vgotest1/submod/v1.0.4/submod (log)
=== RUN   TestReadZip/vgotest1/submod/v1.0.4/submod
=== PAUSE TestReadZip/vgotest1/submod/v1.0.4/submod
=== CONT  TestReadZip/vgotest1/submod/v1.0.4/submod
    git_test.go:167: mkdir -p /home/swarming/.swarming/w/ir/x/t/gitrepo-test-718735720/modcache/cache/vcs # git3 http://127.0.0.1:16574/git/vgotest1
    git_test.go:167: # lock /home/swarming/.swarming/w/ir/x/t/gitrepo-test-718735720/modcache/cache/vcs/e6febfb71a8dacad9c962550204a11648d53a8180046cb9132e82792f17d56a6.lock
    git_test.go:167: mkdir -p /home/swarming/.swarming/w/ir/x/t/gitrepo-test-718735720/modcache/cache/vcs/e6febfb71a8dacad9c962550204a11648d53a8180046cb9132e82792f17d56a6 # git3 http://127.0.0.1:16574/git/vgotest1
    git_test.go:167: cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-718735720/modcache/cache/vcs/e6febfb71a8dacad9c962550204a11648d53a8180046cb9132e82792f17d56a6; git init --bare
    git_test.go:167: 0.492s # cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-718735720/modcache/cache/vcs/e6febfb71a8dacad9c962550204a11648d53a8180046cb9132e82792f17d56a6; git init --bare
    git_test.go:167: cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-718735720/modcache/cache/vcs/e6febfb71a8dacad9c962550204a11648d53a8180046cb9132e82792f17d56a6; git remote add origin -- http://127.0.0.1:16574/git/vgotest1
    git_test.go:167: 0.385s # cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-718735720/modcache/cache/vcs/e6febfb71a8dacad9c962550204a11648d53a8180046cb9132e82792f17d56a6; git remote add origin -- http://127.0.0.1:16574/git/vgotest1
    git_test.go:167: cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-718735720/modcache/cache/vcs/e6febfb71a8dacad9c962550204a11648d53a8180046cb9132e82792f17d56a6; git tag -l
    git_test.go:167: 0.146s # cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-718735720/modcache/cache/vcs/e6febfb71a8dacad9c962550204a11648d53a8180046cb9132e82792f17d56a6; git tag -l
    git_test.go:167: cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-718735720/modcache/cache/vcs/e6febfb71a8dacad9c962550204a11648d53a8180046cb9132e82792f17d56a6; git ls-remote -q origin
    git_test.go:167: 2.070s # cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-718735720/modcache/cache/vcs/e6febfb71a8dacad9c962550204a11648d53a8180046cb9132e82792f17d56a6; git ls-remote -q origin
# get http://127.0.0.1:16574/git/vgotest1
2025/03/27 09:30:27 serving /git/vgotest1
2025/03/27 09:30:27 serving /git/gitrepo1/info/refs?service=git-upload-pack
1.540s # cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-718735720/gitrepo2; git config daemon.uploadarch true
    git_test.go:431: ReadZip: unexpected error git ls-remote -q origin in /home/swarming/.swarming/w/ir/x/t/gitrepo-test-718735720/modcache/cache/vcs/e6febfb71a8dacad9c962550204a11648d53a8180046cb9132e82792f17d56a6: exit status 128:
        	error: cannot fork() for git-remote-http: Resource temporarily unavailable
2025/03/27 09:30:27 cgi: no headers
--- FAIL: TestReadZip/vgotest1/submod/v1.0.4/submod (3.26s)
2025-03-26 16:44 go1.24-openbsd-amd64 release-branch.go1.24@f3a30235 cmd/go/internal/vcweb/vcstest.TestScripts/git/vgotest1.txt (log)
=== RUN   TestScripts/git/vgotest1.txt
=== PAUSE TestScripts/git/vgotest1.txt
=== CONT  TestScripts/git/vgotest1.txt
    vcstest_test.go:155: 2025/03/27 09:31:06 vgotest1.txt:
        > handle git
        > env GIT_AUTHOR_NAME='Russ Cox'
        > env GIT_AUTHOR_EMAIL='rsc@golang.org'
        > env GIT_COMMITTER_NAME=$GIT_AUTHOR_NAME
        > env GIT_COMMITTER_EMAIL=$GIT_AUTHOR_EMAIL
        > git init
...
        #1 git/main.go:127 - main.mainImpl()
          reason: failed to locate system Git
        
        #2 git/main.go:181 - main.main()
        #3 runtime/proc.go:271 - runtime.main()
        #4 runtime/asm_amd64.s:1695 - runtime.goexit()
        
        
    vcstest_test.go:161: vgotest1.txt:137: git commit -m 'say v2 in root go.mod': exit status 250
--- FAIL: TestScripts/git/vgotest1.txt (54.07s)
2025-03-26 16:44 go1.24-openbsd-amd64 release-branch.go1.24@f3a30235 cmd/link.TestIssue33979 (log)
=== RUN   TestIssue33979
=== PAUSE TestIssue33979
=== CONT  TestIssue33979
    link_test.go:245: /home/swarming/.swarming/w/ir/x/w/goroot/bin/go list -export -deps -f {{if ne .ImportPath "command-line-arguments"}}{{if .Export}}{{.ImportPath}}={{.Export}}{{end}}{{end}} runtime: exit status 1
        go: error obtaining buildID for go tool compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/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_amd64/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_amd64/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_amd64/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_amd64/compile: resource temporarily unavailable
--- FAIL: TestIssue33979 (2.14s)

watchflakes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arch-amd64 Builders x/build issues (builders, bots, dashboards) NeedsFix The path to resolution is known, but the work has not been done. OS-OpenBSD
Projects
Status: Active
Development

No branches or pull requests

5 participants