Closed
Bug 852970
Opened 12 years ago
Closed 11 years ago
Deploy current xrbld keys to all build slaves
Categories
(Infrastructure & Operations Graveyard :: CIDuty, task)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: rail, Unassigned)
References
Details
(Whiteboard: [puppet])
It happened for 20.0b6 build while trying to upload symbols for xulrunner. It sounds like some of the servers are missing the xrbld key. I retriggered 2 builds for now.
See also bug 804995
debug1: Reading configuration data /c/Users/cltbld/.ssh/config
debug1: Applying options for *mozilla.org
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Connecting to symbolpush.mozilla.org [63.245.217.193] port 22.
debug1: Connection established.
debug1: identity file /c/Users/cltbld/.ssh/xrbld_dsa type 2
debug1: Remote protocol version 2.0, remote software version OpenSSH_5.3
debug1: match: OpenSSH_5.3 pat OpenSSH*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_4.6
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: server->client aes128-cbc hmac-md5 none
debug1: kex: client->server aes128-cbc hmac-md5 none
debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
debug1: Host 'symbolpush.mozilla.org' is known and matches the RSA host key.
debug1: Found key in /c/Users/cltbld/.ssh/known_hosts:19
debug1: ssh_rsa_verify: signature correct
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic
debug1: Next authentication method: publickey
debug1: Offering public key: /c/Users/cltbld/.ssh/id_dsa
debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic
debug1: Offering public key: /c/Users/cltbld/.ssh/xrbld_dsa
debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic
debug1: No more authentication methods to try.
Permission denied (publickey,gssapi-keyex,gssapi-with-mic).
lost connection
Comment 1•12 years ago
|
||
Investigating, as I'm somewhat familiar with the web service side of this
Assignee: server-ops → bburton
Comment 2•12 years ago
|
||
Seeing failure from some nodes, roughly 1/3rd today
[root@symbols1.dmz.phx1 log]# grep xr secure | grep 'Mar 20' | grep Failed | wc -l
32
[root@symbols1.dmz.phx1 log]# grep xr secure | grep 'Mar 20' | grep -v Failed | wc -l
96
But we only see Zeus's IP in /var/log/secure :/
I turned on the basic Zeus logging and we can most likely correlate times to determine which nodes are failing if rail's investigation doesn't find which nodes are misbehaving
Reporter | ||
Comment 3•12 years ago
|
||
xrbld private key on some machines is different, back to releng to investigate
Component: Server Operations → Release Engineering: Machine Management
Depends on: 837234
QA Contact: shyam → armenzg
Reporter | ||
Updated•12 years ago
|
Depends on: 852983
Summary: (some) symbolpush servers are missing xrbld ssh key → 20.0b6 xulrunner build failed to push symbols to symbolpush servers
Updated•12 years ago
|
Assignee: bburton → nobody
Comment 4•12 years ago
|
||
This sounds like a fix for Puppet.
Component: Release Engineering: Machine Management → Release Engineering: Platform Support
QA Contact: armenzg → coop
Whiteboard: [puppet]
Updated•12 years ago
|
Summary: 20.0b6 xulrunner build failed to push symbols to symbolpush servers → Deploy current xrbld keys to all build slaves
Assignee | ||
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WORKSFORME
Assignee | ||
Updated•7 years ago
|
Component: Platform Support → Buildduty
Product: Release Engineering → Infrastructure & Operations
Updated•6 years ago
|
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•