Closed Bug 1652759 Opened 4 years ago Closed 4 years ago

./mach bootstrap error "Toolchain `linux64-dump-syms` is not annotated as used for local development"

Categories

(Firefox Build System :: Toolchains, task)

task

Tracking

(firefox80 fixed)

RESOLVED FIXED
mozilla80
Tracking Status
firefox80 --- fixed

People

(Reporter: dholbert, Assigned: froydnj)

References

(Blocks 1 open bug)

Details

Attachments

(1 file)

I started getting this error last night, when running ./mach bootstrap --no-system-changes --application-choice browser.

Still getting it with latest mozilla-central.

 0:02.22 Toolchain `linux64-dump-syms` is not annotated as used for local development.
Error running mach:

    ['bootstrap', '--no-system-changes', '--application-choice', 'browser']

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', '/scratch/work/builds/mozilla-central/mozilla/mach', 'artifact', 'toolchain', '--bootstrap', '--from-build', 'linux64-dump-syms']' returned non-zero exit status 1.

  File "/scratch/work/builds/mozilla-central/mozilla/python/mozboot/mozboot/mach_commands.py", line 46, in bootstrap
    bootstrapper.bootstrap()
  File "/scratch/work/builds/mozilla-central/mozilla/python/mozboot/mozboot/bootstrap.py", line 483, in bootstrap
    self.maybe_install_private_packages_or_exit(state_dir,
  File "/scratch/work/builds/mozilla-central/mozilla/python/mozboot/mozboot/bootstrap.py", line 430, in maybe_install_private_packages_or_exit
    self.instance.ensure_dump_syms_packages(state_dir, checkout_root)
  File "/scratch/work/builds/mozilla-central/mozilla/python/mozboot/mozboot/linux_common.py", line 138, in ensure_dump_syms_packages
    self.install_toolchain_artifact(state_dir, checkout_root,
  File "/scratch/work/builds/mozilla-central/mozilla/python/mozboot/mozboot/base.py", line 360, in install_toolchain_artifact
    subprocess.check_call(cmd, cwd=state_dir)
  File "/usr/lib/python3.8/subprocess.py", line 364, in check_call
    raise CalledProcessError(retcode, cmd)
Sentry is attempting to send 0 pending error messages
Waiting up to 2 seconds
Press Ctrl-C to quit
Blocks: mach-busted
Assignee: nobody → nfroyd
Pushed by nfroyd@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/1ccacb1ca980
mark all dump_syms toolchains as available for local development; r=nalexander
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla80
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: