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/cgo/internal/testcarchive: TestDeepStack failures #60294

Open
gopherbot opened this issue May 19, 2023 · 15 comments
Open

cmd/cgo/internal/testcarchive: TestDeepStack failures #60294

gopherbot opened this issue May 19, 2023 · 15 comments
Labels
NeedsFix The path to resolution is known, but the work has not been done. Testing An issue that has been verified to require only test changes, not just a test failure.
Milestone

Comments

@gopherbot
Copy link

#!watchflakes
post <- pkg == "cmd/cgo/internal/testcarchive" && test == "TestDeepStack"

Issue created automatically to collect these failures.

Example (log):

--- FAIL: TestDeepStack (0.01s)
    carchive_test.go:1307: [go build -buildmode=c-archive -o libgo9.a ./libgo9]
        -buildmode=c-archive not supported on solaris/amd64
    carchive_test.go:1309: 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 May 19, 2023
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "cmd/cgo/internal/testcarchive" && test == "TestDeepStack"
2023-05-19 01:37 solaris-amd64-oraclerel go@a674ab19 cmd/cgo/internal/testcarchive.TestDeepStack (log)
--- FAIL: TestDeepStack (0.01s)
    carchive_test.go:1307: [go build -buildmode=c-archive -o libgo9.a ./libgo9]
        -buildmode=c-archive not supported on solaris/amd64
    carchive_test.go:1309: exit status 1
2023-05-19 01:37 darwin-amd64-nocgo go@ad7d1d99 cmd/cgo/internal/testcarchive.TestDeepStack (log)
--- FAIL: TestDeepStack (0.06s)
    carchive_test.go:1307: [go build -buildmode=c-archive -o libgo9.a ./libgo9]
        package testcarchive/libgo9: build constraints exclude all Go files in /tmp/buildlet/tmp/carchive_test3676281501/src/testcarchive/libgo9
    carchive_test.go:1309: exit status 1
2023-05-19 01:37 solaris-amd64-oraclerel go@ad7d1d99 cmd/cgo/internal/testcarchive.TestDeepStack (log)
--- FAIL: TestDeepStack (0.01s)
    carchive_test.go:1307: [go build -buildmode=c-archive -o libgo9.a ./libgo9]
        -buildmode=c-archive not supported on solaris/amd64
    carchive_test.go:1309: exit status 1
2023-05-19 01:56 darwin-amd64-nocgo go@4088e97f cmd/cgo/internal/testcarchive.TestDeepStack (log)
--- FAIL: TestDeepStack (0.04s)
    carchive_test.go:1307: [go build -buildmode=c-archive -o libgo9.a ./libgo9]
        package testcarchive/libgo9: build constraints exclude all Go files in /tmp/buildlet/tmp/carchive_test853897001/src/testcarchive/libgo9
    carchive_test.go:1309: exit status 1
2023-05-19 01:56 solaris-amd64-oraclerel go@4088e97f cmd/cgo/internal/testcarchive.TestDeepStack (log)
--- FAIL: TestDeepStack (0.01s)
    carchive_test.go:1307: [go build -buildmode=c-archive -o libgo9.a ./libgo9]
        -buildmode=c-archive not supported on solaris/amd64
    carchive_test.go:1309: exit status 1

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "cmd/cgo/internal/testcarchive" && test == "TestDeepStack"
2023-05-19 01:37 android-arm64-corellium go@ad7d1d99 cmd/cgo/internal/testcarchive.TestDeepStack (log)
--- FAIL: TestDeepStack (0.00s)
    carchive_test.go:1307: [go build -buildmode=c-archive -o libgo9.a ./libgo9]
        -buildmode=c-archive not supported on android/arm64
    carchive_test.go:1309: exit status 1
2023-05-19 01:56 android-arm64-corellium go@4088e97f cmd/cgo/internal/testcarchive.TestDeepStack (log)
--- FAIL: TestDeepStack (0.00s)
    carchive_test.go:1307: [go build -buildmode=c-archive -o libgo9.a ./libgo9]
        -buildmode=c-archive not supported on android/arm64
    carchive_test.go:1309: exit status 1

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "cmd/cgo/internal/testcarchive" && test == "TestDeepStack"
2023-05-19 01:37 freebsd-arm64-dmgk go@ad7d1d99 cmd/cgo/internal/testcarchive.TestDeepStack (log)
--- FAIL: TestDeepStack (0.01s)
    carchive_test.go:1307: [go build -buildmode=c-archive -o libgo9.a ./libgo9]
        -buildmode=c-archive not supported on freebsd/arm64
    carchive_test.go:1309: exit status 1
2023-05-19 01:37 netbsd-arm64-bsiegert go@ad7d1d99 cmd/cgo/internal/testcarchive.TestDeepStack (log)
--- FAIL: TestDeepStack (0.01s)
    carchive_test.go:1307: [go build -buildmode=c-archive -o libgo9.a ./libgo9]
        -buildmode=c-archive not supported on netbsd/arm64
    carchive_test.go:1309: exit status 1
2023-05-19 01:56 freebsd-arm64-dmgk go@4088e97f cmd/cgo/internal/testcarchive.TestDeepStack (log)
--- FAIL: TestDeepStack (0.01s)
    carchive_test.go:1307: [go build -buildmode=c-archive -o libgo9.a ./libgo9]
        -buildmode=c-archive not supported on freebsd/arm64
    carchive_test.go:1309: exit status 1

watchflakes

@dmitshur
Copy link
Contributor

This should be fixed by CL 496376.

@dmitshur dmitshur added Testing An issue that has been verified to require only test changes, not just a test failure. NeedsFix The path to resolution is known, but the work has not been done. and removed NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. labels May 19, 2023
@dmitshur dmitshur added this to the Go1.21 milestone May 19, 2023
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "cmd/cgo/internal/testcarchive" && test == "TestDeepStack"
2023-05-19 01:56 android-arm-corellium go@4088e97f cmd/cgo/internal/testcarchive.TestDeepStack (log)
--- FAIL: TestDeepStack (0.00s)
    carchive_test.go:1307: [go build -buildmode=c-archive -o libgo9.a ./libgo9]
        -buildmode=c-archive not supported on android/arm
    carchive_test.go:1309: exit status 1

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "cmd/cgo/internal/testcarchive" && test == "TestDeepStack"
2023-05-19 01:37 android-arm-corellium go@ad7d1d99 cmd/cgo/internal/testcarchive.TestDeepStack (log)
--- FAIL: TestDeepStack (0.00s)
    carchive_test.go:1307: [go build -buildmode=c-archive -o libgo9.a ./libgo9]
        -buildmode=c-archive not supported on android/arm
    carchive_test.go:1309: exit status 1

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "cmd/cgo/internal/testcarchive" && test == "TestDeepStack"
2023-05-19 01:37 android-arm64-corellium go@b42ce3a6 cmd/cgo/internal/testcarchive.TestDeepStack (log)
--- FAIL: TestDeepStack (0.01s)
    carchive_test.go:1307: [go build -buildmode=c-archive -o libgo9.a ./libgo9]
        -buildmode=c-archive not supported on android/arm64
    carchive_test.go:1309: exit status 1

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "cmd/cgo/internal/testcarchive" && test == "TestDeepStack"
2023-05-19 01:37 android-arm-corellium go@b42ce3a6 cmd/cgo/internal/testcarchive.TestDeepStack (log)
--- FAIL: TestDeepStack (0.00s)
    carchive_test.go:1307: [go build -buildmode=c-archive -o libgo9.a ./libgo9]
        -buildmode=c-archive not supported on android/arm
    carchive_test.go:1309: exit status 1

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "cmd/cgo/internal/testcarchive" && test == "TestDeepStack"
2023-05-19 01:37 freebsd-arm64-dmgk go@b42ce3a6 cmd/cgo/internal/testcarchive.TestDeepStack (log)
--- FAIL: TestDeepStack (0.01s)
    carchive_test.go:1307: [go build -buildmode=c-archive -o libgo9.a ./libgo9]
        -buildmode=c-archive not supported on freebsd/arm64
    carchive_test.go:1309: exit status 1

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "cmd/cgo/internal/testcarchive" && test == "TestDeepStack"
2023-05-19 01:37 darwin-amd64-nocgo go@b42ce3a6 cmd/cgo/internal/testcarchive.TestDeepStack (log)
--- FAIL: TestDeepStack (0.04s)
    carchive_test.go:1307: [go build -buildmode=c-archive -o libgo9.a ./libgo9]
        package testcarchive/libgo9: build constraints exclude all Go files in /tmp/buildlet/tmp/carchive_test2804641014/src/testcarchive/libgo9
    carchive_test.go:1309: exit status 1
2023-05-19 01:56 netbsd-arm64-bsiegert go@4088e97f cmd/cgo/internal/testcarchive.TestDeepStack (log)
--- FAIL: TestDeepStack (0.01s)
    carchive_test.go:1307: [go build -buildmode=c-archive -o libgo9.a ./libgo9]
        -buildmode=c-archive not supported on netbsd/arm64
    carchive_test.go:1309: exit status 1

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "cmd/cgo/internal/testcarchive" && test == "TestDeepStack"
2023-05-19 01:37 netbsd-arm64-bsiegert go@b42ce3a6 cmd/cgo/internal/testcarchive.TestDeepStack (log)
--- FAIL: TestDeepStack (0.01s)
    carchive_test.go:1307: [go build -buildmode=c-archive -o libgo9.a ./libgo9]
        -buildmode=c-archive not supported on netbsd/arm64
    carchive_test.go:1309: exit status 1

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "cmd/cgo/internal/testcarchive" && test == "TestDeepStack"
2023-05-19 01:56 netbsd-arm-bsiegert go@4088e97f cmd/cgo/internal/testcarchive.TestDeepStack (log)
--- FAIL: TestDeepStack (0.03s)
    carchive_test.go:1307: [go build -buildmode=c-archive -o libgo9.a ./libgo9]
        -buildmode=c-archive not supported on netbsd/arm
    carchive_test.go:1309: exit status 1

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "cmd/cgo/internal/testcarchive" && test == "TestDeepStack"
2023-05-19 01:37 netbsd-arm-bsiegert go@ad7d1d99 cmd/cgo/internal/testcarchive.TestDeepStack (log)
--- FAIL: TestDeepStack (0.03s)
    carchive_test.go:1307: [go build -buildmode=c-archive -o libgo9.a ./libgo9]
        -buildmode=c-archive not supported on netbsd/arm
    carchive_test.go:1309: exit status 1
2023-05-19 01:56 linux-mips-rtrk go@4088e97f cmd/cgo/internal/testcarchive.TestDeepStack (log)
--- FAIL: TestDeepStack (0.01s)
    carchive_test.go:1307: [go build -buildmode=c-archive -o libgo9.a ./libgo9]
        -buildmode=c-archive not supported on linux/mips
    carchive_test.go:1309: exit status 1

watchflakes

@gopherbot gopherbot reopened this Feb 9, 2024
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "cmd/cgo/internal/testcarchive" && test == "TestDeepStack"
2024-02-02 15:22 gotip-linux-ppc64le go@149db960 cmd/cgo/internal/testcarchive.TestDeepStack [ABORT] (log)
=== RUN   TestDeepStack
=== PAUSE TestDeepStack
=== CONT  TestDeepStack

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "cmd/cgo/internal/testcarchive" && test == "TestDeepStack"
2024-02-08 16:18 go1.22-linux-ppc64le release-branch.go1.22@20107e05 cmd/cgo/internal/testcarchive.TestDeepStack [ABORT] (log)
=== RUN   TestDeepStack
=== PAUSE TestDeepStack
=== CONT  TestDeepStack

watchflakes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
NeedsFix The path to resolution is known, but the work has not been done. Testing An issue that has been verified to require only test changes, not just a test failure.
Projects
Status: Done
Development

No branches or pull requests

2 participants