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: TestDisasm failures on aix #62532

Closed
gopherbot opened this issue Sep 8, 2023 · 3 comments
Closed

cmd/objdump: TestDisasm failures on aix #62532

gopherbot opened this issue Sep 8, 2023 · 3 comments
Labels
compiler/runtime Issues related to the Go compiler and/or runtime. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. OS-AIX

Comments

@gopherbot
Copy link

gopherbot commented Sep 8, 2023

#!watchflakes
post <- goos == "aix" && pkg == "cmd/objdump" && test == "TestDisasm"

Issue created automatically to collect these failures.

Example (log):

--- FAIL: TestDisasm (2.14s)
    objdump_test.go:158: Running [/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/bin/go build -o /ramdisk8GB/workdir-host-aix-ppc64-osuosl/tmp/TestDisasm269434924/001/hello-a66d8d744b25424bc2c9ddb6440241e9f6a102ff2316d83004d06ce982af9d91.exe fmthello.go]
    objdump_test.go:225: Running [/ramdisk8GB/workdir-host-aix-ppc64-osuosl/tmp/go-build4000120902/b130/objdump.test -s main.main /ramdisk8GB/workdir-host-aix-ppc64-osuosl/tmp/TestDisasm269434924/001/hello-a66d8d744b25424bc2c9ddb6440241e9f6a102ff2316d83004d06ce982af9d91.exe]
    objdump_test.go:158: Running [/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/bin/go build -o /ramdisk8GB/workdir-host-aix-ppc64-osuosl/tmp/TestDisasm269434924/002/hello-5627cc5e84a1c75da7f05bc915abc6e990c36eb8ea49108adaebd89c6d829419.exe fmthellocgo.go]
    objdump_test.go:161: go build fmthellocgo.go: exit status 1
        # command-line-arguments
        /ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/pkg/tool/aix_ppc64/link: [gcc] -Wl,-V failed: exit status 1
        /usr/bin/ld: LD 7.2.2(5/18/17)
        ld: 0711-999 SEVERE ERROR: Unexpected system call error.
        	ld:open() No such file or directory
        ld: 0711-996 Error occurred while processing file: a.out
        collect2: error: ld returned 12 exit status

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 Sep 8, 2023
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "cmd/objdump" && test == "TestDisasm"
2023-09-06 19:37 aix-ppc64 go@729f214e cmd/objdump.TestDisasm (log)
--- FAIL: TestDisasm (2.14s)
    objdump_test.go:158: Running [/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/bin/go build -o /ramdisk8GB/workdir-host-aix-ppc64-osuosl/tmp/TestDisasm269434924/001/hello-a66d8d744b25424bc2c9ddb6440241e9f6a102ff2316d83004d06ce982af9d91.exe fmthello.go]
    objdump_test.go:225: Running [/ramdisk8GB/workdir-host-aix-ppc64-osuosl/tmp/go-build4000120902/b130/objdump.test -s main.main /ramdisk8GB/workdir-host-aix-ppc64-osuosl/tmp/TestDisasm269434924/001/hello-a66d8d744b25424bc2c9ddb6440241e9f6a102ff2316d83004d06ce982af9d91.exe]
    objdump_test.go:158: Running [/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/bin/go build -o /ramdisk8GB/workdir-host-aix-ppc64-osuosl/tmp/TestDisasm269434924/002/hello-5627cc5e84a1c75da7f05bc915abc6e990c36eb8ea49108adaebd89c6d829419.exe fmthellocgo.go]
    objdump_test.go:161: go build fmthellocgo.go: exit status 1
        # command-line-arguments
        /ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/pkg/tool/aix_ppc64/link: [gcc] -Wl,-V failed: exit status 1
        /usr/bin/ld: LD 7.2.2(5/18/17)
        ld: 0711-999 SEVERE ERROR: Unexpected system call error.
        	ld:open() No such file or directory
        ld: 0711-996 Error occurred while processing file: a.out
        collect2: error: ld returned 12 exit status

watchflakes

@bcmills
Copy link
Contributor

bcmills commented Sep 8, 2023

(attn @golang/aix)

@bcmills bcmills changed the title cmd/objdump: TestDisasm failures cmd/objdump: TestDisasm failures on aix Sep 8, 2023
@bcmills bcmills added the OS-AIX label Sep 8, 2023
@bcmills
Copy link
Contributor

bcmills commented Sep 14, 2023

Duplicate of #59873

@bcmills bcmills marked this as a duplicate of #59873 Sep 14, 2023
@bcmills bcmills closed this as not planned Won't fix, can't repro, duplicate, stale Sep 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compiler/runtime Issues related to the Go compiler and/or runtime. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. OS-AIX
Projects
None yet
Development

No branches or pull requests

2 participants