mirror-python33 failure

Bug #1277011 reported by Mark McLoughlin
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Core Infrastructure
Won't Fix
High
Esteban Arias

Bug Description

Noticed today when releasing oslo.messaging:

  https://jenkins.openstack.org/job/post-mirror-python33/319/console

2014-02-06 10:41:52.699 | File "/usr/local/lib/python2.7/dist-packages/pypi_mirror/cmd/run_mirror.py", line 255, in build_mirror
2014-02-06 10:41:52.700 | extra_search_dir=pip_cache_dir, venv_dir=venv))
2014-02-06 10:41:52.700 | File "/usr/local/lib/python2.7/dist-packages/pypi_mirror/cmd/run_mirror.py", line 108, in run_command
2014-02-06 10:41:52.701 | stderr=subprocess.STDOUT)
2014-02-06 10:41:52.701 | File "/usr/lib/python2.7/subprocess.py", line 679, in __init__
2014-02-06 10:41:52.702 | errread, errwrite)
2014-02-06 10:41:52.702 | File "/usr/lib/python2.7/subprocess.py", line 1249, in _execute_child
2014-02-06 10:41:52.702 | raise child_exception
2014-02-06 10:41:52.703 | OSError: [Errno 2] No such file or directory

This is the bit that's failing AFAICT

        venv_format = (
            "virtualenv --clear --extra-search-dir=%(extra_search_dir)s"
            " %(venv_dir)s")

                    self.run_command(
                        venv_format % dict(
                            extra_search_dir=pip_cache_dir, venv_dir=venv))

Revision history for this message
Jeremy Stanley (fungi) wrote :

Manually testing openstack-infra/pypi-mirror using Python 3.3 should allow someone to diagnose and propose a fix for this one.

tags: added: jeepyb low-hanging-fruit
Changed in openstack-ci:
status: New → Triaged
importance: Undecided → High
milestone: none → icehouse
tags: added: pypi-mirror
removed: jeepyb
Revision history for this message
Esteban Arias (earias1976) wrote :

working on it @Upstream training

Changed in openstack-ci:
assignee: nobody → Esteban Arias (earias1976)
Revision history for this message
James E. Blair (corvus) wrote :

We're now using bandersnatch instead of pypi-mirror so this should no longer be relevant.

Changed in openstack-ci:
status: Triaged → Won't Fix
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.