Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

x/build: openbsd builder fail with "resource temporarily unavailable" #66908

Closed
gopherbot opened this issue Apr 18, 2024 · 2 comments
Closed
Labels
Builders x/build issues (builders, bots, dashboards) NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone

Comments

@gopherbot
Copy link

gopherbot commented Apr 18, 2024

#!watchflakes
default <- goos == "openbsd" && `resource temporarily unavailable`

Issue created automatically to collect these failures.

Example (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)

watchflakes

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

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "cmd/link/internal/ld" && test == "TestSizes"
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)

watchflakes

@cherrymui cherrymui changed the title cmd/link/internal/ld: TestSizes failures x/build: openbsd builder fail with "resource temporarily unavailable" Apr 19, 2024
@gopherbot gopherbot added the Builders x/build issues (builders, bots, dashboards) label Apr 19, 2024
@gopherbot gopherbot added this to the Unreleased milestone Apr 19, 2024
@cherrymui
Copy link
Member

Dup of #66474.

@cherrymui cherrymui closed this as not planned Won't fix, can't repro, duplicate, stale Apr 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Builders x/build issues (builders, bots, dashboards) NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Projects
None yet
Development

No branches or pull requests

2 participants