golang / go

The Go programming language
https://go.dev
BSD 3-Clause "New" or "Revised" License
122.84k stars 17.51k forks source link

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

Open gopherbot opened 5 months ago

gopherbot commented 5 months ago
#!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 commented 5 months ago

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 commented 5 months ago

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: vcweb
            vcweb

            This server serves various version control repos for testing the go command.

            For an overview of the script language, see /help.
    ...
            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: vcweb
            vcweb

            This server serves various version control repos for testing the go command.

            For an overview of the script language, see /help.
    ...
            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: vcweb
            vcweb

            This server serves various version control repos for testing the go command.

            For an overview of the script language, see /help.
    ...
            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 commented 5 months ago

cc @golang/openbsd

gopherbot commented 5 months ago

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 commented 5 months ago

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 commented 5 months ago

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 commented 5 months ago

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 commented 4 months ago

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

gopherbot commented 4 months ago

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 commented 4 months ago

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 commented 4 months ago

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 commented 4 months ago

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 commented 4 months ago

Found new dashboard test flakes for:

#!watchflakes
default <- builder ~ `openbsd-amd64` && repo == "go" && (mode == "build" || pkg ~ `cmd/`)
2024-04-22 18:14 gotip-openbsd-amd64 go@a088e230 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-build3339390664=/tmp/go-build -gno-record-gcc-switches] -c -o /home/swarming/.swarming/w/ir/x/t/TestSectionsWithSameName1156927189/001/x.o /home/swarming/.swarming/w/ir/x/t/TestSectionsWithSameName1156927189/001/x.s elf_test.go:100: /usr/bin/objcopy --rename-section .text2=.text1 /home/swarming/.swarming/w/ir/x/t/TestSectionsWithSameName1156927189/001/x.o /home/swarming/.swarming/w/ir/x/t/TestSectionsWithSameName1156927189/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 elf_test.go:123: exit status 1 --- FAIL: TestSectionsWithSameName (12.71s)
2024-04-22 18:14 gotip-openbsd-amd64 go@a088e230 cmd/link/internal/ld.TestDynSymShInfo (log) === RUN TestDynSymShInfo === PAUSE TestDynSymShInfo === CONT TestDynSymShInfo elf_test.go:42: [/home/swarming/.swarming/w/ir/x/w/goroot/bin/go build -o /home/swarming/.swarming/w/ir/x/t/TestDynSymShInfo2365584447/001/issue33358 /home/swarming/.swarming/w/ir/x/t/TestDynSymShInfo2365584447/001/issue33358.go]: exit status 1: go: error obtaining buildID for go tool cgo: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/cgo: resource temporarily unavailable --- FAIL: TestDynSymShInfo (10.45s)
2024-04-22 18:14 gotip-openbsd-amd64 go@79065f0a cmd/go/internal/vcweb/vcstest.TestScripts/git/no-tags.txt (log) === RUN TestScripts/git/no-tags.txt === PAUSE TestScripts/git/no-tags.txt === CONT TestScripts/git/no-tags.txt vcstest_test.go:155: 2024/04/22 11:28:30 no-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 [stdout] Initialized empty Git repository in /home/swarming/.swarming/w/ir/x/t/TestScripts4083500528/001/git/no-tags/.git/ > at 2019-07-15T17:20:47-04:00 > git add go.mod main.go > git commit -m 'all: add go.mod and main.go' vcstest_test.go:161: no-tags.txt:12: git commit -m 'all: add go.mod and main.go': fork/exec /home/swarming/.swarming/w/ir/cipd_bin_packages/git: resource temporarily unavailable --- FAIL: TestScripts/git/no-tags.txt (16.12s)

watchflakes

gopherbot commented 4 months ago

Found new dashboard test flakes for:

#!watchflakes
default <- builder ~ `openbsd-amd64` && repo == "go" && (mode == "build" || pkg ~ `cmd/`)
2024-04-22 22:46 gotip-openbsd-amd64 go@0c39dc1f 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-build2623793159=/tmp/go-build -gno-record-gcc-switches] -c -o /home/swarming/.swarming/w/ir/x/t/TestSectionsWithSameName2001139320/001/x.o /home/swarming/.swarming/w/ir/x/t/TestSectionsWithSameName2001139320/001/x.s elf_test.go:100: /usr/bin/objcopy --rename-section .text2=.text1 /home/swarming/.swarming/w/ir/x/t/TestSectionsWithSameName2001139320/001/x.o /home/swarming/.swarming/w/ir/x/t/TestSectionsWithSameName2001139320/001/x2.syso elf_test.go:120: /home/swarming/.swarming/w/ir/x/w/goroot/bin/go build elf_test.go:122: 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:123: exit status 1 --- FAIL: TestSectionsWithSameName (36.57s)
2024-04-22 22:46 gotip-openbsd-amd64 go@0c39dc1f 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/TestDeadcode2171017636/001/typedesc.exe testdata/deadcode/typedesc.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: TestDeadcode/typedesc (9.52s)

watchflakes

gopherbot commented 4 months ago

Found new dashboard test flakes for:

#!watchflakes
default <- builder ~ `openbsd-amd64` && repo == "go" && (mode == "build" || pkg ~ `cmd/`)
2024-04-26 13:32 gotip-openbsd-amd64 go@4370cfbd cmd/internal/obj/ppc64.TestPCalign (log) === RUN TestPCalign asm_test.go:398: Invalid alignment not detected for PCALIGN --- FAIL: TestPCalign (27.10s)
2024-04-26 13:32 gotip-openbsd-amd64 go@4370cfbd 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 (26.89s)

watchflakes

gopherbot commented 4 months ago

Found new dashboard test flakes for:

#!watchflakes
default <- builder ~ `openbsd-amd64` && repo == "go" && (mode == "build" || pkg ~ `cmd/` || `resource temporarily unavailable` || `\[build failed\]`)
2024-04-26 16:29 go1.22-openbsd-amd64 release-branch.go1.22@12c11770 archive/tar (log) fork/exec /home/swarming/.swarming/w/ir/x/t/go-build2342751062/b394/tar.test: resource temporarily unavailable FAIL archive/tar 0.007s
2024-04-26 16:29 go1.22-openbsd-amd64 release-branch.go1.22@12c11770 bufio (log) FAIL bufio [build failed]

watchflakes

gopherbot commented 4 months ago

Found new dashboard test flakes for:

#!watchflakes
default <- builder ~ `openbsd-amd64` && repo == "go" && (mode == "build" || pkg ~ `cmd/` || `resource temporarily unavailable` || `\[build failed\]`)
2024-05-02 21:10 gotip-openbsd-amd64 go@8f71c763 cmd/link.TestIssue42396 (log) === RUN TestIssue42396 === PAUSE TestIssue42396 === CONT TestIssue42396 link_test.go:1039: error message incorrect: expected it to contain "reference to undefined builtin" but instead got: 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: TestIssue42396 (4.54s)
2024-05-02 21:10 gotip-openbsd-amd64 go@8f71c763 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/TestDeadcode3031544265/001/ifacemethod5.exe testdata/deadcode/ifacemethod5.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 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/ifacemethod5 (1.84s)

watchflakes

gopherbot commented 4 months ago

Found new dashboard test flakes for:

#!watchflakes
default <- builder ~ `openbsd-amd64` && repo == "go" && (mode == "build" || pkg ~ `cmd/` || `resource temporarily unavailable` || `\[build failed\]`)
2024-05-07 15:28 go1.22-openbsd-amd64 release-branch.go1.22@fa0292d2 cmd/go/internal/modfetch/codehost.TestStat (log) === RUN TestStat === PAUSE TestStat === CONT TestStat --- FAIL: TestStat (0.01s) 2024/05/07 08:45:01 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 ... 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/05/07 08:45:02 serving /git/vgotest1/git-upload-pack
2024-05-07 15:28 go1.22-openbsd-amd64 release-branch.go1.22@fa0292d2 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 (25.87s)

watchflakes

gopherbot commented 4 months ago

Found new dashboard test flakes for:

#!watchflakes
default <- builder ~ `openbsd-amd64` && repo == "go" && (mode == "build" || pkg ~ `cmd/` || `resource temporarily unavailable` || `\[build failed\]`)
2024-05-10 17:05 gotip-openbsd-amd64 go@4721f950 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 cgo: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/cgo: resource temporarily unavailable cgo_test.go:128: go build failed: exit status 1 cgo_test.go:146: failed --- FAIL: TestCGOLTO/0 (12.14s)
2024-05-10 17:05 gotip-openbsd-amd64 go@4721f950 cmd/link/internal/ld.TestInlinedRoutineCallFileLine/normal (log) === RUN TestInlinedRoutineCallFileLine/normal === PAUSE TestInlinedRoutineCallFileLine/normal === CONT TestInlinedRoutineCallFileLine/normal 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 dwarf_test.go:113: build error: exit status 1 --- FAIL: TestInlinedRoutineCallFileLine/normal (1.18s)
2024-05-10 17:05 gotip-openbsd-amd64 go@4721f950 cmd/objdump.TestDisasmExtld (log) === RUN TestDisasmExtld === PAUSE TestDisasmExtld === CONT TestDisasmExtld objdump_test.go:155: Running [/home/swarming/.swarming/w/ir/x/w/goroot/bin/go build -o /home/swarming/.swarming/w/ir/x/t/TestDisasmExtld2597657612/001/hello-3da08facc82f2a8311a3360fd6024b47779b9e94b1e5cec8cd839c0e71b5402a.exe -ldflags=-linkmode=external fmthello.go] objdump_test.go:158: go build fmthello.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: TestDisasmExtld (11.93s)

watchflakes

4a6f656c commented 4 months ago

This appears to have occurred when the builder was migrated to LUCI - I would guess that it is running more things concurrently than the buildlet was and hence will be hitting process limits. Either the concurrency will need to be reduced, or the user or system process limits will need to be increased allow for the increased concurrency.

gopherbot commented 4 months ago

Found new dashboard test flakes for:

#!watchflakes
default <- builder ~ `openbsd-amd64` && repo == "go" && (mode == "build" || pkg ~ `cmd/` || `resource temporarily unavailable` || `\[build failed\]`)
2024-05-13 14:38 gotip-openbsd-amd64 go@5881ae74 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: 2024/05/13 07:56:59 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 ... > git commit -m 'go.mod: drop v2' [stdout] [detached HEAD 2f61511] go.mod: drop v2 1 file changed, 1 insertion(+), 1 deletion(-) > git tag v2.0.5 > git checkout --detach mytag vcstest_test.go:161: vgotest1.txt:68: git checkout --detach mytag: fork/exec /home/swarming/.swarming/w/ir/cipd_bin_packages/git: resource temporarily unavailable --- FAIL: TestScripts/git/vgotest1.txt (36.12s)
2024-05-13 14:38 gotip-openbsd-amd64 go@5881ae74 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 (30.52s)
2024-05-13 14:38 gotip-openbsd-amd64 go@5881ae74 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 -rdynamic /home/swarming/.swarming/w/ir/x/t/go-link-1535896447/go.o /home/swarming/.swarming/w/ir/x/t/go-link-1535896447/000000.o /home/swarming/.swarming/w/ir/x/t/go-link-1535896447/000001.o /home/swarming/.swarming/w/ir/x/t/go-link-1535896447/000002.o /home/swarming/.swarming/w/ir/x/t/go-link-1535896447/000003.o /home/swarming/.swarming/w/ir/x/t/go-link-1535896447/000004.o /home/swarming/.swarming/w/ir/x/t/go-link-1535896447/000005.o /home/swarming/.swarming/w/ir/x/t/go-link-1535896447/000006.o /home/swarming/.swarming/w/ir/x/t/go-link-1535896447/000007.o /home/swarming/.swarming/w/ir/x/t/go-link-1535896447/000008.o /home/swarming/.swarming/w/ir/x/t/go-link-1535896447/000009.o -O2 -g -lpthread dwarf_test.go:113: build error: exit status 1 --- FAIL: TestRuntimeTypeAttrExternal (13.37s)

watchflakes

gopherbot commented 4 months ago

Found new dashboard test flakes for:

#!watchflakes
default <- builder ~ `openbsd-amd64` && repo == "go" && (mode == "build" || pkg ~ `cmd/` || `resource temporarily unavailable` || `\[build failed\]`)
2024-05-13 15:55 gotip-openbsd-amd64 go@f43d9c40 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: 2024/05/13 09:15:12 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 ... > git commit -m 'go.mod' [stdout] [detached HEAD 5a115c6] go.mod 1 file changed, 1 insertion(+) create mode 100644 go.mod > git tag v0.0.1 vcstest_test.go:161: vgotest1.txt:75: git tag v0.0.1: fork/exec /home/swarming/.swarming/w/ir/cipd_bin_packages/git: resource temporarily unavailable --- FAIL: TestScripts/git/vgotest1.txt (39.47s)
2024-05-13 15:55 gotip-openbsd-amd64 go@f43d9c40 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" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism466046842/001/linktmp/go.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism466046842/001/linktmp/000000.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism466046842/001/linktmp/000001.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism466046842/001/linktmp/000002.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism466046842/001/linktmp/000003.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism466046842/001/linktmp/000004.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism466046842/001/linktmp/000005.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism466046842/001/linktmp/000006.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism466046842/001/linktmp/000007.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism466046842/001/linktmp/000008.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism466046842/001/linktmp/000009.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism466046842/001/linktmp/000010.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism466046842/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/TestExtLinkCmdlineDeterminism466046842/001/linktmp/go.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism466046842/001/linktmp/000000.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism466046842/001/linktmp/000001.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism466046842/001/linktmp/000002.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism466046842/001/linktmp/000003.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism466046842/001/linktmp/000004.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism466046842/001/linktmp/000005.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism466046842/001/linktmp/000006.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism466046842/001/linktmp/000007.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism466046842/001/linktmp/000008.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism466046842/001/linktmp/000009.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism466046842/001/linktmp/000010.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism466046842/001/linktmp/000011.o" "-O2" "-g" "-O2" "-g" "-lpthread" "-no-pie" --- FAIL: TestExtLinkCmdlineDeterminism (59.08s)
2024-05-13 15:55 gotip-openbsd-amd64 go@f43d9c40 cmd/link/internal/ld.TestEmbeddedStructMarker (log) === RUN TestEmbeddedStructMarker === PAUSE TestEmbeddedStructMarker === CONT TestEmbeddedStructMarker 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 dwarf_test.go:113: build error: exit status 1 --- FAIL: TestEmbeddedStructMarker (7.61s)

watchflakes

gopherbot commented 4 months ago

Found new dashboard test flakes for:

#!watchflakes
default <- builder ~ `openbsd-amd64` && repo == "go" && (mode == "build" || pkg ~ `cmd/` || `resource temporarily unavailable` || `\[build failed\]`)
2024-05-14 20:14 gotip-openbsd-amd64 go@c7597a8d 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/TestDWARFtestprog2795572347/001/testprog.exe ../../runtime/testdata/testprog: exit status 1 runtime/testdata/testprog: /home/swarming/.swarming/w/ir/x/t/go-build1541430072/b277/link.test: fork/exec /home/swarming/.swarming/w/ir/x/t/go-build1541430072/b277/link.test: resource temporarily unavailable --- FAIL: TestDWARF/testprog (15.56s)
2024-05-14 20:14 gotip-openbsd-amd64 go@c7597a8d go/doc (log) FAIL go/doc [build failed]
2024-05-15 07:45 gotip-openbsd-amd64 go@d05af626 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: 2024/05/15 01:01:09 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 ... > cp stdout status > git commit -a -m 'at v2.0.0' [stdout] [v2 9763aa0] at v2.0.0 1 file changed, 1 insertion(+), 1 deletion(-) > git tag 'v2.0.0' vcstest_test.go:161: querytest.txt:164: git tag v2.0.0: fork/exec /home/swarming/.swarming/w/ir/cipd_bin_packages/git: resource temporarily unavailable --- FAIL: TestScripts/git/querytest.txt (47.44s)
2024-05-15 07:45 gotip-openbsd-amd64 go@d05af626 cmd/link.TestExtLinkCmdlineDeterminism (log) === RUN TestExtLinkCmdlineDeterminism === PAUSE TestExtLinkCmdlineDeterminism === CONT TestExtLinkCmdlineDeterminism link_test.go:1216: build failed: exit status 1, output: # command-line-arguments build mode: exe, symbol table: on, DWARF: on HEADER = -H7 -T0x401000 -R0x1000 host obj copy: $WORK/b001/_pkg_.a(_x001.o) from pkg main -> /home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism1000222663/001/linktmp/000000.o host obj copy: $WORK/b001/_pkg_.a(_x002.o) from pkg main -> /home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism1000222663/001/linktmp/000001.o host obj copy: /home/swarming/.swarming/w/ir/x/w/gocache/2f/2fb76e32567ec7c6ba516824984a006c2bd88d6bc354ad64a4583d05663bcd06-d(_x001.o) from pkg runtime/cgo -> /home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism1000222663/001/linktmp/000002.o host obj copy: /home/swarming/.swarming/w/ir/x/w/gocache/2f/2fb76e32567ec7c6ba516824984a006c2bd88d6bc354ad64a4583d05663bcd06-d(_x002.o) from pkg runtime/cgo -> /home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism1000222663/001/linktmp/000003.o host obj copy: /home/swarming/.swarming/w/ir/x/w/gocache/2f/2fb76e32567ec7c6ba516824984a006c2bd88d6bc354ad64a4583d05663bcd06-d(_x003.o) from pkg runtime/cgo -> /home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism1000222663/001/linktmp/000004.o host obj copy: /home/swarming/.swarming/w/ir/x/w/gocache/2f/2fb76e32567ec7c6ba516824984a006c2bd88d6bc354ad64a4583d05663bcd06-d(_x004.o) from pkg runtime/cgo -> /home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism1000222663/001/linktmp/000005.o host obj copy: /home/swarming/.swarming/w/ir/x/w/gocache/2f/2fb76e32567ec7c6ba516824984a006c2bd88d6bc354ad64a4583d05663bcd06-d(_x005.o) from pkg runtime/cgo -> /home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism1000222663/001/linktmp/000006.o host obj copy: /home/swarming/.swarming/w/ir/x/w/gocache/2f/2fb76e32567ec7c6ba516824984a006c2bd88d6bc354ad64a4583d05663bcd06-d(_x006.o) from pkg runtime/cgo -> /home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism1000222663/001/linktmp/000007.o host obj copy: /home/swarming/.swarming/w/ir/x/w/gocache/2f/2fb76e32567ec7c6ba516824984a006c2bd88d6bc354ad64a4583d05663bcd06-d(_x007.o) from pkg runtime/cgo -> /home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism1000222663/001/linktmp/000008.o host obj copy: /home/swarming/.swarming/w/ir/x/w/gocache/2f/2fb76e32567ec7c6ba516824984a006c2bd88d6bc354ad64a4583d05663bcd06-d(_x008.o) from pkg runtime/cgo -> /home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism1000222663/001/linktmp/000009.o host obj copy: /home/swarming/.swarming/w/ir/x/w/gocache/2f/2fb76e32567ec7c6ba516824984a006c2bd88d6bc354ad64a4583d05663bcd06-d(_x009.o) from pkg runtime/cgo -> /home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism1000222663/001/linktmp/000010.o host obj copy: /home/swarming/.swarming/w/ir/x/w/gocache/2f/2fb76e32567ec7c6ba516824984a006c2bd88d6bc354ad64a4583d05663bcd06-d(_x010.o) from pkg runtime/cgo -> /home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism1000222663/001/linktmp/000011.o host link: "clang" "-m64" "-pthread" "-Wl,-nopie" "-o" "/home/swarming/.swarming/w/ir/x/t/go-build77366162/b001/exe/a.out" "-rdynamic" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism1000222663/001/linktmp/go.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism1000222663/001/linktmp/000000.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism1000222663/001/linktmp/000001.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism1000222663/001/linktmp/000002.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism1000222663/001/linktmp/000003.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism1000222663/001/linktmp/000004.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism1000222663/001/linktmp/000005.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism1000222663/001/linktmp/000006.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism1000222663/001/linktmp/000007.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism1000222663/001/linktmp/000008.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism1000222663/001/linktmp/000009.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism1000222663/001/linktmp/000010.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism1000222663/001/linktmp/000011.o" "-O2" "-g" "-O2" "-g" "-lpthread" /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/TestExtLinkCmdlineDeterminism1000222663/001/linktmp/go.o /home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism1000222663/001/linktmp/000000.o /home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism1000222663/001/linktmp/000001.o /home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism1000222663/001/linktmp/000002.o /home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism1000222663/001/linktmp/000003.o /home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism1000222663/001/linktmp/000004.o /home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism1000222663/001/linktmp/000005.o /home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism1000222663/001/linktmp/000006.o /home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism1000222663/001/linktmp/000007.o /home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism1000222663/001/linktmp/000008.o /home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism1000222663/001/linktmp/000009.o /home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism1000222663/001/linktmp/000010.o /home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism1000222663/001/linktmp/000011.o -O2 -g -O2 -g -lpthread --- FAIL: TestExtLinkCmdlineDeterminism (34.15s)
2024-05-15 07:45 gotip-openbsd-amd64 go@d05af626 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/TestDeadcode84249874/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 --- FAIL: TestDeadcode/ifacemethod5 (1.84s)

watchflakes

gopherbot commented 4 months ago

Found new dashboard test flakes for:

#!watchflakes
default <- builder ~ `openbsd-amd64` && repo == "go" && (mode == "build" || pkg ~ `cmd/` || `resource temporarily unavailable` || `\[build failed\]`)
2024-05-15 15:09 gotip-openbsd-amd64 go@31c81500 cmd/go/internal/modfetch/codehost.TestReadZip/gitrepo1/v2/ (log) === RUN TestReadZip/gitrepo1/v2/ === PAUSE TestReadZip/gitrepo1/v2/ === CONT TestReadZip/gitrepo1/v2/ git_test.go:166: cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-1916200500/modcache/cache/vcs/0a490eff1205c7d01db1eb436ea066fb4f2e2d23da308b0b18eac40195463497; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 9d02800338b8a55be062c838d1f02e0c5780b9eb -- git_test.go:166: 0.325s # cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-1916200500/modcache/cache/vcs/0a490eff1205c7d01db1eb436ea066fb4f2e2d23da308b0b18eac40195463497; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 9d02800338b8a55be062c838d1f02e0c5780b9eb -- git_test.go:166: cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-1916200500/modcache/cache/vcs/0a490eff1205c7d01db1eb436ea066fb4f2e2d23da308b0b18eac40195463497; git -c core.autocrlf=input -c core.eol=lf archive --format=zip --prefix=prefix/ 9d02800338b8a55be062c838d1f02e0c5780b9eb git_test.go:166: 0.015s # cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-1916200500/modcache/cache/vcs/0a490eff1205c7d01db1eb436ea066fb4f2e2d23da308b0b18eac40195463497; git -c core.autocrlf=input -c core.eol=lf archive --format=zip --prefix=prefix/ 9d02800338b8a55be062c838d1f02e0c5780b9eb git_test.go:430: 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-1916200500/modcache/cache/vcs/0a490eff1205c7d01db1eb436ea066fb4f2e2d23da308b0b18eac40195463497: fork/exec /home/swarming/.swarming/w/ir/cipd_bin_packages/git: resource temporarily unavailable --- FAIL: TestReadZip/gitrepo1/v2/ (50.60s) 2024/05/15 08:24:46 vgotest1.txt: ... 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/05/15 08:24:51 serving /git/vgotest1/git-upload-pack
2024-05-15 15:09 gotip-openbsd-amd64 go@31c81500 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: 2024/05/15 08:24:24 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:82: git tag v0.1.1: exit status 250 --- FAIL: TestScripts/git/querytest.txt (46.32s)
2024-05-15 15:09 gotip-openbsd-amd64 go@31c81500 cmd/internal/obj/x86.TestVexEvexPCrelative (log) === RUN TestVexEvexPCrelative pcrelative_test.go:72: error exit status 1 output pcrelative: /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 (44.70s)

watchflakes

gopherbot commented 3 months ago

Found new dashboard test flakes for:

#!watchflakes
default <- builder ~ `openbsd-amd64` && repo == "go" && (mode == "build" || pkg ~ `cmd/` || `resource temporarily unavailable` || `\[build failed\]`)
2024-05-16 01:44 go1.21-openbsd-amd64 release-branch.go1.21@e9f3c9b7 archive/tar (log) fork/exec /home/swarming/.swarming/w/ir/x/t/go-build1348440852/b388/tar.test: resource temporarily unavailable FAIL archive/tar 0.004s
2024-05-16 15:26 gotip-openbsd-amd64 go@643ad42d cmd/link/internal/ld.TestElfBindNow/bindnow-linkmode-internal (log) === RUN TestElfBindNow/bindnow-linkmode-internal elf_test.go:313: failed to build [/home/swarming/.swarming/w/ir/x/w/goroot/bin/go build -o /home/swarming/.swarming/w/ir/x/t/TestElfBindNowbindnow-linkmode-internal508445746/001/bindnow-linkmode-internal -ldflags -bindnow -linkmode=internal /home/swarming/.swarming/w/ir/x/t/TestElfBindNowbindnow-linkmode-internal508445746/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 (22.95s)
2024-05-16 15:26 gotip-openbsd-amd64 go@643ad42d image (log) FAIL image [build failed]
2024-05-16 15:26 gotip-openbsd-amd64 go@643ad42d internal/buildcfg (log) FAIL internal/buildcfg [build failed]
2024-05-16 16:50 gotip-openbsd-amd64 go@2b42ed64 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-build2531009144=/tmp/go-build -gno-record-gcc-switches] -c -o /home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName3913122989/001/x0.o /home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName3913122989/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-build2531009144=/tmp/go-build -gno-record-gcc-switches] -c -o /home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName3913122989/001/x1.o /home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName3913122989/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-build2531009144=/tmp/go-build -gno-record-gcc-switches] -nostdlib -r -o /home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName3913122989/001/ldr.syso [/home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName3913122989/001/x0.o /home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName3913122989/001/x1.o] elf_test.go:196: /home/swarming/.swarming/w/ir/x/w/goroot/bin/go build elf_test.go:201: # elf_test runtime: failed to create new OS thread elf_test.go:202: exit status 1 --- FAIL: TestMinusRSymsWithSameName (32.42s)
2024-05-16 16:50 gotip-openbsd-amd64 go@2b42ed64 cmd/link/internal/ld.TestDeadcode/ifacemethod6 (log) === RUN TestDeadcode/ifacemethod6 === PAUSE TestDeadcode/ifacemethod6 === CONT TestDeadcode/ifacemethod6 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/TestDeadcode2281025088/001/ifacemethod6.exe testdata/deadcode/ifacemethod6.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: TestDeadcode/ifacemethod6 (0.83s)
2024-05-16 16:50 gotip-openbsd-amd64 go@2b42ed64 cmd/objdump.TestDisasmGnuAsm (log) === RUN TestDisasmGnuAsm === PAUSE TestDisasmGnuAsm === CONT TestDisasmGnuAsm objdump_test.go:155: Running [/home/swarming/.swarming/w/ir/x/w/goroot/bin/go build -o /home/swarming/.swarming/w/ir/x/t/TestDisasmGnuAsm354275761/001/hello-39190151649d13dae9b43764ed66baa3126c3c2bd28f7d22d2f5a1add7ff76a5.exe fmthello.go] objdump_test.go:222: Running [/home/swarming/.swarming/w/ir/x/t/go-build2708318605/b326/objdump.test -gnu -s main.main /home/swarming/.swarming/w/ir/x/t/TestDisasmGnuAsm354275761/001/hello-39190151649d13dae9b43764ed66baa3126c3c2bd28f7d22d2f5a1add7ff76a5.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 fmthello.go:5 0x498360 493b6610 CMPQ SP, 0x10(R14) // cmp 0x10(%r14),%rsp fmthello.go:5 0x498364 763e JBE 0x4983a4 // jbe 0x4983a4 fmthello.go:5 0x498366 55 PUSHQ BP // push %rbp ... fmthello.go:1000003 0x49839f 5d POPQ BP // pop %rbp fmthello.go:1000003 0x4983a0 c3 RET // retq fmthello.go:1000003 0x4983a1 90 NOPL // nop fmthello.go:999991 0x4983a2 ebfd JMP 0x4983a1 // jmp 0x4983a1 fmthello.go:5 0x4983a4 e8b700fdff CALL runtime.morestack_noctxt.abi0(SB) // callq 0x468460 fmthello.go:5 0x4983a9 ebb5 JMP main.main(SB) // jmp 0x498360 objdump_test.go:155: Running [/home/swarming/.swarming/w/ir/x/w/goroot/bin/go build -o /home/swarming/.swarming/w/ir/x/t/TestDisasmGnuAsm354275761/002/hello-138f8a50fff1f7c0798c894b492288d9f52d9c7a54b428eda9dc4d98be7062e8.exe fmthellocgo.go] objdump_test.go:158: go build fmthellocgo.go: exit status 1 runtime: failed to create new OS thread --- FAIL: TestDisasmGnuAsm (10.79s)

watchflakes

gopherbot commented 3 months ago

Found new dashboard test flakes for:

#!watchflakes
default <- builder ~ `openbsd-amd64` && repo == "go" && (mode == "build" || pkg ~ `cmd/` || `resource temporarily unavailable` || `\[build failed\]`)
2024-05-17 16:59 gotip-openbsd-amd64 go@003683f4 cmd/link.TestExtLinkCmdlineDeterminism (log) === RUN TestExtLinkCmdlineDeterminism === PAUSE TestExtLinkCmdlineDeterminism === CONT TestExtLinkCmdlineDeterminism link_test.go:1216: build failed: exit status 1, output: # command-line-arguments build mode: exe, symbol table: on, DWARF: on HEADER = -H7 -T0x401000 -R0x1000 host obj copy: $WORK/b001/_pkg_.a(_x001.o) from pkg main -> /home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism1445340082/001/linktmp/000000.o host obj copy: $WORK/b001/_pkg_.a(_x002.o) from pkg main -> /home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism1445340082/001/linktmp/000001.o host obj copy: /home/swarming/.swarming/w/ir/x/w/gocache/22/226eadeaac45b21fef9399d3df5142c11858b440714ec0e74c5bf9e987982d37-d(_x001.o) from pkg runtime/cgo -> /home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism1445340082/001/linktmp/000002.o host obj copy: /home/swarming/.swarming/w/ir/x/w/gocache/22/226eadeaac45b21fef9399d3df5142c11858b440714ec0e74c5bf9e987982d37-d(_x002.o) from pkg runtime/cgo -> /home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism1445340082/001/linktmp/000003.o host obj copy: /home/swarming/.swarming/w/ir/x/w/gocache/22/226eadeaac45b21fef9399d3df5142c11858b440714ec0e74c5bf9e987982d37-d(_x003.o) from pkg runtime/cgo -> /home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism1445340082/001/linktmp/000004.o host obj copy: /home/swarming/.swarming/w/ir/x/w/gocache/22/226eadeaac45b21fef9399d3df5142c11858b440714ec0e74c5bf9e987982d37-d(_x004.o) from pkg runtime/cgo -> /home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism1445340082/001/linktmp/000005.o host obj copy: /home/swarming/.swarming/w/ir/x/w/gocache/22/226eadeaac45b21fef9399d3df5142c11858b440714ec0e74c5bf9e987982d37-d(_x005.o) from pkg runtime/cgo -> /home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism1445340082/001/linktmp/000006.o host obj copy: /home/swarming/.swarming/w/ir/x/w/gocache/22/226eadeaac45b21fef9399d3df5142c11858b440714ec0e74c5bf9e987982d37-d(_x006.o) from pkg runtime/cgo -> /home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism1445340082/001/linktmp/000007.o host obj copy: /home/swarming/.swarming/w/ir/x/w/gocache/22/226eadeaac45b21fef9399d3df5142c11858b440714ec0e74c5bf9e987982d37-d(_x007.o) from pkg runtime/cgo -> /home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism1445340082/001/linktmp/000008.o host obj copy: /home/swarming/.swarming/w/ir/x/w/gocache/22/226eadeaac45b21fef9399d3df5142c11858b440714ec0e74c5bf9e987982d37-d(_x008.o) from pkg runtime/cgo -> /home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism1445340082/001/linktmp/000009.o host obj copy: /home/swarming/.swarming/w/ir/x/w/gocache/22/226eadeaac45b21fef9399d3df5142c11858b440714ec0e74c5bf9e987982d37-d(_x009.o) from pkg runtime/cgo -> /home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism1445340082/001/linktmp/000010.o host obj copy: /home/swarming/.swarming/w/ir/x/w/gocache/22/226eadeaac45b21fef9399d3df5142c11858b440714ec0e74c5bf9e987982d37-d(_x010.o) from pkg runtime/cgo -> /home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism1445340082/001/linktmp/000011.o runtime: failed to create new OS thread --- FAIL: TestExtLinkCmdlineDeterminism (40.44s)
2024-05-17 16:59 gotip-openbsd-amd64 go@003683f4 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 (35.44s)
2024-05-17 16:59 gotip-openbsd-amd64 go@003683f4 fmt (log) FAIL fmt [build failed]

watchflakes

gopherbot commented 3 months ago

Found new dashboard test flakes for:

#!watchflakes
default <- builder ~ `openbsd-amd64` && repo == "go" && (mode == "build" || pkg ~ `cmd/` || `resource temporarily unavailable` || `\[build failed\]`)
2024-05-17 21:53 gotip-openbsd-amd64 go@105ac944 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-build1453034879=/tmp/go-build -gno-record-gcc-switches] -c -o /home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName1989186647/001/x0.o /home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName1989186647/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-build1453034879=/tmp/go-build -gno-record-gcc-switches] -c -o /home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName1989186647/001/x1.o /home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName1989186647/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-build1453034879=/tmp/go-build -gno-record-gcc-switches] -nostdlib -r -o /home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName1989186647/001/ldr.syso [/home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName1989186647/001/x0.o /home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName1989186647/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 (21.16s)
2024-05-17 21:53 gotip-openbsd-amd64 go@105ac944 cmd/link/internal/ld.TestRuntimeTypesPresent (log) === RUN TestRuntimeTypesPresent === PAUSE TestRuntimeTypesPresent === CONT TestRuntimeTypesPresent 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: TestRuntimeTypesPresent (8.47s)
2024-05-17 21:53 gotip-openbsd-amd64 go@105ac944 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/TestDisasm2840596535/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 (6.46s)

watchflakes

gopherbot commented 3 months ago

Found new dashboard test flakes for:

#!watchflakes
default <- builder ~ `openbsd-amd64` && repo == "go" && (mode == "build" || pkg ~ `cmd/` || `resource temporarily unavailable` || `\[build failed\]`)
2024-05-18 15:13 gotip-openbsd-amd64 go@e7bf9959 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-build1152672508=/tmp/go-build -gno-record-gcc-switches] -c -o /home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName1616376284/001/x0.o /home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName1616376284/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-build1152672508=/tmp/go-build -gno-record-gcc-switches] -c -o /home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName1616376284/001/x1.o /home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName1616376284/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-build1152672508=/tmp/go-build -gno-record-gcc-switches] -nostdlib -r -o /home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName1616376284/001/ldr.syso [/home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName1616376284/001/x0.o /home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName1616376284/001/x1.o] elf_test.go:196: /home/swarming/.swarming/w/ir/x/w/goroot/bin/go build elf_test.go:201: 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:202: exit status 1 --- FAIL: TestMinusRSymsWithSameName (21.65s)
2024-05-18 15:13 gotip-openbsd-amd64 go@e7bf9959 cmd/link/internal/ld.TestVarDeclLine/line-directive (log) === RUN TestVarDeclLine/line-directive === PAUSE TestVarDeclLine/line-directive === CONT TestVarDeclLine/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 dwarf_test.go:113: build error: exit status 1 --- FAIL: TestVarDeclLine/line-directive (0.89s)
2024-05-18 15:13 gotip-openbsd-amd64 go@e7bf9959 cmd/objdump.TestDisasmGnuAsm (log) === RUN TestDisasmGnuAsm === PAUSE TestDisasmGnuAsm === CONT TestDisasmGnuAsm objdump_test.go:155: Running [/home/swarming/.swarming/w/ir/x/w/goroot/bin/go build -o /home/swarming/.swarming/w/ir/x/t/TestDisasmGnuAsm562512376/001/hello-39190151649d13dae9b43764ed66baa3126c3c2bd28f7d22d2f5a1add7ff76a5.exe fmthello.go] objdump_test.go:222: Running [/home/swarming/.swarming/w/ir/x/t/go-build87431192/b326/objdump.test -gnu -s main.main /home/swarming/.swarming/w/ir/x/t/TestDisasmGnuAsm562512376/001/hello-39190151649d13dae9b43764ed66baa3126c3c2bd28f7d22d2f5a1add7ff76a5.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 fmthello.go:5 0x498360 493b6610 CMPQ SP, 0x10(R14) // cmp 0x10(%r14),%rsp fmthello.go:5 0x498364 763e JBE 0x4983a4 // jbe 0x4983a4 fmthello.go:5 0x498366 55 PUSHQ BP // push %rbp ... fmthello.go:999991 0x4983a2 ebfd JMP 0x4983a1 // jmp 0x4983a1 fmthello.go:5 0x4983a4 e8b700fdff CALL runtime.morestack_noctxt.abi0(SB) // callq 0x468460 fmthello.go:5 0x4983a9 ebb5 JMP main.main(SB) // jmp 0x498360 objdump_test.go:155: Running [/home/swarming/.swarming/w/ir/x/w/goroot/bin/go build -o /home/swarming/.swarming/w/ir/x/t/TestDisasmGnuAsm562512376/002/hello-138f8a50fff1f7c0798c894b492288d9f52d9c7a54b428eda9dc4d98be7062e8.exe fmthellocgo.go] objdump_test.go:158: 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 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: TestDisasmGnuAsm (17.61s)
2024-05-18 22:36 gotip-openbsd-amd64 go@e3d87d19 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-build2304240873=/tmp/go-build -gno-record-gcc-switches] -c -o /home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName3263703397/001/x0.o /home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName3263703397/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-build2304240873=/tmp/go-build -gno-record-gcc-switches] -c -o /home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName3263703397/001/x1.o /home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName3263703397/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-build2304240873=/tmp/go-build -gno-record-gcc-switches] -nostdlib -r -o /home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName3263703397/001/ldr.syso [/home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName3263703397/001/x0.o /home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName3263703397/001/x1.o] elf_test.go:196: /home/swarming/.swarming/w/ir/x/w/goroot/bin/go build elf_test.go:201: 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 elf_test.go:202: exit status 1 --- FAIL: TestMinusRSymsWithSameName (34.09s)
2024-05-18 22:36 gotip-openbsd-amd64 go@e3d87d19 cmd/link/internal/ld.TestDeadcode/ifacemethod4 (log) === RUN TestDeadcode/ifacemethod4 === PAUSE TestDeadcode/ifacemethod4 === CONT TestDeadcode/ifacemethod4 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/TestDeadcode2963855148/001/ifacemethod4.exe testdata/deadcode/ifacemethod4.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 --- FAIL: TestDeadcode/ifacemethod4 (1.18s)
2024-05-18 22:36 gotip-openbsd-amd64 go@e3d87d19 encoding/json (log) FAIL encoding/json [build failed]

watchflakes

gopherbot commented 3 months ago

Found new dashboard test flakes for:

#!watchflakes
default <- builder ~ `openbsd-amd64` && repo == "go" && (mode == "build" || pkg ~ `cmd/` || `resource temporarily unavailable` || `\[build failed\]`)
2024-05-20 21:19 gotip-openbsd-amd64 go@22344e11 cmd/link.TestExtLinkCmdlineDeterminism (log) === RUN TestExtLinkCmdlineDeterminism === PAUSE TestExtLinkCmdlineDeterminism === CONT TestExtLinkCmdlineDeterminism link_test.go:1216: build failed: exit status 1, output: # command-line-arguments build mode: exe, symbol table: on, DWARF: on HEADER = -H7 -T0x401000 -R0x1000 host obj copy: $WORK/b001/_pkg_.a(_x001.o) from pkg main -> /home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3779657012/001/linktmp/000000.o host obj copy: $WORK/b001/_pkg_.a(_x002.o) from pkg main -> /home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3779657012/001/linktmp/000001.o host obj copy: /home/swarming/.swarming/w/ir/x/w/gocache/d2/d2e2ba77e3fa6d1eefcaf27a76964fec9be556cbf9130bdec52c86320014d461-d(_x001.o) from pkg runtime/cgo -> /home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3779657012/001/linktmp/000002.o host obj copy: /home/swarming/.swarming/w/ir/x/w/gocache/d2/d2e2ba77e3fa6d1eefcaf27a76964fec9be556cbf9130bdec52c86320014d461-d(_x002.o) from pkg runtime/cgo -> /home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3779657012/001/linktmp/000003.o host obj copy: /home/swarming/.swarming/w/ir/x/w/gocache/d2/d2e2ba77e3fa6d1eefcaf27a76964fec9be556cbf9130bdec52c86320014d461-d(_x003.o) from pkg runtime/cgo -> /home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3779657012/001/linktmp/000004.o host obj copy: /home/swarming/.swarming/w/ir/x/w/gocache/d2/d2e2ba77e3fa6d1eefcaf27a76964fec9be556cbf9130bdec52c86320014d461-d(_x004.o) from pkg runtime/cgo -> /home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3779657012/001/linktmp/000005.o host obj copy: /home/swarming/.swarming/w/ir/x/w/gocache/d2/d2e2ba77e3fa6d1eefcaf27a76964fec9be556cbf9130bdec52c86320014d461-d(_x005.o) from pkg runtime/cgo -> /home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3779657012/001/linktmp/000006.o host obj copy: /home/swarming/.swarming/w/ir/x/w/gocache/d2/d2e2ba77e3fa6d1eefcaf27a76964fec9be556cbf9130bdec52c86320014d461-d(_x006.o) from pkg runtime/cgo -> /home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3779657012/001/linktmp/000007.o host obj copy: /home/swarming/.swarming/w/ir/x/w/gocache/d2/d2e2ba77e3fa6d1eefcaf27a76964fec9be556cbf9130bdec52c86320014d461-d(_x007.o) from pkg runtime/cgo -> /home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3779657012/001/linktmp/000008.o host obj copy: /home/swarming/.swarming/w/ir/x/w/gocache/d2/d2e2ba77e3fa6d1eefcaf27a76964fec9be556cbf9130bdec52c86320014d461-d(_x008.o) from pkg runtime/cgo -> /home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3779657012/001/linktmp/000009.o host obj copy: /home/swarming/.swarming/w/ir/x/w/gocache/d2/d2e2ba77e3fa6d1eefcaf27a76964fec9be556cbf9130bdec52c86320014d461-d(_x009.o) from pkg runtime/cgo -> /home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3779657012/001/linktmp/000010.o host obj copy: /home/swarming/.swarming/w/ir/x/w/gocache/d2/d2e2ba77e3fa6d1eefcaf27a76964fec9be556cbf9130bdec52c86320014d461-d(_x010.o) from pkg runtime/cgo -> /home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3779657012/001/linktmp/000011.o host link: "clang" "-m64" "-pthread" "-Wl,-nopie" "-o" "/home/swarming/.swarming/w/ir/x/t/go-build1621860172/b001/exe/a.out" "-rdynamic" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3779657012/001/linktmp/go.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3779657012/001/linktmp/000000.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3779657012/001/linktmp/000001.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3779657012/001/linktmp/000002.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3779657012/001/linktmp/000003.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3779657012/001/linktmp/000004.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3779657012/001/linktmp/000005.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3779657012/001/linktmp/000006.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3779657012/001/linktmp/000007.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3779657012/001/linktmp/000008.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3779657012/001/linktmp/000009.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3779657012/001/linktmp/000010.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3779657012/001/linktmp/000011.o" "-O2" "-g" "-O2" "-g" "-lpthread" /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/TestExtLinkCmdlineDeterminism3779657012/001/linktmp/go.o /home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3779657012/001/linktmp/000000.o /home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3779657012/001/linktmp/000001.o /home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3779657012/001/linktmp/000002.o /home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3779657012/001/linktmp/000003.o /home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3779657012/001/linktmp/000004.o /home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3779657012/001/linktmp/000005.o /home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3779657012/001/linktmp/000006.o /home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3779657012/001/linktmp/000007.o /home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3779657012/001/linktmp/000008.o /home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3779657012/001/linktmp/000009.o /home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3779657012/001/linktmp/000010.o /home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3779657012/001/linktmp/000011.o -O2 -g -O2 -g -lpthread --- FAIL: TestExtLinkCmdlineDeterminism (36.90s)
2024-05-20 21:19 gotip-openbsd-amd64 go@22344e11 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/TestDeadcode952169960/001/ifacemethod3.exe testdata/deadcode/ifacemethod3.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/ifacemethod3 (5.86s)
2024-05-20 21:19 gotip-openbsd-amd64 go@22344e11 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/TestDisasmCode1171291193/001/hello-984b638f8a363d1ac3b1cbaf16e1beddec86b74a6b1924bcc54ea98155dc949a.exe fmthello.go] objdump_test.go:222: Running [/home/swarming/.swarming/w/ir/x/t/go-build1464164765/b326/objdump.test -S -s main.main /home/swarming/.swarming/w/ir/x/t/TestDisasmCode1171291193/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() { 0x498300 493b6610 CMPQ SP, 0x10(R14) 0x498304 763e JBE 0x498344 ... 0x498342 ebfd JMP 0x498341 func main() { 0x498344 e81701fdff CALL runtime.morestack_noctxt.abi0(SB) 0x498349 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/TestDisasmCode1171291193/002/hello-ebfae859e26701fc14bdbc6d035dfd01e3aea299cc743ae74bb7579727b27efb.exe fmthellocgo.go] objdump_test.go:158: go build fmthellocgo.go: exit status 1 # command-line-arguments cgo: exec clang: fork/exec /usr/bin/clang: resource temporarily unavailable --- FAIL: TestDisasmCode (20.60s)

watchflakes

gopherbot commented 1 month ago

Found new dashboard test flakes for:

#!watchflakes
default <- builder ~ `openbsd-amd64` && repo == "go" && (mode == "build" || pkg ~ `cmd/` || `resource temporarily unavailable` || `\[build failed\]`)
2024-06-04 15:28 gotip-openbsd-amd64 go@535f81e7 cmd/link/internal/ld.TestDeadcode/ifacemethod2 (log) === RUN TestDeadcode/ifacemethod2 === PAUSE TestDeadcode/ifacemethod2 === CONT TestDeadcode/ifacemethod2 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/TestDeadcode2383477715/001/ifacemethod2.exe testdata/deadcode/ifacemethod2.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/ifacemethod2 (6.75s)
2024-06-07 01:56 gotip-openbsd-amd64 go@f7c330ea 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-build2244700666=/tmp/go-build -gno-record-gcc-switches] -c -o /home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName1755002183/001/x0.o /home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName1755002183/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-build2244700666=/tmp/go-build -gno-record-gcc-switches] -c -o /home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName1755002183/001/x1.o /home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName1755002183/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-build2244700666=/tmp/go-build -gno-record-gcc-switches] -nostdlib -r -o /home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName1755002183/001/ldr.syso [/home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName1755002183/001/x0.o /home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName1755002183/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 (24.77s)
2024-06-07 01:56 gotip-openbsd-amd64 go@f7c330ea cmd/link/internal/ld.TestEmbeddedStructMarker (log) === RUN TestEmbeddedStructMarker === PAUSE TestEmbeddedStructMarker === CONT TestEmbeddedStructMarker 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: TestEmbeddedStructMarker (0.71s)
2024-06-07 01:56 gotip-openbsd-amd64 go@f7c330ea cmd/objdump.TestDisasmGnuAsm (log) === RUN TestDisasmGnuAsm === PAUSE TestDisasmGnuAsm === CONT TestDisasmGnuAsm objdump_test.go:155: Running [/home/swarming/.swarming/w/ir/x/w/goroot/bin/go build -o /home/swarming/.swarming/w/ir/x/t/TestDisasmGnuAsm3293638640/001/hello-39190151649d13dae9b43764ed66baa3126c3c2bd28f7d22d2f5a1add7ff76a5.exe fmthello.go] objdump_test.go:158: go build fmthello.go: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/bin/go: resource temporarily unavailable --- FAIL: TestDisasmGnuAsm (0.07s)
2024-06-07 15:22 gotip-openbsd-amd64 go@0b72631a 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 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 (0.46s)
2024-06-07 15:22 gotip-openbsd-amd64 go@0b72631a cmd/link/internal/ld.TestOutputParamAbbrevAndAttr (log) === RUN TestOutputParamAbbrevAndAttr === PAUSE TestOutputParamAbbrevAndAttr === CONT TestOutputParamAbbrevAndAttr 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: TestOutputParamAbbrevAndAttr (0.39s)
2024-06-07 15:22 gotip-openbsd-amd64 go@0b72631a 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/TestDisasmCode746110238/001/hello-984b638f8a363d1ac3b1cbaf16e1beddec86b74a6b1924bcc54ea98155dc949a.exe fmthello.go] objdump_test.go:222: Running [/home/swarming/.swarming/w/ir/x/t/go-build3672775227/b331/objdump.test -S -s main.main /home/swarming/.swarming/w/ir/x/t/TestDisasmCode746110238/001/hello-984b638f8a363d1ac3b1cbaf16e1beddec86b74a6b1924bcc54ea98155dc949a.exe] objdump_test.go:226: objdump "fmthello.exe": fork/exec /home/swarming/.swarming/w/ir/x/t/go-build3672775227/b331/objdump.test: resource temporarily unavailable --- FAIL: TestDisasmCode (9.79s)
2024-06-07 18:11 gotip-openbsd-amd64 go@ce51533a cmd/link/internal/ld.TestDeadcode/globalmap (log) === RUN TestDeadcode/globalmap === PAUSE TestDeadcode/globalmap === CONT TestDeadcode/globalmap 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/TestDeadcode98457172/001/globalmap.exe testdata/deadcode/globalmap.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 --- FAIL: TestDeadcode/globalmap (5.74s)
2024-06-07 18:11 gotip-openbsd-amd64 go@ce51533a cmd/link/internal/ld.TestIssue27614 (log) === RUN TestIssue27614 === PAUSE TestIssue27614 === CONT TestIssue27614 dwarf_test.go:110: ## build 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 dwarf_test.go:113: build error: exit status 1 --- FAIL: TestIssue27614 (10.42s)
2024-06-07 18:11 gotip-openbsd-amd64 go@ce51533a cmd/link/internal/ld.TestMemProfileCheck/with_memprofile_runtime_pprof (log) === RUN TestMemProfileCheck/with_memprofile_runtime_pprof === PAUSE TestMemProfileCheck/with_memprofile_runtime_pprof === CONT TestMemProfileCheck/with_memprofile_runtime_pprof ld_test.go:338: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/bin/go: resource temporarily unavailable --- FAIL: TestMemProfileCheck/with_memprofile_runtime_pprof (0.02s)
2024-06-07 18:49 gotip-openbsd-amd64 go@e709992a 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/TestDWARFtestprogcgo1193848916/001/testprogcgo.exe ../../runtime/testdata/testprogcgo: exit status 1 go: error obtaining buildID for go tool compile: fork/exec /home/swarming/.swarming/w/ir/x/t/go-build3596049795/b281/link.test: resource temporarily unavailable go: error obtaining buildID for go tool compile: exit status 1 --- FAIL: TestDWARF/testprogcgo (8.78s)
2024-06-07 18:49 gotip-openbsd-amd64 go@e709992a cmd/link/internal/ld.TestDeadcode/structof_funcof (log) === RUN TestDeadcode/structof_funcof === PAUSE TestDeadcode/structof_funcof === CONT TestDeadcode/structof_funcof 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/TestDeadcode1273762781/001/structof_funcof.exe testdata/deadcode/structof_funcof.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 --- FAIL: TestDeadcode/structof_funcof (0.43s)
2024-06-07 18:49 gotip-openbsd-amd64 go@e709992a fmt (log) FAIL fmt [build failed]
2024-06-10 13:48 gotip-openbsd-amd64 go@da65071f 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-build3897887320=/tmp/go-build -gno-record-gcc-switches] -c -o /home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName2880129441/001/x0.o /home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName2880129441/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-build3897887320=/tmp/go-build -gno-record-gcc-switches] -c -o /home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName2880129441/001/x1.o /home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName2880129441/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-build3897887320=/tmp/go-build -gno-record-gcc-switches] -nostdlib -r -o /home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName2880129441/001/ldr.syso [/home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName2880129441/001/x0.o /home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName2880129441/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 (19.69s)
2024-06-10 13:48 gotip-openbsd-amd64 go@da65071f 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 -rdynamic /home/swarming/.swarming/w/ir/x/t/go-link-124226529/go.o /home/swarming/.swarming/w/ir/x/t/go-link-124226529/000000.o /home/swarming/.swarming/w/ir/x/t/go-link-124226529/000001.o /home/swarming/.swarming/w/ir/x/t/go-link-124226529/000002.o /home/swarming/.swarming/w/ir/x/t/go-link-124226529/000003.o /home/swarming/.swarming/w/ir/x/t/go-link-124226529/000004.o /home/swarming/.swarming/w/ir/x/t/go-link-124226529/000005.o /home/swarming/.swarming/w/ir/x/t/go-link-124226529/000006.o /home/swarming/.swarming/w/ir/x/t/go-link-124226529/000007.o /home/swarming/.swarming/w/ir/x/t/go-link-124226529/000008.o /home/swarming/.swarming/w/ir/x/t/go-link-124226529/000009.o -O2 -g -lpthread dwarf_test.go:113: build error: exit status 1 --- FAIL: TestRuntimeTypeAttrExternal (22.20s)
2024-06-10 13:48 gotip-openbsd-amd64 go@da65071f cmd/objdump.TestDisasmExtld (log) === RUN TestDisasmExtld === PAUSE TestDisasmExtld === CONT TestDisasmExtld objdump_test.go:155: Running [/home/swarming/.swarming/w/ir/x/w/goroot/bin/go build -o /home/swarming/.swarming/w/ir/x/t/TestDisasmExtld3393498367/001/hello-3da08facc82f2a8311a3360fd6024b47779b9e94b1e5cec8cd839c0e71b5402a.exe -ldflags=-linkmode=external fmthello.go] objdump_test.go:158: go build fmthello.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: TestDisasmExtld (10.41s)
2024-06-12 20:40 gotip-openbsd-amd64 go@ca5ba146 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-build2872641860=/tmp/go-build -gno-record-gcc-switches] -c -o /home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName1945482942/001/x0.o /home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName1945482942/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-build2872641860=/tmp/go-build -gno-record-gcc-switches] -c -o /home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName1945482942/001/x1.o /home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName1945482942/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-build2872641860=/tmp/go-build -gno-record-gcc-switches] -nostdlib -r -o /home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName1945482942/001/ldr.syso [/home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName1945482942/001/x0.o /home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName1945482942/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/link: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/link: resource temporarily unavailable elf_test.go:202: exit status 1 --- FAIL: TestMinusRSymsWithSameName (36.26s)
2024-06-12 20:40 gotip-openbsd-amd64 go@ca5ba146 cmd/link/internal/ld.TestDynSymShInfo (log) === RUN TestDynSymShInfo === PAUSE TestDynSymShInfo === CONT TestDynSymShInfo elf_test.go:44: [/home/swarming/.swarming/w/ir/x/w/goroot/bin/go build -o /home/swarming/.swarming/w/ir/x/t/TestDynSymShInfo3182155666/001/issue33358 /home/swarming/.swarming/w/ir/x/t/TestDynSymShInfo3182155666/001/issue33358.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: TestDynSymShInfo (6.14s)
2024-06-12 20:40 gotip-openbsd-amd64 go@ca5ba146 cmd/objdump.TestDisasmExtld (log) === RUN TestDisasmExtld === PAUSE TestDisasmExtld === CONT TestDisasmExtld objdump_test.go:155: Running [/home/swarming/.swarming/w/ir/x/w/goroot/bin/go build -o /home/swarming/.swarming/w/ir/x/t/TestDisasmExtld1424814559/001/hello-3da08facc82f2a8311a3360fd6024b47779b9e94b1e5cec8cd839c0e71b5402a.exe -ldflags=-linkmode=external fmthello.go] objdump_test.go:158: go build fmthello.go: exit status 1 go: error obtaining buildID for go tool cgo: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/cgo: resource temporarily unavailable --- FAIL: TestDisasmExtld (13.63s)
2024-06-14 11:45 gotip-openbsd-amd64 go@7196db9e 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: 2024/06/14 05:08:12 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:163: git tag v2.0.0: exit status 250 --- FAIL: TestScripts/git/vgotest1.txt (45.12s)
2024-06-14 11:45 gotip-openbsd-amd64 go@7196db9e cmd/link.TestIndexMismatch (log) === RUN TestIndexMismatch === PAUSE TestIndexMismatch === CONT TestIndexMismatch link_test.go:814: /home/swarming/.swarming/w/ir/x/w/goroot/bin/go tool compile -importcfg=/home/swarming/.swarming/w/ir/x/t/TestIndexMismatch3792045540/001/runtime.importcfg -p=a -o /home/swarming/.swarming/w/ir/x/t/TestIndexMismatch3792045540/001/a.o testdata/testIndexMismatch/a.go link_test.go:820: /home/swarming/.swarming/w/ir/x/w/goroot/bin/go tool compile -importcfg=/home/swarming/.swarming/w/ir/x/t/TestIndexMismatch3792045540/001/witha.importcfg -p=main -I /home/swarming/.swarming/w/ir/x/t/TestIndexMismatch3792045540/001 -o /home/swarming/.swarming/w/ir/x/t/TestIndexMismatch3792045540/001/main.o testdata/testIndexMismatch/main.go link_test.go:826: /home/swarming/.swarming/w/ir/x/w/goroot/bin/go tool link -importcfg=/home/swarming/.swarming/w/ir/x/t/TestIndexMismatch3792045540/001/witha.importcfg -L /home/swarming/.swarming/w/ir/x/t/TestIndexMismatch3792045540/001 -o /home/swarming/.swarming/w/ir/x/t/TestIndexMismatch3792045540/001/main.exe /home/swarming/.swarming/w/ir/x/t/TestIndexMismatch3792045540/001/main.o link_test.go:832: linking failed: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/bin/go: resource temporarily unavailable link_test.go:838: /home/swarming/.swarming/w/ir/x/w/goroot/bin/go tool compile -importcfg=/home/swarming/.swarming/w/ir/x/t/TestIndexMismatch3792045540/001/runtime.importcfg -p=a -o /home/swarming/.swarming/w/ir/x/t/TestIndexMismatch3792045540/001/a.o testdata/testIndexMismatch/b.go link_test.go:844: /home/swarming/.swarming/w/ir/x/w/goroot/bin/go tool link -importcfg=/home/swarming/.swarming/w/ir/x/t/TestIndexMismatch3792045540/001/witha.importcfg -L /home/swarming/.swarming/w/ir/x/t/TestIndexMismatch3792045540/001 -o /home/swarming/.swarming/w/ir/x/t/TestIndexMismatch3792045540/001/main.exe /home/swarming/.swarming/w/ir/x/t/TestIndexMismatch3792045540/001/main.o --- FAIL: TestIndexMismatch (18.36s)
2024-06-14 11:45 gotip-openbsd-amd64 go@7196db9e cmd/link/internal/ld.TestRISCVTrampolines (log) === RUN TestRISCVTrampolines === PAUSE TestRISCVTrampolines === CONT TestRISCVTrampolines ld_test.go:398: Build failed: exit status 1, output: internal/goexperiment: /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 runtime/internal/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/goos runtime: failed to create new OS thread runtime: failed to create new OS thread go: error obtaining buildID for go tool asm: exit status 1 --- FAIL: TestRISCVTrampolines (9.93s)
2024-06-21 18:12 gotip-openbsd-amd64 go@6fea4094 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: 2024/06/21 11:34:39 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:57: git commit -m 'v2/go.mod: fix': exit status 250 --- FAIL: TestScripts/git/vgotest1.txt (53.61s)
2024-06-21 18:12 gotip-openbsd-amd64 go@6fea4094 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.89s)
2024-06-21 18:12 gotip-openbsd-amd64 go@6fea4094 cmd/link/internal/ld.TestElfBindNow/bindnow-linkmode-internal (log) === RUN TestElfBindNow/bindnow-linkmode-internal elf_test.go:313: failed to build [/home/swarming/.swarming/w/ir/x/w/goroot/bin/go build -o /home/swarming/.swarming/w/ir/x/t/TestElfBindNowbindnow-linkmode-internal2061435497/001/bindnow-linkmode-internal -ldflags -bindnow -linkmode=internal /home/swarming/.swarming/w/ir/x/t/TestElfBindNowbindnow-linkmode-internal2061435497/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 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: TestElfBindNow/bindnow-linkmode-internal (1.40s)
2024-06-21 18:41 gotip-openbsd-amd64 go@e9a306e0 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/TestDWARFtestprogcgo3230149003/001/testprogcgo.exe ../../runtime/testdata/testprogcgo: exit status 1 runtime/cgo: pthread_create failed: Resource temporarily unavailable SIGABRT: abort PC=0x2272cb54a m=0 sigcode=0 goroutine 0 gp=0xd13940 m=0 mp=0xd14de0 [idle]: runtime: g 0 gp=0xd13940: unknown pc 0x2272cb54a ... r13 0x0 r14 0x7f7ffffbf054 r15 0x227331270 rip 0x2272cb54a rflags 0x246 cs 0x2b fs 0x0 gs 0x0 go: error obtaining buildID for go tool compile: exit status 2 --- FAIL: TestDWARF/testprogcgo (7.22s)
2024-06-21 18:41 gotip-openbsd-amd64 go@e9a306e0 cmd/link/internal/ld.TestIssue38192 (log) === RUN TestIssue38192 === PAUSE TestIssue38192 === CONT TestIssue38192 dwarf_test.go:132: build: 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:133: build error: exit status 1 --- FAIL: TestIssue38192 (1.72s)
2024-06-21 18:41 gotip-openbsd-amd64 go@e9a306e0 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/TestDisasmCode2203243919/001/hello-984b638f8a363d1ac3b1cbaf16e1beddec86b74a6b1924bcc54ea98155dc949a.exe fmthello.go] objdump_test.go:222: Running [/home/swarming/.swarming/w/ir/x/t/go-build1768627512/b331/objdump.test -S -s main.main /home/swarming/.swarming/w/ir/x/t/TestDisasmCode2203243919/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() { 0x498820 493b6610 CMPQ SP, 0x10(R14) 0x498824 763e JBE 0x498864 ... func main() { 0x498864 e8f7fdfcff CALL runtime.morestack_noctxt.abi0(SB) 0x498869 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/TestDisasmCode2203243919/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/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-3128702564/go.o /home/swarming/.swarming/w/ir/x/t/go-link-3128702564/000000.o /home/swarming/.swarming/w/ir/x/t/go-link-3128702564/000001.o /home/swarming/.swarming/w/ir/x/t/go-link-3128702564/000002.o /home/swarming/.swarming/w/ir/x/t/go-link-3128702564/000003.o /home/swarming/.swarming/w/ir/x/t/go-link-3128702564/000004.o /home/swarming/.swarming/w/ir/x/t/go-link-3128702564/000005.o /home/swarming/.swarming/w/ir/x/t/go-link-3128702564/000006.o /home/swarming/.swarming/w/ir/x/t/go-link-3128702564/000007.o /home/swarming/.swarming/w/ir/x/t/go-link-3128702564/000008.o /home/swarming/.swarming/w/ir/x/t/go-link-3128702564/000009.o /home/swarming/.swarming/w/ir/x/t/go-link-3128702564/000010.o /home/swarming/.swarming/w/ir/x/t/go-link-3128702564/000011.o -O2 -g -O2 -g -lpthread --- FAIL: TestDisasmCode (18.13s)
2024-06-21 19:37 gotip-openbsd-amd64 go@52ce25b4 cmd/go/internal/modfetch/codehost.TestStat/localGitRepo/aaaaaaaaab (log) === RUN TestStat/localGitRepo/aaaaaaaaab === PAUSE TestStat/localGitRepo/aaaaaaaaab === CONT TestStat/localGitRepo/aaaaaaaaab git_test.go:166: mkdir -p /home/swarming/.swarming/w/ir/x/t/gitrepo-test-3398681690/modcache/cache/vcs # git3 file:///home/swarming/.swarming/w/ir/x/t/gitrepo-test-3398681690/gitrepo2 git_test.go:166: # lock /home/swarming/.swarming/w/ir/x/t/gitrepo-test-3398681690/modcache/cache/vcs/de45ec44e144d6650b06820a2c010cd7fbb6dd777b3cac744b1efc0c4e4808b4.lock git_test.go:166: mkdir -p /home/swarming/.swarming/w/ir/x/t/gitrepo-test-3398681690/modcache/cache/vcs/de45ec44e144d6650b06820a2c010cd7fbb6dd777b3cac744b1efc0c4e4808b4 # git3 file:///home/swarming/.swarming/w/ir/x/t/gitrepo-test-3398681690/gitrepo2 git_test.go:166: cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-3398681690/modcache/cache/vcs/de45ec44e144d6650b06820a2c010cd7fbb6dd777b3cac744b1efc0c4e4808b4; git init --bare git_test.go:166: 1.385s # cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-3398681690/modcache/cache/vcs/de45ec44e144d6650b06820a2c010cd7fbb6dd777b3cac744b1efc0c4e4808b4; git init --bare git_test.go:166: cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-3398681690/modcache/cache/vcs/de45ec44e144d6650b06820a2c010cd7fbb6dd777b3cac744b1efc0c4e4808b4; git remote add origin -- file:///home/swarming/.swarming/w/ir/x/t/gitrepo-test-3398681690/gitrepo2 git_test.go:166: 1.862s # cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-3398681690/modcache/cache/vcs/de45ec44e144d6650b06820a2c010cd7fbb6dd777b3cac744b1efc0c4e4808b4; git remote add origin -- file:///home/swarming/.swarming/w/ir/x/t/gitrepo-test-3398681690/gitrepo2 git_test.go:166: cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-3398681690/modcache/cache/vcs/de45ec44e144d6650b06820a2c010cd7fbb6dd777b3cac744b1efc0c4e4808b4; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' aaaaaaaaab -- git_test.go:166: 3.623s # cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-3398681690/modcache/cache/vcs/de45ec44e144d6650b06820a2c010cd7fbb6dd777b3cac744b1efc0c4e4808b4; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' aaaaaaaaab -- git_test.go:166: cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-3398681690/modcache/cache/vcs/de45ec44e144d6650b06820a2c010cd7fbb6dd777b3cac744b1efc0c4e4808b4; git ls-remote -q origin 2024/06/21 12:54:42 serving /git/gitrepo1/info/refs?service=git-upload-pack 2024/06/21 12:54:45 serving /git/gitrepo1/git-upload-pack git_test.go:166: 4.462s # cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-3398681690/modcache/cache/vcs/de45ec44e144d6650b06820a2c010cd7fbb6dd777b3cac744b1efc0c4e4808b4; git ls-remote -q origin git_test.go:166: cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-3398681690/modcache/cache/vcs/de45ec44e144d6650b06820a2c010cd7fbb6dd777b3cac744b1efc0c4e4808b4; git fetch -f origin 'refs/heads/*:refs/heads/*' 'refs/tags/*:refs/tags/*' git_test.go:166: 9.302s # cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-3398681690/modcache/cache/vcs/de45ec44e144d6650b06820a2c010cd7fbb6dd777b3cac744b1efc0c4e4808b4; git fetch -f origin 'refs/heads/*:refs/heads/*' 'refs/tags/*:refs/tags/*' git_test.go:166: cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-3398681690/modcache/cache/vcs/de45ec44e144d6650b06820a2c010cd7fbb6dd777b3cac744b1efc0c4e4808b4; git fetch --unshallow -f origin git_test.go:166: 9.762s # cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-3398681690/modcache/cache/vcs/de45ec44e144d6650b06820a2c010cd7fbb6dd777b3cac744b1efc0c4e4808b4; git fetch --unshallow -f origin git_test.go:652: Stat: wrong error "git fetch --unshallow -f origin in /home/swarming/.swarming/w/ir/x/t/gitrepo-test-3398681690/modcache/cache/vcs/de45ec44e144d6650b06820a2c010cd7fbb6dd777b3cac744b1efc0c4e4808b4: exit status 128:\n\terror: cannot fork() for --shallow-file: Resource temporarily unavailable\n\tfatal: fetch-pack: unable to fork off unpack-objects", want "unknown revision" --- FAIL: TestStat/localGitRepo/aaaaaaaaab (60.64s)
2024-06-21 19:37 gotip-openbsd-amd64 go@52ce25b4 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: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/cgo: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/cgo: resource temporarily unavailable cgo_test.go:128: go build failed: exit status 1 cgo_test.go:146: failed --- FAIL: TestCGOLTO/0 (14.69s)
2024-06-21 19:37 gotip-openbsd-amd64 go@52ce25b4 cmd/link/internal/ld.TestElfBindNow/bindnow-linkmode-internal (log) === RUN TestElfBindNow/bindnow-linkmode-internal elf_test.go:313: failed to build [/home/swarming/.swarming/w/ir/x/w/goroot/bin/go build -o /home/swarming/.swarming/w/ir/x/t/TestElfBindNowbindnow-linkmode-internal4199478838/001/bindnow-linkmode-internal -ldflags -bindnow -linkmode=internal /home/swarming/.swarming/w/ir/x/t/TestElfBindNowbindnow-linkmode-internal4199478838/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 (29.74s)
2024-06-24 16:57 go1.22-openbsd-amd64 release-branch.go1.22@179ccb70 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/TestMachOBuildVersion1348095647/001/main /home/swarming/.swarming/w/ir/x/t/TestMachOBuildVersion1348095647/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 (30.99s)
2024-06-26 22:21 go1.22-openbsd-amd64 release-branch.go1.22@32229514 cmd/link.TestIssue21703 (log) === RUN TestIssue21703 === PAUSE TestIssue21703 === CONT TestIssue21703 link_test.go:63: /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/TestIssue217033637352261/001/main.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 --- FAIL: TestIssue21703 (7.54s)
2024-06-26 22:21 go1.22-openbsd-amd64 release-branch.go1.22@32229514 cmd/link/internal/ld.TestStackCheckOutput (log) === RUN TestStackCheckOutput === PAUSE TestStackCheckOutput === CONT TestStackCheckOutput stackcheck_test.go:33: linker 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 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: unlinkat /home/swarming/.swarming/w/ir/x/t/go-build2488786149/b014: directory not empty stackcheck_test.go:39: no overflow errors in output --- FAIL: TestStackCheckOutput (6.72s)
2024-06-28 19:59 gotip-openbsd-amd64 go@82c371a3 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/cmd: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/bin/go: resource temporarily unavailable --- FAIL: TestDependencyVersionsConsistent (0.00s)
2024-06-28 19:59 gotip-openbsd-amd64 go@82c371a3 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/TestDWARFtestprogcgo1295137876/001/testprogcgo.exe ../../runtime/testdata/testprogcgo: exit status 1 go: error obtaining buildID for go tool asm: fork/exec /home/swarming/.swarming/w/ir/x/t/go-build1347228133/b275/link.test: resource temporarily unavailable --- FAIL: TestDWARF/testprogcgo (4.98s)
2024-07-07 16:40 gotip-openbsd-amd64 go@d0146bd8 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 ./...: 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/cmd to ensure that dependencies have been vendored.) --- FAIL: TestAllDependencies/cmd(quick) (0.00s)
2024-07-07 16:40 gotip-openbsd-amd64 go@d0146bd8 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 (35.73s)
2024-07-09 15:52 gotip-openbsd-amd64 go@73186ba0 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: internal/runtime/syscall: /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: TestUnresolved (24.82s)
2024-07-09 15:52 gotip-openbsd-amd64 go@73186ba0 cmd/link/internal/ld.TestDeadcode/ifacemethod6 (log) === RUN TestDeadcode/ifacemethod6 === PAUSE TestDeadcode/ifacemethod6 === CONT TestDeadcode/ifacemethod6 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/TestDeadcode845931609/001/ifacemethod6.exe testdata/deadcode/ifacemethod6.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/ifacemethod6 (6.04s)
2024-07-09 15:52 gotip-openbsd-amd64 go@73186ba0 cmd/objdump.TestDisasmExtld (log) === RUN TestDisasmExtld === PAUSE TestDisasmExtld === CONT TestDisasmExtld objdump_test.go:155: Running [/home/swarming/.swarming/w/ir/x/w/goroot/bin/go build -o /home/swarming/.swarming/w/ir/x/t/TestDisasmExtld2172740541/001/hello-3da08facc82f2a8311a3360fd6024b47779b9e94b1e5cec8cd839c0e71b5402a.exe -ldflags=-linkmode=external fmthello.go] objdump_test.go:158: go build fmthello.go: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/bin/go: resource temporarily unavailable --- FAIL: TestDisasmExtld (0.42s)
2024-07-10 02:44 gotip-openbsd-amd64 go@70e453b4 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-build486364115=/tmp/go-build -gno-record-gcc-switches] -c -o /home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName2542558162/001/x0.o /home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName2542558162/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-build486364115=/tmp/go-build -gno-record-gcc-switches] -c -o /home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName2542558162/001/x1.o /home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName2542558162/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-build486364115=/tmp/go-build -gno-record-gcc-switches] -nostdlib -r -o /home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName2542558162/001/ldr.syso [/home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName2542558162/001/x0.o /home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName2542558162/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. Stack dump: 0. Program arguments: /usr/bin/ld --eh-frame-hdr -Bdynamic -dynamic-linker /usr/libexec/ld.so -o /home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName2542558162/001/ldr.syso -L/usr/lib -r --no-gc-sections -r /home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName2542558162/001/x0.o /home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName2542558162/001/x1.o 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 (38.41s)
2024-07-10 02:44 gotip-openbsd-amd64 go@70e453b4 cmd/link/internal/ld.TestDeadcode/ifacemethod3 (log) === RUN TestDeadcode/ifacemethod3 === PAUSE TestDeadcode/ifacemethod3 === CONT TestD

(... long comment truncated ...)

watchflakes

gopherbot commented 1 month ago

Found new dashboard test flakes for:

#!watchflakes
default <- builder ~ `openbsd-amd64` && repo == "go" && (mode == "build" || pkg ~ `cmd/` || `resource temporarily unavailable` || `\[build failed\]`)
2024-06-21 16:32 go1.23-openbsd-amd64 release-branch.go1.23@7dff7439 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/TestDWARFtestprog1892230673/001/testprog.exe ../../runtime/testdata/testprog: exit status 1 go: error obtaining buildID for go tool compile: exit status 1 --- FAIL: TestDWARF/testprog (2.02s)
2024-06-21 16:32 go1.23-openbsd-amd64 release-branch.go1.23@7dff7439 cmd/link/internal/ld.TestRuntimeTypesPresent (log) === RUN TestRuntimeTypesPresent === PAUSE TestRuntimeTypesPresent === CONT TestRuntimeTypesPresent dwarf_test.go:110: ## build 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 dwarf_test.go:113: build error: exit status 1 --- FAIL: TestRuntimeTypesPresent (4.81s)
2024-06-21 16:32 go1.23-openbsd-amd64 release-branch.go1.23@7dff7439 cmd/vet.TestVet/httpresponse (log) === RUN TestVet/httpresponse === PAUSE TestVet/httpresponse === CONT TestVet/httpresponse vet_test.go:211: error check failed: httpresponse.go:22: missing error "using res before checking for errors" Unmatched Errors: go: can't execute /home/swarming/.swarming/w/ir/x/t/go-build1901155104/b355/vet.test -flags: fork/exec /home/swarming/.swarming/w/ir/x/t/go-build1901155104/b355/vet.test: resource temporarily unavailable --- FAIL: TestVet/httpresponse (0.23s)

watchflakes

gopherbot commented 1 month ago

Found new dashboard test flakes for:

#!watchflakes
default <- builder ~ `openbsd-amd64` && repo == "go" && (mode == "build" || pkg ~ `cmd/` || `resource temporarily unavailable` || `\[build failed\]`)
2024-07-16 16:43 gotip-openbsd-amd64 go@8b482908 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)
2024-07-16 16:43 gotip-openbsd-amd64 go@8b482908 cmd/internal/obj/x86.TestVexEvexPCrelative (log) === RUN TestVexEvexPCrelative pcrelative_test.go:72: error exit status 1 output internal/byteorder: /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/goarch: /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/goexperiment: /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: TestVexEvexPCrelative (16.36s)
2024-07-16 18:03 gotip-openbsd-amd64 go@d5479e19 bufio (log) FAIL bufio [build failed]

watchflakes

gopherbot commented 1 month ago

Found new dashboard test flakes for:

#!watchflakes
default <- builder ~ `openbsd-amd64` && repo == "go" && (mode == "build" || pkg ~ `cmd/` || `resource temporarily unavailable` || `\[build failed\]`)
2024-07-16 18:17 go1.23-openbsd-amd64 release-branch.go1.23@9915b870 cmd/go/internal/vcweb/vcstest.TestScripts/git/modlegacy1-new.txt (log) === RUN TestScripts/git/modlegacy1-new.txt === PAUSE TestScripts/git/modlegacy1-new.txt === CONT TestScripts/git/modlegacy1-new.txt vcstest_test.go:155: 2024/07/22 12:22:38 modlegacy1-new.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 [stderr] [E annotate.go:273] original error: fork/exec /usr/local/bin/git: resource temporarily unavailable goroutine 1: #0 git/git.go:492 - main.(*gitRunner).runDirect() reason: failed to execute process #1 git/git.go:187 - main.(*GitCommand).Run() #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-new.txt:8: git init: exit status 250 --- FAIL: TestScripts/git/modlegacy1-new.txt (4.57s)
2024-07-17 20:32 go1.23-openbsd-amd64 release-branch.go1.23@420037b1 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 === CONT TestReadFile/gitrepo1/v2.3.4/another.txt git_test.go:166: cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-1869804675/modcache/cache/vcs/748a7456691721114f64171e8439bcfeb259e375fbaaeca5de224ecb90332cb6; git tag -l git_test.go:166: 0.102s # cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-1869804675/modcache/cache/vcs/748a7456691721114f64171e8439bcfeb259e375fbaaeca5de224ecb90332cb6; git tag -l git_test.go:166: cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-1869804675/modcache/cache/vcs/748a7456691721114f64171e8439bcfeb259e375fbaaeca5de224ecb90332cb6; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 76a00fb249b7f93091bc2c89a789dab1fc1bc26f -- 2024/07/22 12:08:09 serving /git/gitrepo1/git-upload-pack git_test.go:166: 2.460s # cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-1869804675/modcache/cache/vcs/748a7456691721114f64171e8439bcfeb259e375fbaaeca5de224ecb90332cb6; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 76a00fb249b7f93091bc2c89a789dab1fc1bc26f -- git_test.go:166: cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-1869804675/modcache/cache/vcs/748a7456691721114f64171e8439bcfeb259e375fbaaeca5de224ecb90332cb6; git -c protocol.version=2 fetch -f --depth=1 origin refs/heads/v2.3.4:refs/heads/v2.3.4 2024/07/22 12:08:15 serving /git/gitrepo1/info/refs?service=git-upload-pack 2024/07/22 12:08:16 serving /git/gitrepo1/git-upload-pack 34.033s # git clone --mirror http://127.0.0.1:2669/git/gitrepo1 /home/swarming/.swarming/w/ir/x/t/gitrepo-test-1869804675/gitrepo2 cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-1869804675/gitrepo2; git config daemon.uploadarch true 1.540s # cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-1869804675/gitrepo2; git config daemon.uploadarch true git_test.go:166: 20.991s # cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-1869804675/modcache/cache/vcs/748a7456691721114f64171e8439bcfeb259e375fbaaeca5de224ecb90332cb6; 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-1869804675/modcache/cache/vcs/748a7456691721114f64171e8439bcfeb259e375fbaaeca5de224ecb90332cb6; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' refs/heads/v2.3.4 -- git_test.go:166: 3.134s # cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-1869804675/modcache/cache/vcs/748a7456691721114f64171e8439bcfeb259e375fbaaeca5de224ecb90332cb6; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' refs/heads/v2.3.4 -- git_test.go:358: ReadFile: wrong error "unknown revision refs/heads/v2.3.4", want "file does not exist" --- FAIL: TestReadFile/gitrepo1/v2.3.4/another.txt (51.41s)
2024-07-22 17:38 gotip-openbsd-amd64 go@a799fa51 cmd/internal/testdir.Test/initexp.go (log) === RUN Test/initexp.go === PAUSE Test/initexp.go === CONT Test/initexp.go testdir_test.go:145: compilation timed out --- FAIL: Test/initexp.go (21.16s)

watchflakes

gopherbot commented 1 month ago

Found new dashboard test flakes for:

#!watchflakes
default <- builder ~ `openbsd-amd64` && repo == "go" && (mode == "build" || pkg ~ `cmd/` || `resource temporarily unavailable` || `\[build failed\]`)
2024-07-23 23:49 gotip-openbsd-amd64 go@3f936034 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}: 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 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: 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 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 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=0x20 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 (6.66s)
2024-07-23 23:49 gotip-openbsd-amd64 go@3f936034 cmd/internal/obj/x86.TestVexEvexPCrelative (log) === RUN TestVexEvexPCrelative pcrelative_test.go:72: error exit status 1 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: TestVexEvexPCrelative (4.15s)

watchflakes

gopherbot commented 1 month ago

Found new dashboard test flakes for:

#!watchflakes
default <- builder ~ `openbsd-amd64` && repo == "go" && (mode == "build" || pkg ~ `cmd/` || `resource temporarily unavailable` || `\[build failed\]`)
2024-07-30 13:11 gotip-openbsd-amd64 go@13b3af03 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/07/30 06:38:58 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:18: git branch v2.0.0: exit status 250 --- FAIL: TestScripts/git/semver-branch.txt (23.27s)
2024-07-30 13:11 gotip-openbsd-amd64 go@13b3af03 cmd/link.TestIssue21703 (log) === RUN TestIssue21703 === PAUSE TestIssue21703 === CONT TestIssue21703 link_test.go:63: /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/TestIssue217033758770791/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 (6.14s)
2024-07-30 13:11 gotip-openbsd-amd64 go@13b3af03 cmd/link/internal/ld.TestDeadcode/ifacemethod4 (log) === RUN TestDeadcode/ifacemethod4 === PAUSE TestDeadcode/ifacemethod4 === CONT TestDeadcode/ifacemethod4 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/TestDeadcode2683541716/001/ifacemethod4.exe testdata/deadcode/ifacemethod4.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: TestDeadcode/ifacemethod4 (10.17s)

watchflakes

gopherbot commented 1 month ago

Found new dashboard test flakes for:

#!watchflakes
default <- builder ~ `openbsd-amd64` && repo == "go" && (mode == "build" || pkg ~ `cmd/` || `resource temporarily unavailable` || `\[build failed\]`)
2024-07-30 23:03 gotip-openbsd-amd64 go@0b7cda77 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 (47.52s)
2024-07-30 23:03 gotip-openbsd-amd64 go@0b7cda77 cmd/link.TestIssue33979 (log) === RUN TestIssue33979 === PAUSE TestIssue33979 === CONT TestIssue33979 link_test.go:207: 'go tool pack c x.a x1.o x2.o x3.o' failed: exit status 1, output: go tool pack: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/pack: resource temporarily unavailable --- FAIL: TestIssue33979 (26.72s)
2024-07-30 23:03 gotip-openbsd-amd64 go@0b7cda77 cmd/objdump.TestDisasmGnuAsm (log) === RUN TestDisasmGnuAsm === PAUSE TestDisasmGnuAsm === CONT TestDisasmGnuAsm objdump_test.go:155: Running [/home/swarming/.swarming/w/ir/x/w/goroot/bin/go build -o /home/swarming/.swarming/w/ir/x/t/TestDisasmGnuAsm361183879/001/hello-39190151649d13dae9b43764ed66baa3126c3c2bd28f7d22d2f5a1add7ff76a5.exe fmthello.go] objdump_test.go:222: Running [/home/swarming/.swarming/w/ir/x/t/go-build961334055/b328/objdump.test -gnu -s main.main /home/swarming/.swarming/w/ir/x/t/TestDisasmGnuAsm361183879/001/hello-39190151649d13dae9b43764ed66baa3126c3c2bd28f7d22d2f5a1add7ff76a5.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 fmthello.go:5 0x499040 493b6610 CMPQ SP, 0x10(R14) // cmp 0x10(%r14),%rsp fmthello.go:5 0x499044 763e JBE 0x499084 // jbe 0x499084 fmthello.go:5 0x499046 55 PUSHQ BP // push %rbp ... fmthello.go:1000003 0x49907f 5d POPQ BP // pop %rbp fmthello.go:1000003 0x499080 c3 RET // retq fmthello.go:1000003 0x499081 90 NOPL // nop fmthello.go:999991 0x499082 ebfd JMP 0x499081 // jmp 0x499081 fmthello.go:5 0x499084 e8b7fcfcff CALL runtime.morestack_noctxt.abi0(SB) // callq 0x468d40 fmthello.go:5 0x499089 ebb5 JMP main.main(SB) // jmp 0x499040 objdump_test.go:155: Running [/home/swarming/.swarming/w/ir/x/w/goroot/bin/go build -o /home/swarming/.swarming/w/ir/x/t/TestDisasmGnuAsm361183879/002/hello-138f8a50fff1f7c0798c894b492288d9f52d9c7a54b428eda9dc4d98be7062e8.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: TestDisasmGnuAsm (36.38s)

watchflakes

gopherbot commented 1 month ago

Found new dashboard test flakes for:

#!watchflakes
default <- builder ~ `openbsd-amd64` && repo == "go" && (mode == "build" || pkg ~ `cmd/` || `resource temporarily unavailable` || `\[build failed\]`)
2024-08-01 02:53 gotip-openbsd-amd64 go@bd85a3b1 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/07/31 20:08:31 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 ... [stdout] [master 2b7c469] sub/v0.0.10 1 file changed, 1 insertion(+), 1 deletion(-) > git tag 'sub/v0.0.10' [stderr] runtime: failed to create new OS thread vcstest_test.go:161: prefixtagtests.txt:30: git tag sub/v0.0.10: exit status 1 --- FAIL: TestScripts/git/prefixtagtests.txt (49.39s)
2024-08-01 02:53 gotip-openbsd-amd64 go@bd85a3b1 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) (6.73s)

watchflakes

gopherbot commented 1 month ago

Found new dashboard test flakes for:

#!watchflakes
default <- builder ~ `openbsd-amd64` && repo == "go" && (mode == "build" || pkg ~ `cmd/` || `resource temporarily unavailable` || `\[build failed\]`)
2024-08-01 14:56 gotip-openbsd-amd64 go@4c05a23b cmd/go/internal/modfetch/codehost.TestReadZip/gitrepo1/v3/v3/sub/dir (log) === RUN TestReadZip/gitrepo1/v3/v3/sub/dir === PAUSE TestReadZip/gitrepo1/v3/v3/sub/dir === CONT TestReadZip/gitrepo1/v3/v3/sub/dir git_test.go:166: cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-268289290/modcache/cache/vcs/8b55dfaf09767d47ac7980032912e45aee49de92028bc9e7e5be9b66c1ab8c8e; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' a8205f853c297ad2c3c502ba9a355b35b7dd3ca5 -- git_test.go:166: 0.271s # cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-268289290/modcache/cache/vcs/8b55dfaf09767d47ac7980032912e45aee49de92028bc9e7e5be9b66c1ab8c8e; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' a8205f853c297ad2c3c502ba9a355b35b7dd3ca5 -- git_test.go:166: cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-268289290/modcache/cache/vcs/8b55dfaf09767d47ac7980032912e45aee49de92028bc9e7e5be9b66c1ab8c8e; git -c protocol.version=2 fetch -f --depth=1 origin refs/heads/v3:refs/heads/v3 34.574s # git clone --mirror http://127.0.0.1:19377/git/gitrepo1 /home/swarming/.swarming/w/ir/x/t/gitrepo-test-268289290/gitrepo2 cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-268289290/gitrepo2; git config daemon.uploadarch true 3.010s # cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-268289290/gitrepo2; git config daemon.uploadarch true git_test.go:166: 11.286s # cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-268289290/modcache/cache/vcs/8b55dfaf09767d47ac7980032912e45aee49de92028bc9e7e5be9b66c1ab8c8e; git -c protocol.version=2 fetch -f --depth=1 origin refs/heads/v3:refs/heads/v3 git_test.go:166: cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-268289290/modcache/cache/vcs/8b55dfaf09767d47ac7980032912e45aee49de92028bc9e7e5be9b66c1ab8c8e; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' refs/heads/v3 -- git_test.go:166: 4.947s # cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-268289290/modcache/cache/vcs/8b55dfaf09767d47ac7980032912e45aee49de92028bc9e7e5be9b66c1ab8c8e; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' refs/heads/v3 -- git_test.go:430: ReadZip: unexpected error unknown revision refs/heads/v3 --- FAIL: TestReadZip/gitrepo1/v3/v3/sub/dir (16.74s)
2024-08-01 14:56 gotip-openbsd-amd64 go@4c05a23b 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: 2024/08/01 08:13:00 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 ... > git commit -a -m 'another' [stdout] [v2 9d02800] another 1 file changed, 1 insertion(+) create mode 100644 another.txt > git tag v2.0.2 vcstest_test.go:161: gitrepo1.txt:40: git tag v2.0.2: fork/exec /home/swarming/.swarming/w/ir/cipd_bin_packages/git: resource temporarily unavailable --- FAIL: TestScripts/git/gitrepo1.txt (48.52s)
2024-08-01 14:56 gotip-openbsd-amd64 go@4c05a23b 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/TestExtLinkCmdlineDeterminism3297054271/001/linktmp/go.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3297054271/001/linktmp/000000.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3297054271/001/linktmp/000001.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3297054271/001/linktmp/000002.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3297054271/001/linktmp/000003.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3297054271/001/linktmp/000004.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3297054271/001/linktmp/000005.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3297054271/001/linktmp/000006.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3297054271/001/linktmp/000007.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3297054271/001/linktmp/000008.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3297054271/001/linktmp/000009.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3297054271/001/linktmp/000010.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3297054271/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/TestExtLinkCmdlineDeterminism3297054271/001/linktmp/go.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3297054271/001/linktmp/000000.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3297054271/001/linktmp/000001.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3297054271/001/linktmp/000002.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3297054271/001/linktmp/000003.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3297054271/001/linktmp/000004.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3297054271/001/linktmp/000005.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3297054271/001/linktmp/000006.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3297054271/001/linktmp/000007.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3297054271/001/linktmp/000008.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3297054271/001/linktmp/000009.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3297054271/001/linktmp/000010.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism3297054271/001/linktmp/000011.o" "-O2" "-g" "-O2" "-g" "-lpthread" "-no-pie" --- FAIL: TestExtLinkCmdlineDeterminism (50.74s)
2024-08-01 14:57 gotip-openbsd-amd64 go@09eefb3a 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: 2024/08/01 08:17:43 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 ... > git add main.go > git commit -m 'add init function' [stdout] [master b325d82] add init function 1 file changed, 1 insertion(+) > git log --oneline --decorate=short vcstest_test.go:161: commit-after-tag.txt:21: git log --oneline --decorate=short: fork/exec /home/swarming/.swarming/w/ir/cipd_bin_packages/git: resource temporarily unavailable --- FAIL: TestScripts/git/commit-after-tag.txt (40.47s)
2024-08-01 14:57 gotip-openbsd-amd64 go@09eefb3a 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/TestMachOBuildVersion1924934575/001/main /home/swarming/.swarming/w/ir/x/t/TestMachOBuildVersion1924934575/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 (36.11s)
2024-08-01 14:57 gotip-openbsd-amd64 go@09eefb3a 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 dwarf_test.go:113: build error: exit status 1 --- FAIL: TestInlinedRoutineCallFileLine/line-directive (0.70s)

watchflakes

gopherbot commented 1 month ago

Found new dashboard test flakes for:

#!watchflakes
default <- builder ~ `openbsd-amd64` && repo == "go" && (mode == "build" || pkg ~ `cmd/` || `resource temporarily unavailable` || `\[build failed\]`)
2024-08-02 14:38 gotip-openbsd-amd64 go@3a55b92c 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: 2024/08/02 08:00:54 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:161: odd-tags.txt:29: git checkout main: exit status 250 --- FAIL: TestScripts/git/odd-tags.txt (45.86s)
2024-08-02 14:38 gotip-openbsd-amd64 go@3a55b92c cmd/link.TestFlagS (log) === RUN TestFlagS === PAUSE TestFlagS === CONT TestFlagS link_test.go:1361: 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 -Wl,--export-dynamic-symbol=__guard_local -Wl,--export-dynamic-symbol=_cgo_panic -Wl,--export-dynamic-symbol=_cgo_topofstack -Wl,--export-dynamic-symbol=crosscall2 /home/swarming/.swarming/w/ir/x/t/go-link-264491731/go.o /home/swarming/.swarming/w/ir/x/t/go-link-264491731/000000.o /home/swarming/.swarming/w/ir/x/t/go-link-264491731/000001.o /home/swarming/.swarming/w/ir/x/t/go-link-264491731/000002.o /home/swarming/.swarming/w/ir/x/t/go-link-264491731/000003.o /home/swarming/.swarming/w/ir/x/t/go-link-264491731/000004.o /home/swarming/.swarming/w/ir/x/t/go-link-264491731/000005.o /home/swarming/.swarming/w/ir/x/t/go-link-264491731/000006.o /home/swarming/.swarming/w/ir/x/t/go-link-264491731/000007.o /home/swarming/.swarming/w/ir/x/t/go-link-264491731/000008.o /home/swarming/.swarming/w/ir/x/t/go-link-264491731/000009.o -O2 -g -lpthread --- FAIL: TestFlagS (24.53s)
2024-08-02 14:38 gotip-openbsd-amd64 go@3a55b92c 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 /home/swarming/.swarming/w/ir/x/t/go-link-3017684441/go.o /home/swarming/.swarming/w/ir/x/t/go-link-3017684441/000000.o /home/swarming/.swarming/w/ir/x/t/go-link-3017684441/000001.o /home/swarming/.swarming/w/ir/x/t/go-link-3017684441/000002.o /home/swarming/.swarming/w/ir/x/t/go-link-3017684441/000003.o /home/swarming/.swarming/w/ir/x/t/go-link-3017684441/000004.o /home/swarming/.swarming/w/ir/x/t/go-link-3017684441/000005.o /home/swarming/.swarming/w/ir/x/t/go-link-3017684441/000006.o /home/swarming/.swarming/w/ir/x/t/go-link-3017684441/000007.o /home/swarming/.swarming/w/ir/x/t/go-link-3017684441/000008.o /home/swarming/.swarming/w/ir/x/t/go-link-3017684441/000009.o -O2 -g -lpthread dwarf_test.go:113: build error: exit status 1 --- FAIL: TestRuntimeTypeAttrExternal (44.55s)

watchflakes

gopherbot commented 1 month ago

Found new dashboard test flakes for:

#!watchflakes
default <- builder ~ `openbsd-amd64` && repo == "go" && (mode == "build" || pkg ~ `cmd/` || `resource temporarily unavailable` || `\[build failed\]`)
2024-08-02 19:09 gotip-openbsd-amd64 go@2ca1ae8e 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/08/02 12:22:45 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:161: semver-branch.txt:26: git checkout v0.1.0 pkg/pkg.go: exit status 250 --- FAIL: TestScripts/git/semver-branch.txt (40.41s)
2024-08-02 19:09 gotip-openbsd-amd64 go@2ca1ae8e 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 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 (3.68s)
2024-08-02 19:09 gotip-openbsd-amd64 go@2ca1ae8e cmd/link/internal/ld.TestSubprogramDeclFileLine/line-directive (log) === RUN TestSubprogramDeclFileLine/line-directive === PAUSE TestSubprogramDeclFileLine/line-directive === CONT TestSubprogramDeclFileLine/line-directive dwarf_test.go:119: ## 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:122: build error: exit status 1 --- FAIL: TestSubprogramDeclFileLine/line-directive (2.87s)
2024-08-02 19:22 gotip-openbsd-amd64 go@aac7106c 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/08/02 12:45:34 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 (45.82s)
2024-08-02 19:22 gotip-openbsd-amd64 go@aac7106c 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-build1850428544=/tmp/go-build -gno-record-gcc-switches] -c -o /home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName2413521995/001/x0.o /home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName2413521995/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-build1850428544=/tmp/go-build -gno-record-gcc-switches] -c -o /home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName2413521995/001/x1.o /home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName2413521995/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-build1850428544=/tmp/go-build -gno-record-gcc-switches] -nostdlib -r -o /home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName2413521995/001/ldr.syso [/home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName2413521995/001/x0.o /home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName2413521995/001/x1.o] elf_test.go:196: /home/swarming/.swarming/w/ir/x/w/goroot/bin/go build elf_test.go:201: elf_test.go:202: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/bin/go: resource temporarily unavailable --- FAIL: TestMinusRSymsWithSameName (10.59s)
2024-08-02 19:22 gotip-openbsd-amd64 go@aac7106c cmd/link/internal/ld.TestElfBindNow/bindnow-linkmode-internal (log) === RUN TestElfBindNow/bindnow-linkmode-internal elf_test.go:313: failed to build [/home/swarming/.swarming/w/ir/x/w/goroot/bin/go build -o /home/swarming/.swarming/w/ir/x/t/TestElfBindNowbindnow-linkmode-internal3027843749/001/bindnow-linkmode-internal -ldflags -bindnow -linkmode=internal /home/swarming/.swarming/w/ir/x/t/TestElfBindNowbindnow-linkmode-internal3027843749/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 (23.41s)

watchflakes

gopherbot commented 1 month ago

Found new dashboard test flakes for:

#!watchflakes
default <- builder ~ `openbsd-amd64` && repo == "go" && (mode == "build" || pkg ~ `cmd/` || `resource temporarily unavailable` || `\[build failed\]`)
2024-08-06 15:36 gotip-openbsd-amd64 go@b915399e 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: 2024/08/06 08:51:32 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 ... > mkdir v2 > echo 'module "github.com/rsc/vgotest1/v2" // root go.mod' [stdout] module "github.com/rsc/vgotest1/v2" // root go.mod > cp stdout go.mod > git add go.mod vcstest_test.go:161: vgotest1.txt:33: git add go.mod: fork/exec /home/swarming/.swarming/w/ir/cipd_bin_packages/git: resource temporarily unavailable --- FAIL: TestScripts/git/vgotest1.txt (42.97s)
2024-08-06 15:36 gotip-openbsd-amd64 go@b915399e 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-build947729307=/tmp/go-build -gno-record-gcc-switches] -c -o /home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName3831673134/001/x0.o /home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName3831673134/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-build947729307=/tmp/go-build -gno-record-gcc-switches] -c -o /home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName3831673134/001/x1.o /home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName3831673134/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-build947729307=/tmp/go-build -gno-record-gcc-switches] -nostdlib -r -o /home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName3831673134/001/ldr.syso [/home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName3831673134/001/x0.o /home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName3831673134/001/x1.o] elf_test.go:196: /home/swarming/.swarming/w/ir/x/w/goroot/bin/go build elf_test.go:201: 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:202: exit status 1 --- FAIL: TestMinusRSymsWithSameName (20.36s)
2024-08-06 15:36 gotip-openbsd-amd64 go@b915399e cmd/link/internal/ld.TestDeadcode/ifacemethod6 (log) === RUN TestDeadcode/ifacemethod6 === PAUSE TestDeadcode/ifacemethod6 === CONT TestDeadcode/ifacemethod6 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/TestDeadcode3070289705/001/ifacemethod6.exe testdata/deadcode/ifacemethod6.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/ifacemethod6 (11.93s)

watchflakes

gopherbot commented 1 month ago

Found new dashboard test flakes for:

#!watchflakes
default <- builder ~ `openbsd-amd64` && repo == "go" && (mode == "build" || pkg ~ `cmd/` || `resource temporarily unavailable` || `\[build failed\]`)
2024-08-06 16:06 gotip-openbsd-amd64 go@abc3d2c1 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: 2024/08/06 09:17:53 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 ... #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: odd-tags.txt:23: git branch v3-dev: exit status 250 --- FAIL: TestScripts/git/odd-tags.txt (50.05s)
2024-08-06 16:06 gotip-openbsd-amd64 go@abc3d2c1 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 -Wl,--export-dynamic-symbol=__guard_local -Wl,--export-dynamic-symbol=_cgo_panic -Wl,--export-dynamic-symbol=_cgo_topofstack -Wl,--export-dynamic-symbol=crosscall2 /home/swarming/.swarming/w/ir/x/t/go-link-3903606427/go.o /home/swarming/.swarming/w/ir/x/t/go-link-3903606427/000000.o /home/swarming/.swarming/w/ir/x/t/go-link-3903606427/000001.o /home/swarming/.swarming/w/ir/x/t/go-link-3903606427/000002.o /home/swarming/.swarming/w/ir/x/t/go-link-3903606427/000003.o /home/swarming/.swarming/w/ir/x/t/go-link-3903606427/000004.o /home/swarming/.swarming/w/ir/x/t/go-link-3903606427/000005.o /home/swarming/.swarming/w/ir/x/t/go-link-3903606427/000006.o /home/swarming/.swarming/w/ir/x/t/go-link-3903606427/000007.o /home/swarming/.swarming/w/ir/x/t/go-link-3903606427/000008.o /home/swarming/.swarming/w/ir/x/t/go-link-3903606427/000009.o /home/swarming/.swarming/w/ir/x/t/go-link-3903606427/000010.o /home/swarming/.swarming/w/ir/x/t/go-link-3903606427/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 link_test.go:1294: exit status 1 --- FAIL: TestResponseFile (22.13s)
2024-08-06 16:06 gotip-openbsd-amd64 go@abc3d2c1 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-2071404/go.o /home/swarming/.swarming/w/ir/x/t/go-link-2071404/000000.o /home/swarming/.swarming/w/ir/x/t/go-link-2071404/000001.o /home/swarming/.swarming/w/ir/x/t/go-link-2071404/000002.o /home/swarming/.swarming/w/ir/x/t/go-link-2071404/000003.o /home/swarming/.swarmi

(... long comment truncated ...)

watchflakes

gopherbot commented 1 month ago

Found new dashboard test flakes for:

#!watchflakes
default <- builder ~ `openbsd-amd64` && repo == "go" && (mode == "build" || pkg ~ `cmd/` || `resource temporarily unavailable` || `\[build failed\]`)
2024-08-07 16:07 gotip-openbsd-amd64 go@3b96eebc cmd/link.TestCheckLinkname/ok.go (log) === RUN TestCheckLinkname/ok.go === PAUSE TestCheckLinkname/ok.go === CONT TestCheckLinkname/ok.go link_test.go:1454: build failed unexpectedly: exit status 1: runtime: failed to create new OS thread go: error obtaining buildID for go tool compile: exit status 1 --- FAIL: TestCheckLinkname/ok.go (5.93s)
2024-08-07 16:07 gotip-openbsd-amd64 go@3b96eebc 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 (50.38s)
2024-08-07 16:07 gotip-openbsd-amd64 go@3b96eebc embed (log) fork/exec /home/swarming/.swarming/w/ir/x/t/go-build1167471970/b477/embed.test: resource temporarily unavailable FAIL embed 0.001s
2024-08-07 16:08 gotip-openbsd-amd64 go@f32ec41d 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: 2024/08/07 09:39: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 (44.97s)
2024-08-07 16:08 gotip-openbsd-amd64 go@f32ec41d 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 (45.48s)
2024-08-07 16:08 gotip-openbsd-amd64 go@f32ec41d cmd/link.TestCheckLinkname/badlinkname.go (log) === RUN TestCheckLinkname/badlinkname.go === PAUSE TestCheckLinkname/badlinkname.go === CONT TestCheckLinkname/badlinkname.go link_test.go:1454: build failed unexpectedly: 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 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/badlinkname.go (9.00s)

watchflakes

gopherbot commented 1 month ago

Found new dashboard test flakes for:

#!watchflakes
default <- builder ~ `openbsd-amd64` && repo == "go" && (mode == "build" || pkg ~ `cmd/` || `resource temporarily unavailable` || `\[build failed\]`)
2024-08-08 19:02 gotip-openbsd-amd64 go@de40308a 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: 2024/08/08 12:20:13 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:21: git add pkg/p.go: exit status 250 --- FAIL: TestScripts/git/vgotest1.txt (18.10s)
2024-08-08 19:02 gotip-openbsd-amd64 go@de40308a cmd/link/internal/ld.TestUndefinedRelocErrors (log) === RUN TestUndefinedRelocErrors === PAUSE TestUndefinedRelocErrors === CONT TestUndefinedRelocErrors 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:66: unmatched error: function main is undeclared in the main package (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 (x3) --- FAIL: TestUndefinedRelocErrors (0.36s)

watchflakes

gopherbot commented 1 month ago

Found new dashboard test flakes for:

#!watchflakes
default <- builder ~ `openbsd-amd64` && repo == "go" && (mode == "build" || pkg ~ `cmd/` || `resource temporarily unavailable` || `\[build failed\]`)
2024-08-12 16:17 gotip-openbsd-amd64 go@2ebe15c6 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: 2024/08/12 09:34:02 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:44: git commit -a -m 'at v0.0.1': exit status 250 --- FAIL: TestScripts/git/querytest.txt (50.45s)
2024-08-12 16:17 gotip-openbsd-amd64 go@2ebe15c6 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/link: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/link: resource temporarily unavailable link_test.go:540: unexpected output: teststrictdup: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/link: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/link: resource temporarily unavailable link_test.go:554: unexpected output: --- FAIL: TestStrictDup (20.15s)

watchflakes

gopherbot commented 1 month ago

Found new dashboard test flakes for:

#!watchflakes
default <- builder ~ `openbsd-amd64` && repo == "go" && (mode == "build" || pkg ~ `cmd/` || `resource temporarily unavailable` || `\[build failed\]`)
2024-08-12 17:50 gotip-openbsd-amd64 go@82dcd147 cmd/internal/testdir.Test/initexp.go (log) === RUN Test/initexp.go === PAUSE Test/initexp.go === CONT Test/initexp.go testdir_test.go:145: compilation timed out --- FAIL: Test/initexp.go (21.48s)

watchflakes

gopherbot commented 1 month ago

Found new dashboard test flakes for:

#!watchflakes
default <- builder ~ `openbsd-amd64` && repo == "go" && (mode == "build" || pkg ~ `cmd/` || `resource temporarily unavailable` || `\[build failed\]`)
2024-08-12 19:50 gotip-openbsd-amd64 go@8aa2eed8 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: 2024/08/12 13:07:25 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 ... #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: odd-tags.txt:20: git tag v0.1.0+build-metadata: exit status 250 --- FAIL: TestScripts/git/odd-tags.txt (46.88s)
2024-08-12 19:50 gotip-openbsd-amd64 go@8aa2eed8 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 (46.49s)
2024-08-12 19:50 gotip-openbsd-amd64 go@8aa2eed8 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" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism360587429/001/linktmp/go.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism360587429/001/linktmp/000000.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism360587429/001/linktmp/000001.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism360587429/001/linktmp/000002.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism360587429/001/linktmp/000003.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism360587429/001/linktmp/000004.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism360587429/001/linktmp/000005.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism360587429/001/linktmp/000006.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism360587429/001/linktmp/000007.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism360587429/001/linktmp/000008.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism360587429/001/linktmp/000009.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism360587429/001/linktmp/000010.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism360587429/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/TestExtLinkCmdlineDeterminism360587429/001/linktmp/go.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism360587429/001/linktmp/000000.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism360587429/001/linktmp/000001.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism360587429/001/linktmp/000002.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism360587429/001/linktmp/000003.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism360587429/001/linktmp/000004.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism360587429/001/linktmp/000005.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism360587429/001/linktmp/000006.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism360587429/001/linktmp/000007.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism360587429/001/linktmp/000008.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism360587429/001/linktmp/000009.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism360587429/001/linktmp/000010.o" "/home/swarming/.swarming/w/ir/x/t/TestExtLinkCmdlineDeterminism360587429/001/linktmp/000011.o" "-O2" "-g" "-O2" "-g" "-lpthread" "-no-pie" --- FAIL: TestExtLinkCmdlineDeterminism (64.56s)

watchflakes

gopherbot commented 1 month ago

Found new dashboard test flakes for:

#!watchflakes
default <- builder ~ `openbsd-amd64` && repo == "go" && (mode == "build" || pkg ~ `cmd/` || `resource temporarily unavailable` || `\[build failed\]`)
2024-08-12 20:21 go1.23-openbsd-amd64 release-branch.go1.23@63b0f805 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/08/12 13:37:18 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:24: git commit -a -m sub/v0.0.9: exit status 250 --- FAIL: TestScripts/git/prefixtagtests.txt (32.31s)
2024-08-12 20:21 go1.23-openbsd-amd64 release-branch.go1.23@63b0f805 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-build1744391692=/tmp/go-build -gno-record-gcc-switches] -c -o /home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName4075582433/001/x0.o /home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName4075582433/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-build1744391692=/tmp/go-build -gno-record-gcc-switches] -c -o /home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName4075582433/001/x1.o /home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName4075582433/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-build1744391692=/tmp/go-build -gno-record-gcc-switches] -nostdlib -r -o /home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName4075582433/001/ldr.syso [/home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName4075582433/001/x0.o /home/swarming/.swarming/w/ir/x/t/TestMinusRSymsWithSameName4075582433/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 (35.82s)
2024-08-12 20:21 go1.23-openbsd-amd64 release-branch.go1.23@63b0f805 cmd/link/internal/ld.TestSubprogramDeclFileLine/normal (log) === RUN TestSubprogramDeclFileLine/normal === PAUSE TestSubprogramDeclFileLine/normal === CONT TestSubprogramDeclFileLine/normal 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 dwarf_test.go:113: build error: exit status 1 --- FAIL: TestSubprogramDeclFileLine/normal (5.73s)

watchflakes

gopherbot commented 3 weeks ago

Found new dashboard test flakes for:

#!watchflakes
default <- builder ~ `openbsd-amd64` && repo == "go" && (mode == "build" || pkg ~ `cmd/` || `resource temporarily unavailable` || `\[build failed\]`)
2024-08-20 16:39 gotip-openbsd-amd64 go@6fb6ace3 cmd/link.TestExtLinkCmdlineDeterminism (log) === RUN TestExtLinkCmdlineDeterminism === PAUSE TestExtLinkCmdlineDeterminism === CONT TestExtLinkCmdlineDeterminism link_test.go:1216: build failed: exit status 1, output: go: error obtaining buildID for go tool cgo: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/cgo: resource temporarily unavailable --- FAIL: TestExtLinkCmdlineDeterminism (5.44s)
2024-08-20 16:39 gotip-openbsd-amd64 go@6fb6ace3 cmd/link/internal/ld.TestVarDeclLine/normal (log) === RUN TestVarDeclLine/normal === PAUSE TestVarDeclLine/normal === CONT TestVarDeclLine/normal dwarf_test.go:119: ## 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 dwarf_test.go:122: build error: exit status 1 --- FAIL: TestVarDeclLine/normal (5.01s)
2024-08-20 16:39 gotip-openbsd-amd64 go@6fb6ace3 encoding/json (log) FAIL encoding/json [build failed]

watchflakes

gopherbot commented 3 weeks ago

Found new dashboard test flakes for:

#!watchflakes
default <- builder ~ `openbsd-amd64` && repo == "go" && (mode == "build" || pkg ~ `cmd/` || `resource temporarily unavailable` || `\[build failed\]`)
2024-08-21 16:03 gotip-openbsd-amd64 go@755c18ec 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/08/21 09:24:21 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 (43.17s)
2024-08-21 16:03 gotip-openbsd-amd64 go@755c18ec 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-build363459063=/tmp/go-build -gno-record-gcc-switches] -c -o /home/swarming/.swarming/w/ir/x/t/TestSectionsWithSameName1161050981/001/x.o /home/swarming/.swarming/w/ir/x/t/TestSectionsWithSameName1161050981/001/x.s elf_test.go:100: /usr/bin/objcopy --rename-section .text2=.text1 /home/swarming/.swarming/w/ir/x/t/TestSectionsWithSameName1161050981/001/x.o /home/swarming/.swarming/w/ir/x/t/TestSectionsWithSameName1161050981/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 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 (9.91s)

watchflakes