-
Notifications
You must be signed in to change notification settings - Fork 18.7k
Closed
Labels
Buildersx/build issues (builders, bots, dashboards)x/build issues (builders, bots, dashboards)FrozenDueToAgeNeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.release-blocker
Milestone
Description
This is an issue for a specific test. See #39386 for the high level tracking issue.
This can be reproduced if your account has permissions needed to run releasebot (documented here) with:
$ release -target=windows-amd64 -version=go1.15beta1 -watch -rev=cacac8bdc5c93e7bc71df71981fdf32dded017bf
[...]
go test proxy running at GOPROXY=http://127.0.0.1:50986/mod
go proxy: no archive rsc.io v1.5.2: file does not exist
go proxy: no archive rsc.io v1.0.0: file does not exist
go proxy: no archive rsc.io v1.0.0: file does not exist
go proxy: no archive rsc.io v1.0.0: file does not exist
go proxy: no archive rsc.io v1.0.0: file does not exist
go proxy: no archive rsc.io v1.0.0: file does not exist
go proxy: no archive rsc.io v1.0.0: file does not exist
go proxy: no archive rsc.io v1.1.0: file does not exist
go proxy: no archive rsc.io v1.0.0: file does not exist
go proxy: no archive rsc.io v1.5.1: file does not exist
go proxy: no archive example.com/newcycle v1.0.0: file does not exist
go proxy: no archive test.go v1.0.0: file does not exist
go proxy: no archive rsc.io v1.5.2: file does not exist
--- FAIL: TestScript (0.01s)
--- FAIL: TestScript/test_race_install_cgo (1.21s)
script_test.go:210:
# Tests Issue #10500 (1.209s)
> [!race] skip
> [!darwin] ! stale cmd/cgo # The darwin builders are spuriously stale; see #33598.
FAIL: testdata\script\test_race_install_cgo.txt:5: cmd/cgo is unexpectedly stale
FAIL
FAIL cmd/go 111.443s
[...]
--- FAIL: TestDWARF (1.62s)
dwarf_test.go:39: cmd/link is stale - run go install cmd/link
FAIL
FAIL cmd/link 19.749s
[...]
FAIL
go tool dist: Failed: exit status 1
And:
$ release -target=windows-386 -version=go1.15beta1 -watch -rev=cacac8bdc5c93e7bc71df71981fdf32dded017bf
[...]
--- FAIL: TestDWARF (1.28s)
dwarf_test.go:39: cmd/link is stale - run go install cmd/link
FAIL
FAIL cmd/link 25.084s
[...]
FAIL
go tool dist: Failed: exit status 1
@bcmills I've made you an assignee on this issue based on #39386 (comment) but please let us know if you can't keep looking into this. Thank you.
/cc @toothrot @cagedmantis @andybons @golang/osp-team
Metadata
Metadata
Assignees
Labels
Buildersx/build issues (builders, bots, dashboards)x/build issues (builders, bots, dashboards)FrozenDueToAgeNeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.release-blocker