Closed
Bug 589881
Opened 14 years ago
Closed 14 years ago
n810s are broken on mozilla-1.9.2
Categories
(Release Engineering :: General, defect, P4)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jhford, Assigned: jhford)
References
Details
Attachments
(2 files)
(deleted),
patch
|
mozilla
:
review+
jhford
:
checked-in+
|
Details | Diff | Splinter Review |
(deleted),
patch
|
mozilla
:
review+
jhford
:
checked-in+
|
Details | Diff | Splinter Review |
it looks like there haven't been any green runs on mozilla-1.9.2 since July 23 of any type.
I have tested this over ssh and the tests are working. Previously, I thought that the environments were identical, but it turns out that my test was flawed (sort on-dev.env > on-dev.env results in a blank file). I have found that the following environment variables are defined for the standard user but not under buildbot.
DBUS_SESSION_BUS_ADDRESS=unix:path=/tmp/session_bus_socket
OSSO_PRODUCT_REGION=USA (set to 'UK and Ireland' under bb)
OSSO_PRODUCT_WLAN_CHANNEL=FCC/US (set to 'ETSI/EU' under bb)
TERM=xterm-color (set to linux under bb)
I am writing a patch to set an environment for these builders.
Assignee | ||
Comment 1•14 years ago
|
||
I have verified that not setting DBUS_SESSION_BUS_ADDRESS is the cause of this error. Patch forthcoming.
Assignee | ||
Comment 4•14 years ago
|
||
nightlies are still busted because of the multi/en-US difference in filename, but that is for another bug.
Assignee | ||
Comment 5•14 years ago
|
||
(In reply to comment #4)
> nightlies are still busted because of the multi/en-US difference in filename,
> but that is for another bug.
err, for test archives only.
Updated•14 years ago
|
Attachment #468405 -
Flags: review?(aki) → review+
Comment 6•14 years ago
|
||
Comment on attachment 468404 [details] [diff] [review]
buildbot-configs-v1
r+ if you change env=platform['env'] to env=platform.get('env', {}) (or None).
Attachment #468404 -
Flags: review?(aki) → review+
Assignee | ||
Updated•14 years ago
|
Priority: P1 → P4
Assignee | ||
Updated•14 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 7•14 years ago
|
||
Comment on attachment 468404 [details] [diff] [review]
buildbot-configs-v1
http://hg.mozilla.org/build/buildbot-configs/rev/ffd8e68b2823
Attachment #468404 -
Flags: checked-in+
Assignee | ||
Comment 8•14 years ago
|
||
Comment on attachment 468405 [details] [diff] [review]
buildbotcustom v1
http://hg.mozilla.org/build/buildbotcustom/rev/50f45bc5ef9f
Attachment #468405 -
Flags: checked-in+
Assignee | ||
Updated•14 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
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
•