Closed
Bug 1256765
Opened 9 years ago
Closed 9 years ago
fennec 46.0b2 build1 repacks are failing
Categories
(Release Engineering :: Release Requests, defect)
Release Engineering
Release Requests
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: kmoir, Assigned: nalexander)
Details
Attachments
(1 file)
58 bytes,
text/x-review-board-request
|
kmoir
:
checked-in+
|
Details |
11:15:41 ERROR - make[1]: *** [repackage-zip] Error 1
11:15:41 INFO - make[1]: Leaving directory `/builds/slave/rel-m-beta-and-api-15_rpk_7-00/build/mozilla-beta/obj-l10n/mobile/android/locales'
11:15:41 INFO - make: *** [repackage-zip-ml] Error 2
11:15:41 INFO - WARNING: Command failed. See logs for output.
11:15:41 INFO - # umount -n /builds/mock_mozilla/mozilla-centos6-x86_64-android/root/builds/slave
11:15:41 INFO - WARNING: Forcibly unmounting '/builds/mock_mozilla/mozilla-centos6-x86_64-android/root/builds/slave' from chroot.
11:15:41 ERROR - Return code: 2
11:15:41 INFO - Setting buildbot property ml_failure to ml failed in make installers-ml!
11:15:41 INFO - Writing buildbot properties [u'ml_failure'] to /builds/slave/rel-m-beta-and-api-15_rpk_7-00/properties/ml_failure
11:15:41 INFO - Writing to file /builds/slave/rel-m-beta-and-api-15_rpk_7-00/properties/ml_failure
11:15:41 INFO - Contents:
11:15:41 INFO - ml_failure:ml failed in make installers-ml!
11:15:41 ERROR - ml failed in make installers-ml!
11:15:41 WARNING - setting return code to 1
looking at the machine
[cltbld@bld-linux64-spot-382.build.releng.usw2.mozilla.com rel-m-beta-and-api-15_rpk_7-00]$ ls /builds/slave/rel-m-beta-and-api-15_rpk_7-00/build/mozilla-beta/obj-l10n/dist
bin exploded-aar fennec-46.0b2.en-US.android-arm.apk gecko.ap_ gecko.apk gecko-unsigned-unaligned.apk l10n-stage system_wrappers xpi-stage
Reporter | ||
Comment 1•9 years ago
|
||
should have included the former above
scripts/scripts/mobile_l10n.py --cfg single_locale/release_mozilla-beta_android_api_15.py --tag-override FENNEC_46_0b2_RELEASE --cfg single_locale/production.py --no-taskcluster-upload --cfg balrog/production.py --total-chunks 10 --this-chunk 7
11:19:26 FATAL - Found no apks files in /builds/slave/rel-m-beta-and-api-15_rpk_7-00/build/mozilla-beta/obj-l10n/dist, don't know what to do:
Summary: fennec 46.0b2 repacks are failing → fennec 46.0b2 build1 repacks are failing
Reporter | ||
Comment 2•9 years ago
|
||
nalexander: What apks should be in the directory?
Flags: needinfo?(nalexander)
Reporter | ||
Comment 3•9 years ago
|
||
It looks like all the specified files are being downloaded from tooltool so not sure what is missing here.
Assignee | ||
Comment 4•9 years ago
|
||
(In reply to Kim Moir [:kmoir] from comment #2)
> nalexander: What apks should be in the directory?
From http://archive.mozilla.org/pub/mobile/candidates/46.0b2-candidates/build1/logs/release-mozilla-beta-android-api-15_repack_1-bm72-build1-build0.txt.gz I see
11:22:13 INFO - cp: cannot stat `/builds/slave/rel-m-beta-and-api-15_rpk_1-00/build/mozilla-beta/obj-l10n/mobile/android/bouncer/bouncer-unsigned-unaligned.apk': No such file or directory
so it looks like I have made an error somewhere in the repackaging. This is very hard to deal with in beta, and this bouncer stuff can't even be used because I now think the build job that uses this is TaskCluster only and thus only runs up to Aurora. Therefore, let's just disable the bouncer and try again. Patch incoming.
Flags: needinfo?(nalexander)
Assignee | ||
Comment 5•9 years ago
|
||
jlund: can you confirm that the "android-partner-sample1" is TC-only, and thus can't be run against Beta? Thanks!
Flags: needinfo?(jlund)
Assignee | ||
Comment 6•9 years ago
|
||
The bouncer is breaking Beta l10n repacks (and presumably would also
break Release l10n repacks).
This patch disables the bouncer globally, since it's broken past Beta
and the bouncer is not useful on Nightly and Aurora, since it
redirects to the current package in the Play Store, and only
org.mozilla.{firefox,firefox_beta} are in the Play Store. (It's not
possible to redirect to a different package because we can't write to
different packages.)
Review commit: https://reviewboard.mozilla.org/r/40199/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/40199/
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → nalexander
Status: NEW → ASSIGNED
Assignee | ||
Comment 7•9 years ago
|
||
kmoir: the patch I've pushed to review should graft/apply cleanly onto beta (and disable the bouncer entirely). Please land it onto beta if this has to happen quickly; NI me if you want me to land it onto beta; or request approval if it needs approval. Thanks!
Flags: needinfo?(kmoir)
Comment 8•9 years ago
|
||
(In reply to Nick Alexander :nalexander from comment #5)
> jlund: can you confirm that the "android-partner-sample1" is TC-only, and
> thus can't be run against Beta? Thanks!
yes, partner-sample1 is TC-only and judging by the branches in tree, we can't run this on beta. If we need partner-sample1 as part of fennec release, I'll have to schedule it via buildbot.
Flags: needinfo?(jlund)
Comment 9•9 years ago
|
||
(In reply to Jordan Lund (:jlund) from comment #8)
> (In reply to Nick Alexander :nalexander from comment #5)
> > jlund: can you confirm that the "android-partner-sample1" is TC-only, and
> > thus can't be run against Beta? Thanks!
>
> yes, partner-sample1 is TC-only and judging by the branches in tree, we
> can't run this on beta. If we need partner-sample1 as part of fennec
> release, I'll have to schedule it via buildbot.
whoops, branches in tree being: https://dxr.mozilla.org/mozilla-central/source/testing/taskcluster/tasks/branches
Assignee | ||
Comment 10•9 years ago
|
||
(In reply to Jordan Lund (:jlund) from comment #8)
> (In reply to Nick Alexander :nalexander from comment #5)
> > jlund: can you confirm that the "android-partner-sample1" is TC-only, and
> > thus can't be run against Beta? Thanks!
>
> yes, partner-sample1 is TC-only and judging by the branches in tree, we
> can't run this on beta. If we need partner-sample1 as part of fennec
> release, I'll have to schedule it via buildbot.
No need to schedule it via BB. I believe TC jobs are on Aurora and will ride to Beta as 47/48 rides, which is fast enough without significant partner interest.
Reporter | ||
Comment 11•9 years ago
|
||
Comment on attachment 8730865 [details]
MozReview Request: Bug 1256765 - Disable building Fennec bouncer APK. r=bustage
landed on beta
http://hg.mozilla.org/releases/mozilla-beta/rev/bde4a1b01275
Flags: needinfo?(kmoir)
Attachment #8730865 -
Flags: checked-in+
Reporter | ||
Comment 12•9 years ago
|
||
There are green builds but reftest failures
https://treeherder.mozilla.org/#/jobs?repo=mozilla-beta&revision=bde4a1b01275
who can at these failures?
Flags: needinfo?(nalexander)
Reporter | ||
Comment 13•9 years ago
|
||
talked to rail and these are intermittent failures so cancelling needinfo
Flags: needinfo?(nalexander)
Reporter | ||
Comment 14•9 years ago
|
||
fixed
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•