Closed
Bug 1280017
Opened 9 years ago
Closed 9 years ago
Intermittent Could not install python package: /builds/slave/test/build/venv/bin/pip install --timeout 120 -r /builds/slave/test/build/tests/config/external-media-tests-requirements.txt --no-index --find-links http://pypi.pvt.build.mozilla.org.proxxy1.srv
Categories
(Testing Graveyard :: external-media-tests, defect)
Tracking
(firefox49 fixed, firefox50 fixed)
RESOLVED
FIXED
mozilla50
People
(Reporter: whimboo, Assigned: whimboo)
References
Details
(Keywords: regression)
Attachments
(2 files)
https://treeherder.mozilla.org/logviewer.html#?job_id=30098696&repo=mozilla-inbound#L1344
We fail to install the new puppeteer package due to the version bump on bug 1265028.
Assignee | ||
Comment 1•9 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/59208/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/59208/
Assignee | ||
Comment 2•9 years ago
|
||
Comment on attachment 8762662 [details]
Bug 1280017 - Fix firefox-puppeteer requirement for external media tests.
Review request updated; see interdiff: https://reviewboard.mozilla.org/r/59208/diff/1-2/
Comment on attachment 8762662 [details]
Bug 1280017 - Fix firefox-puppeteer requirement for external media tests.
https://reviewboard.mozilla.org/r/59208/#review56240
Attachment #8762662 -
Flags: review+
Assignee | ||
Comment 4•9 years ago
|
||
The patch will make two changes:
1. It corrects the order of requirements. As of now the external media tests requirement file gets processed first which means it would download puppeteer. Instead it should first make use of the in-tree version
2. A bit more sloppy version requirement so we don't have to update the dependency each time we release a new puppeteer release for a version of Firefox.
I triggered a try build. If that passes I will ask for review (even Maja already reviewed the patch).
Assignee | ||
Comment 5•9 years ago
|
||
Comment on attachment 8762662 [details]
Bug 1280017 - Fix firefox-puppeteer requirement for external media tests.
Review request updated; see interdiff: https://reviewboard.mozilla.org/r/59208/diff/2-3/
Attachment #8762662 -
Attachment description: Bug 1280017 - Fix firefox-puppeteer requirement for external media tests → Bug 1280017 - Fix firefox-puppeteer requirement for external media tests.
Attachment #8762662 -
Flags: review+ → review?(bvandyk)
Assignee | ||
Comment 6•9 years ago
|
||
Comment on attachment 8762662 [details]
Bug 1280017 - Fix firefox-puppeteer requirement for external media tests.
Review request updated; see interdiff: https://reviewboard.mozilla.org/r/59208/diff/3-4/
Attachment #8762662 -
Flags: review?(bvandyk)
Assignee | ||
Comment 7•9 years ago
|
||
Strangely the try build didn't pick up the changes I have made on that bug. Given that it is just a version change I feel confident in pushing it to inbound.
Pushed by hskupin@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/9df1a5b09946
Fix firefox-puppeteer requirement for external media tests. r=maja_zf
![]() |
||
Comment 9•9 years ago
|
||
Still seeing the issue, e.g. on the push which should have fixed it: https://treeherder.mozilla.org/#/jobs?repo=mozilla-inbound&revision=9df1a5b099468265f18a710727cc557272024408
b-y: https://treeherder.mozilla.org/logviewer.html#?job_id=30129499&repo=mozilla-inbound
b-m: https://treeherder.mozilla.org/logviewer.html#?job_id=30124565&repo=mozilla-inbound
Flags: needinfo?(hskupin)
Assignee | ||
Comment 10•9 years ago
|
||
Maybe the problem here happens because of an old pip release. I tested the patch locally where all was working fine. So I changed the way how we specify dependencies, and pushed to try:
https://treeherder.mozilla.org/#/jobs?repo=try&revision=a1cc4f0111c4
Lets see how that works.
Flags: needinfo?(hskupin)
Comment on attachment 8762662 [details]
Bug 1280017 - Fix firefox-puppeteer requirement for external media tests.
https://reviewboard.mozilla.org/r/59208/#review56270
Attachment #8762662 -
Flags: review+
Comment hidden (Intermittent Failures Robot) |
Comment 13•9 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox50:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla50
Assignee | ||
Comment 14•9 years ago
|
||
It was indeed a problem with an older pip version by specifying the version range with ~=. So my try push with >=, < was successful:
https://treeherder.mozilla.org/#/jobs?repo=try&revision=a1cc4f0111c4
I will get this landed immediately to stop the bustage.
Attachment #8762793 -
Flags: review+
Assignee | ||
Comment 15•9 years ago
|
||
Final patch got landed as https://hg.mozilla.org/integration/mozilla-inbound/rev/f40b29f8d684
status-firefox49:
--- → affected
Assignee | ||
Updated•9 years ago
|
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment hidden (Intermittent Failures Robot) |
Comment 17•9 years ago
|
||
bugherder |
Status: REOPENED → RESOLVED
Closed: 9 years ago → 9 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 18•9 years ago
|
||
We need this code on mozilla-aurora. But before landing the two commits please land the commit from bug 1265028 first. Thanks.
Whiteboard: [checkin-needed-aurora]
Comment 19•9 years ago
|
||
bugherder uplift |
https://hg.mozilla.org/releases/mozilla-aurora/rev/c12e8f7a5605
https://hg.mozilla.org/releases/mozilla-aurora/rev/654fc37e64d5
Whiteboard: [checkin-needed-aurora]
Comment hidden (Intermittent Failures Robot) |
Updated•7 years ago
|
Product: Testing → Testing Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•