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

cmd/go/internal/modload: TestQueryImport failures #55208

Closed
gopherbot opened this issue Sep 20, 2022 · 4 comments
Closed

cmd/go/internal/modload: TestQueryImport failures #55208

gopherbot opened this issue Sep 20, 2022 · 4 comments
Labels
FrozenDueToAge GoCommand cmd/go modules 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 == "cmd/go/internal/modload" && test == "TestQueryImport"

Bug automatically created to track these flakes.

— 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 Sep 20, 2022
@gopherbot
Copy link
Author

gopherbot commented Sep 20, 2022

Found new matching flaky dashboard failures for:

#!watchflakes
post <- pkg == "cmd/go/internal/modload" && test == "TestQueryImport"
2022-08-19 18:39 linux-amd64-longtest go@27ced96c cmd/go/internal/modload.TestQueryImport (log)
go: finding module for package golang.org/x/net/context
go: finding module for package golang.org/x/net
go: finding module for package golang.org/x/text
go: finding module for package github.com/rsc/quote/buggy
go: finding module for package github.com/rsc/quote
go: finding module for package golang.org/x/foo/bar
--- FAIL: TestQueryImport (136.66s)
    --- FAIL: TestQueryImport/github.com_rsc_quote_buggy (130.25s)
        import_test.go:81: queryImport(_, "github.com/rsc/quote/buggy"): module github.com/rsc/quote/buggy: git ls-remote -q origin in /workdir/tmp/modload-test-850934722/pkg/mod/cache/vcs/5673a25ea375597bb7799aed271d658fc11bcb2aced1a8a5011c001d4c2ead3a: exit status 128:
            	fatal: unable to access 'https://github.com/rsc/quote/': Failed to connect to github.com port 443: Connection timed out
    --- FAIL: TestQueryImport/github.com_rsc_quote (0.00s)
        import_test.go:81: queryImport(_, "github.com/rsc/quote"): module github.com/rsc/quote: git ls-remote -q origin in /workdir/tmp/modload-test-850934722/pkg/mod/cache/vcs/5673a25ea375597bb7799aed271d658fc11bcb2aced1a8a5011c001d4c2ead3a: exit status 128:
            	fatal: unable to access 'https://github.com/rsc/quote/': Failed to connect to github.com port 443: Connection timed out

watchflakes

@gopherbot gopherbot changed the title cmd/go/internal/modload: flaky TestQueryImport cmd/go/internal/modload: TestQueryImport failures Sep 20, 2022
@seankhliao seankhliao added this to the Unplanned milestone Nov 19, 2022
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "cmd/go/internal/modload" && test == "TestQueryImport"
2022-11-17 20:52 linux-386-longtest go@3f1bcc58 cmd/go/internal/modload.TestQueryImport (log)
vcs-test.golang.org rerouted to http://127.0.0.1:43161
https://vcs-test.golang.org rerouted to https://127.0.0.1:38667
go: finding module for package golang.org/x/net/context
go: finding module for package golang.org/x/net
go: finding module for package golang.org/x/text
go: finding module for package github.com/rsc/quote/buggy
go: finding module for package github.com/rsc/quote
go: finding module for package golang.org/x/foo/bar
--- FAIL: TestQueryImport (81.71s)
    --- FAIL: TestQueryImport/golang.org_x_net_context (73.94s)
        import_test.go:81: queryImport(_, "golang.org/x/net/context"): module golang.org/x/net/context: git ls-remote -q origin in /workdir/tmp/modload-test-3868919208/pkg/mod/cache/vcs/ed42bd05533fd84ae290a5d33ebd3695a0a2b06131beebd5450825bee8603aca: exit status 128:
            	fatal: unable to access 'https://go.googlesource.com/net/': The requested URL returned error: 502
    --- FAIL: TestQueryImport/golang.org_x_net (0.00s)
        import_test.go:88: queryImport(_, "golang.org/x/net"): error "module golang.org/x/net: git ls-remote -q origin in /workdir/tmp/modload-test-3868919208/pkg/mod/cache/vcs/ed42bd05533fd84ae290a5d33ebd3695a0a2b06131beebd5450825bee8603aca: exit status 128:\n\tfatal: unable to access 'https://go.googlesource.com/net/': The requested URL returned error: 502", want error matching `module golang.org/x/net@.* found \(v[01]\.\d+\.\d+\), but does not contain package golang.org/x/net`

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "cmd/go/internal/modload" && test == "TestQueryImport"
2023-02-10 17:29 linux-amd64-longtest go@aa5b2255 cmd/go/internal/modload.TestQueryImport (log)
vcs-test.golang.org rerouted to http://127.0.0.1:33193
https://vcs-test.golang.org rerouted to https://127.0.0.1:33741
go: finding module for package golang.org/x/net/context
go: finding module for package golang.org/x/net
go: finding module for package golang.org/x/text
go: finding module for package github.com/rsc/quote/buggy
go: finding module for package github.com/rsc/quote
go: finding module for package golang.org/x/foo/bar
--- FAIL: TestQueryImport (15.24s)
    --- FAIL: TestQueryImport/golang.org_x_net_context (13.45s)
        import_test.go:81: queryImport(_, "golang.org/x/net/context"): cannot find module providing package golang.org/x/net/context: unrecognized import path "golang.org/x/net/context": reading https://golang.org/x/net/context?go-get=1: 500 Internal Server Error
    --- FAIL: TestQueryImport/golang.org_x_net (0.00s)
        import_test.go:88: queryImport(_, "golang.org/x/net"): error "cannot find module providing package golang.org/x/net: unrecognized import path \"golang.org/x/net\": reading https://golang.org/x/net?go-get=1: 500 Internal Server Error", want error matching `module golang.org/x/net@.* found \(v[01]\.\d+\.\d+\), but does not contain package golang.org/x/net`
    --- FAIL: TestQueryImport/golang.org_x_text (0.05s)
        import_test.go:81: queryImport(_, "golang.org/x/text"): cannot find module providing package golang.org/x/text: unrecognized import path "golang.org/x/text": reading https://golang.org/x/text?go-get=1: 500 Internal Server Error

watchflakes

@bcmills bcmills closed this as not planned Won't fix, can't repro, duplicate, stale Mar 20, 2023
@golang golang locked and limited conversation to collaborators Mar 19, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge GoCommand cmd/go modules 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

3 participants