Skip to content

Instantly share code, notes, and snippets.

@daleharvey
Created April 24, 2019 14:35
Show Gist options
  • Save daleharvey/94e8f6ba9e5ff5be94bb75d95c4f5508 to your computer and use it in GitHub Desktop.
Save daleharvey/94e8f6ba9e5ff5be94bb75d95c4f5508 to your computer and use it in GitHub Desktop.
~/src/gecko (1544273)$ pip install --upgrade pip
DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7.
Requirement already up-to-date: pip in /usr/local/lib/python2.7/site-packages (19.1)
~/src/gecko (1544273)$ ./mach build
0:00.30 /usr/bin/make -f client.mk -s
0:01.28 Adding client.mk options from /Users/dale/src/dotfiles/moz/firefox.mozconfig:
0:01.28 AUTOCLOBBER=1
0:01.28 MOZ_OBJDIR=/Users/dale/src/gecko/objdir/firefox-opt
0:01.28 OBJDIR=/Users/dale/src/gecko/objdir/firefox-opt
0:01.28 FOUND_MOZCONFIG=/Users/dale/src/dotfiles/moz/firefox.mozconfig
0:02.25 Collecting taskcluster==0.0.32
0:02.29 Using cached https://files.pythonhosted.org/packages/ff/b1/6fa388ce8fc3340e059d1d3a83692d142a0b4eb1c3c7417e94210a35baa0/taskcluster-0.0.32.tar.gz
0:02.58 Requirement already satisfied (use --upgrade to upgrade): requests<3,>=2.4.3 in /Users/dale/src/gecko/python/requests (from taskcluster==0.0.32)
0:02.59 Collecting PyHawk_with_a_single_extra_commit==0.1.5 (from taskcluster==0.0.32)
0:02.70 Could not find a version that satisfies the requirement PyHawk_with_a_single_extra_commit==0.1.5 (from taskcluster==0.0.32) (from versions: )
0:02.70 No matching distribution found for PyHawk_with_a_single_extra_commit==0.1.5 (from taskcluster==0.0.32)
0:02.72 You are using pip version 8.1.2, however version 19.1 is available.
0:02.72 You should consider upgrading via the 'pip install --upgrade pip' command.
0:02.75 Error running mach:
0:02.75
0:02.75 ['--log-no-times', 'artifact', 'install']
0:02.75
0:02.75 The error occurred in code that was called by the mach command. This is either
0:02.75 a bug in the called code itself or in the way that mach is calling it.
0:02.75
0:02.75 You should consider filing a bug for this issue.
0:02.75
0:02.75 If filing a bug, please include the full output of mach, including this error
0:02.75 message.
0:02.75
0:02.75 The details of the failure are as follows:
0:02.75
0:02.75 CalledProcessError: Command '[u'/Users/dale/src/gecko/objdir/firefox-opt/_virtualenv/bin/pip', u'install', u'--use-wheel', u'taskcluster==0.0.32']' returned non-zero exit status 1
0:02.75
0:02.75 File "/Users/dale/src/gecko/python/mozbuild/mozbuild/mach_commands.py", line 1557, in artifact_install
0:02.75 artifacts = self._make_artifacts(tree=tree, job=job, skip_cache=skip_cache)
0:02.75 File "/Users/dale/src/gecko/python/mozbuild/mozbuild/mach_commands.py", line 1507, in _make_artifacts
0:02.75 self._install_pip_package(package)
0:02.75 File "/Users/dale/src/gecko/python/mozbuild/mozbuild/mach_commands.py", line 1495, in _install_pip_package
0:02.75 self.virtualenv_manager.install_pip_package(package)
0:02.75 File "/Users/dale/src/gecko/python/mozbuild/mozbuild/virtualenv.py", line 488, in install_pip_package
0:02.75 return self._run_pip(args)
0:02.75 File "/Users/dale/src/gecko/python/mozbuild/mozbuild/virtualenv.py", line 524, in _run_pip
0:02.75 stderr=subprocess.STDOUT)
0:02.75 File "/usr/local/Cellar/python@2/2.7.16/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 190, in check_call
0:02.75 raise CalledProcessError(retcode, cmd)
0:02.77 make[4]: *** [recurse_artifact] Error 1
0:02.77 make[3]: *** [artifact] Error 2
0:02.77 make[2]: *** [default] Error 2
0:02.77 make[1]: *** [realbuild] Error 2
0:02.77 make: *** [build] Error 2
0:02.80 0 compiler warnings present.
0:02.82 Failed to parse ccache stats output: stats updated Wed Apr 24 13:39:02 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment