-
Notifications
You must be signed in to change notification settings - Fork 17.8k
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: go1.11rc2 failed test: FAIL: TestScript/mod_get_commit #27170
Comments
Is this repeatable? Is that really the complete output? I don't understand why it says that the regexp matches, when it clearly does not match the displayed output. |
@ianlancetaylor Peculiarities of my setup to consider:
|
Addenum:
note |
The output behavior you describe is normal. I just don't see how this error is possible. At this point in the build the tools have been built and installed. What do you see if you run
|
Log attached. There is an interesting line: likely as an effect of above line: Is there something like that?
|
Thanks for the log. The
The failure is saying that given the text
the regexp |
Is it possible that the elided |
@bcmills , @ianlancetaylor Yes it was the culprit. There indeed on test machine was such word in path's part. It was in GOTMPDIR path. Pointing it to path without mentioned word makes test pass. |
@bcmills Argh, thanks for figuring that out. |
Change https://golang.org/cl/131398 mentions this issue: |
If $WORK happens to contain the string that a stdout/stderr/grep command is searching for, a negative grep command will fail incorrectly. Fixes #27170 Fixes #27221 Change-Id: I84454d3c42360fe3295c7235d388381525eb85b4 Reviewed-on: https://go-review.googlesource.com/131398 Run-TryBot: Ian Lance Taylor <iant@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Bryan C. Mills <bcmills@google.com>
Change https://golang.org/cl/131399 mentions this issue: |
…$WORK If $WORK happens to contain the string that a stdout/stderr/grep command is searching for, a negative grep command will fail incorrectly. Fixes #27170 Fixes #27221 Change-Id: I84454d3c42360fe3295c7235d388381525eb85b4 Reviewed-on: https://go-review.googlesource.com/131398 Run-TryBot: Ian Lance Taylor <iant@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Bryan C. Mills <bcmills@google.com> (cherry picked from commit e3106b455b74c91db94e8e1abf2342b5b5aec7b1) Reviewed-on: https://go-review.googlesource.com/131399 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Building 1.11rc2 mod_get_commit fails
The text was updated successfully, but these errors were encountered: