From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: Re: 0.6 is around the corner! Date: Wed, 02 Apr 2014 15:43:54 -0400 Message-ID: <87lhvnikjp.fsf@yeeloong.lan> References: <877g7futo0.fsf@gnu.org> <87y4zokho0.fsf@yeeloong.lan> <87fvlwn97l.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44953) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WVR5p-0004HQ-Ci for guix-devel@gnu.org; Wed, 02 Apr 2014 15:45:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WVR5j-0000Tv-Tg for guix-devel@gnu.org; Wed, 02 Apr 2014 15:45:01 -0400 In-Reply-To: <87fvlwn97l.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Tue, 01 Apr 2014 21:25:18 +0200") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: guix-devel@gnu.org ludo@gnu.org (Ludovic Court=C3=A8s) writes: > Mark H Weaver skribis: > >> I've run into a build issue with recent master on x86_64 and Loongson 3A >> (both hosted on Debian wheezy). Python 3 fails in the tests with >> "OSError: out of pty devices" > > Any idea what this test is doing? (Maybe Cyril knows?) Cyril is apparently unable to reproduce the problem on his system, which he tells me is Debian Sid running in a VM. Eric Bavier reported seeing the same problem on x86_64 Trisquel 6.0. See below for the tail of my build log. Mark --8<---------------cut here---------------start------------->8--- Re-running test 'test_pty' in verbose mode test__copy_eof_on_all (test.test_pty.SmallPtyTests) Test the empty read EOF case on both master_fd and stdin. ... ok test__copy_to_each (test.test_pty.SmallPtyTests) Test the normal data case on both master_fd and stdin. ... ok test_basic (test.test_pty.PtyTest) ... Calling master_open() skipped 'Pseudo-terminals (seemingly) not functional.' test_fork (test.test_pty.PtyTest) ... test test_pty failed calling pty.fork() ERROR =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D ERROR: test_fork (test.test_pty.PtyTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/nix-build-python-3.3.3.drv-13/Python-3.3.3/Lib/test/test_pty.p= y", line 116, in test_fork pid, master_fd =3D pty.fork() File "/tmp/nix-build-python-3.3.3.drv-13/Python-3.3.3/Lib/pty.py", line 1= 07, in fork master_fd, slave_fd =3D openpty() File "/tmp/nix-build-python-3.3.3.drv-13/Python-3.3.3/Lib/pty.py", line 2= 9, in openpty master_fd, slave_name =3D _open_terminal() File "/tmp/nix-build-python-3.3.3.drv-13/Python-3.3.3/Lib/pty.py", line 7= 0, in _open_terminal raise os.error('out of pty devices') OSError: out of pty devices ---------------------------------------------------------------------- Ran 4 tests in 0.020s FAILED (errors=3D1, skipped=3D1) Makefile:881: recipe for target 'test' failed make: *** [test] Error 1 phase `check' failed after 563 seconds note: keeping build directory `/tmp/nix-build-python-3.3.3.drv-13' builder for `/gnu/store/7a9dv96kb1z7547ms4k9bcywg4c0pf0j-python-3.3.3.drv' = failed with exit code 1 @ build-failed /gnu/store/7a9dv96kb1z7547ms4k9bcywg4c0pf0j-python-3.3.3.drv= - 1 builder for `/gnu/store/7a9dv96kb1z7547ms4k9bcywg4c0pf0j-python-3.3.3.= drv' failed with exit code 1 cannot build derivation `/gnu/store/02xs98dh962srhs71hgiq046d9jgsk8z-python= -wrapper-3.3.3.drv': 1 dependencies couldn't be built cannot build derivation `/gnu/store/dlwvzvnpmprmlgw9b7bccidd1fw8gawg-glib-2= .39.1.drv': 1 dependencies couldn't be built cannot build derivation `/gnu/store/500mhfzdk6kr344y3hwhi2i5y61w7bn5-ghosts= cript-9.06.0.drv': 1 dependencies couldn't be built cannot build derivation `/gnu/store/bbwqs6s4c2bzqi24r1wfh3vyh1q6q1v1-emacs-= 24.3.drv': 1 dependencies couldn't be built --8<---------------cut here---------------end--------------->8---