[Twisted-Python] broken buildbots

https://buildbot.twistedmatrix.com/buildslaves/hawkowl-debian7-py34 <https://buildbot.twistedmatrix.com/buildslaves/hawkowl-debian7-py34> - which is apparently maintained by "Your Name Here <admin@youraddress.invalid>" - is presently failing all its builds because it is running out of memory. Can someone with access to this box, whoever "admin@youraddress.invalid <mailto:admin@youraddress.invalid>" is, please free up some RAM? -glyph

Oh, I spoke too soon. All the ENOMEMs are coming out of os.fork, which I guess means somehow process spawning got disabled? I am wondering if the buildslave has lingering subprocesses hanging out and blowing its cgroup quota inside its docker container (these are running inside docker, right?) -g

On Sun, 7 Jun 2015 at 03:43 Glyph <glyph@twistedmatrix.com> wrote:
ENOMEM on fork() can just mean that overcommit is disabled and there is insufficient virtual memory available to temporarily accomodate 2x the process's memory size, even though there is enough memory available to accomodate 1x.

Oh, I spoke too soon. All the ENOMEMs are coming out of os.fork, which I guess means somehow process spawning got disabled? I am wondering if the buildslave has lingering subprocesses hanging out and blowing its cgroup quota inside its docker container (these are running inside docker, right?) -g

On Sun, 7 Jun 2015 at 03:43 Glyph <glyph@twistedmatrix.com> wrote:
ENOMEM on fork() can just mean that overcommit is disabled and there is insufficient virtual memory available to temporarily accomodate 2x the process's memory size, even though there is enough memory available to accomodate 1x.
participants (2)
-
Glyph
-
Tristan Seligmann