PMXBOT Log file Viewer

Help | Karma | Search:

#pypa-dev logs for Sunday the 1st of March, 2015

(Back to #pypa-dev overview) (Back to channel listing) (Animate logs)
[01:15:42] <pjdelport> I'm going to bed now, but for what it's worth, i'm seeing several test_freeze failures locally for that change of mine.
[01:16:28] <pjdelport> I'm not sure if it's related to the change, or related to the fact that i'm testing a non-develop branch?
[01:19:17] <pjdelport> Hmm... or, rather, the failing tests' output seem to indicate that it's because the local pip freeze output has "-f ~/.tox/distshare" added?
[01:19:40] <pjdelport> Is this a known niggle with the test_freeze tests?
[01:22:24] <pjdelport> The tests seem to be passing fine on Travis, anyway.
[19:44:25] <pjdelport> *frown*
[19:44:33] <pjdelport> Is GitHub having problems?
[19:44:54] <pjdelport> I'm having pip test failures, and it seems that git://github.com/pypa/pip-test-package isn't cloning.
[19:45:15] <pjdelport> It starts cloning, and then just hangs.
[19:45:42] <pjdelport> The GitHub web UI seems fine, and SSH repo access also seems fine, but that hangs.
[19:45:43] <sigmavirus24> pjdelport: locally or on travis?
[19:45:50] <pjdelport> sigmavirus24: Locally.
[19:46:13] <sigmavirus24> Can you clone anything else like git://github.com/kennethreitz/requests ?
[19:46:52] <pjdelport> Doesn't look like it.
[19:47:13] <pjdelport> git gets to "Cloning into 'foo'...", and then just seems to do nothing at all.
[19:47:31] <pjdelport> No progress, no network activity, no files created in the destination directory at all.
[19:47:50] <pjdelport> (It was definitely working just a few hours ago.)
[19:48:26] <sigmavirus24> pjdelport: did you try turning GitHub off and then on again?
[19:48:41] <pjdelport> Ah, wait... now there seems to be something.
[19:49:41] <pjdelport> No... just the default .git files.
[19:49:50] <pjdelport> Nothing in .git/objects
[19:52:56] <pjdelport> sigmavirus24: I wish i could. :)
[19:53:03] <pjdelport> sigmavirus24: Can you clone anything?
[19:53:05] <pjdelport> Or is this just me?
[19:58:32] <sigmavirus24> uh i hadn't checked
[19:59:06] <sigmavirus24> WFM
[19:59:10] <sigmavirus24> pjdelport: ^
[20:11:27] <pjdelport> sigmavirus24: Oh, weird...
[20:11:34] <sigmavirus24> That one worked for you?
[20:12:01] <pjdelport> That starts cloning immediately, but then hangs at: "Receiving objects: 2% (249/12435)"
[20:12:52] <pjdelport> I can retry it, and it immediately starts and then stops/hangs at the same point.
[20:13:16] <pjdelport> Hmm... or sometimes "3% (374/12435)"
[20:13:28] <sigmavirus24> git version?
[20:13:30] <pjdelport> Or "1% (125/12435)"
[20:13:47] <pjdelport> It seems to deterministically stop at the same point each time, across several retries.
[20:13:49] <pjdelport> It must be caching.
[20:15:37] <pjdelport> sigmavirus24: git 2.1.0
[20:15:58] <pjdelport> git:// doesn't use HTTP, right?
[20:16:19] <pjdelport> (If it did, i would suspect my ISP's transparent caching proxing screwing things up.)
[20:18:32] <sigmavirus24> pjdelport: I think it uses something else and a different port too
[20:18:39] <pjdelport> Yeah.
[20:18:47] <sigmavirus24> git://, for example, doesn't work on my company's VPN
[20:18:53] <pjdelport> I'm about to just give up and try tomorrow.
[20:18:59] <sigmavirus24> pjdelport: :(
[20:20:29] <pjdelport> Who'd have thought testing this branch would involve chasing so many yaks. :P
[20:39:26] <pjdelport> Ah, whatever issue it was, it seems to be resolved now.