release-generate-checksums in 80.0b1 task fails to find virtualenv
Categories
(Release Engineering :: Release Automation: Other, defect, P1)
Tracking
(firefox-esr68 unaffected, firefox-esr7886+ fixed, firefox78 unaffected, firefox79 unaffected, firefox80blocking fixed, firefox81+ fixed)
Tracking | Status | |
---|---|---|
firefox-esr68 | --- | unaffected |
firefox-esr78 | 86+ | fixed |
firefox78 | --- | unaffected |
firefox79 | --- | unaffected |
firefox80 | blocking | fixed |
firefox81 | + | fixed |
People
(Reporter: jcristau, Assigned: tomprince)
References
(Regression)
Details
(Keywords: regression)
Attachments
(2 files)
(deleted),
text/plain
|
Details | |
(deleted),
text/x-phabricator-request
|
RyanVM
:
approval-mozilla-esr78+
|
Details |
See https://firefox-ci-tc.services.mozilla.com/tasks/CxpB-_fVQY-k9JpAlUaVFA
and log: https://firefoxci.taskcluster-artifacts.net/CxpB-_fVQY-k9JpAlUaVFA/1/public/logs/live_backing.log
[task 2020-07-28T03:28:28.841Z] 03:28:28 INFO - [mozharness: 2020-07-28 03:28:28.841748Z] Running create-virtualenv step.
[task 2020-07-28T03:28:28.841Z] 03:28:28 INFO - Running main action method: create_virtualenv
[task 2020-07-28T03:28:28.841Z] 03:28:28 INFO - Creating virtualenv /builds/worker/workspace/venv
[task 2020-07-28T03:28:28.841Z] 03:28:28 FATAL - Can't find the virtualenv module
[task 2020-07-28T03:28:28.841Z] 03:28:28 FATAL - Running post_fatal callback...
[task 2020-07-28T03:28:28.841Z] 03:28:28 FATAL - Exiting -1
[task 2020-07-28T03:28:28.841Z] 03:28:28 INFO - [mozharness: 2020-07-28 03:28:28.841958Z] Finished create-virtualenv step (failed)
This is blocking releases.
Comment 1•4 years ago
|
||
Can you please rpvide the command that resulted in the failure
I'll try and fix this asap
Reporter | ||
Comment 2•4 years ago
|
||
The task is defined at https://hg.mozilla.org/releases/mozilla-beta/file/FIREFOX_80_0b1_BUILD1/taskcluster/ci/release-generate-checksums/kind.yml
It runs mozharness/scripts/release/generate-checksums.py.
Comment 3•4 years ago
|
||
I think this might fix the issue the virtualenv module not found
Can you please verify it because I'm not able to reproduce the error on my system.
Comment 4•4 years ago
|
||
Thanks for your contribution! I ran your change against our automation via a staging release task, via ./mach try scriptworker generate-checksums --release-type beta
.
before: https://treeherder.mozilla.org/#/jobs?repo=try&revision=afb775679d7701fa7af808155f1be23102adcbeb&selectedTaskRun=PHowfHfAQl-0U6Rx4yJUTA.0
after: https://treeherder.mozilla.org/#/jobs?repo=try&revision=69055b5dcb1c80b0948bd55cf2bd4fa9c89d1fa2
Currently waiting for results to show up to ensure it fixes the issue.
Assignee | ||
Comment 5•4 years ago
|
||
Updated•4 years ago
|
Reporter | ||
Updated•4 years ago
|
Assignee | ||
Comment 7•4 years ago
|
||
bugherder uplift |
Comment 8•4 years ago
|
||
bugherder |
Comment hidden (Intermittent Failures Robot) |
Comment 10•4 years ago
|
||
This is hitting ESR78 now.
https://treeherder.mozilla.org/logviewer?job_id=330191198&repo=mozilla-esr78&lineNumber=283
Comment 11•4 years ago
|
||
uplift |
Comment 12•4 years ago
|
||
Comment on attachment 9166609 [details]
Bug 1655666: [mozharness] Always set abs_src_path
if GECKO_PATH
is in the environment;
Needed to unblock the 78.8esr release, approving retroactively.
Description
•