Intermittent CalledProcessError: Command '[u\\..\obj-x86_64-pc-mingw32\\_virtualenvs\\src-v_TZBEAz-3\\Scripts\\pip', u'install', u'--requirement', u'/src\\tools/lint/rst/requirements.txt', u'--require-hashes', u'--quiet']' returned non-zero exit status 1
Categories
(Firefox Build System :: General, defect, P5)
Tracking
(firefox-esr68 unaffected, firefox-esr78 unaffected, firefox79 unaffected, firefox80 wontfix, firefox81 fix-optional)
Tracking | Status | |
---|---|---|
firefox-esr68 | --- | unaffected |
firefox-esr78 | --- | unaffected |
firefox79 | --- | unaffected |
firefox80 | --- | wontfix |
firefox81 | --- | fix-optional |
People
(Reporter: intermittent-bug-filer, Unassigned)
References
(Regression)
Details
(Keywords: intermittent-failure, regression)
Filed by: ncsoregi [at] mozilla.com
Parsed log: https://treeherder.mozilla.org/logviewer.html#?job_id=311006985&repo=mozilla-central
Full log: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/cJP-SV7_TR2XJBHpFB2Wew/runs/0/artifacts/public/logs/live_backing.log
[task 2020-07-24T21:45:48.248Z] 1:14.47 ========================== 1 passed in 7.31 seconds ===========================
[task 2020-07-24T21:45:48.653Z] ERROR: jsonschema 3.2.0 requires pyrsistent>=0.14.0, which is not installed.
[task 2020-07-24T21:45:48.653Z] ERROR: jsonschema 3.2.0 requires six>=1.11.0, which is not installed.
[task 2020-07-24T21:45:50.069Z] ERROR: Command errored out with exit status 1:
[task 2020-07-24T21:45:50.069Z] command: 'z:\task_1595626028\build\src\obj-x86_64-pc-mingw32_virtualenvs\src-v_tzbeaz-3\scripts\python3.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\task_1595626028\AppData\Local\Temp\pip-install-t4aum8fy\rstcheck\setup.py'"'"'; file='"'"'C:\Users\task_1595626028\AppData\Local\Temp\pip-install-t4aum8fy\rstcheck\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\task_1595626028\AppData\Local\Temp\pip-pip-egg-info-p7dkq3yc'
[task 2020-07-24T21:45:50.069Z] cwd: C:\Users\task_1595626028\AppData\Local\Temp\pip-install-t4aum8fy\rstcheck
[task 2020-07-24T21:45:50.069Z] Complete output (5 lines):
[task 2020-07-24T21:45:50.069Z] Traceback (most recent call last):
[task 2020-07-24T21:45:50.069Z] File "<string>", line 1, in <module>
[task 2020-07-24T21:45:50.069Z] File "C:\Users\task_1595626028\AppData\Local\Temp\pip-install-t4aum8fy\rstcheck\setup.py", line 20, in <module>
[task 2020-07-24T21:45:50.069Z] setuptools.setup(
[task 2020-07-24T21:45:50.069Z] AttributeError: module 'setuptools' has no attribute 'setup'
[task 2020-07-24T21:45:50.070Z] ----------------------------------------
[task 2020-07-24T21:45:50.070Z] ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
[task 2020-07-24T21:46:11.145Z] Error running mach:
[task 2020-07-24T21:46:11.145Z]
[task 2020-07-24T21:46:11.145Z] ['python-test', '--python', '3', '--subsuite', 'mozlint', '--run-slow']
[task 2020-07-24T21:46:11.145Z]
[task 2020-07-24T21:46:11.145Z] The error occurred in code that was called by the mach command. This is either
[task 2020-07-24T21:46:11.145Z] a bug in the called code itself or in the way that mach is calling it.
[task 2020-07-24T21:46:11.145Z] You can invoke |./mach busted| to check if this issue is already on file. If it
[task 2020-07-24T21:46:11.145Z] isn't, please use |./mach busted file python-test| to report it. If |./mach busted| is
[task 2020-07-24T21:46:11.145Z] misbehaving, you can also inspect the dependencies of bug 1543241.
[task 2020-07-24T21:46:11.145Z]
[task 2020-07-24T21:46:11.145Z] If filing a bug, please include the full output of mach, including this error
[task 2020-07-24T21:46:11.145Z] message.
[task 2020-07-24T21:46:11.145Z]
[task 2020-07-24T21:46:11.145Z] The details of the failure are as follows:
[task 2020-07-24T21:46:11.145Z]
[task 2020-07-24T21:46:11.145Z] CalledProcessError: Command '[u'Z:\task_1595626028\build\src\obj-x86_64-pc-mingw32\_virtualenvs\src-v_TZBEAz-3\Scripts\pip', u'install', u'--requirement', u'Z:/task_1595626028/build/src\tools/lint/rst/requirements.txt', u'--require-hashes', u'--quiet']' returned non-zero exit status 1
[task 2020-07-24T21:46:11.145Z]
[task 2020-07-24T21:46:11.145Z] File "Z:\task_1595626028\build\src\python/mach_commands.py", line 128, in python_test
[task 2020-07-24T21:46:11.145Z] return self.run_python_tests(*args, **kwargs)
[task 2020-07-24T21:46:11.145Z] File "Z:\task_1595626028\build\src\python/mach_commands.py", line 218, in run_python_tests
[task 2020-07-24T21:46:11.145Z] return_code = on_test_finished(future.result())
[task 2020-07-24T21:46:11.145Z] File "Z:\task_1595626028\build\src\third_party/python/futures\concurrent\futures_base.py", line 398, in result
[task 2020-07-24T21:46:11.145Z] return self.__get_result()
[task 2020-07-24T21:46:11.145Z] File "Z:\task_1595626028\build\src\third_party/python/futures\concurrent\futures\thread.py", line 55, in run
[task 2020-07-24T21:46:11.145Z] result = self.fn(*self.args, **self.kwargs)
[task 2020-07-24T21:46:11.145Z] File "Z:\task_1595626028\build\src\python/mach_commands.py", line 271, in _run_python_test
[task 2020-07-24T21:46:11.145Z] self.virtualenv_manager.install_pip_requirements(test['requirements'], quiet=True)
[task 2020-07-24T21:46:11.145Z] File "Z:\task_1595626028\build\src\python/mozbuild\mozbuild\virtualenv.py", line 600, in install_pip_requirements
[task 2020-07-24T21:46:11.145Z] return self._run_pip(args)
[task 2020-07-24T21:46:11.145Z] File "Z:\task_1595626028\build\src\python/mozbuild\mozbuild\virtualenv.py", line 612, in _run_pip
[task 2020-07-24T21:46:11.145Z] universal_newlines=PY3)
[task 2020-07-24T21:46:11.145Z] File "c:\mozilla-build\python\lib\subprocess.py", line 190, in check_call
[task 2020-07-24T21:46:11.145Z] raise CalledProcessError(retcode, cmd)
[fetches 2020-07-24T21:46:11.285Z] removing Z:/task_1595626028/fetches
[fetches 2020-07-24T21:46:12.977Z] finished
[taskcluster 2020-07-24T21:46:13.000Z] Exit Code: 1
[taskcluster 2020-07-24T21:46:13.000Z] User Time: 0s
[taskcluster 2020-07-24T21:46:13.000Z] Kernel Time: 15.625ms
[taskcluster 2020-07-24T21:46:13.000Z] Wall Time: 2m5.0841945s
[taskcluster 2020-07-24T21:46:13.000Z] Result: FAILED
[taskcluster 2020-07-24T21:46:13.000Z] === Task Finished ===
[taskcluster 2020-07-24T21:46:13.000Z] Task Duration: 2m5.0861465s
[taskcluster 2020-07-24T21:46:13.000Z] [mounts] Preserving cache: Moving "Z:\task_1595626028\build" to "Z:\caches\dXicXZ-nRhKzVDCoVOcV0w"
[taskcluster 2020-07-24T21:46:13.044Z] [mounts] Denying task_1595626028 access to 'Z:\caches\dXicXZ-nRhKzVDCoVOcV0w'
[taskcluster 2020-07-24T21:46:36.342Z] Uploading redirect artifact public/logs/live.log to URL https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/cJP-SV7_TR2XJBHpFB2Wew/runs/0/artifacts/public/logs/live_backing.log with mime type "text/plain; charset=utf-8" and expiry 2021-07-24T21:41:59.231Z
[taskcluster:error] exit status 1
Comment hidden (Intermittent Failures Robot) |
Comment 2•4 years ago
|
||
Set release status flags based on info from the regressing bug 1652503
Updated•4 years ago
|
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Updated•4 years ago
|
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment 7•4 years ago
|
||
https://wiki.mozilla.org/Bug_Triage#Intermittent_Test_Failure_Cleanup
For more information, please visit auto_nag documentation.
Updated•4 years ago
|
Description
•