New issue
Advanced search Search tips

Issue 767678 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner:
Closed: Sep 2017
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

bin/test_lucifer breaks upload hooks

Project Member Reported by akes...@chromium.org, Sep 22 2017

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.

 
Labels: -Pri-3 Pri-2
Run repo sync?

Keeping to clean up error messages
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?
I did run repo sync, but maybe it is being stupid and bailing out early.
Labels: -Pri-2 Pri-3
>:( indeed, repo was being dumb
Status: WontFix (was: Untriaged)

Sign in to add a comment