Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x/pkgsite-metrics/cmd/vulncheck_sandbox: Test failures #58700

Closed
gopherbot opened this issue Feb 24, 2023 · 15 comments
Closed

x/pkgsite-metrics/cmd/vulncheck_sandbox: Test failures #58700

gopherbot opened this issue Feb 24, 2023 · 15 comments
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. pkgsite
Milestone

Comments

@gopherbot
Copy link

#!watchflakes
post <- pkg == "golang.org/x/pkgsite-metrics/cmd/vulncheck_sandbox" && test == "Test"

Issue created automatically to collect these failures.

Example (log):

2023/02/14 21:05:02 141.79719ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8631/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-8f582974-z6m4.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
2023/02/14 21:05:02 142.40707ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8631/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-8f582974-z6m4.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -f "{{context.GOARCH}} {{context.Compiler}}" -- unsafe
2023/02/14 21:05:05 3.1340479s for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8631/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-8f582974-z6m4.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -json=Name,ImportPath,Error,Dir,GoFiles,IgnoredGoFiles,IgnoredOtherFiles,CFiles,CgoFiles,CXXFiles,MFiles,HFiles,FFiles,SFiles,SwigFiles,SwigCXXFiles,SysoFiles,CompiledGoFiles,DepOnly,Imports,ImportMap,Module -compiled=true -test=false -export=false -deps=true -find=false -tags= -- ./...
2023/02/14 21:05:05 222.63µs for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8631/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-8f582974-z6m4.c.symbolic-datum-552.internal:30157 PWD=testdata/nosuchmodule go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
--- FAIL: Test (3.29s)
    --- FAIL: Test/source (3.28s)
        vulncheck_sandbox_test.go:41: loading packages: err: exit status 2: stderr: go: downloading golang.org/x/text v0.3.0
            go: no such tool "compile"
            go: no such tool "compile"

exitcode=1

watchflakes

@gopherbot gopherbot added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Feb 24, 2023
@gopherbot gopherbot added this to the Unreleased milestone Feb 24, 2023
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/pkgsite-metrics/cmd/vulncheck_sandbox" && test == "Test"
2023-02-14 18:21 android-386-emu pkgsite-metrics@7ec1ba14 go@828b05cc x/pkgsite-metrics/cmd/vulncheck_sandbox.Test (log)
2023/02/14 21:05:02 141.79719ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8631/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-8f582974-z6m4.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
2023/02/14 21:05:02 142.40707ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8631/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-8f582974-z6m4.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -f "{{context.GOARCH}} {{context.Compiler}}" -- unsafe
2023/02/14 21:05:05 3.1340479s for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8631/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-8f582974-z6m4.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -json=Name,ImportPath,Error,Dir,GoFiles,IgnoredGoFiles,IgnoredOtherFiles,CFiles,CgoFiles,CXXFiles,MFiles,HFiles,FFiles,SFiles,SwigFiles,SwigCXXFiles,SysoFiles,CompiledGoFiles,DepOnly,Imports,ImportMap,Module -compiled=true -test=false -export=false -deps=true -find=false -tags= -- ./...
2023/02/14 21:05:05 222.63µs for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8631/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-8f582974-z6m4.c.symbolic-datum-552.internal:30157 PWD=testdata/nosuchmodule go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
--- FAIL: Test (3.29s)
    --- FAIL: Test/source (3.28s)
        vulncheck_sandbox_test.go:41: loading packages: err: exit status 2: stderr: go: downloading golang.org/x/text v0.3.0
            go: no such tool "compile"
            go: no such tool "compile"

exitcode=1
2023-02-14 18:21 android-386-emu pkgsite-metrics@7ec1ba14 go@e2b620ce x/pkgsite-metrics/cmd/vulncheck_sandbox.Test (log)
2023/02/14 18:38:23 107.34294ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8701/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-8f582974-z6m4.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
2023/02/14 18:38:23 110.45897ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8701/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-8f582974-z6m4.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -f "{{context.GOARCH}} {{context.Compiler}}" -- unsafe
2023/02/14 18:38:26 2.52803254s for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8701/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-8f582974-z6m4.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -json=Name,ImportPath,Error,Dir,GoFiles,IgnoredGoFiles,IgnoredOtherFiles,CFiles,CgoFiles,CXXFiles,MFiles,HFiles,FFiles,SFiles,SwigFiles,SwigCXXFiles,SysoFiles,CompiledGoFiles,DepOnly,Imports,ImportMap,Module -compiled=true -test=false -export=false -deps=true -find=false -tags= -- ./...
2023/02/14 18:38:26 126.5µs for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8701/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-8f582974-z6m4.c.symbolic-datum-552.internal:30157 PWD=testdata/nosuchmodule go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
--- FAIL: Test (2.66s)
    --- FAIL: Test/source (2.65s)
        vulncheck_sandbox_test.go:41: loading packages: err: exit status 2: stderr: go: downloading golang.org/x/text v0.3.0
            go: no such tool "compile"

exitcode=1
2023-02-14 18:21 android-386-emu pkgsite-metrics@7ec1ba14 go@202a1a57 x/pkgsite-metrics/cmd/vulncheck_sandbox.Test (log)
2023/02/14 18:25:40 90.3359ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8598/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-8f582974-z6m4.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
2023/02/14 18:25:40 103.0993ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8598/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-8f582974-z6m4.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -f "{{context.GOARCH}} {{context.Compiler}}" -- unsafe
2023/02/14 18:25:42 2.26129608s for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8598/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-8f582974-z6m4.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -json=Name,ImportPath,Error,Dir,GoFiles,IgnoredGoFiles,IgnoredOtherFiles,CFiles,CgoFiles,CXXFiles,MFiles,HFiles,FFiles,SFiles,SwigFiles,SwigCXXFiles,SysoFiles,CompiledGoFiles,DepOnly,Imports,ImportMap,Module -compiled=true -test=false -export=false -deps=true -find=false -tags= -- ./...
2023/02/14 18:25:42 103.24µs for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8598/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-8f582974-z6m4.c.symbolic-datum-552.internal:30157 PWD=testdata/nosuchmodule go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
--- FAIL: Test (2.36s)
    --- FAIL: Test/source (2.35s)
        vulncheck_sandbox_test.go:41: loading packages: err: exit status 2: stderr: go: downloading golang.org/x/text v0.3.0
            go: no such tool "compile"

exitcode=1
2023-02-14 18:21 android-386-emu pkgsite-metrics@7ec1ba14 go@54e109ea x/pkgsite-metrics/cmd/vulncheck_sandbox.Test (log)
2023/02/14 18:28:39 123.90206ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8638/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-8f582974-z6m4.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -f "{{context.GOARCH}} {{context.Compiler}}" -- unsafe
2023/02/14 18:28:39 126.1531ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8638/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-8f582974-z6m4.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
2023/02/14 18:28:41 2.47548368s for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8638/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-8f582974-z6m4.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -json=Name,ImportPath,Error,Dir,GoFiles,IgnoredGoFiles,IgnoredOtherFiles,CFiles,CgoFiles,CXXFiles,MFiles,HFiles,FFiles,SFiles,SwigFiles,SwigCXXFiles,SysoFiles,CompiledGoFiles,DepOnly,Imports,ImportMap,Module -compiled=true -test=false -export=false -deps=true -find=false -tags= -- ./...
2023/02/14 18:28:41 2.10747ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8638/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-8f582974-z6m4.c.symbolic-datum-552.internal:30157 PWD=testdata/nosuchmodule go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
--- FAIL: Test (2.61s)
    --- FAIL: Test/source (2.60s)
        vulncheck_sandbox_test.go:41: loading packages: err: exit status 2: stderr: go: downloading golang.org/x/text v0.3.0
            go: no such tool "compile"

exitcode=1
2023-02-14 18:21 android-amd64-emu pkgsite-metrics@7ec1ba14 go@828b05cc x/pkgsite-metrics/cmd/vulncheck_sandbox.Test (log)
2023/02/14 21:03:40 216.99592ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8902/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-8f582974-z6m4.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
2023/02/14 21:03:40 227.67352ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8902/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-8f582974-z6m4.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -f "{{context.GOARCH}} {{context.Compiler}}" -- unsafe
2023/02/14 21:03:42 2.37882256s for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8902/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-8f582974-z6m4.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -json=Name,ImportPath,Error,Dir,GoFiles,IgnoredGoFiles,IgnoredOtherFiles,CFiles,CgoFiles,CXXFiles,MFiles,HFiles,FFiles,SFiles,SwigFiles,SwigCXXFiles,SysoFiles,CompiledGoFiles,DepOnly,Imports,ImportMap,Module -compiled=true -test=false -export=false -deps=true -find=false -tags= -- ./...
2023/02/14 21:03:42 156.82µs for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8902/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-8f582974-z6m4.c.symbolic-datum-552.internal:30157 PWD=testdata/nosuchmodule go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
--- FAIL: Test (2.60s)
    --- FAIL: Test/source (2.60s)
        vulncheck_sandbox_test.go:41: loading packages: err: exit status 2: stderr: go: downloading golang.org/x/text v0.3.0
            go: no such tool "compile"

exitcode=1
2023-02-14 18:21 android-amd64-emu pkgsite-metrics@7ec1ba14 go@e2b620ce x/pkgsite-metrics/cmd/vulncheck_sandbox.Test (log)
2023/02/14 18:42:34 183.59184ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8894/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-8f582974-z6m4.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -f "{{context.GOARCH}} {{context.Compiler}}" -- unsafe
2023/02/14 18:42:34 190.26299ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8894/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-8f582974-z6m4.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
2023/02/14 18:42:36 2.4371479s for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8894/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-8f582974-z6m4.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -json=Name,ImportPath,Error,Dir,GoFiles,IgnoredGoFiles,IgnoredOtherFiles,CFiles,CgoFiles,CXXFiles,MFiles,HFiles,FFiles,SFiles,SwigFiles,SwigCXXFiles,SysoFiles,CompiledGoFiles,DepOnly,Imports,ImportMap,Module -compiled=true -test=false -export=false -deps=true -find=false -tags= -- ./...
2023/02/14 18:42:36 114.05µs for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8894/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-8f582974-z6m4.c.symbolic-datum-552.internal:30157 PWD=testdata/nosuchmodule go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
--- FAIL: Test (2.63s)
    --- FAIL: Test/source (2.63s)
        vulncheck_sandbox_test.go:41: loading packages: err: exit status 2: stderr: go: downloading golang.org/x/text v0.3.0
            go: no such tool "compile"

exitcode=1
2023-02-14 18:21 android-amd64-emu pkgsite-metrics@7ec1ba14 go@202a1a57 x/pkgsite-metrics/cmd/vulncheck_sandbox.Test (log)
2023/02/14 18:31:21 120.4238ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8843/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-8f582974-z6m4.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -f "{{context.GOARCH}} {{context.Compiler}}" -- unsafe
2023/02/14 18:31:21 121.17303ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8843/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-8f582974-z6m4.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
2023/02/14 18:31:23 2.36008286s for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8843/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-8f582974-z6m4.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -json=Name,ImportPath,Error,Dir,GoFiles,IgnoredGoFiles,IgnoredOtherFiles,CFiles,CgoFiles,CXXFiles,MFiles,HFiles,FFiles,SFiles,SwigFiles,SwigCXXFiles,SysoFiles,CompiledGoFiles,DepOnly,Imports,ImportMap,Module -compiled=true -test=false -export=false -deps=true -find=false -tags= -- ./...
2023/02/14 18:31:23 119.28µs for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8843/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-8f582974-z6m4.c.symbolic-datum-552.internal:30157 PWD=testdata/nosuchmodule go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
--- FAIL: Test (2.49s)
    --- FAIL: Test/source (2.48s)
        vulncheck_sandbox_test.go:41: loading packages: err: exit status 2: stderr: go: downloading golang.org/x/text v0.3.0
            go: no such tool "compile"

exitcode=1
2023-02-14 18:21 android-amd64-emu pkgsite-metrics@7ec1ba14 go@54e109ea x/pkgsite-metrics/cmd/vulncheck_sandbox.Test (log)
2023/02/14 18:28:16 134.94656ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8942/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-8f582974-z6m4.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
2023/02/14 18:28:16 137.54553ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8942/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-8f582974-z6m4.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -f "{{context.GOARCH}} {{context.Compiler}}" -- unsafe
2023/02/14 18:28:18 2.465607s for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8942/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-8f582974-z6m4.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -json=Name,ImportPath,Error,Dir,GoFiles,IgnoredGoFiles,IgnoredOtherFiles,CFiles,CgoFiles,CXXFiles,MFiles,HFiles,FFiles,SFiles,SwigFiles,SwigCXXFiles,SysoFiles,CompiledGoFiles,DepOnly,Imports,ImportMap,Module -compiled=true -test=false -export=false -deps=true -find=false -tags= -- ./...
2023/02/14 18:28:18 117.45µs for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8942/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-8f582974-z6m4.c.symbolic-datum-552.internal:30157 PWD=testdata/nosuchmodule go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
--- FAIL: Test (2.61s)
    --- FAIL: Test/source (2.60s)
        vulncheck_sandbox_test.go:41: loading packages: err: exit status 2: stderr: go: downloading golang.org/x/text v0.3.0
            go: no such tool "compile"

exitcode=1
2023-02-14 22:08 android-386-emu pkgsite-metrics@81fc862d go@85ded85b x/pkgsite-metrics/cmd/vulncheck_sandbox.Test (log)
2023/02/15 21:52:41 125.74807ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-27463/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-8f582974-z6m4.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
2023/02/15 21:52:41 132.37586ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-27463/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-8f582974-z6m4.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -f "{{context.GOARCH}} {{context.Compiler}}" -- unsafe
2023/02/15 21:52:43 2.46490255s for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-27463/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-8f582974-z6m4.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -json=Name,ImportPath,Error,Dir,GoFiles,IgnoredGoFiles,IgnoredOtherFiles,CFiles,CgoFiles,CXXFiles,MFiles,HFiles,FFiles,SFiles,SwigFiles,SwigCXXFiles,SysoFiles,CompiledGoFiles,DepOnly,Imports,ImportMap,Module -compiled=true -test=false -export=false -deps=true -find=false -tags= -- ./...
2023/02/15 21:52:43 373.09µs for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-27463/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-8f582974-z6m4.c.symbolic-datum-552.internal:30157 PWD=testdata/nosuchmodule go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
2023/02/15 21:52:43 101.24µs for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-27463/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-8f582974-z6m4.c.symbolic-datum-552.internal:30157 PWD=testdata/nosuchmodule go list -tags= -f "{{context.GOARCH}} {{context.Compiler}}" -- unsafe
--- FAIL: Test (2.60s)
    --- FAIL: Test/source (2.59s)
        vulncheck_sandbox_test.go:41: loading packages: err: exit status 2: stderr: go: downloading golang.org/x/text v0.3.0
            go: no such tool "compile"

exitcode=1
2023-02-14 22:08 android-386-emu pkgsite-metrics@81fc862d go@40ed3591 x/pkgsite-metrics/cmd/vulncheck_sandbox.Test (log)
2023/02/15 15:59:55 95.68098ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8679/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-8f582974-z6m4.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
2023/02/15 15:59:55 103.71887ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8679/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-8f582974-z6m4.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -f "{{context.GOARCH}} {{context.Compiler}}" -- unsafe
2023/02/15 15:59:58 2.51036004s for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8679/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-8f582974-z6m4.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -json=Name,ImportPath,Error,Dir,GoFiles,IgnoredGoFiles,IgnoredOtherFiles,CFiles,CgoFiles,CXXFiles,MFiles,HFiles,FFiles,SFiles,SwigFiles,SwigCXXFiles,SysoFiles,CompiledGoFiles,DepOnly,Imports,ImportMap,Module -compiled=true -test=false -export=false -deps=true -find=false -tags= -- ./...
2023/02/15 15:59:58 98.45µs for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8679/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-8f582974-z6m4.c.symbolic-datum-552.internal:30157 PWD=testdata/nosuchmodule go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
--- FAIL: Test (2.61s)
    --- FAIL: Test/source (2.61s)
        vulncheck_sandbox_test.go:41: loading packages: err: exit status 2: stderr: go: downloading golang.org/x/text v0.3.0
            go: no such tool "compile"

exitcode=1
2023-02-14 22:08 android-amd64-emu pkgsite-metrics@81fc862d go@85ded85b x/pkgsite-metrics/cmd/vulncheck_sandbox.Test (log)
2023/02/15 22:56:59 135.25225ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8891/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-8f582974-z6m4.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
2023/02/15 22:56:59 148.62727ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8891/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-8f582974-z6m4.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -f "{{context.GOARCH}} {{context.Compiler}}" -- unsafe
2023/02/15 22:57:01 2.38428193s for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8891/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-8f582974-z6m4.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -json=Name,ImportPath,Error,Dir,GoFiles,IgnoredGoFiles,IgnoredOtherFiles,CFiles,CgoFiles,CXXFiles,MFiles,HFiles,FFiles,SFiles,SwigFiles,SwigCXXFiles,SysoFiles,CompiledGoFiles,DepOnly,Imports,ImportMap,Module -compiled=true -test=false -export=false -deps=true -find=false -tags= -- ./...
2023/02/15 22:57:01 1.69601ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8891/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-8f582974-z6m4.c.symbolic-datum-552.internal:30157 PWD=testdata/nosuchmodule go list -tags= -f "{{context.GOARCH}} {{context.Compiler}}" -- unsafe
2023/02/15 22:57:01 2.63217ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8891/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-8f582974-z6m4.c.symbolic-datum-552.internal:30157 PWD=testdata/nosuchmodule go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
--- FAIL: Test (2.53s)
    --- FAIL: Test/source (2.52s)
        vulncheck_sandbox_test.go:41: loading packages: err: exit status 2: stderr: go: downloading golang.org/x/text v0.3.0
            go: no such tool "compile"

exitcode=1
2023-02-14 22:08 android-amd64-emu pkgsite-metrics@81fc862d go@40ed3591 x/pkgsite-metrics/cmd/vulncheck_sandbox.Test (log)
2023/02/15 15:59:01 125.4549ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8828/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-8f582974-z6m4.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
2023/02/15 15:59:01 127.50428ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8828/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-8f582974-z6m4.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -f "{{context.GOARCH}} {{context.Compiler}}" -- unsafe
2023/02/15 15:59:04 2.33818185s for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8828/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-8f582974-z6m4.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -json=Name,ImportPath,Error,Dir,GoFiles,IgnoredGoFiles,IgnoredOtherFiles,CFiles,CgoFiles,CXXFiles,MFiles,HFiles,FFiles,SFiles,SwigFiles,SwigCXXFiles,SysoFiles,CompiledGoFiles,DepOnly,Imports,ImportMap,Module -compiled=true -test=false -export=false -deps=true -find=false -tags= -- ./...
2023/02/15 15:59:04 178.09µs for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8828/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-8f582974-z6m4.c.symbolic-datum-552.internal:30157 PWD=testdata/nosuchmodule go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
--- FAIL: Test (2.47s)
    --- FAIL: Test/source (2.46s)
        vulncheck_sandbox_test.go:41: loading packages: err: exit status 2: stderr: go: downloading golang.org/x/text v0.3.0
            go: no such tool "compile"

exitcode=1
2023-02-17 17:04 android-386-emu pkgsite-metrics@82e404df go@7b398b1f x/pkgsite-metrics/cmd/vulncheck_sandbox.Test (log)
2023/02/17 17:07:13 114.87373ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8705/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-d9790f34-fwjk.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
2023/02/17 17:07:13 125.75859ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8705/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-d9790f34-fwjk.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -f "{{context.GOARCH}} {{context.Compiler}}" -- unsafe
2023/02/17 17:07:16 2.38588281s for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8705/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-d9790f34-fwjk.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -json=Name,ImportPath,Error,Dir,GoFiles,IgnoredGoFiles,IgnoredOtherFiles,CFiles,CgoFiles,CXXFiles,MFiles,HFiles,FFiles,SFiles,SwigFiles,SwigCXXFiles,SysoFiles,CompiledGoFiles,DepOnly,Imports,ImportMap,Module -compiled=true -test=false -export=false -deps=true -find=false -tags= -- ./...
2023/02/17 17:07:16 111.22µs for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8705/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-d9790f34-fwjk.c.symbolic-datum-552.internal:30157 PWD=testdata/nosuchmodule go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
--- FAIL: Test (2.50s)
    --- FAIL: Test/source (2.50s)
        vulncheck_sandbox_test.go:41: loading packages: err: exit status 2: stderr: go: downloading golang.org/x/text v0.3.0
            go: no such tool "compile"

exitcode=1
2023-02-17 17:04 android-amd64-emu pkgsite-metrics@82e404df go@7b398b1f x/pkgsite-metrics/cmd/vulncheck_sandbox.Test (log)
2023/02/17 17:07:16 138.96865ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8830/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-d9790f34-fwjk.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -f "{{context.GOARCH}} {{context.Compiler}}" -- unsafe
2023/02/17 17:07:16 145.11128ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8830/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-d9790f34-fwjk.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
2023/02/17 17:07:19 2.33489879s for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8830/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-d9790f34-fwjk.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -json=Name,ImportPath,Error,Dir,GoFiles,IgnoredGoFiles,IgnoredOtherFiles,CFiles,CgoFiles,CXXFiles,MFiles,HFiles,FFiles,SFiles,SwigFiles,SwigCXXFiles,SysoFiles,CompiledGoFiles,DepOnly,Imports,ImportMap,Module -compiled=true -test=false -export=false -deps=true -find=false -tags= -- ./...
2023/02/17 17:07:19 179.2µs for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8830/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-d9790f34-fwjk.c.symbolic-datum-552.internal:30157 PWD=testdata/nosuchmodule go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
--- FAIL: Test (2.49s)
    --- FAIL: Test/source (2.48s)
        vulncheck_sandbox_test.go:41: loading packages: err: exit status 2: stderr: go: downloading golang.org/x/text v0.3.0
            go: no such tool "compile"
            go: no such tool "compile"

exitcode=1
2023-02-17 19:53 android-386-emu pkgsite-metrics@05105bc2 go@7b398b1f x/pkgsite-metrics/cmd/vulncheck_sandbox.Test (log)
2023/02/17 19:56:57 106.36154ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8681/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
2023/02/17 19:56:57 108.87296ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8681/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -f "{{context.GOARCH}} {{context.Compiler}}" -- unsafe
2023/02/17 19:56:59 2.28194635s for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8681/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -json=Name,ImportPath,Error,Dir,GoFiles,IgnoredGoFiles,IgnoredOtherFiles,CFiles,CgoFiles,CXXFiles,MFiles,HFiles,FFiles,SFiles,SwigFiles,SwigCXXFiles,SysoFiles,CompiledGoFiles,DepOnly,Imports,ImportMap,Module -compiled=true -test=false -export=false -deps=true -find=false -tags= -- ./...
2023/02/17 19:56:59 100.93µs for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8681/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/nosuchmodule go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
--- FAIL: Test (2.39s)
    --- FAIL: Test/source (2.39s)
        vulncheck_sandbox_test.go:41: loading packages: err: exit status 2: stderr: go: downloading golang.org/x/text v0.3.0
            go: no such tool "compile"

exitcode=1
2023-02-17 19:53 android-386-emu pkgsite-metrics@05105bc2 go@9f834a55 x/pkgsite-metrics/cmd/vulncheck_sandbox.Test (log)
2023/02/17 19:56:55 111.28065ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8686/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
2023/02/17 19:56:55 113.50808ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8686/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -f "{{context.GOARCH}} {{context.Compiler}}" -- unsafe
2023/02/17 19:56:57 2.47413763s for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8686/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -json=Name,ImportPath,Error,Dir,GoFiles,IgnoredGoFiles,IgnoredOtherFiles,CFiles,CgoFiles,CXXFiles,MFiles,HFiles,FFiles,SFiles,SwigFiles,SwigCXXFiles,SysoFiles,CompiledGoFiles,DepOnly,Imports,ImportMap,Module -compiled=true -test=false -export=false -deps=true -find=false -tags= -- ./...
2023/02/17 19:56:57 129.04µs for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8686/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/nosuchmodule go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
--- FAIL: Test (2.59s)
    --- FAIL: Test/source (2.59s)
        vulncheck_sandbox_test.go:41: loading packages: err: exit status 2: stderr: go: downloading golang.org/x/text v0.3.0
            go: no such tool "compile"

exitcode=1
2023-02-17 19:53 android-amd64-emu pkgsite-metrics@05105bc2 go@7b398b1f x/pkgsite-metrics/cmd/vulncheck_sandbox.Test (log)
2023/02/17 19:57:06 131.68037ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8885/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
2023/02/17 19:57:06 157.08842ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8885/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -f "{{context.GOARCH}} {{context.Compiler}}" -- unsafe
2023/02/17 19:57:09 2.47140398s for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8885/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -json=Name,ImportPath,Error,Dir,GoFiles,IgnoredGoFiles,IgnoredOtherFiles,CFiles,CgoFiles,CXXFiles,MFiles,HFiles,FFiles,SFiles,SwigFiles,SwigCXXFiles,SysoFiles,CompiledGoFiles,DepOnly,Imports,ImportMap,Module -compiled=true -test=false -export=false -deps=true -find=false -tags= -- ./...
2023/02/17 19:57:09 126.34µs for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8885/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/nosuchmodule go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
--- FAIL: Test (2.61s)
    --- FAIL: Test/source (2.60s)
        vulncheck_sandbox_test.go:41: loading packages: err: exit status 2: stderr: go: downloading golang.org/x/text v0.3.0
            go: no such tool "compile"
            go: no such tool "compile"

exitcode=1
2023-02-17 19:53 android-amd64-emu pkgsite-metrics@05105bc2 go@9f834a55 x/pkgsite-metrics/cmd/vulncheck_sandbox.Test (log)
2023/02/17 19:57:06 107.87145ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8818/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
2023/02/17 19:57:06 108.08538ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8818/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -f "{{context.GOARCH}} {{context.Compiler}}" -- unsafe
2023/02/17 19:57:08 2.17314274s for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8818/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -json=Name,ImportPath,Error,Dir,GoFiles,IgnoredGoFiles,IgnoredOtherFiles,CFiles,CgoFiles,CXXFiles,MFiles,HFiles,FFiles,SFiles,SwigFiles,SwigCXXFiles,SysoFiles,CompiledGoFiles,DepOnly,Imports,ImportMap,Module -compiled=true -test=false -export=false -deps=true -find=false -tags= -- ./...
2023/02/17 19:57:08 121.06µs for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8818/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/nosuchmodule go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
--- FAIL: Test (2.28s)
    --- FAIL: Test/source (2.28s)
        vulncheck_sandbox_test.go:41: loading packages: err: exit status 2: stderr: go: downloading golang.org/x/text v0.3.0
            go: no such tool "compile"

exitcode=1
2023-02-23 21:19 android-386-emu pkgsite-metrics@ee44c149 go@20da76da x/pkgsite-metrics/cmd/vulncheck_sandbox.Test (log)
2023/02/23 21:22:14 118.60593ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8804/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
2023/02/23 21:22:14 125.9242ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8804/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -f "{{context.GOARCH}} {{context.Compiler}}" -- unsafe
2023/02/23 21:22:16 2.52373684s for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8804/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -json=Name,ImportPath,Error,Dir,GoFiles,IgnoredGoFiles,IgnoredOtherFiles,CFiles,CgoFiles,CXXFiles,MFiles,HFiles,FFiles,SFiles,SwigFiles,SwigCXXFiles,SysoFiles,CompiledGoFiles,DepOnly,Imports,ImportMap,Module -compiled=true -test=false -export=false -deps=true -find=false -tags= -- ./...
2023/02/23 21:22:16 111.11µs for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8804/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/nosuchmodule go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
--- FAIL: Test (2.65s)
    --- FAIL: Test/source (2.65s)
        vulncheck_sandbox_test.go:41: loading packages: err: exit status 2: stderr: go: downloading golang.org/x/text v0.3.0
            go: no such tool "compile"

exitcode=1
2023-02-23 21:19 android-amd64-emu pkgsite-metrics@ee44c149 go@20da76da x/pkgsite-metrics/cmd/vulncheck_sandbox.Test (log)
2023/02/23 21:22:14 137.10728ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8963/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
2023/02/23 21:22:14 137.25035ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8963/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -f "{{context.GOARCH}} {{context.Compiler}}" -- unsafe
2023/02/23 21:22:16 2.20889651s for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8963/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -json=Name,ImportPath,Error,Dir,GoFiles,IgnoredGoFiles,IgnoredOtherFiles,CFiles,CgoFiles,CXXFiles,MFiles,HFiles,FFiles,SFiles,SwigFiles,SwigCXXFiles,SysoFiles,CompiledGoFiles,DepOnly,Imports,ImportMap,Module -compiled=true -test=false -export=false -deps=true -find=false -tags= -- ./...
2023/02/23 21:22:16 116.81µs for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8963/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/nosuchmodule go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
--- FAIL: Test (2.35s)
    --- FAIL: Test/source (2.35s)
        vulncheck_sandbox_test.go:41: loading packages: err: exit status 2: stderr: go: downloading golang.org/x/text v0.3.0
            go: no such tool "compile"

exitcode=1

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/pkgsite-metrics/cmd/vulncheck_sandbox" && test == "Test"
2023-02-24 17:31 android-386-emu pkgsite-metrics@3e642842 go@e7c7f332 x/pkgsite-metrics/cmd/vulncheck_sandbox.Test (log)
2023/02/24 18:06:33 121.37782ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8743/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
2023/02/24 18:06:33 132.44421ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8743/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -f "{{context.GOARCH}} {{context.Compiler}}" -- unsafe
2023/02/24 18:06:35 2.40998121s for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8743/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -json=Name,ImportPath,Error,Dir,GoFiles,IgnoredGoFiles,IgnoredOtherFiles,CFiles,CgoFiles,CXXFiles,MFiles,HFiles,FFiles,SFiles,SwigFiles,SwigCXXFiles,SysoFiles,CompiledGoFiles,DepOnly,Imports,ImportMap,Module -compiled=true -test=false -export=false -deps=true -find=false -tags= -- ./...
2023/02/24 18:06:35 98.14µs for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8743/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/nosuchmodule go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
--- FAIL: Test (2.53s)
    --- FAIL: Test/source (2.53s)
        vulncheck_sandbox_test.go:41: loading packages: err: exit status 2: stderr: go: downloading golang.org/x/text v0.3.0
            go: no such tool "compile"

exitcode=1
2023-02-24 17:31 android-386-emu pkgsite-metrics@3e642842 go@ac556f35 x/pkgsite-metrics/cmd/vulncheck_sandbox.Test (log)
2023/02/24 17:34:48 117.5729ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8693/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
2023/02/24 17:34:48 131.97416ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8693/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -f "{{context.GOARCH}} {{context.Compiler}}" -- unsafe
2023/02/24 17:34:51 2.33237664s for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8693/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -json=Name,ImportPath,Error,Dir,GoFiles,IgnoredGoFiles,IgnoredOtherFiles,CFiles,CgoFiles,CXXFiles,MFiles,HFiles,FFiles,SFiles,SwigFiles,SwigCXXFiles,SysoFiles,CompiledGoFiles,DepOnly,Imports,ImportMap,Module -compiled=true -test=false -export=false -deps=true -find=false -tags= -- ./...
2023/02/24 17:34:51 101.71µs for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8693/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/nosuchmodule go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
--- FAIL: Test (2.45s)
    --- FAIL: Test/source (2.45s)
        vulncheck_sandbox_test.go:41: loading packages: err: exit status 2: stderr: go: downloading golang.org/x/text v0.3.0
            go: no such tool "compile"

exitcode=1
2023-02-24 17:31 android-amd64-emu pkgsite-metrics@3e642842 go@e7c7f332 x/pkgsite-metrics/cmd/vulncheck_sandbox.Test (log)
2023/02/24 18:06:13 123.64912ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8962/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
2023/02/24 18:06:13 123.17362ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8962/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -f "{{context.GOARCH}} {{context.Compiler}}" -- unsafe
2023/02/24 18:06:15 2.41535794s for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8962/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -json=Name,ImportPath,Error,Dir,GoFiles,IgnoredGoFiles,IgnoredOtherFiles,CFiles,CgoFiles,CXXFiles,MFiles,HFiles,FFiles,SFiles,SwigFiles,SwigCXXFiles,SysoFiles,CompiledGoFiles,DepOnly,Imports,ImportMap,Module -compiled=true -test=false -export=false -deps=true -find=false -tags= -- ./...
2023/02/24 18:06:15 125.8µs for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8962/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/nosuchmodule go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
--- FAIL: Test (2.54s)
    --- FAIL: Test/source (2.54s)
        vulncheck_sandbox_test.go:41: loading packages: err: exit status 2: stderr: go: downloading golang.org/x/text v0.3.0
            go: no such tool "compile"

exitcode=1
2023-02-24 17:31 android-amd64-emu pkgsite-metrics@3e642842 go@ac556f35 x/pkgsite-metrics/cmd/vulncheck_sandbox.Test (log)
2023/02/24 17:35:37 145.74243ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8879/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
2023/02/24 17:35:37 150.59297ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8879/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -f "{{context.GOARCH}} {{context.Compiler}}" -- unsafe
2023/02/24 17:35:39 2.4461667s for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8879/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -json=Name,ImportPath,Error,Dir,GoFiles,IgnoredGoFiles,IgnoredOtherFiles,CFiles,CgoFiles,CXXFiles,MFiles,HFiles,FFiles,SFiles,SwigFiles,SwigCXXFiles,SysoFiles,CompiledGoFiles,DepOnly,Imports,ImportMap,Module -compiled=true -test=false -export=false -deps=true -find=false -tags= -- ./...
2023/02/24 17:35:39 170.78µs for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8879/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/nosuchmodule go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
--- FAIL: Test (2.60s)
    --- FAIL: Test/source (2.59s)
        vulncheck_sandbox_test.go:41: loading packages: err: exit status 2: stderr: go: downloading golang.org/x/text v0.3.0
            go: no such tool "compile"
            go: no such tool "compile"

exitcode=1
2023-02-24 18:05 android-386-emu pkgsite-metrics@23ca4bb8 go@e7c7f332 x/pkgsite-metrics/cmd/vulncheck_sandbox.Test (log)
2023/02/24 18:11:57 136.14796ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8902/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
2023/02/24 18:11:57 137.48542ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8902/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -f "{{context.GOARCH}} {{context.Compiler}}" -- unsafe
2023/02/24 18:11:59 2.49907345s for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8902/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -json=Name,ImportPath,Error,Dir,GoFiles,IgnoredGoFiles,IgnoredOtherFiles,CFiles,CgoFiles,CXXFiles,MFiles,HFiles,FFiles,SFiles,SwigFiles,SwigCXXFiles,SysoFiles,CompiledGoFiles,DepOnly,Imports,ImportMap,Module -compiled=true -test=false -export=false -deps=true -find=false -tags= -- ./...
2023/02/24 18:11:59 104.45µs for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8902/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/nosuchmodule go list -tags= -f "{{context.GOARCH}} {{context.Compiler}}" -- unsafe
2023/02/24 18:11:59 1.73402ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8902/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/nosuchmodule go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
--- FAIL: Test (2.66s)
    --- FAIL: Test/source (2.64s)
        vulncheck_sandbox_test.go:41: loading packages: err: exit status 2: stderr: go: downloading golang.org/x/text v0.3.0
            go: no such tool "compile"

exitcode=1
2023-02-24 18:05 android-amd64-emu pkgsite-metrics@23ca4bb8 go@e7c7f332 x/pkgsite-metrics/cmd/vulncheck_sandbox.Test (log)
2023/02/24 18:09:00 176.81276ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-9010/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -f "{{context.GOARCH}} {{context.Compiler}}" -- unsafe
2023/02/24 18:09:00 184.69891ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-9010/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
2023/02/24 18:09:02 2.55219927s for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-9010/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -json=Name,ImportPath,Error,Dir,GoFiles,IgnoredGoFiles,IgnoredOtherFiles,CFiles,CgoFiles,CXXFiles,MFiles,HFiles,FFiles,SFiles,SwigFiles,SwigCXXFiles,SysoFiles,CompiledGoFiles,DepOnly,Imports,ImportMap,Module -compiled=true -test=false -export=false -deps=true -find=false -tags= -- ./...
2023/02/24 18:09:02 139.46µs for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-9010/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/nosuchmodule go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
--- FAIL: Test (2.74s)
    --- FAIL: Test/source (2.74s)
        vulncheck_sandbox_test.go:41: loading packages: err: exit status 2: stderr: go: downloading golang.org/x/text v0.3.0
            go: no such tool "compile"

exitcode=1

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/pkgsite-metrics/cmd/vulncheck_sandbox" && test == "Test"
2023-02-27 16:23 android-386-emu pkgsite-metrics@e06362d6 go@ac556f35 x/pkgsite-metrics/cmd/vulncheck_sandbox.Test (log)
2023/02/27 16:26:08 111.24683ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8726/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
2023/02/27 16:26:08 115.91005ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8726/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -f "{{context.GOARCH}} {{context.Compiler}}" -- unsafe
2023/02/27 16:26:10 2.54355521s for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8726/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -json=Name,ImportPath,Error,Dir,GoFiles,IgnoredGoFiles,IgnoredOtherFiles,CFiles,CgoFiles,CXXFiles,MFiles,HFiles,FFiles,SFiles,SwigFiles,SwigCXXFiles,SysoFiles,CompiledGoFiles,DepOnly,Imports,ImportMap,Module -compiled=true -test=false -export=false -deps=true -find=false -tags= -- ./...
2023/02/27 16:26:10 171.82µs for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8726/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/nosuchmodule go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
--- FAIL: Test (2.66s)
    --- FAIL: Test/source (2.66s)
        vulncheck_sandbox_test.go:41: loading packages: err: exit status 2: stderr: go: downloading golang.org/x/text v0.3.0
            go: no such tool "compile"

exitcode=1
2023-02-27 16:23 android-amd64-emu pkgsite-metrics@e06362d6 go@ac556f35 x/pkgsite-metrics/cmd/vulncheck_sandbox.Test (log)
2023/02/27 16:26:06 98.56428ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8894/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
2023/02/27 16:26:06 100.45876ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8894/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -f "{{context.GOARCH}} {{context.Compiler}}" -- unsafe
2023/02/27 16:26:08 2.27518857s for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8894/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -json=Name,ImportPath,Error,Dir,GoFiles,IgnoredGoFiles,IgnoredOtherFiles,CFiles,CgoFiles,CXXFiles,MFiles,HFiles,FFiles,SFiles,SwigFiles,SwigCXXFiles,SysoFiles,CompiledGoFiles,DepOnly,Imports,ImportMap,Module -compiled=true -test=false -export=false -deps=true -find=false -tags= -- ./...
2023/02/27 16:26:08 91.25µs for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8894/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/nosuchmodule go list -tags= -f "{{context.GOARCH}} {{context.Compiler}}" -- unsafe
2023/02/27 16:26:08 100.26µs for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8894/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/nosuchmodule go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
--- FAIL: Test (2.38s)
    --- FAIL: Test/source (2.37s)
        vulncheck_sandbox_test.go:41: loading packages: err: exit status 2: stderr: go: downloading golang.org/x/text v0.3.0
            go: no such tool "compile"

exitcode=1
2023-02-27 16:23 android-386-emu pkgsite-metrics@deed3228 go@fcfbbf2f x/pkgsite-metrics/cmd/vulncheck_sandbox.Test (log)
2023/02/27 16:26:29 111.08647ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8867/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -f "{{context.GOARCH}} {{context.Compiler}}" -- unsafe
2023/02/27 16:26:29 114.60511ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8867/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
2023/02/27 16:26:32 2.54519189s for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8867/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -json=Name,ImportPath,Error,Dir,GoFiles,IgnoredGoFiles,IgnoredOtherFiles,CFiles,CgoFiles,CXXFiles,MFiles,HFiles,FFiles,SFiles,SwigFiles,SwigCXXFiles,SysoFiles,CompiledGoFiles,DepOnly,Imports,ImportMap,Module -compiled=true -test=false -export=false -deps=true -find=false -tags= -- ./...
2023/02/27 16:26:32 97.36µs for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8867/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/nosuchmodule go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
--- FAIL: Test (2.66s)
    --- FAIL: Test/source (2.66s)
        vulncheck_sandbox_test.go:41: loading packages: err: exit status 2: stderr: go: downloading golang.org/x/text v0.3.0
            go: no such tool "compile"

exitcode=1
2023-02-27 16:23 android-amd64-emu pkgsite-metrics@deed3228 go@fcfbbf2f x/pkgsite-metrics/cmd/vulncheck_sandbox.Test (log)
2023/02/27 16:26:21 128.52403ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-9125/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -f "{{context.GOARCH}} {{context.Compiler}}" -- unsafe
2023/02/27 16:26:21 135.84293ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-9125/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
2023/02/27 16:26:23 2.40056648s for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-9125/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -json=Name,ImportPath,Error,Dir,GoFiles,IgnoredGoFiles,IgnoredOtherFiles,CFiles,CgoFiles,CXXFiles,MFiles,HFiles,FFiles,SFiles,SwigFiles,SwigCXXFiles,SysoFiles,CompiledGoFiles,DepOnly,Imports,ImportMap,Module -compiled=true -test=false -export=false -deps=true -find=false -tags= -- ./...
2023/02/27 16:26:23 152.2µs for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-9125/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/nosuchmodule go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
--- FAIL: Test (2.54s)
    --- FAIL: Test/source (2.54s)
        vulncheck_sandbox_test.go:41: loading packages: err: exit status 2: stderr: go: downloading golang.org/x/text v0.3.0
            go: no such tool "compile"

exitcode=1

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/pkgsite-metrics/cmd/vulncheck_sandbox" && test == "Test"
2023-02-27 18:03 android-386-emu pkgsite-metrics@3003b876 go@602eeaab x/pkgsite-metrics/cmd/vulncheck_sandbox.Test (log)
2023/02/27 18:55:15 171.8259ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-27572/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
2023/02/27 18:55:15 179.77091ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-27572/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -f "{{context.GOARCH}} {{context.Compiler}}" -- unsafe
2023/02/27 18:55:17 2.62956897s for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-27572/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -json=Name,ImportPath,Error,Dir,GoFiles,IgnoredGoFiles,IgnoredOtherFiles,CFiles,CgoFiles,CXXFiles,MFiles,HFiles,FFiles,SFiles,SwigFiles,SwigCXXFiles,SysoFiles,CompiledGoFiles,DepOnly,Imports,ImportMap,Module -compiled=true -test=false -export=false -deps=true -find=false -tags= -- ./...
2023/02/27 18:55:17 132.57µs for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-27572/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/nosuchmodule go list -tags= -f "{{context.GOARCH}} {{context.Compiler}}" -- unsafe
2023/02/27 18:55:17 371.98µs for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-27572/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/nosuchmodule go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
--- FAIL: Test (2.81s)
    --- FAIL: Test/source (2.80s)
        vulncheck_sandbox_test.go:41: loading packages: err: exit status 2: stderr: go: downloading golang.org/x/text v0.3.0
            go: no such tool "compile"

exitcode=1
2023-02-27 18:03 android-386-emu pkgsite-metrics@3003b876 go@8538477d x/pkgsite-metrics/cmd/vulncheck_sandbox.Test (log)
2023/02/27 18:50:14 136.99304ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8818/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
2023/02/27 18:50:14 145.16756ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8818/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -f "{{context.GOARCH}} {{context.Compiler}}" -- unsafe
2023/02/27 18:50:17 2.53031228s for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8818/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -json=Name,ImportPath,Error,Dir,GoFiles,IgnoredGoFiles,IgnoredOtherFiles,CFiles,CgoFiles,CXXFiles,MFiles,HFiles,FFiles,SFiles,SwigFiles,SwigCXXFiles,SysoFiles,CompiledGoFiles,DepOnly,Imports,ImportMap,Module -compiled=true -test=false -export=false -deps=true -find=false -tags= -- ./...
2023/02/27 18:50:17 98.72µs for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8818/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/nosuchmodule go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
--- FAIL: Test (2.67s)
    --- FAIL: Test/source (2.67s)
        vulncheck_sandbox_test.go:41: loading packages: err: exit status 2: stderr: go: downloading golang.org/x/text v0.3.0
            go: no such tool "compile"

exitcode=1
2023-02-27 18:03 android-amd64-emu pkgsite-metrics@3003b876 go@602eeaab x/pkgsite-metrics/cmd/vulncheck_sandbox.Test (log)
2023/02/27 18:54:54 125.15947ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-27878/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -f "{{context.GOARCH}} {{context.Compiler}}" -- unsafe
2023/02/27 18:54:54 129.16737ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-27878/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
2023/02/27 18:54:56 2.42077196s for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-27878/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -json=Name,ImportPath,Error,Dir,GoFiles,IgnoredGoFiles,IgnoredOtherFiles,CFiles,CgoFiles,CXXFiles,MFiles,HFiles,FFiles,SFiles,SwigFiles,SwigCXXFiles,SysoFiles,CompiledGoFiles,DepOnly,Imports,ImportMap,Module -compiled=true -test=false -export=false -deps=true -find=false -tags= -- ./...
2023/02/27 18:54:56 104.98µs for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-27878/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/nosuchmodule go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
--- FAIL: Test (2.56s)
    --- FAIL: Test/source (2.55s)
        vulncheck_sandbox_test.go:41: loading packages: err: exit status 2: stderr: go: downloading golang.org/x/text v0.3.0
            go: no such tool "compile"

exitcode=1
2023-02-27 18:03 android-amd64-emu pkgsite-metrics@3003b876 go@8538477d x/pkgsite-metrics/cmd/vulncheck_sandbox.Test (log)
2023/02/27 18:48:39 140.80996ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-9068/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
2023/02/27 18:48:39 149.92584ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-9068/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -f "{{context.GOARCH}} {{context.Compiler}}" -- unsafe
2023/02/27 18:48:41 2.14683306s for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-9068/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -json=Name,ImportPath,Error,Dir,GoFiles,IgnoredGoFiles,IgnoredOtherFiles,CFiles,CgoFiles,CXXFiles,MFiles,HFiles,FFiles,SFiles,SwigFiles,SwigCXXFiles,SysoFiles,CompiledGoFiles,DepOnly,Imports,ImportMap,Module -compiled=true -test=false -export=false -deps=true -find=false -tags= -- ./...
2023/02/27 18:48:41 93.7µs for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-9068/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/nosuchmodule go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
--- FAIL: Test (2.29s)
    --- FAIL: Test/source (2.29s)
        vulncheck_sandbox_test.go:41: loading packages: err: exit status 2: stderr: go: downloading golang.org/x/text v0.3.0
            go: no such tool "compile"

exitcode=1

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/pkgsite-metrics/cmd/vulncheck_sandbox" && test == "Test"
2023-02-27 18:03 android-386-emu pkgsite-metrics@3003b876 go@602eeaab x/pkgsite-metrics/cmd/vulncheck_sandbox.Test (log)
2023/02/27 19:28:42 89.43687ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8698/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
2023/02/27 19:28:42 90.63482ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8698/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -f "{{context.GOARCH}} {{context.Compiler}}" -- unsafe
2023/02/27 19:28:45 2.29539714s for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8698/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -json=Name,ImportPath,Error,Dir,GoFiles,IgnoredGoFiles,IgnoredOtherFiles,CFiles,CgoFiles,CXXFiles,MFiles,HFiles,FFiles,SFiles,SwigFiles,SwigCXXFiles,SysoFiles,CompiledGoFiles,DepOnly,Imports,ImportMap,Module -compiled=true -test=false -export=false -deps=true -find=false -tags= -- ./...
2023/02/27 19:28:45 90.6µs for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8698/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/nosuchmodule go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
--- FAIL: Test (2.39s)
    --- FAIL: Test/source (2.39s)
        vulncheck_sandbox_test.go:41: loading packages: err: exit status 2: stderr: go: downloading golang.org/x/text v0.3.0
            go: no such tool "compile"

exitcode=1
2023-02-27 18:03 android-amd64-emu pkgsite-metrics@3003b876 go@602eeaab x/pkgsite-metrics/cmd/vulncheck_sandbox.Test (log)
2023/02/27 19:28:56 128.93087ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8905/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -f "{{context.GOARCH}} {{context.Compiler}}" -- unsafe
2023/02/27 19:28:56 129.47566ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8905/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
2023/02/27 19:28:58 2.3425514s for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8905/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -json=Name,ImportPath,Error,Dir,GoFiles,IgnoredGoFiles,IgnoredOtherFiles,CFiles,CgoFiles,CXXFiles,MFiles,HFiles,FFiles,SFiles,SwigFiles,SwigCXXFiles,SysoFiles,CompiledGoFiles,DepOnly,Imports,ImportMap,Module -compiled=true -test=false -export=false -deps=true -find=false -tags= -- ./...
2023/02/27 19:28:58 107.39µs for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8905/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/nosuchmodule go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
--- FAIL: Test (2.48s)
    --- FAIL: Test/source (2.47s)
        vulncheck_sandbox_test.go:41: loading packages: err: exit status 2: stderr: go: downloading golang.org/x/text v0.3.0
            go: no such tool "compile"
            go: no such tool "compile"

exitcode=1
2023-02-27 18:03 android-amd64-emu pkgsite-metrics@3003b876 go@8538477d x/pkgsite-metrics/cmd/vulncheck_sandbox.Test (log)
2023/02/27 19:30:28 174.28244ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-9079/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
2023/02/27 19:30:28 175.60808ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-9079/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -f "{{context.GOARCH}} {{context.Compiler}}" -- unsafe
2023/02/27 19:30:31 2.31492874s for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-9079/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -json=Name,ImportPath,Error,Dir,GoFiles,IgnoredGoFiles,IgnoredOtherFiles,CFiles,CgoFiles,CXXFiles,MFiles,HFiles,FFiles,SFiles,SwigFiles,SwigCXXFiles,SysoFiles,CompiledGoFiles,DepOnly,Imports,ImportMap,Module -compiled=true -test=false -export=false -deps=true -find=false -tags= -- ./...
2023/02/27 19:30:31 101.28µs for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-9079/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/nosuchmodule go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
--- FAIL: Test (2.49s)
    --- FAIL: Test/source (2.49s)
        vulncheck_sandbox_test.go:41: loading packages: err: exit status 2: stderr: go: downloading golang.org/x/text v0.3.0
            go: no such tool "compile"

exitcode=1

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/pkgsite-metrics/cmd/vulncheck_sandbox" && test == "Test"
2023-02-27 16:23 android-386-emu pkgsite-metrics@deed3228 go@e153905a x/pkgsite-metrics/cmd/vulncheck_sandbox.Test (log)
2023/02/27 17:45:19 109.84741ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8832/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
2023/02/27 17:45:19 116.54945ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8832/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -f "{{context.GOARCH}} {{context.Compiler}}" -- unsafe
2023/02/27 17:45:22 2.6313181s for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8832/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -json=Name,ImportPath,Error,Dir,GoFiles,IgnoredGoFiles,IgnoredOtherFiles,CFiles,CgoFiles,CXXFiles,MFiles,HFiles,FFiles,SFiles,SwigFiles,SwigCXXFiles,SysoFiles,CompiledGoFiles,DepOnly,Imports,ImportMap,Module -compiled=true -test=false -export=false -deps=true -find=false -tags= -- ./...
2023/02/27 17:45:22 109.76µs for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8832/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/nosuchmodule go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
--- FAIL: Test (2.75s)
    --- FAIL: Test/source (2.74s)
        vulncheck_sandbox_test.go:41: loading packages: err: exit status 2: stderr: go: downloading golang.org/x/text v0.3.0
            go: no such tool "compile"

exitcode=1
2023-02-27 16:23 android-386-emu pkgsite-metrics@deed3228 go@ac556f35 x/pkgsite-metrics/cmd/vulncheck_sandbox.Test (log)
2023/02/27 16:29:39 140.29606ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8764/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
2023/02/27 16:29:40 152.37167ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8764/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -f "{{context.GOARCH}} {{context.Compiler}}" -- unsafe
2023/02/27 16:29:42 2.54883092s for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8764/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -json=Name,ImportPath,Error,Dir,GoFiles,IgnoredGoFiles,IgnoredOtherFiles,CFiles,CgoFiles,CXXFiles,MFiles,HFiles,FFiles,SFiles,SwigFiles,SwigCXXFiles,SysoFiles,CompiledGoFiles,DepOnly,Imports,ImportMap,Module -compiled=true -test=false -export=false -deps=true -find=false -tags= -- ./...
2023/02/27 16:29:42 170.33µs for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8764/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/nosuchmodule go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
--- FAIL: Test (2.69s)
    --- FAIL: Test/source (2.69s)
        vulncheck_sandbox_test.go:41: loading packages: err: exit status 2: stderr: go: downloading golang.org/x/text v0.3.0
            go: no such tool "compile"

exitcode=1
2023-02-27 16:23 android-amd64-emu pkgsite-metrics@deed3228 go@e153905a x/pkgsite-metrics/cmd/vulncheck_sandbox.Test (log)
2023/02/27 17:45:31 129.03983ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-9026/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
2023/02/27 17:45:31 131.01721ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-9026/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -f "{{context.GOARCH}} {{context.Compiler}}" -- unsafe
2023/02/27 17:45:34 2.25462162s for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-9026/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -json=Name,ImportPath,Error,Dir,GoFiles,IgnoredGoFiles,IgnoredOtherFiles,CFiles,CgoFiles,CXXFiles,MFiles,HFiles,FFiles,SFiles,SwigFiles,SwigCXXFiles,SysoFiles,CompiledGoFiles,DepOnly,Imports,ImportMap,Module -compiled=true -test=false -export=false -deps=true -find=false -tags= -- ./...
2023/02/27 17:45:34 176.82µs for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-9026/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/nosuchmodule go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
--- FAIL: Test (2.39s)
    --- FAIL: Test/source (2.38s)
        vulncheck_sandbox_test.go:41: loading packages: err: exit status 2: stderr: go: downloading golang.org/x/text v0.3.0
            go: no such tool "compile"

exitcode=1
2023-02-27 16:23 android-amd64-emu pkgsite-metrics@deed3228 go@ac556f35 x/pkgsite-metrics/cmd/vulncheck_sandbox.Test (log)
2023/02/27 16:26:32 99.99057ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8908/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
2023/02/27 16:26:32 103.20687ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8908/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -f "{{context.GOARCH}} {{context.Compiler}}" -- unsafe
2023/02/27 16:26:34 2.46299941s for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8908/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -json=Name,ImportPath,Error,Dir,GoFiles,IgnoredGoFiles,IgnoredOtherFiles,CFiles,CgoFiles,CXXFiles,MFiles,HFiles,FFiles,SFiles,SwigFiles,SwigCXXFiles,SysoFiles,CompiledGoFiles,DepOnly,Imports,ImportMap,Module -compiled=true -test=false -export=false -deps=true -find=false -tags= -- ./...
2023/02/27 16:26:34 84.19µs for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8908/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/nosuchmodule go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
--- FAIL: Test (2.57s)
    --- FAIL: Test/source (2.56s)
        vulncheck_sandbox_test.go:41: loading packages: err: exit status 2: stderr: go: downloading golang.org/x/text v0.3.0
            go: no such tool "compile"

exitcode=1
2023-02-27 18:03 android-386-emu pkgsite-metrics@3003b876 go@ac556f35 x/pkgsite-metrics/cmd/vulncheck_sandbox.Test (log)
2023/02/27 18:08:56 168.76079ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8794/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
2023/02/27 18:08:56 186.07141ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8794/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -f "{{context.GOARCH}} {{context.Compiler}}" -- unsafe
2023/02/27 18:08:59 2.76577825s for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8794/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -json=Name,ImportPath,Error,Dir,GoFiles,IgnoredGoFiles,IgnoredOtherFiles,CFiles,CgoFiles,CXXFiles,MFiles,HFiles,FFiles,SFiles,SwigFiles,SwigCXXFiles,SysoFiles,CompiledGoFiles,DepOnly,Imports,ImportMap,Module -compiled=true -test=false -export=false -deps=true -find=false -tags= -- ./...
2023/02/27 18:08:59 103.03µs for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8794/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/nosuchmodule go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
--- FAIL: Test (2.95s)
    --- FAIL: Test/source (2.94s)
        vulncheck_sandbox_test.go:41: loading packages: err: exit status 2: stderr: go: downloading golang.org/x/text v0.3.0
            go: no such tool "compile"

exitcode=1
2023-02-27 18:03 android-386-emu pkgsite-metrics@3003b876 go@e153905a x/pkgsite-metrics/cmd/vulncheck_sandbox.Test (log)
2023/02/27 18:09:15 118.81683ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8857/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
2023/02/27 18:09:15 117.95818ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8857/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -f "{{context.GOARCH}} {{context.Compiler}}" -- unsafe
2023/02/27 18:09:18 2.37496283s for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8857/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -json=Name,ImportPath,Error,Dir,GoFiles,IgnoredGoFiles,IgnoredOtherFiles,CFiles,CgoFiles,CXXFiles,MFiles,HFiles,FFiles,SFiles,SwigFiles,SwigCXXFiles,SysoFiles,CompiledGoFiles,DepOnly,Imports,ImportMap,Module -compiled=true -test=false -export=false -deps=true -find=false -tags= -- ./...
2023/02/27 18:09:18 89.95µs for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8857/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/nosuchmodule go list -tags= -f "{{context.GOARCH}} {{context.Compiler}}" -- unsafe
2023/02/27 18:09:18 102.19µs for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8857/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/nosuchmodule go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
--- FAIL: Test (2.50s)
    --- FAIL: Test/source (2.50s)
        vulncheck_sandbox_test.go:41: loading packages: err: exit status 2: stderr: go: downloading golang.org/x/text v0.3.0
            go: no such tool "compile"

exitcode=1
2023-02-27 18:03 android-amd64-emu pkgsite-metrics@3003b876 go@ac556f35 x/pkgsite-metrics/cmd/vulncheck_sandbox.Test (log)
2023/02/27 18:09:15 143.09319ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8869/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
2023/02/27 18:09:15 151.45873ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8869/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -f "{{context.GOARCH}} {{context.Compiler}}" -- unsafe
2023/02/27 18:09:17 2.40887226s for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8869/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -json=Name,ImportPath,Error,Dir,GoFiles,IgnoredGoFiles,IgnoredOtherFiles,CFiles,CgoFiles,CXXFiles,MFiles,HFiles,FFiles,SFiles,SwigFiles,SwigCXXFiles,SysoFiles,CompiledGoFiles,DepOnly,Imports,ImportMap,Module -compiled=true -test=false -export=false -deps=true -find=false -tags= -- ./...
2023/02/27 18:09:17 98.11µs for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8869/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/nosuchmodule go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
--- FAIL: Test (2.56s)
    --- FAIL: Test/source (2.55s)
        vulncheck_sandbox_test.go:41: loading packages: err: exit status 2: stderr: go: downloading golang.org/x/text v0.3.0
            go: no such tool "compile"
            go: no such tool "compile"

exitcode=1
2023-02-27 18:03 android-amd64-emu pkgsite-metrics@3003b876 go@e153905a x/pkgsite-metrics/cmd/vulncheck_sandbox.Test (log)
2023/02/27 18:06:16 152.92729ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-9087/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
2023/02/27 18:06:16 153.26403ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-9087/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -f "{{context.GOARCH}} {{context.Compiler}}" -- unsafe
2023/02/27 18:06:18 2.39887889s for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-9087/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -json=Name,ImportPath,Error,Dir,GoFiles,IgnoredGoFiles,IgnoredOtherFiles,CFiles,CgoFiles,CXXFiles,MFiles,HFiles,FFiles,SFiles,SwigFiles,SwigCXXFiles,SysoFiles,CompiledGoFiles,DepOnly,Imports,ImportMap,Module -compiled=true -test=false -export=false -deps=true -find=false -tags= -- ./...
2023/02/27 18:06:18 618.1µs for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-9087/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/nosuchmodule go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
--- FAIL: Test (2.57s)
    --- FAIL: Test/source (2.56s)
        vulncheck_sandbox_test.go:41: loading packages: err: exit status 2: stderr: go: downloading golang.org/x/text v0.3.0
            go: no such tool "compile"
            go: no such tool "compile"

exitcode=1

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/pkgsite-metrics/cmd/vulncheck_sandbox" && test == "Test"
2023-02-27 18:03 android-amd64-emu pkgsite-metrics@3003b876 go@1a5cf03b x/pkgsite-metrics/cmd/vulncheck_sandbox.Test (log)
2023/02/27 20:33:49 113.48413ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-9093/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
2023/02/27 20:33:49 125.96809ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-9093/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -f "{{context.GOARCH}} {{context.Compiler}}" -- unsafe
2023/02/27 20:33:51 2.21051975s for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-9093/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -json=Name,ImportPath,Error,Dir,GoFiles,IgnoredGoFiles,IgnoredOtherFiles,CFiles,CgoFiles,CXXFiles,MFiles,HFiles,FFiles,SFiles,SwigFiles,SwigCXXFiles,SysoFiles,CompiledGoFiles,DepOnly,Imports,ImportMap,Module -compiled=true -test=false -export=false -deps=true -find=false -tags= -- ./...
2023/02/27 20:33:51 78.68µs for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-9093/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/nosuchmodule go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
--- FAIL: Test (2.33s)
    --- FAIL: Test/source (2.33s)
        vulncheck_sandbox_test.go:41: loading packages: err: exit status 2: stderr: go: downloading golang.org/x/text v0.3.0
            go: no such tool "compile"

exitcode=1

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/pkgsite-metrics/cmd/vulncheck_sandbox" && test == "Test"
2023-02-27 18:03 android-386-emu pkgsite-metrics@3003b876 go@1a5cf03b x/pkgsite-metrics/cmd/vulncheck_sandbox.Test (log)
2023/02/27 20:38:23 135.40236ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8904/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -f "{{context.GOARCH}} {{context.Compiler}}" -- unsafe
2023/02/27 20:38:23 137.13445ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8904/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
2023/02/27 20:38:25 2.75022822s for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8904/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -json=Name,ImportPath,Error,Dir,GoFiles,IgnoredGoFiles,IgnoredOtherFiles,CFiles,CgoFiles,CXXFiles,MFiles,HFiles,FFiles,SFiles,SwigFiles,SwigCXXFiles,SysoFiles,CompiledGoFiles,DepOnly,Imports,ImportMap,Module -compiled=true -test=false -export=false -deps=true -find=false -tags= -- ./...
2023/02/27 20:38:25 107.83µs for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8904/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/nosuchmodule go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
--- FAIL: Test (2.89s)
    --- FAIL: Test/source (2.89s)
        vulncheck_sandbox_test.go:41: loading packages: err: exit status 2: stderr: go: downloading golang.org/x/text v0.3.0
            go: no such tool "compile"

exitcode=1

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/pkgsite-metrics/cmd/vulncheck_sandbox" && test == "Test"
2023-02-27 18:03 android-386-emu pkgsite-metrics@3003b876 go@1362737f x/pkgsite-metrics/cmd/vulncheck_sandbox.Test (log)
2023/02/27 20:23:18 122.44551ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8712/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -f "{{context.GOARCH}} {{context.Compiler}}" -- unsafe
2023/02/27 20:23:18 126.59319ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8712/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
2023/02/27 20:23:20 2.23600595s for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8712/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -json=Name,ImportPath,Error,Dir,GoFiles,IgnoredGoFiles,IgnoredOtherFiles,CFiles,CgoFiles,CXXFiles,MFiles,HFiles,FFiles,SFiles,SwigFiles,SwigCXXFiles,SysoFiles,CompiledGoFiles,DepOnly,Imports,ImportMap,Module -compiled=true -test=false -export=false -deps=true -find=false -tags= -- ./...
2023/02/27 20:23:20 89.55µs for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8712/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/nosuchmodule go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
--- FAIL: Test (2.37s)
    --- FAIL: Test/source (2.36s)
        vulncheck_sandbox_test.go:41: loading packages: err: exit status 2: stderr: go: downloading golang.org/x/text v0.3.0
            go: no such tool "compile"

exitcode=1
2023-02-27 18:03 android-amd64-emu pkgsite-metrics@3003b876 go@1362737f x/pkgsite-metrics/cmd/vulncheck_sandbox.Test (log)
2023/02/27 20:16:23 120.86392ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8867/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
2023/02/27 20:16:23 119.47087ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8867/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -f "{{context.GOARCH}} {{context.Compiler}}" -- unsafe
2023/02/27 20:16:26 2.38029044s for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8867/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -json=Name,ImportPath,Error,Dir,GoFiles,IgnoredGoFiles,IgnoredOtherFiles,CFiles,CgoFiles,CXXFiles,MFiles,HFiles,FFiles,SFiles,SwigFiles,SwigCXXFiles,SysoFiles,CompiledGoFiles,DepOnly,Imports,ImportMap,Module -compiled=true -test=false -export=false -deps=true -find=false -tags= -- ./...
2023/02/27 20:16:26 121.35µs for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8867/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/nosuchmodule go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
--- FAIL: Test (2.50s)
    --- FAIL: Test/source (2.50s)
        vulncheck_sandbox_test.go:41: loading packages: err: exit status 2: stderr: go: downloading golang.org/x/text v0.3.0
            go: no such tool "compile"

exitcode=1

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/pkgsite-metrics/cmd/vulncheck_sandbox" && test == "Test"
2023-02-28 20:34 android-386-emu pkgsite-metrics@c1aa8c61 go@aef8a8cd x/pkgsite-metrics/cmd/vulncheck_sandbox.Test (log)
2023/02/28 20:37:35 122.9179ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8765/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -f "{{context.GOARCH}} {{context.Compiler}}" -- unsafe
2023/02/28 20:37:35 125.20039ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8765/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
2023/02/28 20:37:38 2.56483032s for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8765/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -json=Name,ImportPath,Error,Dir,GoFiles,IgnoredGoFiles,IgnoredOtherFiles,CFiles,CgoFiles,CXXFiles,MFiles,HFiles,FFiles,SFiles,SwigFiles,SwigCXXFiles,SysoFiles,CompiledGoFiles,DepOnly,Imports,ImportMap,Module -compiled=true -test=false -export=false -deps=true -find=false -tags= -- ./...
2023/02/28 20:37:38 105.65µs for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8765/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/nosuchmodule go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
--- FAIL: Test (2.70s)
    --- FAIL: Test/source (2.69s)
        vulncheck_sandbox_test.go:41: loading packages: err: exit status 2: stderr: go: downloading golang.org/x/text v0.3.0
            go: no such tool "compile"

exitcode=1
2023-02-28 20:34 android-amd64-emu pkgsite-metrics@c1aa8c61 go@aef8a8cd x/pkgsite-metrics/cmd/vulncheck_sandbox.Test (log)
2023/02/28 20:37:30 109.14319ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8992/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
2023/02/28 20:37:30 125.57428ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8992/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -f "{{context.GOARCH}} {{context.Compiler}}" -- unsafe
2023/02/28 20:37:32 2.40695433s for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8992/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -json=Name,ImportPath,Error,Dir,GoFiles,IgnoredGoFiles,IgnoredOtherFiles,CFiles,CgoFiles,CXXFiles,MFiles,HFiles,FFiles,SFiles,SwigFiles,SwigCXXFiles,SysoFiles,CompiledGoFiles,DepOnly,Imports,ImportMap,Module -compiled=true -test=false -export=false -deps=true -find=false -tags= -- ./...
2023/02/28 20:37:32 1.66829ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8992/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/nosuchmodule go list -tags= -f "{{context.GOARCH}} {{context.Compiler}}" -- unsafe
2023/02/28 20:37:32 4.01153ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8992/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/nosuchmodule go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
--- FAIL: Test (2.53s)
    --- FAIL: Test/source (2.52s)
        vulncheck_sandbox_test.go:41: loading packages: err: exit status 2: stderr: go: downloading golang.org/x/text v0.3.0
            go: no such tool "compile"

exitcode=1
2023-02-28 20:34 android-386-emu pkgsite-metrics@0bda6bcc go@aef8a8cd x/pkgsite-metrics/cmd/vulncheck_sandbox.Test (log)
2023/02/28 20:38:52 112.48456ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8699/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
2023/02/28 20:38:52 118.59019ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8699/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -f "{{context.GOARCH}} {{context.Compiler}}" -- unsafe
2023/02/28 20:38:55 2.57218333s for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8699/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -json=Name,ImportPath,Error,Dir,GoFiles,IgnoredGoFiles,IgnoredOtherFiles,CFiles,CgoFiles,CXXFiles,MFiles,HFiles,FFiles,SFiles,SwigFiles,SwigCXXFiles,SysoFiles,CompiledGoFiles,DepOnly,Imports,ImportMap,Module -compiled=true -test=false -export=false -deps=true -find=false -tags= -- ./...
2023/02/28 20:38:55 101.34µs for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8699/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/nosuchmodule go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
--- FAIL: Test (2.69s)
    --- FAIL: Test/source (2.69s)
        vulncheck_sandbox_test.go:41: loading packages: err: exit status 2: stderr: go: downloading golang.org/x/text v0.3.0
            go: no such tool "compile"

exitcode=1
2023-02-28 20:34 android-386-emu pkgsite-metrics@0bda6bcc go@4a9c84d0 x/pkgsite-metrics/cmd/vulncheck_sandbox.Test (log)
2023/02/28 20:38:00 108.62815ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8811/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -f "{{context.GOARCH}} {{context.Compiler}}" -- unsafe
2023/02/28 20:38:00 109.06194ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8811/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
2023/02/28 20:38:02 2.48006375s for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8811/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -json=Name,ImportPath,Error,Dir,GoFiles,IgnoredGoFiles,IgnoredOtherFiles,CFiles,CgoFiles,CXXFiles,MFiles,HFiles,FFiles,SFiles,SwigFiles,SwigCXXFiles,SysoFiles,CompiledGoFiles,DepOnly,Imports,ImportMap,Module -compiled=true -test=false -export=false -deps=true -find=false -tags= -- ./...
2023/02/28 20:38:02 119.77µs for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8811/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/nosuchmodule go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
--- FAIL: Test (2.60s)
    --- FAIL: Test/source (2.59s)
        vulncheck_sandbox_test.go:41: loading packages: err: exit status 2: stderr: go: downloading golang.org/x/text v0.3.0
            go: no such tool "compile"

exitcode=1
2023-02-28 20:34 android-amd64-emu pkgsite-metrics@0bda6bcc go@aef8a8cd x/pkgsite-metrics/cmd/vulncheck_sandbox.Test (log)
2023/02/28 20:38:02 130.0484ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8941/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
2023/02/28 20:38:02 143.69788ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8941/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -f "{{context.GOARCH}} {{context.Compiler}}" -- unsafe
2023/02/28 20:38:04 2.26182926s for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8941/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -json=Name,ImportPath,Error,Dir,GoFiles,IgnoredGoFiles,IgnoredOtherFiles,CFiles,CgoFiles,CXXFiles,MFiles,HFiles,FFiles,SFiles,SwigFiles,SwigCXXFiles,SysoFiles,CompiledGoFiles,DepOnly,Imports,ImportMap,Module -compiled=true -test=false -export=false -deps=true -find=false -tags= -- ./...
2023/02/28 20:38:04 563.03µs for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8941/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/nosuchmodule go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
--- FAIL: Test (2.40s)
    --- FAIL: Test/source (2.39s)
        vulncheck_sandbox_test.go:41: loading packages: err: exit status 2: stderr: go: downloading golang.org/x/text v0.3.0
            go: no such tool "compile"

exitcode=1
2023-02-28 20:34 android-amd64-emu pkgsite-metrics@0bda6bcc go@4a9c84d0 x/pkgsite-metrics/cmd/vulncheck_sandbox.Test (log)
2023/02/28 20:38:02 146.60734ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-9123/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
2023/02/28 20:38:02 149.77343ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-9123/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -f "{{context.GOARCH}} {{context.Compiler}}" -- unsafe
2023/02/28 20:38:04 2.25734829s for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-9123/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -json=Name,ImportPath,Error,Dir,GoFiles,IgnoredGoFiles,IgnoredOtherFiles,CFiles,CgoFiles,CXXFiles,MFiles,HFiles,FFiles,SFiles,SwigFiles,SwigCXXFiles,SysoFiles,CompiledGoFiles,DepOnly,Imports,ImportMap,Module -compiled=true -test=false -export=false -deps=true -find=false -tags= -- ./...
2023/02/28 20:38:04 99.44µs for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-9123/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/nosuchmodule go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
--- FAIL: Test (2.41s)
    --- FAIL: Test/source (2.40s)
        vulncheck_sandbox_test.go:41: loading packages: err: exit status 2: stderr: go: downloading golang.org/x/text v0.3.0
            go: no such tool "compile"

exitcode=1
2023-02-28 20:35 android-386-emu pkgsite-metrics@2d949a23 go@aef8a8cd x/pkgsite-metrics/cmd/vulncheck_sandbox.Test (log)
2023/02/28 20:41:14 137.69772ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8650/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
2023/02/28 20:41:14 138.13567ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8650/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -f "{{context.GOARCH}} {{context.Compiler}}" -- unsafe
2023/02/28 20:41:17 2.52401092s for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8650/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -json=Name,ImportPath,Error,Dir,GoFiles,IgnoredGoFiles,IgnoredOtherFiles,CFiles,CgoFiles,CXXFiles,MFiles,HFiles,FFiles,SFiles,SwigFiles,SwigCXXFiles,SysoFiles,CompiledGoFiles,DepOnly,Imports,ImportMap,Module -compiled=true -test=false -export=false -deps=true -find=false -tags= -- ./...
2023/02/28 20:41:17 125.11µs for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8650/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/nosuchmodule go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
--- FAIL: Test (2.67s)
    --- FAIL: Test/source (2.67s)
        vulncheck_sandbox_test.go:41: loading packages: err: exit status 2: stderr: go: downloading golang.org/x/text v0.3.0
            go: no such tool "compile"

exitcode=1
2023-02-28 20:35 android-386-emu pkgsite-metrics@2d949a23 go@4a9c84d0 x/pkgsite-metrics/cmd/vulncheck_sandbox.Test (log)
2023/02/28 20:38:22 120.1641ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8852/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
2023/02/28 20:38:22 126.02176ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8852/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -f "{{context.GOARCH}} {{context.Compiler}}" -- unsafe
2023/02/28 20:38:24 2.63022645s for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8852/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -json=Name,ImportPath,Error,Dir,GoFiles,IgnoredGoFiles,IgnoredOtherFiles,CFiles,CgoFiles,CXXFiles,MFiles,HFiles,FFiles,SFiles,SwigFiles,SwigCXXFiles,SysoFiles,CompiledGoFiles,DepOnly,Imports,ImportMap,Module -compiled=true -test=false -export=false -deps=true -find=false -tags= -- ./...
2023/02/28 20:38:24 113.76µs for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8852/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/nosuchmodule go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
--- FAIL: Test (2.76s)
    --- FAIL: Test/source (2.75s)
        vulncheck_sandbox_test.go:41: loading packages: err: exit status 2: stderr: go: downloading golang.org/x/text v0.3.0
            go: no such tool "compile"
            go: no such tool "compile"

exitcode=1
2023-02-28 20:35 android-amd64-emu pkgsite-metrics@2d949a23 go@aef8a8cd x/pkgsite-metrics/cmd/vulncheck_sandbox.Test (log)
2023/02/28 20:39:02 119.58107ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8973/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
2023/02/28 20:39:02 145.22336ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8973/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -f "{{context.GOARCH}} {{context.Compiler}}" -- unsafe
2023/02/28 20:39:04 2.40110974s for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8973/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -json=Name,ImportPath,Error,Dir,GoFiles,IgnoredGoFiles,IgnoredOtherFiles,CFiles,CgoFiles,CXXFiles,MFiles,HFiles,FFiles,SFiles,SwigFiles,SwigCXXFiles,SysoFiles,CompiledGoFiles,DepOnly,Imports,ImportMap,Module -compiled=true -test=false -export=false -deps=true -find=false -tags= -- ./...
2023/02/28 20:39:04 2.12318ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8973/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/nosuchmodule go list -tags= -f "{{context.GOARCH}} {{context.Compiler}}" -- unsafe
2023/02/28 20:39:04 5.8367ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8973/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/nosuchmodule go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
--- FAIL: Test (2.53s)
    --- FAIL: Test/source (2.52s)
        vulncheck_sandbox_test.go:41: loading packages: err: exit status 2: stderr: go: downloading golang.org/x/text v0.3.0
            go: no such tool "compile"

exitcode=1
2023-02-28 20:35 android-amd64-emu pkgsite-metrics@2d949a23 go@4a9c84d0 x/pkgsite-metrics/cmd/vulncheck_sandbox.Test (log)
2023/02/28 20:38:18 110.10609ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-9060/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -f "{{context.GOARCH}} {{context.Compiler}}" -- unsafe
2023/02/28 20:38:18 112.05115ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-9060/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
2023/02/28 20:38:20 2.39454443s for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-9060/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -json=Name,ImportPath,Error,Dir,GoFiles,IgnoredGoFiles,IgnoredOtherFiles,CFiles,CgoFiles,CXXFiles,MFiles,HFiles,FFiles,SFiles,SwigFiles,SwigCXXFiles,SysoFiles,CompiledGoFiles,DepOnly,Imports,ImportMap,Module -compiled=true -test=false -export=false -deps=true -find=false -tags= -- ./...
2023/02/28 20:38:20 111.43µs for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-9060/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/nosuchmodule go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
--- FAIL: Test (2.51s)
    --- FAIL: Test/source (2.51s)
        vulncheck_sandbox_test.go:41: loading packages: err: exit status 2: stderr: go: downloading golang.org/x/text v0.3.0
            go: no such tool "compile"

exitcode=1

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/pkgsite-metrics/cmd/vulncheck_sandbox" && test == "Test"
2023-03-01 12:14 android-386-emu pkgsite-metrics@86b05b4a go@bb8f9a6a x/pkgsite-metrics/cmd/vulncheck_sandbox.Test (log)
2023/03/01 12:20:44 102.58456ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8875/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-d9790f34-6tdd.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
2023/03/01 12:20:44 112.80041ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8875/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-d9790f34-6tdd.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -f "{{context.GOARCH}} {{context.Compiler}}" -- unsafe
2023/03/01 12:20:46 2.40038562s for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8875/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-d9790f34-6tdd.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -json=Name,ImportPath,Error,Dir,GoFiles,IgnoredGoFiles,IgnoredOtherFiles,CFiles,CgoFiles,CXXFiles,MFiles,HFiles,FFiles,SFiles,SwigFiles,SwigCXXFiles,SysoFiles,CompiledGoFiles,DepOnly,Imports,ImportMap,Module -compiled=true -test=false -export=false -deps=true -find=false -tags= -- ./...
2023/03/01 12:20:46 199.29µs for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8875/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-d9790f34-6tdd.c.symbolic-datum-552.internal:30157 PWD=testdata/nosuchmodule go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
2023/03/01 12:20:46 161.14µs for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8875/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-d9790f34-6tdd.c.symbolic-datum-552.internal:30157 PWD=testdata/nosuchmodule go list -tags= -f "{{context.GOARCH}} {{context.Compiler}}" -- unsafe
--- FAIL: Test (2.51s)
    --- FAIL: Test/source (2.51s)
        vulncheck_sandbox_test.go:41: loading packages: err: exit status 2: stderr: go: downloading golang.org/x/text v0.3.0
            go: no such tool "compile"

exitcode=1
2023-03-01 12:14 android-amd64-emu pkgsite-metrics@86b05b4a go@bb8f9a6a x/pkgsite-metrics/cmd/vulncheck_sandbox.Test (log)
2023/03/01 12:17:10 112.69803ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-9120/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-d9790f34-6tdd.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -f "{{context.GOARCH}} {{context.Compiler}}" -- unsafe
2023/03/01 12:17:10 116.21788ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-9120/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-d9790f34-6tdd.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
2023/03/01 12:17:13 2.2926775s for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-9120/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-d9790f34-6tdd.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -json=Name,ImportPath,Error,Dir,GoFiles,IgnoredGoFiles,IgnoredOtherFiles,CFiles,CgoFiles,CXXFiles,MFiles,HFiles,FFiles,SFiles,SwigFiles,SwigCXXFiles,SysoFiles,CompiledGoFiles,DepOnly,Imports,ImportMap,Module -compiled=true -test=false -export=false -deps=true -find=false -tags= -- ./...
2023/03/01 12:17:13 121.24µs for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-9120/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-d9790f34-6tdd.c.symbolic-datum-552.internal:30157 PWD=testdata/nosuchmodule go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
--- FAIL: Test (2.41s)
    --- FAIL: Test/source (2.41s)
        vulncheck_sandbox_test.go:41: loading packages: err: exit status 2: stderr: go: downloading golang.org/x/text v0.3.0
            go: no such tool "compile"

exitcode=1

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/pkgsite-metrics/cmd/vulncheck_sandbox" && test == "Test"
2023-03-01 12:14 android-386-emu pkgsite-metrics@86b05b4a go@a4b66b14 x/pkgsite-metrics/cmd/vulncheck_sandbox.Test (log)
2023/03/01 15:48:02 99.87941ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8814/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-d9790f34-6tdd.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
2023/03/01 15:48:02 101.50316ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8814/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-d9790f34-6tdd.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -f "{{context.GOARCH}} {{context.Compiler}}" -- unsafe
2023/03/01 15:48:05 2.4411271s for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8814/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-d9790f34-6tdd.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -json=Name,ImportPath,Error,Dir,GoFiles,IgnoredGoFiles,IgnoredOtherFiles,CFiles,CgoFiles,CXXFiles,MFiles,HFiles,FFiles,SFiles,SwigFiles,SwigCXXFiles,SysoFiles,CompiledGoFiles,DepOnly,Imports,ImportMap,Module -compiled=true -test=false -export=false -deps=true -find=false -tags= -- ./...
2023/03/01 15:48:05 1.77712ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8814/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-d9790f34-6tdd.c.symbolic-datum-552.internal:30157 PWD=testdata/nosuchmodule go list -tags= -f "{{context.GOARCH}} {{context.Compiler}}" -- unsafe
2023/03/01 15:48:05 5.36337ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8814/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-d9790f34-6tdd.c.symbolic-datum-552.internal:30157 PWD=testdata/nosuchmodule go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
--- FAIL: Test (2.55s)
    --- FAIL: Test/source (2.54s)
        vulncheck_sandbox_test.go:41: loading packages: err: exit status 2: stderr: go: downloading golang.org/x/text v0.3.0
            go: no such tool "compile"

exitcode=1
2023-03-01 12:14 android-386-emu pkgsite-metrics@86b05b4a go@b35ee3b0 x/pkgsite-metrics/cmd/vulncheck_sandbox.Test (log)
2023/03/01 14:33:47 105.4475ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8796/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-d9790f34-6tdd.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -f "{{context.GOARCH}} {{context.Compiler}}" -- unsafe
2023/03/01 14:33:47 107.45272ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8796/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-d9790f34-6tdd.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
2023/03/01 14:33:50 2.63955297s for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8796/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-d9790f34-6tdd.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -json=Name,ImportPath,Error,Dir,GoFiles,IgnoredGoFiles,IgnoredOtherFiles,CFiles,CgoFiles,CXXFiles,MFiles,HFiles,FFiles,SFiles,SwigFiles,SwigCXXFiles,SysoFiles,CompiledGoFiles,DepOnly,Imports,ImportMap,Module -compiled=true -test=false -export=false -deps=true -find=false -tags= -- ./...
2023/03/01 14:33:50 103.84µs for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8796/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-d9790f34-6tdd.c.symbolic-datum-552.internal:30157 PWD=testdata/nosuchmodule go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
--- FAIL: Test (2.75s)
    --- FAIL: Test/source (2.75s)
        vulncheck_sandbox_test.go:41: loading packages: err: exit status 2: stderr: go: downloading golang.org/x/text v0.3.0
            go: no such tool "compile"

exitcode=1
2023-03-01 12:14 android-386-emu pkgsite-metrics@86b05b4a go@aef8a8cd x/pkgsite-metrics/cmd/vulncheck_sandbox.Test (log)
2023/03/01 12:17:16 181.97781ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8626/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-d9790f34-6tdd.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
2023/03/01 12:17:16 190.79453ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8626/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-d9790f34-6tdd.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -f "{{context.GOARCH}} {{context.Compiler}}" -- unsafe
2023/03/01 12:17:19 2.51754361s for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8626/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-d9790f34-6tdd.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -json=Name,ImportPath,Error,Dir,GoFiles,IgnoredGoFiles,IgnoredOtherFiles,CFiles,CgoFiles,CXXFiles,MFiles,HFiles,FFiles,SFiles,SwigFiles,SwigCXXFiles,SysoFiles,CompiledGoFiles,DepOnly,Imports,ImportMap,Module -compiled=true -test=false -export=false -deps=true -find=false -tags= -- ./...
2023/03/01 12:17:19 172.78µs for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8626/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-d9790f34-6tdd.c.symbolic-datum-552.internal:30157 PWD=testdata/nosuchmodule go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
--- FAIL: Test (2.70s)
    --- FAIL: Test/source (2.70s)
        vulncheck_sandbox_test.go:41: loading packages: err: exit status 2: stderr: go: downloading golang.org/x/text v0.3.0
            go: no such tool "compile"

exitcode=1
2023-03-01 12:14 android-amd64-emu pkgsite-metrics@86b05b4a go@a4b66b14 x/pkgsite-metrics/cmd/vulncheck_sandbox.Test (log)
2023/03/01 15:44:20 107.18202ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-9035/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-d9790f34-6tdd.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
2023/03/01 15:44:20 111.32318ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-9035/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-d9790f34-6tdd.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -f "{{context.GOARCH}} {{context.Compiler}}" -- unsafe
2023/03/01 15:44:23 2.32515501s for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-9035/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-d9790f34-6tdd.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -json=Name,ImportPath,Error,Dir,GoFiles,IgnoredGoFiles,IgnoredOtherFiles,CFiles,CgoFiles,CXXFiles,MFiles,HFiles,FFiles,SFiles,SwigFiles,SwigCXXFiles,SysoFiles,CompiledGoFiles,DepOnly,Imports,ImportMap,Module -compiled=true -test=false -export=false -deps=true -find=false -tags= -- ./...
2023/03/01 15:44:23 147.33µs for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-9035/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-d9790f34-6tdd.c.symbolic-datum-552.internal:30157 PWD=testdata/nosuchmodule go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
--- FAIL: Test (2.44s)
    --- FAIL: Test/source (2.43s)
        vulncheck_sandbox_test.go:41: loading packages: err: exit status 2: stderr: go: downloading golang.org/x/text v0.3.0
            go: no such tool "compile"

exitcode=1
2023-03-01 12:14 android-amd64-emu pkgsite-metrics@86b05b4a go@b35ee3b0 x/pkgsite-metrics/cmd/vulncheck_sandbox.Test (log)
2023/03/01 14:35:31 132.72015ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-9092/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-d9790f34-6tdd.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -f "{{context.GOARCH}} {{context.Compiler}}" -- unsafe
2023/03/01 14:35:31 133.76299ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-9092/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-d9790f34-6tdd.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
2023/03/01 14:35:34 2.35339248s for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-9092/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-d9790f34-6tdd.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -json=Name,ImportPath,Error,Dir,GoFiles,IgnoredGoFiles,IgnoredOtherFiles,CFiles,CgoFiles,CXXFiles,MFiles,HFiles,FFiles,SFiles,SwigFiles,SwigCXXFiles,SysoFiles,CompiledGoFiles,DepOnly,Imports,ImportMap,Module -compiled=true -test=false -export=false -deps=true -find=false -tags= -- ./...
2023/03/01 14:35:34 100.47µs for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-9092/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-d9790f34-6tdd.c.symbolic-datum-552.internal:30157 PWD=testdata/nosuchmodule go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
--- FAIL: Test (2.49s)
    --- FAIL: Test/source (2.49s)
        vulncheck_sandbox_test.go:41: loading packages: err: exit status 2: stderr: go: downloading golang.org/x/text v0.3.0
            go: no such tool "compile"

exitcode=1
2023-03-01 12:14 android-amd64-emu pkgsite-metrics@86b05b4a go@aef8a8cd x/pkgsite-metrics/cmd/vulncheck_sandbox.Test (log)
2023/03/01 12:17:17 144.15121ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8927/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-d9790f34-6tdd.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
2023/03/01 12:17:17 151.74407ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8927/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-d9790f34-6tdd.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -f "{{context.GOARCH}} {{context.Compiler}}" -- unsafe
2023/03/01 12:17:19 2.16198491s for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8927/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-d9790f34-6tdd.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -json=Name,ImportPath,Error,Dir,GoFiles,IgnoredGoFiles,IgnoredOtherFiles,CFiles,CgoFiles,CXXFiles,MFiles,HFiles,FFiles,SFiles,SwigFiles,SwigCXXFiles,SysoFiles,CompiledGoFiles,DepOnly,Imports,ImportMap,Module -compiled=true -test=false -export=false -deps=true -find=false -tags= -- ./...
2023/03/01 12:17:19 138.79µs for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8927/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-d9790f34-6tdd.c.symbolic-datum-552.internal:30157 PWD=testdata/nosuchmodule go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
--- FAIL: Test (2.31s)
    --- FAIL: Test/source (2.31s)
        vulncheck_sandbox_test.go:41: loading packages: err: exit status 2: stderr: go: downloading golang.org/x/text v0.3.0
            go: no such tool "compile"

2023/03/01 12:17:19 149.24µs for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8927/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-d9790f34-6tdd.c.symbolic-datum-552.internal:30157 PWD=testdata/nosuchmodule go list -tags= -f "{{context.GOARCH}} {{context.Compiler}}" -- unsafe
exitcode=1

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/pkgsite-metrics/cmd/vulncheck_sandbox" && test == "Test"
2023-03-01 16:10 android-386-emu pkgsite-metrics@2809ad40 go@d2d0ee20 x/pkgsite-metrics/cmd/vulncheck_sandbox.Test (log)
2023/03/01 18:18:48 134.6326ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8667/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-d9790f34-6tdd.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
2023/03/01 18:18:48 155.51346ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8667/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-d9790f34-6tdd.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -f "{{context.GOARCH}} {{context.Compiler}}" -- unsafe
2023/03/01 18:18:51 2.37461138s for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8667/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-d9790f34-6tdd.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -json=Name,ImportPath,Error,Dir,GoFiles,IgnoredGoFiles,IgnoredOtherFiles,CFiles,CgoFiles,CXXFiles,MFiles,HFiles,FFiles,SFiles,SwigFiles,SwigCXXFiles,SysoFiles,CompiledGoFiles,DepOnly,Imports,ImportMap,Module -compiled=true -test=false -export=false -deps=true -find=false -tags= -- ./...
2023/03/01 18:18:51 102.86µs for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8667/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-d9790f34-6tdd.c.symbolic-datum-552.internal:30157 PWD=testdata/nosuchmodule go list -tags= -f "{{context.GOARCH}} {{context.Compiler}}" -- unsafe
2023/03/01 18:18:51 3.08638ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8667/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-d9790f34-6tdd.c.symbolic-datum-552.internal:30157 PWD=testdata/nosuchmodule go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
--- FAIL: Test (2.52s)
    --- FAIL: Test/source (2.51s)
        vulncheck_sandbox_test.go:41: loading packages: err: exit status 2: stderr: go: downloading golang.org/x/text v0.3.0
            go: no such tool "compile"

exitcode=1
2023-03-01 16:10 android-386-emu pkgsite-metrics@2809ad40 go@230765a1 x/pkgsite-metrics/cmd/vulncheck_sandbox.Test (log)
2023/03/01 18:45:52 99.57837ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8629/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-d9790f34-6tdd.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
2023/03/01 18:45:52 101.57692ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8629/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-d9790f34-6tdd.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -f "{{context.GOARCH}} {{context.Compiler}}" -- unsafe
2023/03/01 18:45:55 2.55159094s for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8629/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-d9790f34-6tdd.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -json=Name,ImportPath,Error,Dir,GoFiles,IgnoredGoFiles,IgnoredOtherFiles,CFiles,CgoFiles,CXXFiles,MFiles,HFiles,FFiles,SFiles,SwigFiles,SwigCXXFiles,SysoFiles,CompiledGoFiles,DepOnly,Imports,ImportMap,Module -compiled=true -test=false -export=false -deps=true -find=false -tags= -- ./...
2023/03/01 18:45:55 99.65µs for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8629/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-d9790f34-6tdd.c.symbolic-datum-552.internal:30157 PWD=testdata/nosuchmodule go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
--- FAIL: Test (2.65s)
    --- FAIL: Test/source (2.65s)
        vulncheck_sandbox_test.go:41: loading packages: err: exit status 2: stderr: go: downloading golang.org/x/text v0.3.0
            go: no such tool "compile"

exitcode=1
2023-03-01 16:10 android-amd64-emu pkgsite-metrics@2809ad40 go@d2d0ee20 x/pkgsite-metrics/cmd/vulncheck_sandbox.Test (log)
2023/03/01 18:18:40 105.80012ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8861/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-d9790f34-6tdd.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
2023/03/01 18:18:40 110.07657ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8861/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-d9790f34-6tdd.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -f "{{context.GOARCH}} {{context.Compiler}}" -- unsafe
2023/03/01 18:18:42 2.27937852s for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8861/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-d9790f34-6tdd.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -json=Name,ImportPath,Error,Dir,GoFiles,IgnoredGoFiles,IgnoredOtherFiles,CFiles,CgoFiles,CXXFiles,MFiles,HFiles,FFiles,SFiles,SwigFiles,SwigCXXFiles,SysoFiles,CompiledGoFiles,DepOnly,Imports,ImportMap,Module -compiled=true -test=false -export=false -deps=true -find=false -tags= -- ./...
2023/03/01 18:18:42 100.91µs for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8861/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-d9790f34-6tdd.c.symbolic-datum-552.internal:30157 PWD=testdata/nosuchmodule go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
--- FAIL: Test (2.39s)
    --- FAIL: Test/source (2.39s)
        vulncheck_sandbox_test.go:41: loading packages: err: exit status 2: stderr: go: downloading golang.org/x/text v0.3.0
            go: no such tool "compile"

exitcode=1
2023-03-01 16:10 android-amd64-emu pkgsite-metrics@2809ad40 go@230765a1 x/pkgsite-metrics/cmd/vulncheck_sandbox.Test (log)
2023/03/01 18:45:39 116.23924ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8838/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-d9790f34-6tdd.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
2023/03/01 18:45:39 117.79662ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8838/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-d9790f34-6tdd.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -f "{{context.GOARCH}} {{context.Compiler}}" -- unsafe
2023/03/01 18:45:42 2.25247062s for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8838/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-d9790f34-6tdd.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -json=Name,ImportPath,Error,Dir,GoFiles,IgnoredGoFiles,IgnoredOtherFiles,CFiles,CgoFiles,CXXFiles,MFiles,HFiles,FFiles,SFiles,SwigFiles,SwigCXXFiles,SysoFiles,CompiledGoFiles,DepOnly,Imports,ImportMap,Module -compiled=true -test=false -export=false -deps=true -find=false -tags= -- ./...
2023/03/01 18:45:42 104.72µs for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8838/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-d9790f34-6tdd.c.symbolic-datum-552.internal:30157 PWD=testdata/nosuchmodule go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
--- FAIL: Test (2.37s)
    --- FAIL: Test/source (2.37s)
        vulncheck_sandbox_test.go:41: loading packages: err: exit status 2: stderr: go: downloading golang.org/x/text v0.3.0
            go: no such tool "compile"

exitcode=1

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/pkgsite-metrics/cmd/vulncheck_sandbox" && test == "Test"
2023-02-27 14:12 android-386-emu pkgsite-metrics@1d669d6f go@85b55c79 x/pkgsite-metrics/cmd/vulncheck_sandbox.Test (log)
2023/02/27 14:15:20 131.12589ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8857/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
2023/02/27 14:15:20 159.69464ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8857/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -f "{{context.GOARCH}} {{context.Compiler}}" -- unsafe
2023/02/27 14:15:22 2.5163437s for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8857/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -json=Name,ImportPath,Error,Dir,GoFiles,IgnoredGoFiles,IgnoredOtherFiles,CFiles,CgoFiles,CXXFiles,MFiles,HFiles,FFiles,SFiles,SwigFiles,SwigCXXFiles,SysoFiles,CompiledGoFiles,DepOnly,Imports,ImportMap,Module -compiled=true -test=false -export=false -deps=true -find=false -tags= -- ./...
2023/02/27 14:15:22 107.94µs for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8857/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/nosuchmodule go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
--- FAIL: Test (2.66s)
    --- FAIL: Test/source (2.66s)
        vulncheck_sandbox_test.go:41: loading packages: err: exit status 2: stderr: go: downloading golang.org/x/text v0.3.0
            go: no such tool "compile"

exitcode=1
2023-02-27 14:12 android-386-emu pkgsite-metrics@1d669d6f go@ac556f35 x/pkgsite-metrics/cmd/vulncheck_sandbox.Test (log)
2023/02/27 14:15:33 94.98282ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8691/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -f "{{context.GOARCH}} {{context.Compiler}}" -- unsafe
2023/02/27 14:15:33 100.54014ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8691/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
2023/02/27 14:15:35 2.55802534s for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8691/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -json=Name,ImportPath,Error,Dir,GoFiles,IgnoredGoFiles,IgnoredOtherFiles,CFiles,CgoFiles,CXXFiles,MFiles,HFiles,FFiles,SFiles,SwigFiles,SwigCXXFiles,SysoFiles,CompiledGoFiles,DepOnly,Imports,ImportMap,Module -compiled=true -test=false -export=false -deps=true -find=false -tags= -- ./...
2023/02/27 14:15:35 99.16µs for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8691/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/nosuchmodule go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
--- FAIL: Test (2.66s)
    --- FAIL: Test/source (2.66s)
        vulncheck_sandbox_test.go:41: loading packages: err: exit status 2: stderr: go: downloading golang.org/x/text v0.3.0
            go: no such tool "compile"

exitcode=1
2023-02-27 14:12 android-amd64-emu pkgsite-metrics@1d669d6f go@85b55c79 x/pkgsite-metrics/cmd/vulncheck_sandbox.Test (log)
2023/02/27 14:15:46 156.08143ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8995/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -f "{{context.GOARCH}} {{context.Compiler}}" -- unsafe
2023/02/27 14:15:46 159.75748ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8995/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
2023/02/27 14:15:48 2.39550374s for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8995/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -json=Name,ImportPath,Error,Dir,GoFiles,IgnoredGoFiles,IgnoredOtherFiles,CFiles,CgoFiles,CXXFiles,MFiles,HFiles,FFiles,SFiles,SwigFiles,SwigCXXFiles,SysoFiles,CompiledGoFiles,DepOnly,Imports,ImportMap,Module -compiled=true -test=false -export=false -deps=true -find=false -tags= -- ./...
2023/02/27 14:15:48 96.01µs for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8995/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/nosuchmodule go list -tags= -f "{{context.GOARCH}} {{context.Compiler}}" -- unsafe
2023/02/27 14:15:48 6.39811ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8995/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/nosuchmodule go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
--- FAIL: Test (2.57s)
    --- FAIL: Test/source (2.56s)
        vulncheck_sandbox_test.go:41: loading packages: err: exit status 2: stderr: go: downloading golang.org/x/text v0.3.0
            go: no such tool "compile"

exitcode=1
2023-02-27 14:12 android-386-emu pkgsite-metrics@182af9be go@ac556f35 x/pkgsite-metrics/cmd/vulncheck_sandbox.Test (log)
2023/02/27 14:15:37 78.3059ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8636/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
2023/02/27 14:15:37 93.57375ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8636/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -f "{{context.GOARCH}} {{context.Compiler}}" -- unsafe
2023/02/27 14:15:39 2.15366067s for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8636/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -json=Name,ImportPath,Error,Dir,GoFiles,IgnoredGoFiles,IgnoredOtherFiles,CFiles,CgoFiles,CXXFiles,MFiles,HFiles,FFiles,SFiles,SwigFiles,SwigCXXFiles,SysoFiles,CompiledGoFiles,DepOnly,Imports,ImportMap,Module -compiled=true -test=false -export=false -deps=true -find=false -tags= -- ./...
2023/02/27 14:15:39 172.15µs for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8636/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/nosuchmodule go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
--- FAIL: Test (2.24s)
    --- FAIL: Test/source (2.23s)
        vulncheck_sandbox_test.go:41: loading packages: err: exit status 2: stderr: go: downloading golang.org/x/text v0.3.0
            go: no such tool "compile"

exitcode=1
2023-02-27 14:12 android-386-emu pkgsite-metrics@182af9be go@85b55c79 x/pkgsite-metrics/cmd/vulncheck_sandbox.Test (log)
2023/02/27 14:15:43 155.60542ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8821/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
2023/02/27 14:15:43 175.73717ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8821/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -f "{{context.GOARCH}} {{context.Compiler}}" -- unsafe
2023/02/27 14:15:46 2.34450177s for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8821/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -json=Name,ImportPath,Error,Dir,GoFiles,IgnoredGoFiles,IgnoredOtherFiles,CFiles,CgoFiles,CXXFiles,MFiles,HFiles,FFiles,SFiles,SwigFiles,SwigCXXFiles,SysoFiles,CompiledGoFiles,DepOnly,Imports,ImportMap,Module -compiled=true -test=false -export=false -deps=true -find=false -tags= -- ./...
2023/02/27 14:15:46 122.48µs for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8821/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/nosuchmodule go list -tags= -f "{{context.GOARCH}} {{context.Compiler}}" -- unsafe
2023/02/27 14:15:46 1.80226ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8821/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/nosuchmodule go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
--- FAIL: Test (2.51s)
    --- FAIL: Test/source (2.50s)
        vulncheck_sandbox_test.go:41: loading packages: err: exit status 2: stderr: go: downloading golang.org/x/text v0.3.0
            go: no such tool "compile"

exitcode=1
2023-02-27 14:12 android-amd64-emu pkgsite-metrics@182af9be go@ac556f35 x/pkgsite-metrics/cmd/vulncheck_sandbox.Test (log)
2023/02/27 14:15:35 103.40129ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8960/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
2023/02/27 14:15:35 104.08539ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8960/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -f "{{context.GOARCH}} {{context.Compiler}}" -- unsafe
2023/02/27 14:15:38 2.18209421s for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8960/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -json=Name,ImportPath,Error,Dir,GoFiles,IgnoredGoFiles,IgnoredOtherFiles,CFiles,CgoFiles,CXXFiles,MFiles,HFiles,FFiles,SFiles,SwigFiles,SwigCXXFiles,SysoFiles,CompiledGoFiles,DepOnly,Imports,ImportMap,Module -compiled=true -test=false -export=false -deps=true -find=false -tags= -- ./...
2023/02/27 14:15:38 95.4µs for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-8960/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/nosuchmodule go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
--- FAIL: Test (2.29s)
    --- FAIL: Test/source (2.29s)
        vulncheck_sandbox_test.go:41: loading packages: err: exit status 2: stderr: go: downloading golang.org/x/text v0.3.0
            go: no such tool "compile"

exitcode=1
2023-02-27 14:12 android-amd64-emu pkgsite-metrics@182af9be go@85b55c79 x/pkgsite-metrics/cmd/vulncheck_sandbox.Test (log)
2023/02/27 14:15:43 146.39475ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-9069/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
2023/02/27 14:15:43 147.48878ms for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-9069/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -f "{{context.GOARCH}} {{context.Compiler}}" -- unsafe
2023/02/27 14:15:45 2.18161651s for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-9069/gopath GO111MODULE= GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/module go list -tags= -e -json=Name,ImportPath,Error,Dir,GoFiles,IgnoredGoFiles,IgnoredOtherFiles,CFiles,CgoFiles,CXXFiles,MFiles,HFiles,FFiles,SFiles,SwigFiles,SwigCXXFiles,SysoFiles,CompiledGoFiles,DepOnly,Imports,ImportMap,Module -compiled=true -test=false -export=false -deps=true -find=false -tags= -- ./...
2023/02/27 14:15:45 120.75µs for GOROOT=/data/local/tmp/go_android_exec/goroot GOPATH=/data/local/tmp/go_android_exec/vulncheck_sandbox.test-9069/gopath GO111MODULE=off GOPROXY=http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157 PWD=testdata/nosuchmodule go list -tags= -e -f {{context.ReleaseTags}} -- unsafe
--- FAIL: Test (2.33s)
    --- FAIL: Test/source (2.33s)
        vulncheck_sandbox_test.go:41: loading packages: err: exit status 2: stderr: go: downloading golang.org/x/text v0.3.0
            go: no such tool "compile"

exitcode=1

watchflakes

@bcmills
Copy link
Contributor

bcmills commented Aug 18, 2023

Addressed by https://go.dev/cl/472535.

@bcmills bcmills closed this as not planned Won't fix, can't repro, duplicate, stale Aug 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. pkgsite
Projects
Status: Done
Development

No branches or pull requests

2 participants