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: TestCgoTraceback failures #57636

Closed
gopherbot opened this issue Jan 5, 2023 · 8 comments
Closed

runtime: TestCgoTraceback failures #57636

gopherbot opened this issue Jan 5, 2023 · 8 comments
Assignees
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
post <- pkg == "runtime" && test == "TestCgoTraceback"

Issue created automatically to collect these failures.

Example (log):

--- FAIL: TestCgoTraceback (0.00s)
    crash_test.go:58: /var/gobuilder/buildlet/tmp/go-build2870843524/testprogcgo.exe CgoTraceback failed to start: context deadline exceeded

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 Jan 5, 2023
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "runtime" && test == "TestCgoTraceback"
2022-12-16 03:40 netbsd-arm64-bsiegert go@24ac659a runtime.TestCgoTraceback (log)
--- FAIL: TestCgoTraceback (0.00s)
    crash_test.go:58: /var/gobuilder/buildlet/tmp/go-build2870843524/testprogcgo.exe CgoTraceback failed to start: context deadline exceeded

watchflakes

@gopherbot gopherbot added the compiler/runtime Issues related to the Go compiler and/or runtime. label Jan 5, 2023
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "runtime" && test == "TestCgoTraceback"
2022-12-06 19:52 openbsd-386-71 go@03bf6f49 runtime.TestCgoTraceback (log)
--- FAIL: TestCgoTraceback (0.00s)
    crash_test.go:58: /tmp/workdir/tmp/go-build719402250/testprogcgo.exe CgoTraceback failed to start: context deadline exceeded

watchflakes

@bcmills
Copy link
Contributor

bcmills commented Jan 17, 2023

#57585 / #57847

@bcmills bcmills closed this as not planned Won't fix, can't repro, duplicate, stale Jan 17, 2023
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "runtime" && test == "TestCgoTraceback"
2023-01-24 01:02 linux-mips64-rtrk go@7135710e runtime.TestCgoTraceback (log)
--- FAIL: TestCgoTraceback (63.38s)
    crash_test.go:58: /tmp/gobuilder-mips64/tmp/go-build3992749568/testprogcgo.exe CgoTraceback: exec: WaitDelay expired before I/O complete

watchflakes

@gopherbot gopherbot reopened this Jan 25, 2023
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "runtime" && test == "TestCgoTraceback"
2023-01-26 07:17 darwin-amd64-10_15 go@cea70301 runtime.TestCgoTraceback (log)
--- FAIL: TestCgoTraceback (0.05s)
    crash_test.go:58: /tmp/buildlet/tmp/go-build4119296738/testprogcgo.exe CgoTraceback: signal: segmentation fault
    crash_cgo_test.go:47: expected "OK\n", but got:
2023-01-26 07:17 darwin-amd64-11_0 go@cea70301 runtime.TestCgoTraceback (log)
--- FAIL: TestCgoTraceback (0.38s)
    crash_test.go:58: /tmp/buildlet/tmp/go-build2556092564/testprogcgo.exe CgoTraceback: signal: segmentation fault
    crash_cgo_test.go:47: expected "OK\n", but got:
2023-01-26 10:15 darwin-amd64-10_15 go@4df10fba runtime.TestCgoTraceback (log)
--- FAIL: TestCgoTraceback (0.02s)
    crash_test.go:58: /tmp/buildlet/tmp/go-build1310876794/testprogcgo.exe CgoTraceback: signal: segmentation fault
    crash_cgo_test.go:47: expected "OK\n", but got:
2023-01-26 10:15 darwin-amd64-11_0 go@4df10fba runtime.TestCgoTraceback (log)
--- FAIL: TestCgoTraceback (0.07s)
    crash_test.go:58: /tmp/buildlet/tmp/go-build4292740019/testprogcgo.exe CgoTraceback: signal: segmentation fault
    crash_cgo_test.go:47: expected "OK\n", but got:

watchflakes

@bcmills
Copy link
Contributor

bcmills commented Feb 2, 2023

#58068

@bcmills bcmills closed this as not planned Won't fix, can't repro, duplicate, stale Feb 2, 2023
@gopherbot gopherbot reopened this May 24, 2023
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "runtime" && test == "TestCgoTraceback"
2023-05-24 03:36 linux-s390x-ibm go@f0d575c2 runtime.TestCgoTraceback (log)
--- FAIL: TestCgoTraceback (0.00s)
    crash_cgo_test.go:45: /data/golang/workdir/tmp/go-build4029398001/testprogcgo.exe CgoTraceback failed to start: context deadline exceeded

watchflakes

@mknyszek
Copy link
Contributor

I broke this failure out into #60413.

@mknyszek mknyszek closed this as not planned Won't fix, can't repro, duplicate, stale May 24, 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
Status: Done
Development

No branches or pull requests

3 participants