Could not find artifacts for a toolchain build named `linux64-minidump-stackwalk`.
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
People
(Reporter: u668177, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.135 Safari/537.36
Steps to reproduce:
- Clone mozilla-central
- Run
./mach bootstrap
Actual results:
Could not find artifacts for a toolchain build named `linux64-minidump-stackwalk`. Local commits, dirty/stale files, and other changes in your checkout may cause this error. Make sure you are on a fresh, current checkout of mozilla-central. If you are already, you may be able to avoid this error by running `mach clobber python`. Beware that commands like `mach bootstrap` and `mach artifact` are unlikely to work on any versions of the code besides recent revisions of mozilla-central.
Error running mach:
['bootstrap']
The error occurred in code that was called by the mach command. This is either
a bug in the called code itself or in the way that mach is calling it.
You can invoke |./mach busted| to check if this issue is already on file. If it
isn't, please use |./mach busted file bootstrap| to report it. If |./mach busted| is
misbehaving, you can also inspect the dependencies of bug 1543241.
If filing a bug, please include the full output of mach, including this error
message.
The details of the failure are as follows:
subprocess.CalledProcessError: Command '['/usr/bin/python3', '/home/trevor/Documents/dot/mach', 'artifact', 'toolchain', '--bootstrap', '--from-build', 'linux64-minidump-stackwalk']' returned non-zero exit status 1.
File "/home/trevor/Documents/dot/python/mozboot/mozboot/mach_commands.py", line 46, in bootstrap
bootstrapper.bootstrap()
File "/home/trevor/Documents/dot/python/mozboot/mozboot/bootstrap.py", line 583, in bootstrap
checkout_root)
File "/home/trevor/Documents/dot/python/mozboot/mozboot/bootstrap.py", line 425, in maybe_install_private_packages_or_exit
self.instance.ensure_minidump_stackwalk_packages(state_dir, checkout_root)
File "/home/trevor/Documents/dot/python/mozboot/mozboot/linux_common.py", line 128, in ensure_minidump_stackwalk_packages
minidump_stackwalk.LINUX_MINIDUMP_STACKWALK)
File "/home/trevor/Documents/dot/python/mozboot/mozboot/base.py", line 347, in install_toolchain_artifact
subprocess.check_call(cmd, cwd=state_dir)
File "/usr/lib/python3.6/subprocess.py", line 311, in check_call
raise CalledProcessError(retcode, cmd)
Expected results:
The bootstrap process should have completed without error
(In reply to Trevor Thalacker from comment #0)
User Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.135 Safari/537.36
Steps to reproduce:
- Clone mozilla-central
- Run
./mach bootstrapActual results:
```Could not find artifacts for a toolchain build named
linux64-minidump-stackwalk. Local commits, dirty/stale files, and other changes in your checkout may cause this error. Make sure you are on a fresh, current checkout of mozilla-central. If you are already, you may be able to avoid this error by running `mach clobber python`. Beware that commands like `mach bootstrap` and `mach artifact` are unlikely to work on any versions of the code besides recent revisions of mozilla-central.
Error running mach:['bootstrap']The error occurred in code that was called by the mach command. This is either
a bug in the called code itself or in the way that mach is calling it.
You can invoke |./mach busted| to check if this issue is already on file. If it
isn't, please use |./mach busted file bootstrap| to report it. If |./mach busted| is
misbehaving, you can also inspect the dependencies of bug 1543241.If filing a bug, please include the full output of mach, including this error
message.The details of the failure are as follows:
subprocess.CalledProcessError: Command '['/usr/bin/python3', '/home/trevor/Documents/dot/mach', 'artifact', 'toolchain', '--bootstrap', '--from-build', 'linux64-minidump-stackwalk']' returned non-zero exit status 1.
File "/home/trevor/Documents/dot/python/mozboot/mozboot/mach_commands.py", line 46, in bootstrap
bootstrapper.bootstrap()
File "/home/trevor/Documents/dot/python/mozboot/mozboot/bootstrap.py", line 583, in bootstrap
checkout_root)
File "/home/trevor/Documents/dot/python/mozboot/mozboot/bootstrap.py", line 425, in maybe_install_private_packages_or_exit
self.instance.ensure_minidump_stackwalk_packages(state_dir, checkout_root)
File "/home/trevor/Documents/dot/python/mozboot/mozboot/linux_common.py", line 128, in ensure_minidump_stackwalk_packages
minidump_stackwalk.LINUX_MINIDUMP_STACKWALK)
File "/home/trevor/Documents/dot/python/mozboot/mozboot/base.py", line 347, in install_toolchain_artifact
subprocess.check_call(cmd, cwd=state_dir)
File "/usr/lib/python3.6/subprocess.py", line 311, in check_call
raise CalledProcessError(retcode, cmd)```Expected results:
The bootstrap process should have completed without error
Comment 2•5 years ago
|
||
Are you on a recent version of mozilla-central (i.e. not gecko-dev or another fork or related repository)? What revision are you checked out to?
Is your tree clean (as reported by git status/hg status)?
My bad, i checked and found out I'm on mozilla-release
My tree is not clean. I'm attempting to reclone to fix the tree
Comment 4•5 years ago
|
||
Please re-open if you encounter the issue again.
Description
•