Open bcmills opened 1 year ago
Found new dashboard test flakes for:
#!watchflakes
default <- builder == "linux-s390x-ibm"
Found new dashboard test flakes for:
#!watchflakes
default <- builder == "linux-s390x-ibm"
Found new dashboard test flakes for:
#!watchflakes
default <- builder == "linux-s390x-ibm"
Found new dashboard test flakes for:
#!watchflakes
default <- builder == "linux-s390x-ibm"
Found new dashboard test flakes for:
#!watchflakes
default <- builder == "linux-s390x-ibm"
Found new dashboard test flakes for:
#!watchflakes
default <- builder == "linux-s390x-ibm"
Found new dashboard test flakes for:
#!watchflakes
default <- builder == "linux-s390x-ibm"
Found new dashboard test flakes for:
#!watchflakes
default <- builder == "linux-s390x-ibm"
Found new dashboard test flakes for:
#!watchflakes
default <- builder == "linux-s390x-ibm"
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x"
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x"
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x"
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x"
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x"
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x"
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x"
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x"
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x"
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x"
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x"
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x"
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x"
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x"
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x"
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x"
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x"
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x"
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x"
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x"
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x"
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x"
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x"
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x"
Sorry, but there were parse errors in the watch flakes script. The script I found was:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ "x/pkgsite")
And the problems were:
script:2.61: ~ requires backquoted regexp
See https://go.dev/wiki/Watchflakes for details.
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
@golang/s390x, there are some interesting-looking failures in here. I strongly recommend that you triage these test failures, and file separate issues for individual failure modes if need.
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
I'm seeing another cluster of failures on the
linux-s390x-ibm
builder, particularly forx/tools/gopls
. To try to reduce the number of duplicates filed bywatchflakes
, I'm filing this as a catchall default. If the failures posted here are not due to transitory builder configuration issues, separate issues should be filed for them manually.(attn @golang/s390x)