Intermittent [android][Sym] distutils.errors.DistutilsExecError: command 'x86_64-linux-gnu-gcc' failed with exit status 1
Categories
(Firefox Build System :: General, defect, P5)
Tracking
(Not tracked)
People
(Reporter: intermittent-bug-filer, Unassigned)
References
Details
(Keywords: intermittent-failure)
Filed by: btara [at] mozilla.com
Parsed log: https://treeherder.mozilla.org/logviewer.html#?job_id=316804239&repo=try
Full log: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/TvDSlv-nQL-Gllr1zRGPEQ/runs/0/artifacts/public/logs/live_backing.log
[fetches 2020-09-26T12:44:05.705Z] finished fetching artifacts
[task 2020-09-26T12:44:05.705Z] executing ['bash', '-cx', './mach python toolkit/crashreporter/tools/upload_symbols.py https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/UMAue_2jQhGsZZYGb5sgMw/artifacts/public/build/target.crashreporter-symbols-full.tar.zst']in /builds/worker/checkouts/gecko
[task 2020-09-26T12:44:05.707Z] + ./mach python toolkit/crashreporter/tools/upload_symbols.py https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/UMAue_2jQhGsZZYGb5sgMw/artifacts/public/build/target.crashreporter-symbols-full.tar.zst
[task 2020-09-26T12:44:06.650Z] Using base prefix '/usr'
[task 2020-09-26T12:44:06.650Z] New python executable in /builds/worker/checkouts/gecko/obj-x86_64-pc-linux-gnu/_virtualenvs/init_py3/bin/python3
[task 2020-09-26T12:44:06.650Z] Also creating executable in /builds/worker/checkouts/gecko/obj-x86_64-pc-linux-gnu/_virtualenvs/init_py3/bin/python
[task 2020-09-26T12:44:06.650Z] Installing setuptools, pip, wheel...
[task 2020-09-26T12:44:08.185Z] done.
[task 2020-09-26T12:44:08.388Z] running build_ext
[task 2020-09-26T12:44:08.388Z] building 'psutil._psutil_linux' extension
[task 2020-09-26T12:44:08.388Z] creating build
[task 2020-09-26T12:44:08.388Z] creating build/temp.linux-x86_64-3.7
[task 2020-09-26T12:44:08.388Z] creating build/temp.linux-x86_64-3.7/psutil
[task 2020-09-26T12:44:08.388Z] x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DPSUTIL_POSIX=1 -DPSUTIL_SIZEOF_PID_T=4 -DPSUTIL_VERSION=570 -DPSUTIL_LINUX=1 -DPSUTIL_ETHTOOL_MISSING_TYPES=1 -I/usr/include/python3.7m -I/builds/worker/checkouts/gecko/obj-x86_64-pc-linux-gnu/_virtualenvs/init_py3/include/python3.7m -c psutil/_psutil_common.c -o build/temp.linux-x86_64-3.7/psutil/_psutil_common.o
[task 2020-09-26T12:44:08.388Z] Traceback (most recent call last):
[task 2020-09-26T12:44:08.388Z] File "/usr/lib/python3.7/distutils/unixccompiler.py", line 118, in _compile
[task 2020-09-26T12:44:08.388Z] extra_postargs)
[task 2020-09-26T12:44:08.388Z] File "/usr/lib/python3.7/distutils/ccompiler.py", line 909, in spawn
[task 2020-09-26T12:44:08.388Z] spawn(cmd, dry_run=self.dry_run)
[task 2020-09-26T12:44:08.388Z] File "/usr/lib/python3.7/distutils/spawn.py", line 36, in spawn
[task 2020-09-26T12:44:08.388Z] _spawn_posix(cmd, search_path, dry_run=dry_run)
[task 2020-09-26T12:44:08.388Z] File "/usr/lib/python3.7/distutils/spawn.py", line 159, in _spawn_posix
[task 2020-09-26T12:44:08.388Z] % (cmd, exit_status))
[task 2020-09-26T12:44:08.388Z] distutils.errors.DistutilsExecError: command 'x86_64-linux-gnu-gcc' failed with exit status 1
[task 2020-09-26T12:44:08.388Z]
[task 2020-09-26T12:44:08.388Z] During handling of the above exception, another exception occurred:
[task 2020-09-26T12:44:08.388Z]
[task 2020-09-26T12:44:08.388Z] Traceback (most recent call last):
[task 2020-09-26T12:44:08.388Z] File "/usr/lib/python3.7/distutils/core.py", line 148, in setup
[task 2020-09-26T12:44:08.388Z] dist.run_commands()
[task 2020-09-26T12:44:08.388Z] File "/usr/lib/python3.7/distutils/dist.py", line 966, in run_commands
[task 2020-09-26T12:44:08.388Z] self.run_command(cmd)
[task 2020-09-26T12:44:08.388Z] File "/usr/lib/python3.7/distutils/dist.py", line 985, in run_command
[task 2020-09-26T12:44:08.388Z] cmd_obj.run()
[task 2020-09-26T12:44:08.388Z] File "/builds/worker/checkouts/gecko/obj-x86_64-pc-linux-gnu/_virtualenvs/init_py3/lib/python3.7/site-packages/setuptools/command/build_ext.py", line 84, in run
[task 2020-09-26T12:44:08.388Z] _build_ext.run(self)
[task 2020-09-26T12:44:08.388Z] File "/usr/lib/python3.7/distutils/command/build_ext.py", line 340, in run
[task 2020-09-26T12:44:08.388Z] self.build_extensions()
[task 2020-09-26T12:44:08.388Z] File "/usr/lib/python3.7/distutils/command/build_ext.py", line 449, in build_extensions
[task 2020-09-26T12:44:08.388Z] self._build_extensions_serial()
[task 2020-09-26T12:44:08.388Z] File "/usr/lib/python3.7/distutils/command/build_ext.py", line 474, in _build_extensions_serial
[task 2020-09-26T12:44:08.388Z] self.build_extension(ext)
[task 2020-09-26T12:44:08.388Z] File "/builds/worker/checkouts/gecko/obj-x86_64-pc-linux-gnu/_virtualenvs/init_py3/lib/python3.7/site-packages/setuptools/command/build_ext.py", line 205, in build_extension
[task 2020-09-26T12:44:08.388Z] _build_ext.build_extension(self, ext)
[task 2020-09-26T12:44:08.388Z] File "/usr/lib/python3.7/distutils/command/build_ext.py", line 534, in build_extension
[task 2020-09-26T12:44:08.388Z] depends=ext.depends)
[task 2020-09-26T12:44:08.388Z] File "/usr/lib/python3.7/distutils/ccompiler.py", line 574, in compile
[task 2020-09-26T12:44:08.388Z] self._compile(obj, src, ext, cc_args, extra_postargs, pp_opts)
[task 2020-09-26T12:44:08.388Z] File "/usr/lib/python3.7/distutils/unixccompiler.py", line 120, in _compile
[task 2020-09-26T12:44:08.388Z] raise CompileError(msg)
[task 2020-09-26T12:44:08.388Z] distutils.errors.CompileError: command 'x86_64-linux-gnu-gcc' failed with exit status 1
[task 2020-09-26T12:44:08.388Z]
[task 2020-09-26T12:44:08.388Z] During handling of the above exception, another exception occurred:
[task 2020-09-26T12:44:08.388Z]
[task 2020-09-26T12:44:08.388Z] Traceback (most recent call last):
[task 2020-09-26T12:44:08.388Z] File "/builds/worker/checkouts/gecko/third_party/python/psutil/setup.py", line 393, in main
[task 2020-09-26T12:44:08.389Z] setup(**kwargs)
[task 2020-09-26T12:44:08.389Z] File "/builds/worker/checkouts/gecko/obj-x86_64-pc-linux-gnu/_virtualenvs/init_py3/lib/python3.7/site-packages/setuptools/init.py", line 145, in setup
[task 2020-09-26T12:44:08.389Z] return distutils.core.setup(**attrs)
[task 2020-09-26T12:44:08.389Z] File "/usr/lib/python3.7/distutils/core.py", line 163, in setup
[task 2020-09-26T12:44:08.389Z] raise SystemExit("error: " + str(msg))
[task 2020-09-26T12:44:08.389Z] SystemExit: error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
[task 2020-09-26T12:44:08.389Z]
[task 2020-09-26T12:44:08.389Z] During handling of the above exception, another exception occurred:
[task 2020-09-26T12:44:08.389Z]
[task 2020-09-26T12:44:08.389Z] Traceback (most recent call last):
[task 2020-09-26T12:44:08.389Z] File "/builds/worker/checkouts/gecko/third_party/python/psutil/setup.py", line 426, in <module>
[task 2020-09-26T12:44:08.389Z] main()
[task 2020-09-26T12:44:08.389Z] File "/builds/worker/checkouts/gecko/third_party/python/psutil/setup.py", line 400, in main
[task 2020-09-26T12:44:08.389Z] missdeps("sudo apt-get install gcc python%s-dev" % py3)
[task 2020-09-26T12:44:08.389Z] File "/builds/worker/checkouts/gecko/third_party/python/psutil/setup.py", line 116, in missdeps
[task 2020-09-26T12:44:08.389Z] s = hilite("C compiler or Python headers are not installed ", ok=False)
[task 2020-09-26T12:44:08.389Z] TypeError: hilite() got an unexpected keyword argument 'ok'
[task 2020-09-26T12:44:08.389Z]
[task 2020-09-26T12:44:08.389Z] Error processing command. Ignoring because optional. (optional:setup.py:third_party/python/psutil:build_ext:--inplace)
[task 2020-09-26T12:44:08.389Z] Error processing command. Ignoring because optional. (optional:packages.txt:comm/build/virtualenv_packages.txt)
[task 2020-09-26T12:44:09.269Z] Collecting zstandard<=0.13.0,>=0.9.0
[task 2020-09-26T12:44:09.290Z] Downloading https://files.pythonhosted.org/packages/0a/16/b2329e714a1f216ba01742caf6853f520b3f1afc5fbcc8518f071989607a/zstandard-0.13.0-cp37-cp37m-manylinux2014_x86_64.whl (3.5MB)
[task 2020-09-26T12:44:09.602Z] Collecting cffi>=1.11
[task 2020-09-26T12:44:09.608Z] Downloading https://files.pythonhosted.org/packages/26/d7/1c485a42d59d45f14f27bb93769e56142518c85ddf379dbdad7e42d0ffcd/cffi-1.14.3-cp37-cp37m-manylinux1_x86_64.whl (401kB)
[task 2020-09-26T12:44:09.646Z] Collecting pycparser
[task 2020-09-26T12:44:09.651Z] Downloading https://files.pythonhosted.org/packages/ae/e7/d9c3a176ca4b02024debf82342dab36efadfc5776f9c8db077e8f6e71821/pycparser-2.20-py2.py3-none-any.whl (112kB)
[task 2020-09-26T12:44:09.684Z] Installing collected packages: pycparser, cffi, zstandard
[task 2020-09-26T12:44:09.841Z] Successfully installed cffi-1.14.3 pycparser-2.20 zstandard-0.13.0
[task 2020-09-26T12:44:09.885Z] INFO:upload-symbols:Preparing symbol archive "/tmp/tmpt4ecsxlm/symbols.zip" from "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/UMAue_2jQhGsZZYGb5sgMw/artifacts/public/build/target.crashreporter-symbols-full.tar.zst"
[task 2020-09-26T12:44:10.204Z] INFO:upload-symbols:BadCertAndPinningServer/583094590D182C9723BAC8FD96F522FA0/BadCertAndPinningServer.dbg
...
| Comment hidden (Intermittent Failures Robot) |
Updated•5 years ago
|
Description
•