Closed Bug 1658886 Opened 4 years ago Closed 4 years ago

Could not find artifacts for a toolchain build named "macosx64-minidump-stackwalk"

Categories

(Firefox Build System :: Bootstrap Configuration, defect)

defect

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 1636797

People

(Reporter: whimboo, Unassigned)

Details

When I run mach bootstrap on my Mac I get the following error when it tries to find/download the minidump stackwalk binary for Mac:

 0:03.78 Could not find artifacts for a toolchain build named `macosx64-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 '['/Users/henrik/.pyenv/versions/3.8.2/bin/python3', '/Users/henrik/code/gecko/mach', 'artifact', 'toolchain', '--bootstrap', '--from-build', 'macosx64-minidump-stackwalk']' returned non-zero exit status 1.

  File "/Users/henrik/code/gecko/python/mozboot/mozboot/mach_commands.py", line 45, in bootstrap
    bootstrapper.bootstrap()
  File "/Users/henrik/code/gecko/python/mozboot/mozboot/bootstrap.py", line 580, in bootstrap
    self.maybe_install_private_packages_or_exit(state_dir,
  File "/Users/henrik/code/gecko/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 "/Users/henrik/code/gecko/python/mozboot/mozboot/osx.py", line 568, in ensure_minidump_stackwalk_packages
    self.install_toolchain_artifact(state_dir, checkout_root,
  File "/Users/henrik/code/gecko/python/mozboot/mozboot/base.py", line 347, in install_toolchain_artifact
    subprocess.check_call(cmd, cwd=state_dir)
  File "/Users/henrik/.pyenv/versions/3.8.2/lib/python3.8/subprocess.py", line 364, in check_call
    raise CalledProcessError(retcode, cmd)

Note that running mach clobber python didn't solve the problem. So I assume that something is wrong with fetching from tooltool.

Can you attach the output of hg status -i?

Flags: needinfo?(hskupin)

The output will be huge given that I have the obj dir inside of topsrcdir. Is there any particular folder you are interested in?

Flags: needinfo?(hskupin)

Anything but the objdir and mozconfig files. When I run into this kind of issues I usually wipe all the ignored files with the exception of .mozconfig and the objdir.

Note that I cannot see anything obvious here and I'm perfectly able to get fix-stacks from tooltool right before. Sadly I cannot wipe all the ignored files atm.

Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.