From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Test failures with 0.9.31 Date: Wed, 30 Oct 2013 22:42:39 +0100 Message-ID: <87li1ah1v4.fsf@gnu.org> References: <20131030194510.GA31656@debian> 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]:35733) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VbdXL-0005SF-DM for guix-devel@gnu.org; Wed, 30 Oct 2013 17:42:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VbdXF-0004vc-98 for guix-devel@gnu.org; Wed, 30 Oct 2013 17:42:47 -0400 In-Reply-To: <20131030194510.GA31656@debian> (Andreas Enge's message of "Wed, 30 Oct 2013 20:45:10 +0100") 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: Andreas Enge Cc: guix-devel@gnu.org, libmicrohttpd@gnu.org Andreas Enge skribis: > when upgrading from 0.9.30 to 0.9.31 in the GNU Guix distribution, > where all packages are built in a sparsely populated chroot, about > half the tests in testcurl fail with messages similar to > Failed to bind to port 11080: Address already in use Sounds like tests may need to be run sequentially. Did you try #:parallel-tests? #f ? Ludo=E2=80=99.