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/mod/zip: TestVCS failures #60900

Closed
gopherbot opened this issue Jun 20, 2023 · 2 comments
Closed

x/mod/zip: TestVCS failures #60900

gopherbot opened this issue Jun 20, 2023 · 2 comments
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone

Comments

@gopherbot
Copy link

#!watchflakes
post <- pkg == "golang.org/x/mod/zip" && test == "TestVCS"

Issue created automatically to collect these failures.

Example (log):

--- FAIL: TestVCS (0.00s)
    --- FAIL: TestVCS/golang.org_x_talks@v0.0.0-20191010201600-067e0d331fee (83.65s)
        zip_test.go:1327: /usr/bin/git init --bare
        zip_test.go:1344: /usr/bin/git remote add origin -- https://go.googlesource.com/talks
        zip_test.go:1353: exit status 128: /usr/bin/git fetch -f --depth=1 origin 067e0d331feee4f8d0fa17d47444db533bd904e7:refs/dummy
            15:57:10.432027 http.c:756              == Info: Couldn't find host go.googlesource.com in the .netrc file; using defaults
            15:57:10.436145 http.c:756              == Info:   Trying 209.85.147.82:443...
            15:57:10.437204 http.c:756              == Info: Connected to go.googlesource.com (209.85.147.82) port 443 (#0)
            15:57:10.494546 http.c:756              == Info: found 387 certificates in /etc/ssl/certs
            15:57:10.494641 http.c:756              == Info: ALPN, offering h2
...
            15:58:34.047371 http.c:703              <= Recv header, 0000000021 bytes (0x00000015)
            15:58:34.047373 http.c:715              <= Recv header: x-xss-protection: 0
            15:58:34.047376 http.c:703              <= Recv header, 0000000037 bytes (0x00000025)
            15:58:34.047378 http.c:715              <= Recv header: date: Tue, 23 May 2023 15:58:34 GMT
            15:58:34.047382 http.c:703              <= Recv header, 0000000002 bytes (0x00000002)
            15:58:34.047385 http.c:715              <= Recv header:
            15:58:34.047432 http.c:756              == Info: Connection #0 to host go.googlesource.com left intact
            error: RPC failed; HTTP 502 curl 22 The requested URL returned error: 502
            fatal: error reading section header 'shallow-info'
        zip_test.go:1222: failed to download zip from repository (repeated failure): exit status 128

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 Jun 20, 2023
@gopherbot gopherbot added this to the Unreleased milestone Jun 20, 2023
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/mod/zip" && test == "TestVCS"
2023-05-17 15:46 linux-amd64-longtest-race mod@e7bea8f1 go@5ffdc1f1 x/mod/zip.TestVCS (log)
--- FAIL: TestVCS (0.00s)
    --- FAIL: TestVCS/golang.org_x_talks@v0.0.0-20191010201600-067e0d331fee (83.65s)
        zip_test.go:1327: /usr/bin/git init --bare
        zip_test.go:1344: /usr/bin/git remote add origin -- https://go.googlesource.com/talks
        zip_test.go:1353: exit status 128: /usr/bin/git fetch -f --depth=1 origin 067e0d331feee4f8d0fa17d47444db533bd904e7:refs/dummy
            15:57:10.432027 http.c:756              == Info: Couldn't find host go.googlesource.com in the .netrc file; using defaults
            15:57:10.436145 http.c:756              == Info:   Trying 209.85.147.82:443...
            15:57:10.437204 http.c:756              == Info: Connected to go.googlesource.com (209.85.147.82) port 443 (#0)
            15:57:10.494546 http.c:756              == Info: found 387 certificates in /etc/ssl/certs
            15:57:10.494641 http.c:756              == Info: ALPN, offering h2
...
            15:58:34.047371 http.c:703              <= Recv header, 0000000021 bytes (0x00000015)
            15:58:34.047373 http.c:715              <= Recv header: x-xss-protection: 0
            15:58:34.047376 http.c:703              <= Recv header, 0000000037 bytes (0x00000025)
            15:58:34.047378 http.c:715              <= Recv header: date: Tue, 23 May 2023 15:58:34 GMT
            15:58:34.047382 http.c:703              <= Recv header, 0000000002 bytes (0x00000002)
            15:58:34.047385 http.c:715              <= Recv header:
            15:58:34.047432 http.c:756              == Info: Connection #0 to host go.googlesource.com left intact
            error: RPC failed; HTTP 502 curl 22 The requested URL returned error: 502
            fatal: error reading section header 'shallow-info'
        zip_test.go:1222: failed to download zip from repository (repeated failure): exit status 128

watchflakes

@bcmills
Copy link
Contributor

bcmills commented Jun 20, 2023

Duplicate of #55164

@bcmills bcmills marked this as a duplicate of #55164 Jun 20, 2023
@bcmills bcmills closed this as not planned Won't fix, can't repro, duplicate, stale Jun 20, 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.
Projects
None yet
Development

No branches or pull requests

2 participants