PMXBOT Log file Viewer

Help | Karma | Search:

#pypa-dev logs for Wednesday the 10th of September, 2014

(Back to #pypa-dev overview) (Back to channel listing) (Animate logs)
[00:02:47] <dstufft> jimbaker: ping
[00:10:09] <kevinburke> gah, still getting the same error with latest develop. also, i reverted to requests 2.3.0 and the tests passed, so it's almost certainly the upgrade to 2.4.1 that breaks things.
[00:10:10] <kevinburke> https://travis-ci.org/kevinburke/pip/jobs/34866052
[01:24:03] <kevinburke> dstufft: got debugging output to work by patching scripttest, but it's failing before that
[01:24:33] <kevinburke> compare the 2.6 output https://travis-ci.org/kevinburke/pip/jobs/34871054 (test gets through but fails on a later AssertionError) to the 2.7 output (hangs forever) https://travis-ci.org/kevinburke/pip/jobs/34871055
[01:25:02] <kevinburke> next step I was going to try to send sigint to the child to see if it'll the traceback
[01:25:07] <kevinburke> s/the/print the
[01:31:33] <dstufft> kevinburke: I'm trying to remember what was causing this before...
[01:31:36] <dstufft> it was something crazy
[01:33:18] <kevinburke> it might be session.close
[01:34:23] <kevinburke> we'll see, tests are running again now with send_signal(signal.SIGINT)
[02:53:17] <kevinburke> oh man
[02:53:18] <kevinburke> AssertionError: Script returned code: -2
[03:11:12] <kevinburke> okay. requests 2.4.0 works so there are only a few changes that could cause this
[03:16:35] <kevinburke> here is what I know about it so far. https://gist.github.com/kevinburke/2f77623e8debd26b9532
[03:56:38] <kevinburke> dstufft: so, really weird
[03:56:52] <kevinburke> the test hangs if you make this change: https://github.com/kevinburke/pip/compare/dca878e2fd2d...df428c6c3548
[03:58:20] <dstufft> kevinburke: wat
[03:58:37] <kevinburke> (I don't understand it. I just observe and report).
[03:58:51] <kevinburke> if you don't include the relative import, all of the tests pass
[03:59:05] <kevinburke> also, why this is only relevant for the second "pip install --user" command
[03:59:12] <kevinburke> maybe initools messes with the certifi import?
[03:59:49] <kevinburke> i never tested whether changing the project name makes a difference
[04:02:28] <kevinburke> this is a potential issue though because anyone who runs "make clean vendor" might run into the same issue
[04:02:38] <kevinburke> also concerning that it's not clear what's going on
[20:45:31] <dstufft> jaraco__: I might not be able to do the prerelease thing for setuptools... I'm having a hard time making it work correctly, the code is a bit of a mess and I'm not familar with it :(