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

cmd/objdump: TestDisasmPIE failures #58272

Closed
gopherbot opened this issue Feb 2, 2023 · 3 comments
Closed

cmd/objdump: TestDisasmPIE failures #58272

gopherbot opened this issue Feb 2, 2023 · 3 comments
Assignees
Labels
compiler/runtime Issues related to the Go compiler and/or runtime. FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone

Comments

@gopherbot
Copy link

#!watchflakes
post <- pkg == "cmd/objdump" && test == "TestDisasmPIE"

Issue created automatically to collect these failures.

Example (log):

--- FAIL: TestDisasmPIE (160.55s)
    objdump_test.go:159: Running [C:\workdir\go\bin\go.exe build -o C:\Users\gopher\AppData\Local\Temp\TestDisasmPIE3202774712\001\hello-22ad6a815cc13944862d0462699ad725b0e6bf693313e3ed0847513df819187a.exe -buildmode=pie fmthello.go]
    exec.go:146: test timed out while running command: C:\workdir\go\bin\go.exe build -o C:\Users\gopher\AppData\Local\Temp\TestDisasmPIE3202774712\001\hello-22ad6a815cc13944862d0462699ad725b0e6bf693313e3ed0847513df819187a.exe -buildmode=pie fmthello.go
    objdump_test.go:162: go build fmthello.go: exit status 1

watchflakes

@gopherbot gopherbot added NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. compiler/runtime Issues related to the Go compiler and/or runtime. labels Feb 2, 2023
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "cmd/objdump" && test == "TestDisasmPIE"
2023-01-31 18:47 windows-arm64-11 go@bb4ea80b cmd/objdump.TestDisasmPIE (log)
--- FAIL: TestDisasmPIE (160.55s)
    objdump_test.go:159: Running [C:\workdir\go\bin\go.exe build -o C:\Users\gopher\AppData\Local\Temp\TestDisasmPIE3202774712\001\hello-22ad6a815cc13944862d0462699ad725b0e6bf693313e3ed0847513df819187a.exe -buildmode=pie fmthello.go]
    exec.go:146: test timed out while running command: C:\workdir\go\bin\go.exe build -o C:\Users\gopher\AppData\Local\Temp\TestDisasmPIE3202774712\001\hello-22ad6a815cc13944862d0462699ad725b0e6bf693313e3ed0847513df819187a.exe -buildmode=pie fmthello.go
    objdump_test.go:162: go build fmthello.go: exit status 1

watchflakes

@bcmills
Copy link
Contributor

bcmills commented Feb 2, 2023

This is a test timeout in cmd/objdump, and is plausibly fixed by CL 464736.

@bcmills bcmills self-assigned this Feb 2, 2023
@cherrymui
Copy link
Member

Dup of #58262

@cherrymui cherrymui closed this as not planned Won't fix, can't repro, duplicate, stale Feb 2, 2023
@bcmills bcmills added this to the Go1.21 milestone Feb 2, 2023
@golang golang locked and limited conversation to collaborators Feb 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
compiler/runtime Issues related to the Go compiler and/or runtime. FrozenDueToAge 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

3 participants