Since roughly 7:52am UTC, the beta-scap-eqiad job fails.
+ /usr/local/bin/wmf-beta-scap 'beta-scap-eqiad (build #38290)' Starting ssh-agent Agent pid 10854 Build step 'Execute shell' marked build as failure
Whereas a passing build has:
+ /usr/local/bin/wmf-beta-scap 'beta-scap-eqiad (build #38286)' Starting ssh-agent Agent pid 16027 Identity added: /var/lib/mwdeploy/.ssh/id_rsa (/var/lib/mwdeploy/.ssh/id_rsa) Started scap: beta-scap-eqiad (build #38286)[0m
The wmf-beta-scap wrapper runs: /usr/local/bin/sudo-withagent mwdeploy /usr/local/bin/scap
I have set +x it and it fails when invoking ssh-add which lookup for a .ssh/id_rsa in the homedir.
Seems some change has been pushed to puppet which changed the $HOME from /var/lib/mwdeploy to /home/mwdeploy hence the failure.