Navigation Menu

Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

x/tools/go/internal/gcimporter: frequent failures with SIGSEGV on openbsd-386-64 builder #36563

Closed
dmitshur opened this issue Jan 15, 2020 · 10 comments
Labels
FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. OS-OpenBSD release-blocker Tools This label describes issues relating to any tools in the x/tools repository.
Milestone

Comments

@dmitshur
Copy link
Contributor

From build.golang.org, the tests for this package fail on openbsd-386-64 builder:

haserrors/haserrors.go:2:22: cannot convert "" (untyped string constant) to untyped int
haserrors/haserrors.go:3:18: undeclared name: undefined
fatal error: unexpected signal during runtime execution
[signal SIGSEGV: segmentation violation code=0x1 addr=0x8f2b000 pc=0x8049ef8]

runtime stack:
runtime/internal/atomic.Xadd64(0x847af80, 0x7d4, 0x0, 0x4bd8c8c, 0x0)
	/tmp/workdir/go/src/runtime/internal/atomic/asm_386.s:125 +0x28

goroutine 35 [GC worker (idle)]:
runtime.systemstack_switch()
	/tmp/workdir/go/src/runtime/asm_386.s:357 fp=0x3c48579c sp=0x3c485798 pc=0x80963c0
runtime.gcBgMarkWorker(0x3c01f900)
	/tmp/workdir/go/src/runtime/mgc.go:1890 +0x1a0 fp=0x3c4857e8 sp=0x3c48579c pc=0x805f5f0
runtime.goexit()
	/tmp/workdir/go/src/runtime/asm_386.s:1321 +0x1 fp=0x3c4857ec sp=0x3c4857e8 pc=0x8097b41
created by runtime.gcBgMarkStartWorkers
	/tmp/workdir/go/src/runtime/mgc.go:1784 +0x5b

goroutine 1 [chan receive]:
testing.(*T).Run(0x61f91f40, 0x82919be, 0x16, 0x829c004, 0x1)
	/tmp/workdir/go/src/testing/testing.go:917 +0x2ce
testing.runTests.func1(0x3c0761e0)
[...]
	/tmp/workdir/gopath/src/golang.org/x/tools/go/loader/loader.go:970 +0x23
created by golang.org/x/tools/go/loader.(*importer).startLoad
	/tmp/workdir/gopath/src/golang.org/x/tools/go/loader/loader.go:969 +0x145

goroutine 3198 [chan receive]:
golang.org/x/tools/go/loader.(*importInfo).awaitCompletion(...)
	/tmp/workdir/gopath/src/golang.org/x/tools/go/loader/loader.go:447
golang.org/x/tools/go/loader.(*importer).importAll(0x4324c2d0, 0x60e29d41, 0x10, 0x58cdbdd0, 0x24, 0x4e328b00, 0x0, 0x2, 0x5ab82620, 0x5ab82600, ...)
	/tmp/workdir/gopath/src/golang.org/x/tools/go/loader/loader.go:921 +0x2ed
golang.org/x/tools/go/loader.(*importer).addFiles(0x4324c2d0, 0x61b3ccc0, 0x43c04138, 0x2, 0x2, 0x1)
	/tmp/workdir/gopath/src/golang.org/x/tools/go/loader/loader.go:1014 +0x8e
golang.org/x/tools/go/loader.(*importer).load(0x4324c2d0, 0x5a20bd40, 0x4d8ff218)
	/tmp/workdir/gopath/src/golang.org/x/tools/go/loader/loader.go:989 +0xf9
golang.org/x/tools/go/loader.(*importer).startLoad.func1(0x4324c2d0, 0x5a20bd40, 0x5b056950)
	/tmp/workdir/gopath/src/golang.org/x/tools/go/loader/loader.go:970 +0x23
created by golang.org/x/tools/go/loader.(*importer).startLoad
	/tmp/workdir/gopath/src/golang.org/x/tools/go/loader/loader.go:969 +0x145
FAIL	golang.org/x/tools/go/internal/gcimporter	58.215s

(Source: https://build.golang.org/log/bf78c570cc6e1acb6dbc4391d770300022c9b6be)

Recent occurrences from https://build.golang.org/?repo=golang.org%2fx%2ftools:

I suspect this may be similar to #36444. This builder is currently on n1-highcpu-4, which has only 3.6 GB memory, and that is likely not enough for x/tools tests to pass.

/cc @stamblerre @matloob

@dmitshur dmitshur added OS-OpenBSD NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. labels Jan 15, 2020
@gopherbot gopherbot added this to the Unreleased milestone Jan 15, 2020
@gopherbot gopherbot added the Tools This label describes issues relating to any tools in the x/tools repository. label Jan 15, 2020
@dmitshur dmitshur changed the title x/tools/go/internal/gcimporter: test fails on openbsd-386-64 builder on release-branch.go1.12 x/tools/go/internal/gcimporter: test fails on openbsd-386-64 builder Jan 15, 2020
@bcmills
Copy link
Contributor

bcmills commented Oct 4, 2021

greplogs --dashboard -md -l -e '(?ms)unexpected signal during runtime execution.*FAIL\s+golang\.org/x/tools/go/internal/gcimporter'

2021-10-04T17:17:11-ccaa907-cc5e3de/openbsd-386-64
2021-10-02T17:29:46-0ebff1a-3bbc823/openbsd-386-64
2021-10-02T16:05:55-0ebff1a-a7fe161/openbsd-386-64
2021-10-02T13:15:42-0ebff1a-7bf7bbc/openbsd-386-64
2021-10-02T00:31:26-0ebff1a-64da5e0/openbsd-386-64
2021-10-02T00:18:01-0ebff1a-cf241a3/openbsd-386-64
2021-10-01T23:51:16-0ebff1a-c129af9/openbsd-386-64
2021-10-01T20:36:29-942994f-0d65c27/openbsd-386-64
2021-10-01T16:45:09-58ad7eb-7d57324/openbsd-386-64
2021-10-01T16:45:09-58ad7eb-04242ac/openbsd-386-64
2021-10-01T16:29:05-3883e4a-f19b2d5/openbsd-386-64
2021-10-01T16:29:05-3883e4a-7d57324/openbsd-386-64
2021-10-01T04:28:36-e89823e-6a79f35/openbsd-386-64
2021-09-30T21:33:51-1c35f2a-6a79f35/openbsd-386-64
2021-09-30T18:10:18-1c35f2a-205640e/openbsd-386-64
2021-09-30T16:14:49-1c35f2a-b043d23/openbsd-386-64
2021-09-30T15:20:44-1c35f2a-7162c4c/openbsd-386-64
2021-09-29T20:45:11-1c35f2a-40fa8c2/openbsd-386-64
2021-09-29T20:06:10-1c35f2a-5930cff/openbsd-386-64
2021-09-29T19:22:48-1c35f2a-82ac9ab/openbsd-386-64
2021-09-29T19:22:48-1c35f2a-04242ac/openbsd-386-64
2021-09-29T19:20:39-7d467dc-82ac9ab/openbsd-386-64
2021-09-29T19:20:39-7d467dc-7d57324/openbsd-386-64
2021-09-29T17:50:31-d9648c9-a9d5ea6/openbsd-386-64
2021-09-29T17:29:23-d9648c9-04242ac/openbsd-386-64
2021-09-29T17:15:06-d42c92b-c9af2bd/openbsd-386-64
2021-09-29T16:42:30-d42c92b-04242ac/openbsd-386-64
2021-09-29T15:31:12-5dbd5e4-aeb4fba/openbsd-386-64
2021-09-29T15:31:12-5dbd5e4-04242ac/openbsd-386-64
2021-09-28T23:30:19-df9a164-b8a6017/openbsd-386-64
2021-09-28T22:34:40-0df0ca0-b8a6017/openbsd-386-64
2021-09-28T21:42:57-da36f79-b8a6017/openbsd-386-64
2021-09-28T20:53:23-64bbad1-04242ac/openbsd-386-64
2021-09-28T20:30:45-b182fde-04242ac/openbsd-386-64
2021-09-28T20:12:24-b182fde-e7a2573/openbsd-386-64
2021-09-28T17:50:53-ba6b94c-8cf0a08/openbsd-386-64
2021-09-27T20:42:34-ba6b94c-301f6c8/openbsd-386-64
2021-09-24T19:46:09-939195f-cfd0868/openbsd-386-64
2021-09-24T19:46:09-939195f-c5c1d06/openbsd-386-64
2021-09-24T19:46:09-939195f-7d57324/openbsd-386-64
2021-09-24T18:21:14-6d1e33f-f6b5ffb/openbsd-386-64
2021-09-24T18:11:24-6d1e33f-812c99f/openbsd-386-64
2021-09-24T14:52:47-6d1e33f-217507e/openbsd-386-64
2021-09-24T04:32:28-6d1e33f-9ce601d/openbsd-386-64
2021-09-24T04:20:30-6d1e33f-aa878ee/openbsd-386-64
2021-09-24T01:25:24-6d1e33f-483533d/openbsd-386-64
2021-09-24T01:18:01-6d1e33f-0f1159b/openbsd-386-64
2021-09-23T21:59:30-6d1e33f-4e308d7/openbsd-386-64
2021-09-23T17:47:39-6d1e33f-2fc7697/openbsd-386-64
2021-09-23T17:04:30-6d1e33f-13f3c57/openbsd-386-64
2021-09-23T16:54:46-6d1e33f-5961134/openbsd-386-64
2021-09-22T22:01:15-c8db761-abc4f09/openbsd-386-64
2021-09-22T21:47:18-efaec4e-1537f14/openbsd-386-64
2021-09-22T19:37:42-efaec4e-5b75a9b/openbsd-386-64
2021-09-22T18:44:36-efaec4e-7a03ca6/openbsd-386-64
2021-09-22T18:10:24-efaec4e-635e493/openbsd-386-64
2021-09-22T15:50:34-efaec4e-abc4f09/openbsd-386-64
2021-09-22T15:47:37-ecbcf3a-552410f/openbsd-386-64
2021-09-22T15:00:53-b98090b-91c2318/openbsd-386-64
2021-09-22T14:28:57-b98090b-dc5b1d3/openbsd-386-64
2021-09-22T13:55:47-b98090b-09d3df0/openbsd-386-64
2021-09-22T03:45:00-b98090b-051df0d/openbsd-386-64
2021-09-22T00:15:27-b98090b-04572fa/openbsd-386-64
2021-09-21T20:35:14-b98090b-abc4f09/openbsd-386-64
2021-09-21T20:13:48-0d12d39-2f70ce3/openbsd-386-64
2021-09-21T17:25:35-fe076c8-fa5c504/openbsd-386-64
2021-09-21T13:18:09-fe076c8-39e08c6/openbsd-386-64
2021-09-21T03:32:29-fe076c8-c7543e5/openbsd-386-64
2021-09-21T02:24:06-91c880c-986f8ea/openbsd-386-64
2021-09-20T19:55:18-d2417d5-af72ddf/openbsd-386-64
2021-09-20T18:41:57-464a887-3c764ba/openbsd-386-64
2021-09-20T18:36:32-464a887-6268468/openbsd-386-64
2021-09-20T15:14:47-d2417d5-6e81f78/openbsd-386-64
2021-09-20T15:08:51-a0016a2-abc4f09/openbsd-386-64
2021-09-19T23:50:45-7559231-315dbd1/openbsd-386-64
2021-09-19T16:34:52-7559231-abc4f09/openbsd-386-64
2021-09-17T18:33:15-2758b04-70493b3/openbsd-386-64
2021-09-17T16:17:54-aba0c5f-abc4f09/openbsd-386-64
2021-09-16T23:57:40-1a7ca93-8d2a9c3/openbsd-386-64
2021-09-16T23:13:58-1a7ca93-e09dcc2/openbsd-386-64
2021-09-16T19:38:19-1a7ca93-bcdc61d/openbsd-386-64
2021-09-16T17:44:44-1a7ca93-b1bedc0/openbsd-386-64
2021-09-15T23:28:10-1a7ca93-abc4f09/openbsd-386-64
2021-09-15T22:53:42-1a7ca93-cfa233d/openbsd-386-64
2021-09-15T18:56:22-1a7ca93-170a72e/openbsd-386-64
2021-09-15T17:32:52-76d4494-6196979/openbsd-386-64
2021-09-15T17:19:52-76d4494-21a4e67/openbsd-386-64
2021-09-15T09:43:47-02e5238-21a4e67/openbsd-386-64
2021-09-15T09:43:47-02e5238-170a72e/openbsd-386-64
2021-09-14T23:07:15-9207707-137543b/openbsd-386-64
2021-09-14T21:57:30-258ee27-b2c04f0/openbsd-386-64
2021-09-14T19:06:02-258ee27-21a4e67/openbsd-386-64
2021-09-14T19:06:02-258ee27-181e8cd/openbsd-386-64
2021-09-14T19:06:02-258ee27-170a72e/openbsd-386-64
2021-09-14T13:53:08-384e5da-b3c6de9/openbsd-386-64
2021-09-14T00:29:16-384e5da-71adc65/openbsd-386-64
2021-09-14T00:16:36-384e5da-146e8d4/openbsd-386-64
2021-09-14T00:08:19-384e5da-21a4e67/openbsd-386-64
2021-09-13T18:05:59-915f620-c8a58f2/openbsd-386-64
2021-09-12T01:06:53-915f620-0d8a4bf/openbsd-386-64
2021-09-11T04:35:30-915f620-cf2fe5d/openbsd-386-64
2021-09-10T10:45:59-295a39b-c69f5c0/openbsd-386-64
2021-09-10T02:44:36-295a39b-2091bd3/openbsd-386-64
2021-09-09T23:18:18-295a39b-b32209d/openbsd-386-64
2021-09-09T22:20:16-295a39b-1a708bc/openbsd-386-64
2021-09-09T21:49:46-295a39b-c981874/openbsd-386-64
2021-09-09T21:49:46-295a39b-21a4e67/openbsd-386-64
2021-09-09T21:49:46-295a39b-170a72e/openbsd-386-64
2021-09-09T21:28:56-c163c31-c981874/openbsd-386-64
2021-09-09T19:43:39-c163c31-2c4f389/openbsd-386-64
2021-09-09T17:02:45-c163c31-f9271e4/openbsd-386-64
2021-09-09T15:27:16-c163c31-170a72e/openbsd-386-64
2021-09-09T15:07:50-c163c31-a295b3c/openbsd-386-64
2021-09-09T13:25:25-c163c31-66f0d35/openbsd-386-64
2021-09-09T13:25:25-c163c31-328cf2e/openbsd-386-64
2021-09-09T12:57:26-076821b-66f0d35/openbsd-386-64
2021-09-09T09:06:46-076821b-b86e8dd/openbsd-386-64
2021-09-09T04:47:41-076821b-c84f3a4/openbsd-386-64
2021-09-09T04:23:56-076821b-6edc579/openbsd-386-64
2021-09-09T01:07:21-076821b-42563f8/openbsd-386-64
2021-09-09T00:10:46-076821b-e30a090/openbsd-386-64
2021-09-08T23:54:26-076821b-f5f8a91/openbsd-386-64
2021-09-08T23:54:26-076821b-328cf2e/openbsd-386-64
2021-09-08T22:47:57-2cae65c-bff39cf/openbsd-386-64
2021-09-08T20:41:51-2cae65c-328cf2e/openbsd-386-64
2021-09-08T19:08:28-2cae65c-65f0d24/openbsd-386-64
2021-09-08T18:48:02-0a6f080-65f0d24/openbsd-386-64
2021-09-08T17:59:29-0a6f080-c8d4fe2/openbsd-386-64
2021-09-08T14:51:59-e5f719f-8226cb0/openbsd-386-64
2021-09-08T14:51:59-e5f719f-8214257/openbsd-386-64
2021-09-08T11:57:03-3604566-9295723/openbsd-386-64
2021-09-08T06:59:06-3604566-50c69cc/openbsd-386-64
2021-09-07T22:23:36-3604566-a9a01a3/openbsd-386-64
2021-09-07T19:14:23-3604566-903958d/openbsd-386-64
2021-09-07T17:50:42-3604566-8118866/openbsd-386-64
2021-09-04T01:07:09-3604566-8226cb0/openbsd-386-64
2021-09-03T21:31:30-d39bbca-d9244f8/openbsd-386-64
2021-09-03T18:04:29-d39bbca-8226cb0/openbsd-386-64
2021-09-03T18:01:36-4e109c5-fcce86c/openbsd-386-64
2021-09-03T17:12:04-7391fc1-fcce86c/openbsd-386-64
2021-09-02T19:16:19-3b801c8-9633195/openbsd-386-64
2021-09-02T17:30:32-8373dc3-7609b50/openbsd-386-64
2021-09-02T16:15:00-8373dc3-d01388b/openbsd-386-64
2021-09-02T15:14:50-8373dc3-782aa42/openbsd-386-64
2021-09-02T15:05:39-8373dc3-d8b1567/openbsd-386-64
2021-09-02T14:13:09-8373dc3-8226cb0/openbsd-386-64
2021-09-02T06:44:04-8373dc3-1ae7ddc/openbsd-386-64
2021-09-01T22:54:04-8373dc3-fcce86c/openbsd-386-64
2021-09-01T16:41:15-8373dc3-1dd24ca/openbsd-386-64
2021-08-31T21:49:48-70fb962-1f83a8c/openbsd-386-64
2021-08-31T17:42:36-70fb962-144e0b1/openbsd-386-64
2021-08-31T16:43:46-3e0d083-6815235/openbsd-386-64
2021-08-31T16:20:54-3e0d083-605d1aa/openbsd-386-64
2021-08-31T08:41:16-3e0d083-f118d14/openbsd-386-64
2021-08-30T17:13:00-3e0d083-b602dae/openbsd-386-64
2021-08-30T02:40:46-3e0d083-56c3856/openbsd-386-64
2021-08-25T03:13:06-c32dd46-e1fcf88/openbsd-386-64
2021-08-24T22:23:12-c32dd46-54cdef1/openbsd-386-64
2021-08-24T14:51:57-c32dd46-ec51703/openbsd-386-64
2021-08-24T00:01:29-d4cc65f-8eeb1bf/openbsd-386-64
2021-08-23T22:55:34-d4cc65f-be1a693/openbsd-386-64
2021-08-23T20:32:04-d4cc65f-22540ab/openbsd-386-64
2021-08-23T20:04:34-d4cc65f-fa34678/openbsd-386-64
2021-08-23T19:49:23-d4cc65f-0a7f00a/openbsd-386-64
2021-08-23T17:29:25-d4cc65f-aeec6db/openbsd-386-64
2021-08-23T16:57:27-d4cc65f-f457ecc/openbsd-386-64
2021-08-23T15:27:42-d4cc65f-f1d8ea1/openbsd-386-64
2021-08-23T13:09:18-d4cc65f-4fbb5c8/openbsd-386-64
2021-08-22T23:49:55-d4cc65f-86ee892/openbsd-386-64
2021-08-20T21:27:50-d4cc65f-ec51703/openbsd-386-64
2021-08-20T19:58:13-bf6c7f2-f67e31d/openbsd-386-64
2021-08-20T19:44:02-bf6c7f2-ab9aaf4/openbsd-386-64
2021-08-20T18:45:25-bf6c7f2-0f25251/openbsd-386-64
2021-08-20T16:23:47-bf6c7f2-3034463/openbsd-386-64
2021-08-19T17:30:19-bf6c7f2-0e598e7/dragonfly-amd64
2021-08-19T15:09:47-bf6c7f2-9871726/openbsd-386-64
2021-08-19T09:11:02-bf6c7f2-3bdc179/openbsd-386-64
2021-08-19T00:26:22-bf6c7f2-c85695a/openbsd-386-64
2021-08-18T17:22:40-bf6c7f2-ec51703/openbsd-386-64
2021-08-18T15:11:52-e32504c-0c83e01/openbsd-386-64
2021-08-17T16:22:15-96f147c-cf12b0d/openbsd-386-64
2021-08-17T02:54:26-6932d22-ec51703/openbsd-386-64
2021-08-17T01:49:12-10bcabd-a8d39f1/openbsd-386-64
2021-08-16T23:57:10-10bcabd-2a19333/openbsd-386-64
2021-08-16T23:03:03-10bcabd-df9c5d8/openbsd-386-64
2021-08-16T20:51:50-10bcabd-ec51703/openbsd-386-64
2021-08-16T20:02:13-758a1a1-ec27168/openbsd-386-64
2021-08-16T17:24:37-758a1a1-850768b/openbsd-386-64
2021-08-16T16:58:24-758a1a1-a0adf91/openbsd-386-64
2021-08-16T16:11:44-758a1a1-5da2010/openbsd-386-64
2021-08-16T13:39:19-a55d515-7b7d7d7/openbsd-386-64
2021-08-16T08:37:46-a55d515-fcdc3c0/openbsd-386-64
2021-08-16T07:44:47-a55d515-160d797/openbsd-386-64
2021-08-15T19:08:56-a55d515-6ed9463/openbsd-386-64
2021-08-15T15:51:49-a55d515-48dfddb/openbsd-386-64
2021-08-15T02:18:46-45389f5-48dfddb/openbsd-386-64
2021-08-14T22:44:35-45389f5-ff3469b/openbsd-386-64
2021-08-13T03:36:45-8fae06a-4c8ffb3/openbsd-386-64
2021-08-13T03:35:06-3fce476-4c8ffb3/openbsd-386-64
2021-08-13T02:31:39-03a91dd-d66b211/openbsd-386-64
2021-08-12T21:33:09-d52cb71-0d01934/openbsd-386-64
2021-08-12T21:18:49-d52cb71-acbe242/openbsd-386-64
2021-08-12T17:14:32-15a2ab8-095bb79/openbsd-386-64
2021-08-12T16:12:36-749a5cd-acbe242/openbsd-386-64
2021-08-12T15:58:41-f91c4a5-095bb79/openbsd-386-64
2021-08-11T22:07:50-f91c4a5-dea23e9/openbsd-386-64
2021-08-11T16:14:09-5f5a173-d66b211/openbsd-386-64
2021-08-11T15:16:17-5f5a173-1f9c9d8/openbsd-386-64
2021-08-11T04:51:32-92b2fbe-1f9c9d8/openbsd-386-64
2021-08-09T22:50:32-337cebd-acbe242/openbsd-386-64
2021-08-09T20:21:32-fcc905b-f1dce31/openbsd-386-64
2021-08-09T20:21:06-bfe69c3-acbe242/openbsd-386-64
2021-08-09T20:20:24-0d28b7d-fa6aa87/openbsd-386-64
2021-08-09T20:20:24-0d28b7d-acbe242/openbsd-386-64
2021-08-09T20:06:35-4869184-f1dce31/openbsd-386-64
2021-08-09T17:59:45-4869184-fa6aa87/openbsd-386-64
2021-08-09T17:59:45-4869184-7aeaad5/openbsd-386-64
2021-08-07T01:29:22-d529aec-891547e/openbsd-386-64
2021-08-05T20:22:31-f367f01-fd45e26/openbsd-386-64
2021-08-04T20:44:12-f68a40b-fa6aa87/openbsd-386-64
2021-08-04T17:02:12-f68a40b-6e73886/openbsd-386-64
2021-08-04T13:50:16-309db04-8a7ee4c/openbsd-386-64
2021-08-03T19:59:22-32c652e-16ab7e4/openbsd-386-64
2021-08-03T17:18:10-7a2ec09-8a7ee4c/openbsd-386-64
2021-08-03T15:00:55-3395cb0-1b68e07/openbsd-386-64
2021-08-02T22:26:52-3395cb0-3d5afa9/openbsd-386-64
2021-08-02T22:23:30-3395cb0-0fb1e14/openbsd-386-64
2021-08-02T22:22:46-3395cb0-ba93baa/openbsd-386-64
2021-08-02T21:22:11-3395cb0-8a7ee4c/openbsd-386-64
2021-08-02T20:18:28-bb69444-accf363/openbsd-386-64
2021-08-02T20:18:07-f8cfada-c6d89db/openbsd-386-64
2021-08-02T20:18:07-f8cfada-8a7ee4c/openbsd-386-64
2021-08-02T20:16:24-45eff0f-8a7ee4c/openbsd-386-64
2021-08-02T19:06:04-a668498-c6d89db/openbsd-386-64
2021-08-02T17:18:57-3810fa8-8a7ee4c/openbsd-386-64
2021-07-29T15:30:38-ab1fe72-70fd4e4/openbsd-386-64
2021-07-27T22:01:54-07bc1bf-7cd10c1/openbsd-386-64
2021-07-27T00:15:55-07bc1bf-33ff155/openbsd-386-64
2021-07-26T20:19:17-4ad98e9-ed8cbbc/openbsd-386-64
2021-07-26T17:47:47-ebce39e-ecaa681/openbsd-386-64
2021-07-26T16:44:13-4fe0d6c-1868f82/openbsd-386-64
2021-07-26T16:25:21-0c506a2-1868f82/openbsd-386-64
2021-07-23T18:08:39-46d1522-052da57/openbsd-386-64
2021-07-22T21:53:16-c740bfd-ed8cbbc/openbsd-386-64
2021-07-22T17:13:07-251092d-fdb45ac/openbsd-386-64
2021-07-21T20:52:30-7f68387-c6d89db/openbsd-386-64
2021-07-21T16:31:48-7aa8294-c6d89db/openbsd-386-64
2021-07-21T16:31:48-7aa8294-bc51e93/openbsd-386-64
2021-07-19T17:27:58-6e9046b-6298cfe/openbsd-386-64
2021-07-18T21:03:43-6e9046b-a66190e/openbsd-386-64
2021-07-16T02:43:48-6e9046b-aa4e0f5/openbsd-386-64
2021-07-15T20:16:41-6e9046b-69728ea/openbsd-386-64
2021-07-15T17:35:20-6e9046b-c1cc9f9/openbsd-386-64
2021-07-14T22:52:15-0cf4e27-2b00a54/openbsd-386-64
2021-07-14T22:42:09-0cf4e27-60ddf42/openbsd-386-64
2021-07-14T17:25:06-5061c41-60ddf42/openbsd-386-64
2021-07-13T20:15:39-ef97713-a985897/openbsd-386-64
2021-07-13T16:40:23-8e85a28-a985897/openbsd-386-64
2021-07-13T13:36:40-d36a54b-bc51e93/openbsd-386-64
2021-07-13T12:52:46-3844600-c6d89db/openbsd-386-64
2021-07-12T22:00:43-de44776-c6d89db/openbsd-386-64
2021-07-12T20:58:00-a7dfe3d-a985897/openbsd-386-64
2021-07-12T17:19:11-a7dfe3d-c77980b/openbsd-386-64
2021-07-12T16:18:15-a7dfe3d-fb052db/openbsd-386-64
2021-07-10T00:41:40-cb1acef-fb052db/openbsd-386-64
2021-07-10T00:41:40-cb1acef-3d1d066/openbsd-386-64
2021-07-09T18:00:16-8e32e9f-ab4085c/openbsd-386-64
2021-07-08T21:10:20-e688b94-fb052db/openbsd-386-64
2021-07-08T19:58:58-2f04284-296ddf2/openbsd-386-64
2021-07-08T19:58:23-41a65bd-296ddf2/openbsd-386-64
2021-07-08T19:56:33-febfa9d-3d1d066/openbsd-386-64
2021-07-08T19:56:33-febfa9d-296ddf2/openbsd-386-64
2021-07-08T19:56:07-71eae3a-296ddf2/openbsd-386-64
2021-07-08T19:20:05-55cd480-3d1d066/openbsd-386-64
2021-07-08T17:53:43-55cd480-296ddf2/openbsd-386-64
2021-07-08T16:22:39-55cd480-2ca44fe/openbsd-386-64
2021-07-08T16:04:41-77c1b7a-b51bf4f/openbsd-386-64
2021-07-08T16:04:41-77c1b7a-2ca44fe/openbsd-386-64
2021-07-08T02:47:23-640c1de-5c59e11/openbsd-386-64
2021-07-07T20:06:16-fd00574-c96833e/openbsd-386-64
2021-07-02T20:11:05-7edcfe5-287c5e8/openbsd-386-64
2021-07-01T08:39:23-20dafe5-cb4cd9e/openbsd-386-64
2021-07-01T08:39:23-20dafe5-b51bf4f/openbsd-386-64
2021-07-01T08:39:23-20dafe5-9d65578/openbsd-386-64
2021-06-30T22:02:09-f0847e0-4711bf3/openbsd-386-64
2021-06-30T16:45:04-f0847e0-b51bf4f/openbsd-386-64
2021-06-30T02:00:49-72e4d1b-d19a533/openbsd-386-64
2021-06-30T01:29:49-72e4d1b-c45e800/openbsd-386-64
2021-06-29T19:12:30-72e4d1b-b51bf4f/openbsd-386-64
2021-06-29T14:11:33-100b229-fd4b587/openbsd-386-64
2021-06-29T02:34:20-12f8456-e2e05af/openbsd-386-64
2021-06-27T05:06:30-12f8456-c95464f/openbsd-386-64
2021-06-25T15:37:24-636017e-fd129a6/openbsd-386-64
2021-06-25T15:05:05-48cad5e-37f9a8f/openbsd-386-64
2021-06-24T03:45:33-bfc1674-a9bb382/openbsd-386-64
2021-06-24T03:06:00-bfc1674-44a12e5/openbsd-386-64
2021-06-22T19:12:15-6d3e439-fd129a6/openbsd-386-64
2021-06-22T16:59:10-4c651fc-0ebd5a8/openbsd-386-64
2021-06-22T16:07:17-4c651fc-5bd09e5/openbsd-386-64
2021-06-22T11:31:57-d25f906-63daa77/openbsd-386-64
2021-06-21T22:46:57-d25f906-fd129a6/openbsd-386-64
2021-06-21T21:21:09-d25f906-1bd5a20/openbsd-386-64
2021-06-21T20:53:11-d25f906-761edf7/openbsd-386-64
2021-06-21T16:58:36-d25f906-16e82be/openbsd-386-64
2021-06-18T23:57:09-d25f906-86743e7/openbsd-386-64
2021-06-15T18:42:11-4b484fb-219fe9d/openbsd-386-64
2021-06-15T17:05:31-4b484fb-033d885/openbsd-386-64
2021-06-15T10:13:08-4b484fb-abc56fd/openbsd-386-64
2021-06-14T22:42:48-4b484fb-7841cb1/openbsd-386-64
2021-06-14T19:26:24-4b484fb-d4f34f8/openbsd-386-64
2021-06-11T16:06:07-9a55cb1-2f11284/openbsd-386-64
2021-06-10T18:32:07-9aa007e-dc00dc6/openbsd-386-64
2021-06-10T17:33:43-f6327c5-dc00dc6/openbsd-386-64
2021-06-10T17:33:43-f6327c5-ab7f829/openbsd-386-64
2021-06-09T21:40:20-13cf844-7677616/openbsd-386-64
2021-06-09T15:58:30-e0b9cf7-e6dda19/openbsd-386-64
2021-06-09T15:58:30-e0b9cf7-ab7f829/openbsd-386-64
2021-06-09T15:58:24-16e5f55-e6dda19/openbsd-386-64
2021-06-09T14:15:55-890984b-ab7f829/openbsd-386-64
2021-06-08T16:06:52-4e58f8f-2169deb/openbsd-386-64
2021-06-07T17:02:02-234f954-8212707/openbsd-386-64
2021-06-07T15:22:48-126df1d-ab7f829/openbsd-386-64
2021-06-05T19:52:26-1225b6f-e1fa260/openbsd-386-64
2021-06-05T09:28:43-1225b6f-e3cb381/openbsd-386-64
2021-06-04T20:51:27-1225b6f-95939e8/openbsd-386-64
2021-06-04T17:45:44-7295a4e-ab7f829/openbsd-386-64
2021-06-04T17:45:44-7295a4e-831f937/openbsd-386-64
2021-06-04T09:39:32-bf13205-0214440/openbsd-386-64
2021-06-04T01:02:31-bf13205-7677616/openbsd-386-64
2021-06-03T19:38:56-8f2cf6c-6d98301/openbsd-386-64
2021-06-03T17:14:37-4abb1e2-ab7f829/openbsd-386-64
2021-06-03T16:41:39-4abb1e2-0d6115c/openbsd-386-64
2021-06-03T03:03:28-1c2154a-6b411e9/openbsd-386-64
2021-06-02T19:45:53-384c392-4f572d7/openbsd-386-64
2021-06-02T19:26:46-29f5b8f-f2222d8/openbsd-386-64
2021-06-02T19:23:16-7922491-fbf844b/openbsd-386-64
2021-06-02T18:55:23-726034e-dbf69b7/openbsd-386-64
2021-06-02T16:25:20-7271753-6e189af/openbsd-386-64
2021-06-02T01:35:15-377464f-e3c9537/openbsd-386-64
2021-06-01T22:58:04-377464f-0410005/openbsd-386-64
2021-06-01T17:08:12-df07577-2725522/openbsd-386-64
2021-06-01T12:20:06-6123e5f-0b80cf1/openbsd-386-64
2021-05-30T17:47:50-6123e5f-3b770f2/openbsd-386-64
2021-05-29T01:59:17-6123e5f-79bda65/openbsd-386-64
2021-05-28T13:47:27-5ab822f-c92adf4/openbsd-386-64
2021-05-28T04:09:07-5ab822f-ccd9784/openbsd-386-64
2021-05-28T03:34:02-5ab822f-3de3440/openbsd-386-64
2021-05-27T21:41:58-5ab822f-193d514/openbsd-386-64
2021-05-27T19:51:27-5ab822f-9210eaf/openbsd-386-64
2021-05-27T19:51:27-5ab822f-8bf5bf5/openbsd-386-64
2021-05-27T19:51:01-eb0b8a1-df9ce19/openbsd-386-64
2021-05-27T19:51:01-eb0b8a1-9210eaf/openbsd-386-64
2021-05-27T17:28:26-a3eb095-6b8c94b/openbsd-386-64
2021-05-27T11:17:57-a3eb095-6ff0ae2/openbsd-386-64
2021-05-26T22:54:09-a3eb095-a62c087/openbsd-386-64
2021-05-26T18:33:56-a3eb095-a92460f/openbsd-386-64
2021-05-26T18:24:48-a3eb095-39da9ae/openbsd-386-64
2021-05-26T13:25:43-a3eb095-e4615ad/openbsd-386-64
2021-05-25T21:38:43-acaf218-f22ec51/openbsd-386-64
2021-05-25T21:38:43-acaf218-305fa95/openbsd-386-64
2021-05-25T19:05:14-c3e30ff-f22ec51/openbsd-386-64
2021-05-25T19:05:14-c3e30ff-8b462d7/openbsd-386-64
2021-05-25T18:39:40-b95d58a-8b462d7/openbsd-386-64
2021-05-25T13:18:26-874765c-8b462d7/openbsd-386-64
2021-05-24T22:27:31-71e666b-c89f122/openbsd-386-64
2021-05-24T21:23:15-71e666b-32b73ae/openbsd-386-64
2021-05-24T20:57:01-d5449c0-32b73ae/openbsd-386-64
2021-05-24T20:15:56-88a9bcc-15d9d4a/openbsd-386-64
2021-05-24T15:03:18-4061312-52d7033/openbsd-386-64
2021-05-21T18:55:18-2275bb5-e4d7525/openbsd-386-64
2021-05-21T17:49:01-2275bb5-4fb10b2/openbsd-386-64
2021-05-21T16:51:34-2275bb5-3148694/openbsd-386-64
2021-05-21T13:21:00-2275bb5-7e63c8b/openbsd-386-64
2021-05-21T03:21:56-2275bb5-831573c/openbsd-386-64
2021-05-20T18:25:17-2275bb5-9636878/openbsd-386-64
2021-05-20T16:09:44-3063790-def5360/openbsd-386-64
2021-05-20T15:46:45-3063790-c7248a0/openbsd-386-64
2021-05-20T14:08:36-0886cdd-f07e4da/openbsd-386-64
2021-05-20T13:19:43-46e69bf-f07e4da/openbsd-386-64
2021-05-20T00:02:15-46e69bf-9636878/openbsd-386-64
2021-05-19T23:21:03-46e69bf-04cd717/openbsd-386-64
2021-05-19T14:12:35-a0f4b7b-658b5e6/openbsd-386-64
2021-05-19T13:04:45-17b3466-658b5e6/openbsd-386-64
2021-05-18T20:04:57-17b3466-6d2ef2e/openbsd-386-64
2021-05-18T18:21:53-17b3466-04cd717/openbsd-386-64
2021-05-18T07:50:25-6da3d7a-8b0901f/openbsd-386-64
2021-05-18T02:39:04-6da3d7a-5e191f8/openbsd-386-64
2021-05-18T02:12:20-6da3d7a-bfe3573/openbsd-386-64
2021-05-17T18:03:56-8f301ca-a2c07a9/openbsd-386-64
2021-05-17T17:18:20-8f301ca-b1aff42/openbsd-386-64
2021-05-17T17:18:20-8f301ca-04cd717/openbsd-386-64
2021-05-14T19:27:25-09ab05b-02699f8/openbsd-386-64
2021-05-14T16:42:01-09ab05b-3d324f1/openbsd-386-64
2021-05-14T16:15:28-09ab05b-0eb38f2/openbsd-386-64
2021-05-14T07:53:46-09ab05b-c925e15/openbsd-386-64
2021-05-14T00:56:52-09ab05b-12d383c/openbsd-386-64
2021-05-13T21:16:06-09ab05b-b4833f7/openbsd-386-64
2021-05-13T21:01:50-09ab05b-92c189f/openbsd-386-64
2021-05-13T18:59:27-09ab05b-7a7624a/openbsd-386-64
2021-05-13T17:35:42-09ab05b-07d8cba/openbsd-386-64
2021-05-13T14:52:20-cd1be5d-2a61b3c/openbsd-386-64
2021-05-13T13:20:04-cd1be5d-a63cded/openbsd-386-64
2021-05-13T12:32:21-57c3a74-a63cded/openbsd-386-64
2021-05-12T20:59:48-8287d5d-6db7480/openbsd-386-64
2021-05-12T15:23:09-be4aaae-0388670/openbsd-386-64
2021-05-12T15:05:12-be4aaae-e03383a/openbsd-386-64
2021-05-12T02:04:57-be4aaae-1a0ea1a/openbsd-386-64
2021-05-11T20:42:14-be4aaae-9b84814/openbsd-386-64
2021-05-11T18:22:54-cd1d088-9b84814/openbsd-386-64
2021-05-11T14:51:35-2db0265-2520e72/openbsd-386-64
2021-05-11T14:29:16-9cddb0e-2520e72/openbsd-386-64
2021-05-11T14:29:16-9cddb0e-07d8cba/openbsd-386-64
2021-05-10T23:21:19-fa05545-04cd717/openbsd-386-64
2021-05-10T21:56:33-0185c7e-dc50683/openbsd-386-64
2021-05-10T19:19:34-ecb7392-dc50683/openbsd-386-64
2021-05-10T15:53:43-ecb7392-deb3403/openbsd-386-64
2021-05-10T13:16:56-f05e912-2870259/openbsd-386-64
2021-05-07T20:56:39-f05e912-d80d142/openbsd-386-64
2021-05-07T20:44:40-c0140e8-d80d142/openbsd-386-64
2021-05-07T16:08:24-c0140e8-9bfa6f7/openbsd-386-64
2021-05-07T03:55:29-c0140e8-f5423ea/openbsd-386-64
2021-05-07T02:45:26-c0140e8-832c70e/openbsd-386-64
2021-05-07T02:17:32-c0140e8-d2b0311/openbsd-386-64
2021-05-07T01:42:23-c0140e8-a11a171/openbsd-386-64
2021-05-06T19:28:34-c0140e8-04cd717/openbsd-386-64
2021-05-06T16:28:56-d1ea2c7-5f9fe47/openbsd-386-64
2021-05-06T14:59:58-d1ea2c7-07d8cba/openbsd-386-64
2021-05-06T11:58:39-d1ea2c7-b4ca1ce/openbsd-386-64
2021-05-06T03:15:21-d1ea2c7-ba7cac4/openbsd-386-64
2021-05-06T03:15:21-d1ea2c7-87ffba3/openbsd-386-64
2021-05-06T02:21:55-dd255f2-1108cbe/openbsd-386-64
2021-05-05T21:05:09-68c6cab-87ffba3/openbsd-386-64
2021-05-05T20:44:55-68c6cab-c0a7ecf/openbsd-386-64
2021-05-05T20:23:45-250398d-b0c49ae/openbsd-386-64
2021-05-05T16:20:51-250398d-18e666b/openbsd-386-64
2021-05-05T04:48:30-7cab0ef-9e0facd/openbsd-386-64
2021-05-05T01:48:39-7cab0ef-caf4c94/openbsd-386-64
2021-05-05T01:11:17-f03daea-bb5e452/openbsd-386-64
2021-05-04T23:35:34-f03daea-137be77/openbsd-386-64
2021-05-04T20:18:55-f03daea-10a082a/openbsd-386-64
2021-05-04T18:47:19-42984c4-8c3d217/openbsd-386-64
2021-05-04T18:27:33-42984c4-e15d1f4/openbsd-386-64
2021-05-04T17:37:39-42984c4-da7496d/openbsd-386-64
2021-05-04T15:14:17-42984c4-ea0537f/openbsd-386-64
2021-05-04T15:03:06-42984c4-86e42c2/openbsd-386-64
2021-05-04T12:47:05-42984c4-830e63a/openbsd-386-64
2021-05-04T03:22:47-42984c4-138d2c9/openbsd-386-64
2021-05-04T00:56:00-42984c4-e376929/openbsd-386-64
2021-05-04T00:15:27-42984c4-2422c5e/openbsd-386-64
2021-05-03T22:01:04-42984c4-ed5ebd3/openbsd-386-64
2021-05-03T21:11:47-19b1717-ddb648f/openbsd-386-64
2021-05-03T18:23:49-a1fbb68-7918547/openbsd-386-64
2021-05-03T18:12:08-a1fbb68-7f9febd/openbsd-386-64
2021-05-03T16:07:20-def0263-72ccabc/openbsd-386-64
2021-05-02T20:38:13-7a6108e-fadad85/openbsd-386-64
2021-05-02T18:22:19-7a6108e-0d32d9e/openbsd-386-64
2021-05-02T18:13:38-7a6108e-352a322/openbsd-386-64
2021-04-30T20:08:34-7a6108e-e67a58b/openbsd-386-64
2021-04-30T19:49:23-edbe9be-72ccabc/openbsd-386-64
2021-04-30T16:17:01-9b9633e-cc02d59/openbsd-386-64
2021-04-29T13:06:21-28c1392-c4c68fb/openbsd-386-64
2021-04-28T17:12:39-16b25d2-22a56b6/openbsd-386-64
2021-04-28T16:13:40-16b25d2-5b328c4/openbsd-386-64
2021-04-28T01:46:37-16b25d2-9726c78/openbsd-386-64
2021-04-28T01:19:40-7c72a84-9726c78/openbsd-386-64
2021-04-27T21:16:55-7c72a84-30002e6/openbsd-386-64
2021-04-27T19:53:45-d0768c9-06c9756/openbsd-386-64
2021-04-27T19:30:11-6397a11-f432d3f/openbsd-386-64
2021-04-27T18:57:27-6397a11-291eb01/openbsd-386-64
2021-04-27T08:39:25-735ed62-e0815d0/openbsd-386-64
2021-04-27T05:44:56-735ed62-cb34026/openbsd-386-64
2021-04-27T04:02:17-735ed62-7ef0237/openbsd-386-64
2021-04-27T02:20:29-e3dc99f-15105dd/openbsd-386-64
2021-04-26T21:27:41-e3dc99f-9f60169/openbsd-386-64

@bcmills
Copy link
Contributor

bcmills commented Oct 4, 2021

This builder is currently on n1-highcpu-4, which has only 3.6 GB memory, and that is likely not enough for x/tools tests to pass.

If that is the case, the fact that this is reported as unexpected signal during runtime execution rather than something clearer seems like a bug in the runtime.

@bcmills
Copy link
Contributor

bcmills commented Oct 4, 2021

This test seems to be failing around 50% of runs on this particular builder. That makes it a release-blocker for Go 1.18 via #11811.

Since this is not a first-class port, we can resolve it by fixing the underlying issue, adding or adjusting test skips, or skipping all of x/tools for this builder.

@bcmills bcmills modified the milestones: Unreleased, Go1.18 Oct 4, 2021
@bcmills bcmills changed the title x/tools/go/internal/gcimporter: test fails on openbsd-386-64 builder x/tools/go/internal/gcimporter: frequent failures with SIGSEGV on openbsd-386-64 builder Oct 4, 2021
@toothrot
Copy link
Contributor

Friendly ping that this is a release-blocking issue for Go 1.18.

@dmitshur
Copy link
Contributor Author

From the original comment:

I suspect this may be similar to #36444. This builder is currently on n1-highcpu-4, which has only 3.6 GB memory, and that is likely not enough for x/tools tests to pass.

By now, I am even more confident that builders testing x/tools should have around 16~ GB RAM (see #33986). Many of the builders have been modified to have that much, so I think we should do the same here as the next step.

@dmitshur
Copy link
Contributor Author

Now that CL 354757 is submitted, I'll send a CL for this.

@gopherbot
Copy link

Change https://golang.org/cl/355669 mentions this issue: dashboard: upsize openbsd-386-64 to 16 GB RAM

@dmitshur
Copy link
Contributor Author

I'll give it some time before submitting CL 355669, since the builder machine type changed slightly in CL 354757, so we have more data. (Otherwise we won't know what it was that fixed it.)

This builder is currently on n1-highcpu-4, which has only 3.6 GB memory, and that is likely not enough for x/tools tests to pass.

If that is the case, the fact that this is reported as unexpected signal during runtime execution rather than something clearer seems like a bug in the runtime.

If we confirm this was indeed due to insufficient memory, we should make a separate issue for the runtime package.

@gopherbot
Copy link

Change https://golang.org/cl/357370 mentions this issue: dashboard: remove OpenBSD 6.4 builders

@dmitshur
Copy link
Contributor Author

This is a 32-bit architecture, so increasing RAM of the machine to 16 GB probably won't help (thanks @cagedmantis for catching this).

I think the right next step here is #49090.

@golang golang locked and limited conversation to collaborators Oct 20, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. OS-OpenBSD release-blocker Tools This label describes issues relating to any tools in the x/tools repository.
Projects
None yet
Development

No branches or pull requests

4 participants