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)

x86
macOS
defect

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: jhford, Assigned: jhford)

References

Details

Attachments

(2 files)

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.
I have verified that not setting DBUS_SESSION_BUS_ADDRESS is the cause of this error.  Patch forthcoming.
add an environment
Attachment #468404 - Flags: review?(aki)
factory changes
Attachment #468405 - Flags: review?(aki)
nightlies are still busted because of the multi/en-US difference in filename, but that is for another bug.
(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.
Attachment #468405 - Flags: review?(aki) → review+
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+
Priority: P1 → P4
Status: NEW → ASSIGNED
Blocks: 591055
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Product: mozilla.org → Release Engineering
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: