Closed
Bug 784177
Opened 12 years ago
Closed 12 years ago
"Host key verification failed." for Android builds on multiple build slaves
Categories
(Release Engineering :: General, defect, P1)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: dholbert, Assigned: nthomas)
References
()
Details
https://tbpl.mozilla.org/php/getParsedLog.php?id=14537838&full=1&branch=mozilla-inbound
Android Armv6 mozilla-inbound build on 2012-08-20 14:26:08 PDT for push 559c5895bad6
builder: mozilla-inbound-android-armv6
slave: bld-centos6-hp-013
{
Executing: ['make', 'upload']
make[1]: Entering directory `/builds/slave/m-in-andrd-armv6/build/obj-firefox/mobile/android/installer'
mkdir -p `dirname "../../../dist//fennec-17.0a1.en-US.android-arm-armv6.checksums"`
CHECKSUM FILE START
[...SNIP...]
CHECKSUM FILE END
/builds/slave/m-in-andrd-armv6/build/obj-firefox/_virtualenv/bin/python /builds/slave/m-in-andrd-armv6/build/build/upload.py --base-path ../../../dist \
"../../../dist/fennec-17.0a1.en-US.android-arm-armv6.apk" "../../../dist/fennec-17.0a1.en-US.android-arm-armv6.tests.zip" "../../../dist/fennec-17.0a1.en-US.android-arm-armv6.crashreporter-symbols.zip" "../../../dist//fennec-17.0a1.en-US.android-arm-armv6.txt" ../../../dist/gecko-unsigned-unaligned.apk ../../../dist/robocop.apk ../../../dist/fennec_ids.txt \
"../../../dist//fennec-17.0a1.en-US.android-arm-armv6.checksums"
Host key verification failed.
Command ['ssh', '-o', 'IdentityFile=~/.ssh/ffxbld_dsa', 'ffxbld@stage.mozilla.org', 'mktemp -d'] returned non-zero exit code: 255
}
Comment 1•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=14538510&tree=Try
bld-centos6-hp-033
https://tbpl.mozilla.org/php/getParsedLog.php?id=14538094&tree=Try
bld-centos6-hp-031
Updated•12 years ago
|
Severity: normal → blocker
Updated•12 years ago
|
OS: Linux → Android
Hardware: x86_64 → ARM
Summary: "Host key verification failed." for Android Armv6 mozilla-inbound build on bld-centos6-hp-013 → "Host key verification failed." for Android builds on multiple tegras
Reporter | ||
Comment 2•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=14538410&tree=Mozilla-Inbound
https://tbpl.mozilla.org/php/getParsedLog.php?id=14538503&tree=Mozilla-Inbound
https://tbpl.mozilla.org/php/getParsedLog.php?id=14538462&tree=Mozilla-Inbound
https://tbpl.mozilla.org/php/getParsedLog.php?id=14538776&tree=Mozilla-Inbound
https://tbpl.mozilla.org/php/getParsedLog.php?id=14538975&tree=Mozilla-Inbound
This affects all non-XUL Android builds on the latest two mozilla-inbound pushes:
https://tbpl.mozilla.org/?tree=Mozilla-Inbound&rev=559c5895bad6
https://tbpl.mozilla.org/?tree=Mozilla-Inbound&rev=70d0984bf533
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → nrthomas
Priority: -- → P1
Summary: "Host key verification failed." for Android builds on multiple tegras → "Host key verification failed." for Android builds on multiple build slaves
Assignee | ||
Comment 3•12 years ago
|
||
This is fallout from bug 778303, which removed ~cltbld/.ssh/known_hosts and added /etc/ssh/ssh_known_hosts. The latter is not made available to the mock environment where make upload is called from.
Depends on: 778303
Comment 4•12 years ago
|
||
Closed m-c for this around 15:10, m-i was already closed but this overlaps on owning that closure too.
Comment 5•12 years ago
|
||
Backed out bug 778303.
Puppet should be auto-updated shortly; slaves that reboot after that point will pick up the latest changes and should have the correct ssh settings.
Looking into ways to speed that process up.
Assignee | ||
Comment 6•12 years ago
|
||
Confirmed that fixes up bld-centos6-hp-013, provided you redo the copyin steps and chown steps in a clean mock environment.
Assignee | ||
Comment 7•12 years ago
|
||
We've rebooted all the idle slaves, as of about 4:20 Pacific, so jobs starting after then are good. Very likely there will be continuing failures from jobs that started prior to that.
We have a green build for 'Android mozilla-inbound build' at
https://tbpl.mozilla.org/php/getParsedLog.php?id=14540981&tree=Mozilla-Inbound
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Comment 8•12 years ago
|
||
Trees reopened at 16:53
Updated•11 years ago
|
Product: mozilla.org → Release Engineering
You need to log in
before you can comment on or make changes to this bug.
Description
•