Closed
Bug 1223656
Opened 10 years ago
Closed 10 years ago
Uploads are still broken on try-comm-central
Categories
(Cloud Services :: Operations: Miscellaneous, task)
Cloud Services
Operations: Miscellaneous
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: arai, Assigned: oremj)
References
Details
try run on try-comm-central fails because of following upload errors.
https://treeherder.mozilla.org/#/jobs?repo=try-comm-central&revision=17e34b0797ff
subprocess.CalledProcessError: Command '['ssh', '-o', 'IdentityFile=~/.ssh/trybld_dsa', 'trybld@upload.trybld.productdelivery.prod.mozaws.net', 'post_upload.py --tinderbox-builds-dir arai_a@mac.com-17e34b0797ff -p calendar/lightning -i 20151110165108 --revision 17e34b0797ff --who arai_a@mac.com --builddir try-comm-central-linux64 --release-to-try-builds "/media/ephemeral0/tmp/tmp.1y3gTzKXL9/" "/media/ephemeral0/tmp/tmp.1y3gTzKXL9/linux-x86_64/lightning-4.7a1.en-US.linux-x86_64.xpi"']' returned non-zero exit status 1
subprocess.CalledProcessError: Command '['ssh', '-o', 'IdentityFile=~/.ssh/trybld_dsa', 'trybld@upload.trybld.productdelivery.prod.mozaws.net', 'post_upload.py --tinderbox-builds-dir arai_a@mac.com-17e34b0797ff -p calendar/lightning -i 20151110165108 --revision 17e34b0797ff --who arai_a@mac.com --builddir try-comm-central-linux64 --release-to-try-builds "/media/ephemeral0/tmp/tmp.NKNEW22WLL/" "/media/ephemeral0/tmp/tmp.NKNEW22WLL/linux-x86_64/lightning-4.7a1.en-US.linux-x86_64.xpi"']' returned non-zero exit status 1
subprocess.CalledProcessError: Command '['ssh', '-o', 'IdentityFile=~/.ssh/trybld_dsa', 'trybld@upload.trybld.productdelivery.prod.mozaws.net', 'post_upload.py --tinderbox-builds-dir arai_a@mac.com-17e34b0797ff -p calendar/lightning -i 20151110165108 --revision 17e34b0797ff --who arai_a@mac.com --builddir try-comm-central-linux64 --release-to-try-builds "/media/ephemeral0/tmp/tmp.POmj2O62UP/" "/media/ephemeral0/tmp/tmp.POmj2O62UP/linux-x86_64/lightning-4.7a1.en-US.linux-x86_64.xpi"']' returned non-zero exit status 1
subprocess.CalledProcessError: Command '['ssh', '-o', 'IdentityFile=~/.ssh/trybld_dsa', 'trybld@upload.trybld.productdelivery.prod.mozaws.net', 'post_upload.py --tinderbox-builds-dir arai_a@mac.com-17e34b0797ff -p calendar/lightning -i 20151110165108 --revision 17e34b0797ff --who arai_a@mac.com --builddir try-comm-central-linux64 --release-to-try-builds "/media/ephemeral0/tmp/tmp.LV5V7poSyo/" "/media/ephemeral0/tmp/tmp.LV5V7poSyo/linux-x86_64/lightning-4.7a1.en-US.linux-x86_64.xpi"']' returned non-zero exit status 1
subprocess.CalledProcessError: Command '['ssh', '-o', 'IdentityFile=~/.ssh/trybld_dsa', 'trybld@upload.trybld.productdelivery.prod.mozaws.net', 'post_upload.py --tinderbox-builds-dir arai_a@mac.com-17e34b0797ff -p calendar/lightning -i 20151110165108 --revision 17e34b0797ff --who arai_a@mac.com --builddir try-comm-central-linux64 --release-to-try-builds "/media/ephemeral0/tmp/tmp.zWT61hOAK3/" "/media/ephemeral0/tmp/tmp.zWT61hOAK3/linux-x86_64/lightning-4.7a1.en-US.linux-x86_64.xpi"']' returned non-zero exit status 1
Comment 1•10 years ago
|
||
oremj, similar to bug 1213723, could we please allow upload.tbirdtry.productdelivery.{stage,prod}.mozaws.net to post_upload into pub/calendar/lightning/try-builds.
FWIW, the post_upload command looks like this:
post_upload.py --tinderbox-builds-dir arai_a@mac.com-17e34b0797ff -p calendar/lightning -i 20151110165108 --revision 17e34b0797ff --who arai_a@mac.com --builddir try-comm-central-linux64 --release-to-try-builds
Assignee: nobody → oremj
Component: General Automation → Operations
Product: Release Engineering → Cloud Services
QA Contact: catlee
| Assignee | ||
Comment 2•10 years ago
|
||
I've given upload.trybld access to /pub/calendar/lightning/try-builds/* in the archive bucket.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•