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

runtime: TestUsingVDSO failures #65813

Closed
gopherbot opened this issue Feb 20, 2024 · 3 comments
Closed

runtime: TestUsingVDSO failures #65813

gopherbot opened this issue Feb 20, 2024 · 3 comments
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. WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided.
Milestone

Comments

@gopherbot
Copy link
Contributor

#!watchflakes
default <- pkg == "runtime" && test == "TestUsingVDSO"

Issue created automatically to collect these failures.

Example (log):

--- FAIL: TestUsingVDSO (0.24s)
    vdso_test.go:51: GO_WANT_HELPER_PROCESS=1 /usr/bin/strace -f -e clock_gettime /workdir/tmp/go-build3805160289/b001/runtime.test -test.run=^TestUsingVDSO$
    vdso_test.go:57: /usr/bin/strace: Process 719478 attached
        /usr/bin/strace: Process 719492 attached
        /usr/bin/strace: Process 719499 attached
        /usr/bin/strace: Process 719494 attached
        /usr/bin/strace: Process 719524 attached
        [pid 719289] --- SIGURG {si_signo=SIGURG, si_code=SI_TKILL, si_pid=719289, si_uid=0} ---
        [pid 719289] --- SIGURG {si_signo=SIGURG, si_code=SI_TKILL, si_pid=719289, si_uid=0} ---
        [pid 719289] --- SIGURG {si_signo=SIGURG, si_code=SI_TKILL, si_pid=719289, si_uid=0} ---
        [pid 719289] --- SIGURG {si_signo=SIGURG, si_code=SI_TKILL, si_pid=719289, si_uid=0} ---
        [pid 719289] --- stopped by SIGURG ---
        /usr/bin/strace: ptrace(PTRACE_LISTEN,pid:719289,sig:0): Input/output error
        /usr/bin/strace: Process 719289 detached
        /usr/bin/strace: Process 719478 detached
        /usr/bin/strace: Process 719492 detached
        /usr/bin/strace: Process 719499 detached
        /usr/bin/strace: Process 719494 detached
        /usr/bin/strace: Process 719524 detached
    vdso_test.go:70: exit status 1

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 Feb 20, 2024
@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "runtime" && test == "TestUsingVDSO"
2024-02-20 06:04 linux-amd64-longtest go@d42cd452 runtime.TestUsingVDSO (log)
--- FAIL: TestUsingVDSO (0.24s)
    vdso_test.go:51: GO_WANT_HELPER_PROCESS=1 /usr/bin/strace -f -e clock_gettime /workdir/tmp/go-build3805160289/b001/runtime.test -test.run=^TestUsingVDSO$
    vdso_test.go:57: /usr/bin/strace: Process 719478 attached
        /usr/bin/strace: Process 719492 attached
        /usr/bin/strace: Process 719499 attached
        /usr/bin/strace: Process 719494 attached
        /usr/bin/strace: Process 719524 attached
        [pid 719289] --- SIGURG {si_signo=SIGURG, si_code=SI_TKILL, si_pid=719289, si_uid=0} ---
        [pid 719289] --- SIGURG {si_signo=SIGURG, si_code=SI_TKILL, si_pid=719289, si_uid=0} ---
        [pid 719289] --- SIGURG {si_signo=SIGURG, si_code=SI_TKILL, si_pid=719289, si_uid=0} ---
        [pid 719289] --- SIGURG {si_signo=SIGURG, si_code=SI_TKILL, si_pid=719289, si_uid=0} ---
        [pid 719289] --- stopped by SIGURG ---
        /usr/bin/strace: ptrace(PTRACE_LISTEN,pid:719289,sig:0): Input/output error
        /usr/bin/strace: Process 719289 detached
        /usr/bin/strace: Process 719478 detached
        /usr/bin/strace: Process 719492 detached
        /usr/bin/strace: Process 719499 detached
        /usr/bin/strace: Process 719494 detached
        /usr/bin/strace: Process 719524 detached
    vdso_test.go:70: exit status 1

watchflakes

@gopherbot gopherbot added the compiler/runtime Issues related to the Go compiler and/or runtime. label Feb 20, 2024
@mknyszek
Copy link
Contributor

In triage, we think this looks like an issue with strace, not with our test or code necessarily.

@mknyszek mknyszek added this to the Backlog milestone Feb 28, 2024
@mknyszek mknyszek added the WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided. label Feb 28, 2024
@gopherbot
Copy link
Contributor Author

Timed out in state WaitingForInfo. Closing.

(I am just a bot, though. Please speak up if this is a mistake or you have the requested information.)

@gopherbot gopherbot closed this as not planned Won't fix, can't repro, duplicate, stale Mar 28, 2024
@golang golang locked and limited conversation to collaborators Mar 28, 2025
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. WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided.
Projects
Archived in project
Development

No branches or pull requests

2 participants