[Buildbot-status]Buildbot failure in Python on AMD64 Ubuntu 3.x
The Buildbot has detected a new failure on builder AMD64 Ubuntu 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/154/builds/282
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: einat-ubuntu
Build Reason: <unknown> Blamelist: Alexandru Ardelean <ardeleanalex@gmail.com>, Ammar Askar <ammar_askar@hotmail.com>, Ben Hoyt <benhoyt@gmail.com>, Benjamin Peterson <benjamin@python.org>, Berker Peksag <berker.peksag@gmail.com>, Brett Cannon <brettcannon@users.noreply.github.com>, Christian Heimes <christian@python.org>, Danny Hermes <daniel.j.hermes@gmail.com>, David Cuthbert <dacut@kanga.org>, Elvis Pranskevichus <elvis@magic.io>, Ethan Furman <ethan@stoneleaf.us>, Géry Ogam <gery.ogam@gmail.com>, Joe Pamer <jopamer@users.noreply.github.com>, Joni Kähärä <joni.kahara@gmail.com>, João Júnior <joaojunior.ma@gmail.com>, Krzysztof Wroblewski <krzysiek.wr@gmail.com>, Lisa Roach <lisaroach14@gmail.com>, Miguel Ángel García <magmax@users.noreply.github.com>, Nathaniel J. Smith <njs@pobox.com>, Petr Viktorin <encukou@gmail.com>, Raymond Hettinger <rhettinger@users.noreply.github.com>, Ross Burton <ross@burtonini.com>, Serhiy Storchaka <storchaka@gmail.com>, Silas Sewell <silas@sewell.org>, Steve Dower <steve.dower@microsoft.com>, Tal Einat <taleinat+github@gmail.com>, Terry Jan Reedy <tjreedy@udel.edu>, Tim Hoffmann <2836374+timhoffm@users.noreply.github.com>, Victor Stinner <vstinner@redhat.com>, Xiang Zhang <angwerzx@126.com>, Yury Selivanov <yury@magic.io>, Zackery Spytz <zspytz@gmail.com>, jChapman <jChapman@users.noreply.github.com>, jdemeyer <jdemeyer@cage.ugent.be>
BUILD FAILED: failed test (failure)
Sincerely, -The Buildbot
https://bugs.python.org/issue34292
On Wed, 26 Sep 2018 at 18:20, <buildbot@python.org> wrote:
The Buildbot has detected a new failure on builder AMD64 Ubuntu 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/154/builds/282
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: einat-ubuntu
Build Reason: <unknown> Blamelist: Alexandru Ardelean <ardeleanalex@gmail.com>, Ammar Askar < ammar_askar@hotmail.com>, Ben Hoyt <benhoyt@gmail.com>, Benjamin Peterson <benjamin@python.org>, Berker Peksag <berker.peksag@gmail.com>, Brett Cannon <brettcannon@users.noreply.github.com>, Christian Heimes < christian@python.org>, Danny Hermes <daniel.j.hermes@gmail.com>, David Cuthbert <dacut@kanga.org>, Elvis Pranskevichus <elvis@magic.io>, Ethan Furman <ethan@stoneleaf.us>, Géry Ogam <gery.ogam@gmail.com>, Joe Pamer < jopamer@users.noreply.github.com>, Joni Kähärä <joni.kahara@gmail.com>, João Júnior <joaojunior.ma@gmail.com>, Krzysztof Wroblewski < krzysiek.wr@gmail.com>, Lisa Roach <lisaroach14@gmail.com>, Miguel Ángel García <magmax@users.noreply.github.com>, Nathaniel J. Smith < njs@pobox.com>, Petr Viktorin <encukou@gmail.com>, Raymond Hettinger < rhettinger@users.noreply.github.com>, Ross Burton <ross@burtonini.com>, Serhiy Storchaka <storchaka@gmail.com>, Silas Sewell <silas@sewell.org>, Steve Dower <steve.dower@microsoft.com>, Tal Einat < taleinat+github@gmail.com>, Terry Jan Reedy <tjreedy@udel.edu>, Tim Hoffmann <2836374+timhoffm@users.noreply.github.com>, Victor Stinner < vstinner@redhat.com>, Xiang Zhang <angwerzx@126.com>, Yury Selivanov < yury@magic.io>, Zackery Spytz <zspytz@gmail.com>, jChapman < jChapman@users.noreply.github.com>, jdemeyer <jdemeyer@cage.ugent.be>
BUILD FAILED: failed test (failure)
Sincerely, -The Buildbot
Buildbot-status mailing list -- buildbot-status@python.org To unsubscribe send an email to buildbot-status-leave@python.org https://mail.python.org/mm3/mailman3/lists/buildbot-status.python.org/
Two of these test failed because of a memory error:
====================================================================== ERROR: test_unzip_zipfile (test.test_shutil.TestShutil)
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.einat-ubuntu/build/Lib/test/test_shutil.py", line 1181, in test_unzip_zipfile subprocess.check_output(zip_cmd, stderr=subprocess.STDOUT) File "/home/buildbot/buildarea/3.x.einat-ubuntu/build/Lib/subprocess.py", line 389, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, File "/home/buildbot/buildarea/3.x.einat-ubuntu/build/Lib/subprocess.py", line 467, in run with Popen(*popenargs, **kwargs) as process: File "/home/buildbot/buildarea/3.x.einat-ubuntu/build/Lib/subprocess.py", line 764, in __init__ self._execute_child(args, executable, preexec_fn, close_fds, File "/home/buildbot/buildarea/3.x.einat-ubuntu/build/Lib/subprocess.py", line 1441, in _execute_child self.pid = _posixsubprocess.fork_exec( OSError: [Errno 12] Cannot allocate memory
ERROR: test_zipfile_vs_zip (test.test_shutil.TestShutil)
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.einat-ubuntu/build/Lib/test/test_shutil.py", line 1154, in test_zipfile_vs_zip subprocess.check_call(zip_cmd, cwd=root_dir, File "/home/buildbot/buildarea/3.x.einat-ubuntu/build/Lib/subprocess.py", line 337, in check_call retcode = call(*popenargs, **kwargs) File "/home/buildbot/buildarea/3.x.einat-ubuntu/build/Lib/subprocess.py", line 318, in call with Popen(*popenargs, **kwargs) as p: File "/home/buildbot/buildarea/3.x.einat-ubuntu/build/Lib/subprocess.py", line 764, in __init__ self._execute_child(args, executable, preexec_fn, close_fds, File "/home/buildbot/buildarea/3.x.einat-ubuntu/build/Lib/subprocess.py", line 1441, in _execute_child self.pid = _posixsubprocess.fork_exec( OSError: [Errno 12] Cannot allocate memory
On Wed, 26 Sep 2018 at 20:53, Pablo Galindo Salgado <pablogsal@gmail.com> wrote:
https://bugs.python.org/issue34292
On Wed, 26 Sep 2018 at 18:20, <buildbot@python.org> wrote:
The Buildbot has detected a new failure on builder AMD64 Ubuntu 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/154/builds/282
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: einat-ubuntu
Build Reason: <unknown> Blamelist: Alexandru Ardelean <ardeleanalex@gmail.com>, Ammar Askar < ammar_askar@hotmail.com>, Ben Hoyt <benhoyt@gmail.com>, Benjamin Peterson <benjamin@python.org>, Berker Peksag <berker.peksag@gmail.com>, Brett Cannon <brettcannon@users.noreply.github.com>, Christian Heimes < christian@python.org>, Danny Hermes <daniel.j.hermes@gmail.com>, David Cuthbert <dacut@kanga.org>, Elvis Pranskevichus <elvis@magic.io>, Ethan Furman <ethan@stoneleaf.us>, Géry Ogam <gery.ogam@gmail.com>, Joe Pamer < jopamer@users.noreply.github.com>, Joni Kähärä <joni.kahara@gmail.com>, João Júnior <joaojunior.ma@gmail.com>, Krzysztof Wroblewski < krzysiek.wr@gmail.com>, Lisa Roach <lisaroach14@gmail.com>, Miguel Ángel García <magmax@users.noreply.github.com>, Nathaniel J. Smith < njs@pobox.com>, Petr Viktorin <encukou@gmail.com>, Raymond Hettinger < rhettinger@users.noreply.github.com>, Ross Burton <ross@burtonini.com>, Serhiy Storchaka <storchaka@gmail.com>, Silas Sewell <silas@sewell.org>, Steve Dower <steve.dower@microsoft.com>, Tal Einat < taleinat+github@gmail.com>, Terry Jan Reedy <tjreedy@udel.edu>, Tim Hoffmann <2836374+timhoffm@users.noreply.github.com>, Victor Stinner < vstinner@redhat.com>, Xiang Zhang <angwerzx@126.com>, Yury Selivanov < yury@magic.io>, Zackery Spytz <zspytz@gmail.com>, jChapman < jChapman@users.noreply.github.com>, jdemeyer <jdemeyer@cage.ugent.be>
BUILD FAILED: failed test (failure)
Sincerely, -The Buildbot
Buildbot-status mailing list -- buildbot-status@python.org To unsubscribe send an email to buildbot-status-leave@python.org https://mail.python.org/mm3/mailman3/lists/buildbot-status.python.org/
participants (2)
-
buildbot@python.org
-
Pablo Galindo Salgado