Project

General

Profile

Actions

Bug #11662

closed

"error: Can't download https://pypi.python.org..." in ceph-deploy-hammer-distro-basic-vps run

Added by Yuri Weinstein almost 9 years ago. Updated over 8 years ago.

Status:
Can't reproduce
Priority:
Urgent
Assignee:
-
Category:
-
Target version:
-
% Done:

0%

Source:
other
Tags:
Backport:
Regression:
No
Severity:
1 - critical
Reviewed:
Affected Versions:
ceph-qa-suite:
ceph-deploy
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

hammer v0.94.2 release
Run:http://pulpito.ceph.com/teuthology-2015-05-17_10:05:19-ceph-deploy-hammer-distro-basic-vps/
Jobs: all
Logs: http://qa-proxy.ceph.com/teuthology/teuthology-2015-05-17_10:05:19-ceph-deploy-hammer-distro-basic-vps/896502/teuthology.log

2015-05-17T10:17:24.584 INFO:teuthology.orchestra.run.vpm067.stdout:Adding ceph-deploy 1.5.23 to easy-install.pth file
2015-05-17T10:17:24.586 INFO:teuthology.orchestra.run.vpm067.stdout:Installing ceph-deploy script to /home/ubuntu/cephtest/ceph-deploy/virtualenv/bin
2015-05-17T10:17:24.587 INFO:teuthology.orchestra.run.vpm067.stdout:
2015-05-17T10:17:24.587 INFO:teuthology.orchestra.run.vpm067.stdout:Installed /home/ubuntu/cephtest/ceph-deploy
2015-05-17T10:17:24.587 INFO:teuthology.orchestra.run.vpm067.stdout:Processing dependencies for ceph-deploy==1.5.23
2015-05-17T10:17:24.589 INFO:teuthology.orchestra.run.vpm067.stdout:Searching for argparse
2015-05-17T10:17:24.589 INFO:teuthology.orchestra.run.vpm067.stdout:Reading https://pypi.python.org/simple/argparse/
2015-05-17T10:17:24.682 INFO:teuthology.orchestra.run.vpm067.stdout:Best match: argparse 1.3.0
2015-05-17T10:17:24.683 INFO:teuthology.orchestra.run.vpm067.stdout:Downloading https://pypi.python.org/packages/source/a/argparse/argparse-1.3.0.tar.gz#md5=9bcf7f612190885c8c85e30ba41db3c7
2015-05-17T10:17:24.783 INFO:teuthology.orchestra.run.vpm067.stderr:error: Can't download https://pypi.python.org/packages/source/a/argparse/argparse-1.3.0.tar.gz#md5=9bcf7f612190885c8c85e30ba41db3c7: 403 Forbidden
2015-05-17T10:17:24.795 ERROR:teuthology.contextutil:Saw exception from nested tasks
Traceback (most recent call last):
  File "/home/teuthworker/src/teuthology_master/teuthology/contextutil.py", line 28, in nested
    vars.append(enter())
  File "/usr/lib/python2.7/contextlib.py", line 17, in __enter__
    return self.gen.next()
  File "/var/lib/teuthworker/src/ceph-qa-suite_hammer/tasks/ceph_deploy.py", line 49, in download_ceph_deploy
    './bootstrap',
  File "/home/teuthworker/src/teuthology_master/teuthology/orchestra/cluster.py", line 64, in run
    return [remote.run(**kwargs) for remote in remotes]
  File "/home/teuthworker/src/teuthology_master/teuthology/orchestra/remote.py", line 156, in run
    r = self._runner(client=self.ssh, name=self.shortname, **kwargs)
  File "/home/teuthworker/src/teuthology_master/teuthology/orchestra/run.py", line 378, in run
    r.wait()
  File "/home/teuthworker/src/teuthology_master/teuthology/orchestra/run.py", line 114, in wait
    label=self.label)
CommandFailedError: Command failed on vpm067 with status 1: 'cd /home/ubuntu/cephtest/ceph-deploy && ./bootstrap'

Related issues 1 (0 open1 closed)

Copied to devops - Bug #11675: "error: Can't download https://pypi.python.org..." in ceph-deploy-hammer-distro-basic-vps runCan't reproduce05/17/2015

Actions
Actions #1

Updated by Ken Dreyer almost 9 years ago

Apparently PyPI does implement some rate-limiting: https://mail.python.org/pipermail/distutils-sig/2014-February/023831.html

... but this doesn't appear to be our problem, because 1) the URL above (https://pypi.python.org/packages/) is not among the list of rate-limited URLs in that email announcement, and 2) we got an HTTP 403 error here, not HTTP 429 as that email announcement describes.

Actions #2

Updated by Sage Weil over 8 years ago

  • Status changed from New to Can't reproduce
Actions

Also available in: Atom PDF