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

invalid login from unknown user 'gps-arm64-debian' #502

Closed
vstinner opened this issue Jul 14, 2024 · 4 comments
Closed

invalid login from unknown user 'gps-arm64-debian' #502

vstinner opened this issue Jul 14, 2024 · 4 comments

Comments

@vstinner
Copy link
Member

The "gps-arm64-debian" builder was removed by commit 7bc844e. But it still tries to connect time to time:

2024-07-14 08:49:23+0000 [Broker,10859,34.27.63.177] invalid login from unknown user 'gps-arm64-debian'
2024-07-14 08:49:23+0000 [Broker,10859,34.27.63.177] Peer will receive following PB traceback:
2024-07-14 08:49:23+0000 [Broker,10859,34.27.63.177] Unhandled Error
	Traceback (most recent call last):
	  File "/srv/buildbot/venv/lib/python3.9/site-packages/twisted/cred/portal.py", line 144, in login
	    return maybeDeferred(
	  File "/srv/buildbot/venv/lib/python3.9/site-packages/twisted/internet/defer.py", line 212, in maybeDeferred
	    result = f(*args, **kwargs)
	  File "/srv/buildbot/venv/lib/python3.9/site-packages/twisted/internet/defer.py", line 2260, in unwindGenerator
	    return _cancellableInlineCallbacks(gen)
	  File "/srv/buildbot/venv/lib/python3.9/site-packages/twisted/internet/defer.py", line 2172, in _cancellableInlineCallbacks
	    _inlineCallbacks(None, gen, status, _copy_context())
	--- <exception caught here> ---
	  File "/srv/buildbot/venv/lib/python3.9/site-packages/twisted/internet/defer.py", line 2003, in _inlineCallbacks
	    result = context.run(gen.send, result)
	  File "/srv/buildbot/venv/lib/python3.9/site-packages/buildbot/worker/protocols/manager/pb.py", line 83, in requestAvatarId
	    raise error.UnauthorizedLogin()
	twisted.cred.error.UnauthorizedLogin: 

cc @gpshead

@vstinner
Copy link
Member Author

There are 3 "unknown users":

$ grep 'invalid login from unknown user' master/twistd.log|sed 's!.*] !!g'|sort -u
invalid login from unknown user 'gps-arm64-debian'
invalid login from unknown user 'gps-clang-ubsan'
invalid login from unknown user 'gps-debian-profile-opt'

@gpshead
Copy link
Member

gpshead commented Jul 14, 2024 via email

@zware
Copy link
Member

zware commented Jul 27, 2024

Theoretically, I've fixed this by re-adding the workers and then doing a 'Force Shutdown' from https://buildbot.python.org/#/workers/106 (also 107 and 108), then removing them again. @Yhg1s may still want to actually shut them down, but they should stop trying to reconnect unless they get automatically restarted by some of their own configuration.

@zware zware closed this as completed Jul 27, 2024
@Yhg1s
Copy link
Member

Yhg1s commented Aug 19, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants