Closed
Bug 1448070
Opened 7 years ago
Closed 7 years ago
busted Linux and Windows opt builds when Gecko 61 merges to Beta on 2018-04-26
Categories
(Toolkit :: Add-ons Manager, defect)
Toolkit
Add-ons Manager
Tracking
()
VERIFIED
FIXED
mozilla61
Tracking | Status | |
---|---|---|
firefox-esr52 | --- | unaffected |
firefox59 | --- | unaffected |
firefox60 | --- | unaffected |
firefox61 | blocking | verified |
People
(Reporter: aryx, Assigned: aswan)
References
Details
Attachments
(3 files)
Like mentioned yesterday, the patches for bug 1446676 cause Linux and Windows opt builds of central-as-beta simulations to go bust. Bug 1446676 got backed out later yesterday for mass failing T-P-e10s for OS X nightlies. It relanded later and the build issue is back for the beta simulations.
Today's central-as-beta simulation: https://treeherder.mozilla.org/#/jobs?repo=try&revision=811e2ea438a88cb9e407f4ab66387bc2c18d0f35&filter-resultStatus=testfailed&filter-resultStatus=busted&filter-resultStatus=exception&filter-resultStatus=retry&filter-resultStatus=usercancel&filter-resultStatus=runnable&group_state=expanded
Build log: https://treeherder.mozilla.org/logviewer.html#?job_id=169640968&repo=try
[task 2018-03-22T12:31:33.417Z] 12:31:33 INFO - rm -f jarlog/en-US.log
[task 2018-03-22T12:31:33.417Z] 12:31:33 INFO - make[1]: Leaving directory '/builds/worker/workspace/build/src/obj-firefox'
[task 2018-03-22T12:31:33.417Z] 12:31:33 INFO - make[1]: Entering directory '/builds/worker/workspace/build/src/obj-firefox'
[task 2018-03-22T12:31:33.417Z] 12:31:33 INFO - make[1]: Leaving directory '/builds/worker/workspace/build/src/obj-firefox'
[task 2018-03-22T12:31:33.417Z] 12:31:33 INFO - make[1]: Entering directory '/builds/worker/workspace/build/src/obj-firefox'
[task 2018-03-22T12:31:33.417Z] 12:31:33 INFO - make[1]: Leaving directory '/builds/worker/workspace/build/src/obj-firefox'
[task 2018-03-22T13:11:33.457Z] 13:11:33 INFO - Automation Error: mozprocess timed out after 2400 seconds running ['/usr/bin/python2.7', 'mach', '--log-no-times', 'build', '-v']
[task 2018-03-22T13:11:33.479Z] 13:11:33 ERROR - timed out after 2400 seconds of no output
[task 2018-03-22T13:11:33.480Z] 13:11:33 ERROR - Return code: -15
This shall get fixed soon to prevent losing our beta 61 coverage.
FTR, yesterday's bisecting to identify the bug:
Last good: https://treeherder.mozilla.org/#/jobs?repo=try&revision=1bca4bb60e9c074aeee4f1aefff196a76e2522cf
First bad: https://treeherder.mozilla.org/#/jobs?repo=try&revision=ff89401a888803eda8fee7d54cbc7461b6e0aef4
Flags: needinfo?(kmaglione+bmo)
Comment 1•7 years ago
|
||
This blocks being able to do useful uplift simulations, upping the severity.
Severity: major → blocker
Reporter | ||
Comment 2•7 years ago
|
||
A backout of bug 1446676 didn't fix the issue: https://treeherder.mozilla.org/#/jobs?repo=try&revision=fcada7dffac6f3f6ec64d86d00a565495d781996&filter-resultStatus=testfailed&filter-resultStatus=busted&filter-resultStatus=exception&filter-resultStatus=retry&filter-resultStatus=usercancel&filter-resultStatus=runnable&filter-resultStatus=success
A bisection on central showed:
First bad: https://treeherder.mozilla.org/#/jobs?repo=try&revision=22956532b934f0bceee31dbab71528ee04d79c51&selectedJob=169862175
Treeherder: https://treeherder.mozilla.org/#/jobs?repo=mozilla-central&revision=b41c7c1ff91f49b1500b087ff23c288dd88f1fde&filter-resultStatus=testfailed&filter-resultStatus=busted&filter-resultStatus=exception&filter-resultStatus=retry&filter-resultStatus=usercancel&filter-resultStatus=runnable
Last good: https://treeherder.mozilla.org/#/jobs?repo=try&revision=3761f9bbdb75f5c082656a5cd61aec1147b12518&selectedJob=169863505
Bisection of that inbound to central merge on inbound always returned build failures for me.
Comment 3•7 years ago
|
||
When I try to do a PGO build locally, what actually times out is the last rustc stage that builds gkrust. I suspect that's what's happening here, too. It doesn't look like it ever gets to the point of running Firefox.
Flags: needinfo?(kmaglione+bmo)
Comment 4•7 years ago
|
||
No, I take that back. It looks like I'm wrong, and the last version of the quitter extension was signed as a privileged extension.
It looks like aswan is the person who added that version, so I suppose he'll need to take care of signing the new one.
Flags: needinfo?(aswan)
Assignee | ||
Comment 5•7 years ago
|
||
See bug 1393162. I'll try to take care of it later today if nobody beats me to it before then.
Assignee | ||
Comment 6•7 years ago
|
||
I attached a recent copy of quitter.xpi, with a stray call to removeObserver() removed, I'll include that in the final patch with the updated signed xpi.
Jason, can you sign this with "Mozilla Extensions", just like in bug 1393162?
Flags: needinfo?(aswan) → needinfo?(jthomas)
Updated•7 years ago
|
Flags: needinfo?(jthomas) → needinfo?(wezhou)
Signed file attached. Please test.
Hi Andrew, did you know "Mozilla Extensions" aka Internal Extensions signing is now self service? If you often need to have this type of add-ons signed, please consider request access to sign them using the process here
https://mana.mozilla.org/wiki/display/FIREFOX/Internal+Extension+Signing.
Thanks!
Flags: needinfo?(wezhou)
Comment hidden (mozreview-request) |
Assignee | ||
Comment 9•7 years ago
|
||
Ryan, can you either point me to the latest simulated beta patch set or launch a test build with the attached patch?
Flags: needinfo?(ryanvm)
Comment hidden (obsolete) |
Reporter | ||
Comment 11•7 years ago
|
||
Scratch that, new Try push: https://treeherder.mozilla.org/#/jobs?repo=try&revision=9da1fca9a1c62606149e777f64f5c7025b1a3e2a
Assignee | ||
Comment 12•7 years ago
|
||
The bug summary doesn't say this but the issue is with PGO builds right? That try job doesn't include pgo...
Flags: needinfo?(aryx.bugmail)
Comment 13•7 years ago
|
||
They're PGO by virtue of the in-tree config changes made by the simulation patches (same way it's done on "real" Beta/Release)
Flags: needinfo?(aryx.bugmail)
Assignee | ||
Updated•7 years ago
|
Attachment #8962447 -
Flags: review?(kmaglione+bmo)
Comment 14•7 years ago
|
||
mozreview-review |
Comment on attachment 8962447 [details]
Bug 1448070 Sign quitter.xpi as privileged
https://reviewboard.mozilla.org/r/231292/#review236786
Thanks!
Attachment #8962447 -
Flags: review?(kmaglione+bmo) → review+
Comment 15•7 years ago
|
||
We're sorry, Autoland could not rebase your commits for you automatically. Please manually rebase your commits and try again.
hg error in cmd: hg rebase -s f031c0efc040003e8443945a4680a21d85c19eaf -d 226c8c740c34: rebasing 454085:f031c0efc040 "Bug 1448070 Sign quitter.xpi as privileged r=kmag" (tip)
merging tools/quitter/bootstrap.js
merging tools/quitter/quitter@mozilla.org.xpi
warning: tools/quitter/quitter@mozilla.org.xpi looks like a binary file.
warning: conflicts while merging tools/quitter/quitter@mozilla.org.xpi! (edit, then use 'hg resolve --mark')
unresolved conflicts (see hg resolve, then hg rebase --continue)
Comment hidden (mozreview-request) |
Comment 17•7 years ago
|
||
Pushed by aswan@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/cdc8f6ff1a88
Sign quitter.xpi as privileged r=kmag
Comment 18•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla61
Updated•7 years ago
|
Assignee: nobody → aswan
Reporter | ||
Comment 19•7 years ago
|
||
Thank you, verified fixed in the latest central-as-beta simulation: https://treeherder.mozilla.org/#/jobs?repo=try&revision=62fff771b6a6ffadea4f7383c0986f0e5f4f2cda&group_state=expanded&filter-resultStatus=testfailed&filter-resultStatus=busted&filter-resultStatus=exception&filter-resultStatus=retry&filter-resultStatus=usercancel&filter-resultStatus=runnable
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•