build can hang while trying to find dependencies #1753

Closed
opened 2012-06-01 01:19:23 +00:00 by davidsarah · 2 comments
davidsarah commented 2012-06-01 01:19:23 +00:00
Owner
$ python setup.py test
[...]
Searching for pycryptopp>=0.6.0
Reading <http://pypi.python.org/simple/pycryptopp/>
Reading <http://allmydata.org/trac/pycryptopp>
Reading <http://tahoe-lafs.org/trac/pycryptopp>
Reading <http://allmydata.org/source/pycryptopp>
Reading <http://allmydata.org/source/zfec>
[for ~20 minutes]hangs
^C^Cinterrupted

I don't know whether it is significant that it was trying to connect to allmydata.org; that resolves to the same IP as tahoe-lafs.org, so it should be harmless. Anyway, if there is no timeout then that is very broken.

``` $ python setup.py test [...] Searching for pycryptopp>=0.6.0 Reading <http://pypi.python.org/simple/pycryptopp/> Reading <http://allmydata.org/trac/pycryptopp> Reading <http://tahoe-lafs.org/trac/pycryptopp> Reading <http://allmydata.org/source/pycryptopp> Reading <http://allmydata.org/source/zfec> [for ~20 minutes]hangs ^C^Cinterrupted ``` I don't know whether it is significant that it was trying to connect to allmydata.org; that resolves to the same IP as tahoe-lafs.org, so it should be harmless. Anyway, if there is no timeout then that is very broken.
tahoe-lafs added the
packaging
normal
defect
1.9.1
labels 2012-06-01 01:19:23 +00:00
tahoe-lafs added this to the undecided milestone 2012-06-01 01:19:23 +00:00

dstufft says that pip has timeouts for this.

dstufft says that pip has timeouts for this.

We no longer have find_links= in our setup.cfg, since pip doesn't honor them. And modern pip does timeout when it cannot talk to PyPI (I've seen it do this after about 30-60 seconds). So I think this one can be closed.

We no longer have `find_links=` in our setup.cfg, since pip doesn't honor them. And modern pip does timeout when it cannot talk to PyPI (I've seen it do this after about 30-60 seconds). So I think this one can be closed.
warner added the
fixed
label 2016-03-26 23:29:37 +00:00
warner modified the milestone from undecided to 1.11.0 2016-03-26 23:29:37 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Reference: tahoe-lafs/trac-2024-07-25#1753
No description provided.