-
Notifications
You must be signed in to change notification settings - Fork 18.8k
Closed
Labels
FrozenDueToAgeNeedsFixThe path to resolution is known, but the work has not been done.The path to resolution is known, but the work has not been done.OS-WindowsSoonThis needs action soon. (recent regressions, service outages, unusual time-sensitive situations)This needs action soon. (recent regressions, service outages, unusual time-sensitive situations)TestingAn issue that has been verified to require only test changes, not just a test failure.An issue that has been verified to require only test changes, not just a test failure.
Milestone
Description
The x/tools trybots are usually(?) failing on Windows with:
ok golang.org/x/tools/go/loader 13.435s
--- FAIL: TestReturnErrorWhenUsingNonGoFiles (0.09s)
--- FAIL: TestReturnErrorWhenUsingNonGoFiles/Modules (0.05s)
packages_test.go:1799: go [mod download]: exit status 1: go: golang.org/gopathb@v1.0.0: proxy URL "file://C:/Users/gopher/AppData/Local/Temp/1/TestReturnErrorWhenUsingNonGoFiles_Modules105513718/modproxy" uses file scheme with non-path elements
FAIL
FAIL golang.org/x/tools/go/packages 41.030s
? golang.org/x/tools/go/packages/gopackages [no test files]
--- FAIL: TestModulesExport (0.17s)
modules_test.go:17: go [mod download]: exit status 1: go: golang.org/fake2@v1.0.0: proxy URL "file://C:/Users/gopher/AppData/Local/Temp/1/TestModulesExport123494941/modproxy" uses file scheme with non-path elements
FAIL
FAIL golang.org/x/tools/go/packages/packagestest 0.448s
It's almost entirely red for Windows at:
https://build.golang.org/?repo=golang.org%2fx%2ftools
This is causing development problems for people using trybots at:
Metadata
Metadata
Assignees
Labels
FrozenDueToAgeNeedsFixThe path to resolution is known, but the work has not been done.The path to resolution is known, but the work has not been done.OS-WindowsSoonThis needs action soon. (recent regressions, service outages, unusual time-sensitive situations)This needs action soon. (recent regressions, service outages, unusual time-sensitive situations)TestingAn issue that has been verified to require only test changes, not just a test failure.An issue that has been verified to require only test changes, not just a test failure.