Log file Viewer
Help
|
Karma
| Search:
#pypa logs for Thursday the 29th of September, 2016
(
Back to #pypa overview
) (
Back to channel listing
) (
Animate logs
)
[
14:12:17
] <
linovia
> what could setup.py to be killed during sdist ?
[
14:13:56
] <
linovia
> command is "/usr/local/bin/python2 /source/setup.py sdist --formats=zip --dist-dir /source/.tox/dist" and logs are: https://gist.github.com/xordoquy/e008dee2ec5c0675bc3bb9b32c79c684
[
14:21:20
] <
ngoldbaum
> linovia: if it wasn't you or your sysadmin, perhaps it was the OOM killer?
[
14:22:03
] <
linovia
> ngoldbaum: well, I hope not since there's way enough RAM and it's my box so it's not me and there's no sysadmin on it :)
[
14:23:28
] <
ngoldbaum
> maybe it's in your kernel logs somewhere? unfortunately i don't know where to look offhand
[
14:23:39
] <
ngoldbaum
> that "killed" message is issued by your OS, not python
[
14:25:45
] <
Wooble
> the OOM killer does typically log something. /var/log/syslog on ubuntu IIRC, maybe elsewhere on other distros.
[
14:27:36
] <
linovia
> mm, dmesg says BUG: unable to handle kernel NULL pointer dereference at (null)
[
14:30:34
] <
linovia
> time to reboot I guess
[
14:33:48
] <
linovia
> Wooble: thanks a lot for your help, that did it
[
14:34:06
] <
linovia
> and thanks ngoldbaum as well of course
[
14:34:12
] <
Wooble
> weird. :)
[
14:34:36
] <
linovia
> not that much, I'm on OS X and docker is running within a VBox vm
[
15:51:23
] <
dirgeable
> hi! my pip is broken what should i do? heres log http://pastebin.ca/3723393
[
16:56:02
] <
ronny
> dirgeable: at first glace it looks like your pyopenssl/cryptography install is botched
[
17:00:02
] <
dirgeable
> ronny, thanks