go: x/vuln: linker errors in tests on Android builders

#!watchflakes
post <- repo == "vuln" && `running .*android\d+-clang failed`

Issue created automatically to collect these failures.

Example (log):

--- FAIL: TestBinary (0.75s)
    binary_test.go:107: failed to build the binary exit status 2 # golang.org/entry
        loadinternal: cannot find runtime/cgo
        /data/local/tmp/go_android_exec/goroot/pkg/tool/android_386/link: running /android/sdk/ndk-bundle/toolchains/llvm/prebuilt/linux-x86_64/bin/i686-linux-android26-clang failed: fork/exec /android/sdk/ndk-bundle/toolchains/llvm/prebuilt/linux-x86_64/bin/i686-linux-android26-clang: no such file or directory

watchflakes

About this issue

  • Original URL
  • State: closed
  • Created a year ago
  • Comments: 15 (3 by maintainers)

Commits related to this issue

Most upvoted comments

This will be be addressed when a new coordinator is deployed containing CL 489456.

(Cgo should not be enabled when running go build in this builder’s test environment, but cmd/go didn’t realize that until CL 450739 in Go 1.20.)