Closed
Bug 1372449
Opened 8 years ago
Closed 8 years ago
OS X DevEdition fails running quantum-pageload with "TypeError: 'NoneType' object has no attribute '__getitem__'" in setup-mitmproxy
Categories
(Testing :: Talos, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: philor, Assigned: mozilla)
Details
(Whiteboard: [PI:June])
Attachments
(2 files)
https://treeherder.mozilla.org/logviewer.html#?job_id=106560602&repo=mozilla-beta
19:21:13 INFO - [mozharness: 2017-06-13 02:21:13.404854Z] Finished setup-mitmproxy step (failed)
19:21:13 FATAL - Uncaught exception: Traceback (most recent call last):
19:21:13 FATAL - File "/builds/slave/test/scripts/mozharness/base/script.py", line 2068, in run
19:21:13 FATAL - self.run_action(action)
19:21:13 FATAL - File "/builds/slave/test/scripts/mozharness/base/script.py", line 2007, in run_action
19:21:13 FATAL - self._possibly_run_method(method_name, error_if_missing=True)
19:21:13 FATAL - File "/builds/slave/test/scripts/mozharness/base/script.py", line 1947, in _possibly_run_method
19:21:13 FATAL - return getattr(self, method_name)()
19:21:13 FATAL - File "/builds/slave/test/scripts/mozharness/mozilla/testing/talos.py", line 367, in setup_mitmproxy
19:21:13 FATAL - self.setup_py3_virtualenv()
19:21:13 FATAL - File "/builds/slave/test/scripts/mozharness/mozilla/testing/talos.py", line 382, in setup_py3_virtualenv
19:21:13 FATAL - self.py3_path = self.fetch_python3()
19:21:13 FATAL - File "/builds/slave/test/scripts/mozharness/mozilla/testing/talos.py", line 578, in fetch_python3
19:21:13 FATAL - self.config.get('python3_manifest')[self.platform_name()])
19:21:13 FATAL - TypeError: 'NoneType' object has no attribute '__getitem__'
19:21:13 FATAL - Running post_fatal callback...
19:21:13 FATAL - Exiting -1
Comment 1•8 years ago
|
||
we should not be running the q1 job on osx, only on windows.
Whiteboard: [PI:June]
Comment 2•8 years ago
|
||
on mozilla-beta yesterday bug 1372412 landed which turned tests on for osx, I have asked :aki to fix it in bug 1372412.
Assignee | ||
Comment 3•8 years ago
|
||
We can either hide these, or I can turn them off. Patch incoming for the latter.
Assignee | ||
Comment 4•8 years ago
|
||
Attachment #8877227 -
Flags: review?(kmoir)
Comment 5•8 years ago
|
||
Thanks, Aki. Disabling is strongly preferred given our extreme limitation in OSX machine resources :)
Updated•8 years ago
|
Attachment #8877227 -
Flags: review?(kmoir) → review+
Assignee | ||
Comment 6•8 years ago
|
||
https://hg.mozilla.org/build/buildbot-configs/rev/a9a2843981cb1b08b358265b81b1a5126513f71e
bug 1372449 - only run talos q1 on windows. r=kmoir
Assignee | ||
Updated•8 years ago
|
Assignee: nobody → aki
Assignee | ||
Comment 7•8 years ago
|
||
Merged; we should auto-reconfig on the hour.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 8•8 years ago
|
||
The builders are still there.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 9•8 years ago
|
||
:aki, can you keep working on this? We still need to get this resolved.
Flags: needinfo?(aki)
Comment hidden (mozreview-request) |
Assignee | ||
Comment 11•8 years ago
|
||
mozreview-review |
Comment on attachment 8878555 [details]
Bug 1372449: Make quantum-pageload tests windows only
https://reviewboard.mozilla.org/r/149878/#review154566
Attachment #8878555 -
Flags: review?(aki) → review+
Comment 12•8 years ago
|
||
https://hg.mozilla.org/build/buildbot-configs/rev/690428e14d5eacac26a70950bd6452ff6abad6c5
Bug 1372449: Make quantum-pageload tests windows only r=aki
Assignee | ||
Updated•8 years ago
|
Flags: needinfo?(aki)
Assignee | ||
Comment 13•8 years ago
|
||
Thanks Catlee!
Assignee | ||
Comment 14•8 years ago
|
||
Looks like these builders are now gone.
Status: REOPENED → RESOLVED
Closed: 8 years ago → 8 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•