Closed
Bug 1170431
Opened 10 years ago
Closed 10 years ago
OS X builds failing due to PSM xpcshell test certificates not being generated for both x64-64 and i386
Categories
(Core :: Security: PSM, defect)
Core
Security: PSM
Tracking
()
RESOLVED
FIXED
mozilla41
Tracking | Status | |
---|---|---|
firefox41 | --- | fixed |
People
(Reporter: Cykesiopka, Assigned: glandium)
References
Details
Attachments
(2 files)
7.61 KB,
patch
|
gps
:
review+
|
Details | Diff | Splinter Review |
2.92 KB,
patch
|
gps
:
review+
|
Details | Diff | Splinter Review |
(Phil Ringnalda (:philor) from Bug 1166976 comment #33)
> The OS X opt builds are universal builds, so they build once for 32-bit and
> again for 64-bit and they expect everything other than the binary bits to be
> identical, so they stick the two together in postflight_all, doing a bunch
> of copyIfIdentical, which is quite frequently failing and thus causing the
> entire build to fail, like
> https://treeherder.mozilla.org/logviewer.html#?job_id=10339841&repo=mozilla-
> inbound
>
> What I find surprising is that it sometimes passes, since the code creating
> the cert appears to be fiddling with datetimes. Does it only use the hour,
> and only fail when the i386 build happens during one hour and the x86_64
> build happens during a different hour?
From a conversation on #developers, it appears that the line here: https://hg.mozilla.org/mozilla-central/rev/ec1e8a7a3610#l54.42 is problematic.
> 10:52:59 PM - glandium: Cykesiopka: what the log says is that the certificates are being rebuilt for i386, and not for x86-64
Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8613887 -
Flags: review?(gps)
Assignee | ||
Comment 2•10 years ago
|
||
Attachment #8613888 -
Flags: review?(gps)
Updated•10 years ago
|
Attachment #8613887 -
Flags: review?(gps) → review+
Updated•10 years ago
|
Attachment #8613888 -
Flags: review?(gps) → review+
Comment 4•10 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/17c2626eb9d8
https://hg.mozilla.org/mozilla-central/rev/780ec82ee92a
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox41:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla41
You need to log in
before you can comment on or make changes to this bug.
Description
•