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/link: TestExtLinkCmdlineDeterminism failures #64536

Closed
gopherbot opened this issue Dec 4, 2023 · 2 comments
Closed

cmd/link: TestExtLinkCmdlineDeterminism failures #64536

gopherbot opened this issue Dec 4, 2023 · 2 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.

Comments

@gopherbot
Copy link

#!watchflakes
default <- pkg == "cmd/link" && test == "TestExtLinkCmdlineDeterminism"

Issue created automatically to collect these failures.

Example (log):

--- FAIL: TestExtLinkCmdlineDeterminism (172.62s)
    exec.go:193: test timed out while running command: /tmp/workdir-host-ios-arm64-corellium-ios/go/bin/go build -ldflags=-v -linkmode=external -tmpdir=/tmp/workdir-host-ios-arm64-corellium-ios/tmp/TestExtLinkCmdlineDeterminism2598916472/001/linktmp -o /tmp/workdir-host-ios-arm64-corellium-ios/tmp/TestExtLinkCmdlineDeterminism2598916472/001/x.exe /tmp/workdir-host-ios-arm64-corellium-ios/tmp/TestExtLinkCmdlineDeterminism2598916472/001/x.go
    link_test.go:1216: build failed: exit status 2, output:
        SIGQUIT: quit
        PC=0x1afbe2580 m=0 sigcode=0

        goroutine 0 gp=0x100d2d900 m=0 mp=0x100d2ee00 [idle]:
        runtime.pthread_cond_wait(0x100d2f450, 0x100d2f410)
        	runtime/sys_darwin.go:507 +0x20 fp=0x16fb6eda0 sp=0x16fb6ed70 pc=0x1002efb70
        runtime.semasleep(0xffffffffffffffff)
...
        r24     0x1d00
        r25     0x1d01
        r26     0x1e00
        r27     0x100d10000
        r28     0x100d2d900
        r29     0x16fb6ed00
        lr      0x1cc2a9308
        sp      0x16fb6ec70
        pc      0x1afbe2580
        fault   0x1afbe2580

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 Dec 4, 2023
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "cmd/link" && test == "TestExtLinkCmdlineDeterminism"
2023-11-29 17:49 ios-arm64-corellium go@c418da34 cmd/link.TestExtLinkCmdlineDeterminism (log)
--- FAIL: TestExtLinkCmdlineDeterminism (172.62s)
    exec.go:193: test timed out while running command: /tmp/workdir-host-ios-arm64-corellium-ios/go/bin/go build -ldflags=-v -linkmode=external -tmpdir=/tmp/workdir-host-ios-arm64-corellium-ios/tmp/TestExtLinkCmdlineDeterminism2598916472/001/linktmp -o /tmp/workdir-host-ios-arm64-corellium-ios/tmp/TestExtLinkCmdlineDeterminism2598916472/001/x.exe /tmp/workdir-host-ios-arm64-corellium-ios/tmp/TestExtLinkCmdlineDeterminism2598916472/001/x.go
    link_test.go:1216: build failed: exit status 2, output:
        SIGQUIT: quit
        PC=0x1afbe2580 m=0 sigcode=0

        goroutine 0 gp=0x100d2d900 m=0 mp=0x100d2ee00 [idle]:
        runtime.pthread_cond_wait(0x100d2f450, 0x100d2f410)
        	runtime/sys_darwin.go:507 +0x20 fp=0x16fb6eda0 sp=0x16fb6ed70 pc=0x1002efb70
        runtime.semasleep(0xffffffffffffffff)
...
        r24     0x1d00
        r25     0x1d01
        r26     0x1e00
        r27     0x100d10000
        r28     0x100d2d900
        r29     0x16fb6ed00
        lr      0x1cc2a9308
        sp      0x16fb6ec70
        pc      0x1afbe2580
        fault   0x1afbe2580

watchflakes

@gopherbot gopherbot added the compiler/runtime Issues related to the Go compiler and/or runtime. label Dec 4, 2023
@bcmills
Copy link
Contributor

bcmills commented Dec 4, 2023

Duplicate of #64535

@bcmills bcmills marked this as a duplicate of #64535 Dec 4, 2023
@bcmills bcmills closed this as not planned Won't fix, can't repro, duplicate, stale Dec 4, 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.
Projects
None yet
Development

No branches or pull requests

2 participants