-
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
x/build: builders and github push not working for new CLs #21849
Comments
Last time this happened there was a stack trace in the maintner logs (which I think is powering a lot of the data sources here) but I don't have access to the production logs for that service. @adams-sarah ? |
+andy Probably pubsubhelper: 2017/09/12 18:26:17 Client error: read error: EOF |
Hm. https://pubsubhelper.golang.org/recent is indicating that new GitHub events are being processed, but not new Gerrit events... |
Is the "AUTH LOGIN" coming from Google's MTA or just random spammers from the Internet finding a port 25 open? If the latter, it's a red herring. But if Google has changed its delivery to now attempt AUTH, that's weird. FWIW, our SMTP greeting is:
Maybe it needs to say something more or less to make clients not try to authenticate? Or maybe we should just reply to any AUTH request with a success message. But first I'd like to see if that's actually Google authenticating. |
(Btw, I'm not debugging this. I still only have few minute chunks of time sporadically.) |
Update golang/go#21849 Change-Id: I0c41aee4cd2f477a8b046dff75f358543b67d4c2 Reviewed-on: https://go-review.googlesource.com/63350 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Change https://golang.org/cl/63350 mentions this issue: |
subrepo commits are appearing in datastore cache, but not go main repo commits since 2d69e9e yesterday |
Found the issue. The bot that is set to receive the emails had all of its watches deleted from its Gerrit account. Re-added a watch on |
🎉 🎉 thanks andy |
Pubsubhelper can't be the only problem. It's only a wake-up for maintner. Maintner polls Gerrit regularly as a fallback without any pubsubhelper. So what's the deeper problem? |
maintner is seeing the new commits over and over... EDIT: pasted wrong log entry. will update in ~hr could it be that something is off with have to run to a mtg but will keep looking at this after. |
ok they're back up. ... will look at this more tomorrow. |
Copy-pasting my update from #21555 : |
http://build.golang.org does not show builder runs for the last few CLs that were submitted (~24 hours)
and the github repo does not seem to have catched up on the last few commits that were submitted.
The text was updated successfully, but these errors were encountered: