golang / go

The Go programming language
https://go.dev
BSD 3-Clause "New" or "Revised" License
122.65k stars 17.49k forks source link

cmd/link/internal/ld: TestArchiveBuildInvokeWithExec failures #68507

Closed gopherbot closed 4 days ago

gopherbot commented 1 month ago
#!watchflakes
default <- pkg == "cmd/link/internal/ld" && test == "TestArchiveBuildInvokeWithExec"

Issue created automatically to collect these failures.

Example (log):

=== RUN   TestArchiveBuildInvokeWithExec
=== PAUSE TestArchiveBuildInvokeWithExec
=== CONT  TestArchiveBuildInvokeWithExec
    ld_test.go:120: build failure: exit status 1
        # command-line-arguments
        build mode: c-archive, symbol table: on, DWARF: on
        HEADER = -H1 -T0x100001000 -R0x4000
        loadinternal: cannot find runtime/cgo
        53585 symbols, 20057 reachable
            24336 package symbols, 18150 hashed symbols, 8168 non-package symbols, 2931 external symbols
        88941 liveness data
        archive: /Volumes/Work/s/w/ir/cache/tools/15c500b/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar -q -c -s $WORK/b001/exe/a.out.a /Volumes/Work/s/w/ir/x/t/TestArchiveBuildInvokeWithExec4094396980/001/go.o
        invoking archiver with syscall.Exec()

--- FAIL: TestArchiveBuildInvokeWithExec (0.29s)

watchflakes

gopherbot commented 1 month ago

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "cmd/link/internal/ld" && test == "TestArchiveBuildInvokeWithExec"
2024-07-17 15:08 gotip-darwin-arm64_13 go@fc51e502 cmd/link/internal/ld.TestArchiveBuildInvokeWithExec (log) === RUN TestArchiveBuildInvokeWithExec === PAUSE TestArchiveBuildInvokeWithExec === CONT TestArchiveBuildInvokeWithExec ld_test.go:120: build failure: exit status 1 # command-line-arguments build mode: c-archive, symbol table: on, DWARF: on HEADER = -H1 -T0x100001000 -R0x4000 loadinternal: cannot find runtime/cgo 53585 symbols, 20057 reachable 24336 package symbols, 18150 hashed symbols, 8168 non-package symbols, 2931 external symbols 88941 liveness data archive: /Volumes/Work/s/w/ir/cache/tools/15c500b/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar -q -c -s $WORK/b001/exe/a.out.a /Volumes/Work/s/w/ir/x/t/TestArchiveBuildInvokeWithExec4094396980/001/go.o invoking archiver with syscall.Exec() --- FAIL: TestArchiveBuildInvokeWithExec (0.29s)

watchflakes

mknyszek commented 1 month ago

The failure is mysterious; it looks like a platform toolchain command (archiver?) failed without any extra information. We'll wait for it to happen again.

gopherbot commented 4 days ago

Timed out in state WaitingForInfo. Closing.

(I am just a bot, though. Please speak up if this is a mistake or you have the requested information.)