golang/go

cmd/link: test timeouts

Open

#64,535 opened on Dec 4, 2023

View on GitHub
 (13 comments) (0 reactions) (0 assignees)Go (19,008 forks)batch import
NeedsInvestigationcompiler/runtimehelp wanted

Repository metrics

Stars
 (133,883 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

#!watchflakes
post <- pkg == "cmd/link" && log ~ `test timed out`

Issue created automatically to collect these failures.

Example (log):

--- FAIL: TestLargeReloc (168.16s)
    exec.go:193: test timed out while running command: /tmp/workdir-host-ios-arm64-corellium-ios/go/bin/go run -ldflags=-linkmode=external /tmp/workdir-host-ios-arm64-corellium-ios/tmp/TestLargeReloc2020861662/001/x.go
    link_test.go:1106: build failed: exit status 2. output:
        SIGQUIT: quit
        PC=0x1afbe3374 m=0 sigcode=0

        goroutine 0 gp=0x100f61900 m=0 mp=0x100f62e00 [idle]:
        syscall.syscall6(0xc?, 0x1300736b0?, 0x1000118?, 0x101f36478?, 0x90?, 0x10162c108?, 0x90?)
        	runtime/sys_darwin.go:45 +0x68 fp=0x1300735e0 sp=0x130073520 pc=0x1005398c8
        syscall.wait4(0x130073678?, 0x1005b1758?, 0x90?, 0x100bd3460?)
...
        r24     0x6b0f25af94fec10d
        r25     0xb2e301ebc884e399
        r26     0x0
        r27     0x838
        r28     0x100f61900
        r29     0x16f93afa8
        lr      0x10053e818
        sp      0x16f93afa0
        pc      0x1afbe3374
        fault   0x1afbe3374

watchflakes

Contributor guide