bin/test_lucifer breaks upload hooks |
|||
Issue description~/chromiumos/src/third_party/autotest/files/client/site_tests/login_MultipleSessions$ repo upload . Run hook scripts from https://chrome-internal.googlesource.com/chromeos/manifest-internal.git (yes/always/NO)? yes Errors in PROJECT *chromiumos/third_party/autotest*! COMMIT 9a81674b: Description: >remove login_MultipleSessions from CQ > >BUG=chromium:767094 >TEST=None > >Change-Id: I664efeb6438db35f1d2b6019218f54201cdc1390 > > Errors: * Hook script "./bin/test_lucifer" failed with code 1: Could not find a version that satisfies the requirement Django==1.5.1 (from -r /tmp/tmpAMOb2c (line 5)) (from versions: ) No matching distribution found for Django==1.5.1 (from -r /tmp/tmpAMOb2c (line 5)) Traceback (most recent call last): File "/usr/lib/python2.7/runpy.py", line 162, in _run_module_as_main "__main__", fname, loader, pkg_name) File "/usr/lib/python2.7/runpy.py", line 72, in _run_code exec code in run_globals File "/usr/local/google/home/akeshet/chromiumos/infra_virtualenv/venv/cros_venv/scripts/create_venv.py", line 46, in <module> main() File "/usr/local/google/home/akeshet/chromiumos/infra_virtualenv/venv/cros_venv/scripts/create_venv.py", line 35, in main print(venv.ensure()) File "/usr/local/google/home/akeshet/chromiumos/infra_virtualenv/venv/cros_venv/venvlib.py", line 174, in ensure self._check_or_create() File "/usr/local/google/home/akeshet/chromiumos/infra_virtualenv/venv/cros_venv/venvlib.py", line 182, in _check_or_create self._create() File "/usr/local/google/home/akeshet/chromiumos/infra_virtualenv/venv/cros_venv/venvlib.py", line 194, in _create logfile=logfile) File "/usr/local/google/home/akeshet/chromiumos/infra_virtualenv/venv/cros_venv/venvlib.py", line 289, in _install_reqs_file _log_check_call(command, logfile=logfile) File "/usr/local/google/home/akeshet/chromiumos/infra_virtualenv/venv/cros_venv/venvlib.py", line 304, in wrapped_command call_func(args, stdout=logfile, **kwargs) File "/usr/lib/python2.7/subprocess.py", line 540, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '[u'/usr/local/google/home/akeshet/.cache/cros_venv/venv-2.7.6-abce2f95a5828957511b81e5c81992fd/bin/python', u'-m', u'pip', u'install', u'--no-index', u'-f', u'file:///usr/local/google/home/akeshet/chromiumos/infra_virtualenv/pip_packages', u'-r', '/tmp/tmpAMOb2c']' returned non-zero exit status 1 ERROR: Failed to set up a virtualenv.
,
Sep 22 2017
The new Django dep was introduced by https://chromium-review.googlesource.com/666140 Did you forget to generate a wheel for this and include it in infra_packages?
,
Sep 22 2017
I did run repo sync, but maybe it is being stupid and bailing out early.
,
Sep 22 2017
>:( indeed, repo was being dumb
,
Sep 26 2017
|
|||
►
Sign in to add a comment |
|||
Comment 1 by ayatane@chromium.org
, Sep 22 2017