From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxim Cournoyer Subject: bug#25988: python2-urwid tests fail Date: Sun, 05 Mar 2017 15:08:53 -0800 Message-ID: <87innn8goq.fsf@gmail.com> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="==-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34724) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ckfHx-00011X-GS for bug-guix@gnu.org; Sun, 05 Mar 2017 18:10:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ckfHu-0005IH-96 for bug-guix@gnu.org; Sun, 05 Mar 2017 18:10:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:43301) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ckfHu-0005IC-5h for bug-guix@gnu.org; Sun, 05 Mar 2017 18:10:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ckfHt-00043w-VL for bug-guix@gnu.org; Sun, 05 Mar 2017 18:10:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34526) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ckfGx-0000q5-UA for bug-guix@gnu.org; Sun, 05 Mar 2017 18:09:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ckfGu-00056j-O3 for bug-guix@gnu.org; Sun, 05 Mar 2017 18:09:03 -0500 Received: from mail-pf0-x232.google.com ([2607:f8b0:400e:c00::232]:32937) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ckfGu-00056R-GG for bug-guix@gnu.org; Sun, 05 Mar 2017 18:09:00 -0500 Received: by mail-pf0-x232.google.com with SMTP id w189so52603404pfb.0 for ; Sun, 05 Mar 2017 15:09:00 -0800 (PST) Received: from apteryx (c-24-23-195-4.hsd1.ca.comcast.net. [24.23.195.4]) by smtp.gmail.com with ESMTPSA id p4sm35431548pgd.50.2017.03.05.15.08.58 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sun, 05 Mar 2017 15:08:58 -0800 (PST) List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: 25988@debbugs.gnu.org --==-=-= Content-Type: multipart/mixed; boundary="=-=-=" --=-=-= Content-Type: text/plain Hi, I'm currently facing test failures from the python2-urwid package required to build wicd. The errors are: --=-=-= Content-Type: text/plain Content-Disposition: inline test_run (urwid.tests.test_event_loops.SelectEventLoopTest) ... ok ====================================================================== FAIL: test_horizontal_resize (urwid.tests.test_vterm.TermTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/guix-build-python2-urwid-1.3.1.drv-0/urwid-1.3.1/urwid/tests/test_vterm.py", line 169, in test_horizontal_resize + '3-' + ' ' * 76 + '-4') File "/tmp/guix-build-python2-urwid-1.3.1.drv-0/urwid-1.3.1/urwid/tests/test_vterm.py", line 120, in expect self.assertEqual(got, what, desc) AssertionError: Expected: '1- -2\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n3- -4' Got: 'Traceback (most recent call last):\n File "/tmp/guix-build-python2-urwid-1.3.1.drv-0/urwid-1.3.1/urwid/vterm.py", l\nine 1389, in spawn\n self.command()\n File "/tmp/guix-build-python2-urwid-1.3.1.drv-0/urwid-1.3.1/urwid/tests/test_v\nterm.py", line 44, in __call__\n data = os.read(self.reader, 1024)\nOSError: [Errno 4] Interrupted system call' ====================================================================== FAIL: test_vertical_resize (urwid.tests.test_vterm.TermTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/guix-build-python2-urwid-1.3.1.drv-0/urwid-1.3.1/urwid/tests/test_vterm.py", line 186, in test_vertical_resize self.expect('\n' * (y - 2) + '3-' + ' ' * 76 + '-4', desc) File "/tmp/guix-build-python2-urwid-1.3.1.drv-0/urwid-1.3.1/urwid/tests/test_vterm.py", line 120, in expect self.assertEqual(got, what, desc) AssertionError: try to rescale to 80x22. Expected: '\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n3- -4' Got: '\n\n\n\n\n\n\n\n\n\n\n3- -4\n\nTraceback (most recent call last):\n File "/tmp/guix-build-python2-urwid-1.3.1.drv-0/urwid-1.3.1/urwid/vterm.py", l\nine 1389, in spawn\n self.command()\n File "/tmp/guix-build-python2-urwid-1.3.1.drv-0/urwid-1.3.1/urwid/tests/test_v\nterm.py", line 44, in __call__\n data = os.read(self.reader, 1024)\nOSError: [Errno 4] Interrupted system call' ---------------------------------------------------------------------- Ran 278 tests in 1.073s FAILED (failures=2) phase `check' failed after 5.2 seconds builder for `/gnu/store/d3nn0jqa41d7i28qvs78np7mcii2ljn2-python2-urwid-1.3.1.drv' failed with exit code 1 @ build-failed /gnu/store/d3nn0jqa41d7i28qvs78np7mcii2ljn2-python2-urwid-1.3.1.drv - 1 builder for `/gnu/store/d3nn0jqa41d7i28qvs78np7mcii2ljn2-python2-urwid-1.3.1.drv' failed with exit code 1 guix build: error: build failed: build of `/gnu/store/d3nn0jqa41d7i28qvs78np7mcii2ljn2-python2-urwid-1.3.1.drv' failed --=-=-= Content-Type: text/plain I'm using GuixSD with ext4 partition and kernel Linux 4.9.5. The package definitions are from git master. The system itself is using git master from about a month ago. lfam or #guix said he could reproduce the issue with Linux 4.9.13 on a ext4 fileystem but not on a btrfs one. I could not reproduce the issue myself on an Ubuntu 14.04 running Linux 4.2.0 with a ext4 partition . Maxim --=-=-=-- --==-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEJ9WGpPiQCFQyn/CfEmDkZILmNWIFAli8moUACgkQEmDkZILm NWJ3zw/+JO/5chi2nv1VOCrVRUB+BD1QnM+wF0J3cJNTnE8gUaDN/XKCNs16CWFC IISZ8RBFJB0mRhmDsYK0wibxSOMbGz9ry1OkhNMtwl2q2UUpPDJN60bb5tzZ0NfH WB5zkFphSYxY46eTvIaEJO+R/+GqFXTlwKGXj7aBrR/u/tHL3y5c3fVu3yAAZqwn xF4s0VyupD9f5xQ9D2vgqd1lZzBGGYfuA41PGr1/RLTH+mlwn7MBkpiKMdNMyH3s 4QZhhbUgLsiD2mEFbqENHm5KOL0HtIgD58Pc6G0Ef5WjszbAZbG+hz6K7iiMP7H7 QOHQb1lf48+1PP69GPXcrAZngxw9oxkzP5kQudqAqh5lB+Hu7EHmL3J2kSaMpSbD sKl63Sfl/pNPVcofsRgnWtk//5rBlKDj8lN+cgbWvcISAnIKdmgr1NkJkM1is0vO Zv1YJNbtVJSrD7LwD+yL24urhqR7ekGNe9E8trqx9laFd/iXDgz0tnWpUwEGILwe mFwNVDfF+SobuylCUSGlvgiCmoqCffdKlGwiUMycOAbJ0ktyhA0y9NHrkrKdmRhH LDS5Tjqh3cSQXqnMVHCBA0fjsL3av/vXuzxx4gILkx5zCkAb80dq0Q/j/7sMvIzg TIXtthO2KPYL3b6+fdyyOLnwQnESKZGn0NUMonHBnWrRi7Fmig0= =fK4w -----END PGP SIGNATURE----- --==-=-=--