Not planned
Description
#!watchflakes
post <- pkg == "cmd/trace" && test == "" && date < "2023-03-01"
Issue created automatically to collect these failures.
Example (log):
/tmp/workdir/go/pkg/tool/dragonfly_amd64/link: running gcc failed: exit status 1
/usr/libexec/binutils234/elf/ld.gold: error: cannot find -lresolv
collect2: error: ld returned 1 exit status
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done
Milestone
Relationships
Development
No branches or pull requests
Activity
gopherbot commentedon Nov 17, 2022
Found new dashboard test flakes for:
2022-11-07 17:58 dragonfly-amd64-622 website@0bdc4717 go@a6642e67 cmd/trace [build] (log)
2022-11-07 17:58 dragonfly-amd64-622 website@0bdc4717 go@41be62e1 cmd/trace [build] (log)
2022-11-07 21:25 dragonfly-amd64-622 tools@003fde14 go@6939659a cmd/trace [build] (log)
— watchflakes
bcmills commentedon Nov 17, 2022
Duplicate of #56787
cannot find -lresolv
#56787gopherbot commentedon Jan 25, 2023
Found new dashboard test flakes for:
2023-01-24 19:47 freebsd-arm-paulzhol go@ffbd194f cmd/trace (log)
— watchflakes
prattmic commentedon Feb 1, 2023
#56785 (comment) is #58230
gopherbot commentedon Aug 2, 2023
Found new dashboard test flakes for:
2023-08-01 14:26 linux-riscv64-unmatched go@d4b46b09 cmd/trace [build] (log)
— watchflakes
mknyszek commentedon Aug 2, 2023
This looks like memory corruption on RISC-V. Is there an open issue for that?
mknyszek commentedon Aug 2, 2023
The latest failure is definitely not the same as the previous failures here. I'll close this and open a new issue.
bcmills commentedon Aug 8, 2023
For the moment, to stop
watchflakes
from reopening issues you need to add adate
predicate.(Longer term I'd like that to become unnecessary; see #57632 (comment).)