Closed
Bug 1635852
Opened 5 years ago
Closed 5 years ago
'mach artifact toolchain --from-build=linux64-minidump-stackwalk' fails
Categories
(Release Engineering :: General, defect)
Release Engineering
General
Tracking
(firefox78 fixed)
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
firefox78 | --- | fixed |
People
(Reporter: gbrown, Assigned: tomprince)
References
Details
(Whiteboard: dev-prod-2020)
Attachments
(1 file)
Even with no local commits:
$ ./mach artifact toolchain --verbose --from-build=linux64-minidump-stackwalk
0:03.96 Could not find artifacts for a toolchain build named `linux64-minidump-stackwalk`. Local commits and other changes in your checkout may cause this error. Try updating to a fresh checkout of mozilla-central to use artifact builds.
I have the same experience for other minidump-stackwalks, like win32.
Updated•5 years ago
|
Product: Taskcluster → Release Engineering
QA Contact: catlee
Assignee | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Assignee: nobody → mozilla
Status: NEW → ASSIGNED
Pushed by mozilla@hocat.ca:
https://hg.mozilla.org/integration/autoland/rev/be3aa8f30db0
Include minidump_stackwalk files in taskgraph sparse-profile; r=glandium
![]() |
Reporter | |
Updated•5 years ago
|
Whiteboard: dev-prod-2020
Comment 3•5 years ago
|
||
bugherder |
![]() |
Reporter | |
Comment 4•5 years ago
|
||
Thanks for the patch!
Unfortunately, I have the same experience with this patch applied: "Could not find artifacts for a toolchain build named linux64-minidump-stackwalk
."
Flags: needinfo?(mozilla)
![]() |
Reporter | |
Comment 5•5 years ago
|
||
I had .pyc files hanging about:
toolkit/crashreporter/pycache/generate_crash_reporter_sources.cpython-36.pyc
toolkit/crashreporter/generate_crash_reporter_sources.pyc
After deleting those, all is well.
Flags: needinfo?(mozilla)
You need to log in
before you can comment on or make changes to this bug.
Description
•