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/build/cmd/gitmirror: TestRev fails on Windows #29795

Closed
bcmills opened this issue Jan 17, 2019 · 1 comment
Closed

x/build/cmd/gitmirror: TestRev fails on Windows #29795

bcmills opened this issue Jan 17, 2019 · 1 comment
Labels
FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Testing An issue that has been verified to require only test changes, not just a test failure.

Comments

@bcmills
Copy link
Contributor

bcmills commented Jan 17, 2019

log: https://storage.googleapis.com/go-build-log/6e9f664b/windows-386-2008_a4bdccc5.log

2019/01/17 21:43:56 build: attempting to fetch missing revision example-branch from origin
2019/01/17 21:43:56 build: error fetching revision example-branch: exec: "git": executable file not found in %PATH%
--- FAIL: TestRev (0.01s)
    gitmirror_test.go:72: GET /: want code 200, got 500
2019/01/17 21:43:56 build: attempting to fetch missing revision example-branch from origin
2019/01/17 21:43:56 build: error fetching revision example-branch: exec: "echo": executable file not found in %PATH%
--- FAIL: TestRevNotFound (0.01s)
    gitmirror_test.go:98: GET /build.tar.gz: want code 200, got 500
2019/01/17 21:43:56 go: saw 1 duplicate commits; dropped 1 of them
2019/01/17 21:43:56 go: found branch: "origin/other.branch"(Head: abc1230[origin/master]("CONTRIBUTORS: add person 0.") LastSeen: <nil>)
FAIL
FAIL	golang.org/x/build/cmd/gitmirror	0.111s

CC @dmitshur @bradfitz

@bcmills bcmills added Testing An issue that has been verified to require only test changes, not just a test failure. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. labels Jan 17, 2019
@bradfitz
Copy link
Contributor

Your git parent was old. Same as other bug.

@golang golang locked and limited conversation to collaborators Jan 17, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Testing An issue that has been verified to require only test changes, not just a test failure.
Projects
None yet
Development

No branches or pull requests

3 participants