From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41916) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dxToh-0002PT-VL for guix-patches@gnu.org; Thu, 28 Sep 2017 04:05:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dxToc-0000sP-9P for guix-patches@gnu.org; Thu, 28 Sep 2017 04:05:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:55423) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dxToc-0000sK-5Q for guix-patches@gnu.org; Thu, 28 Sep 2017 04:05:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dxTob-0004QD-U3 for guix-patches@gnu.org; Thu, 28 Sep 2017 04:05:01 -0400 Subject: [bug#28616] disable failing bluez test Resent-Message-ID: Date: Thu, 28 Sep 2017 08:42:25 +0200 (CEST) Message-Id: <20170928.084225.101205341925829279.post@thomasdanckaert.be> From: Thomas Danckaert In-Reply-To: <20170927.225911.2002293308035929753.post@thomasdanckaert.be> References: <20170927.092105.443051876281349513.post@thomasdanckaert.be> <87h8vo9by2.fsf@fastmail.com> <20170927.225911.2002293308035929753.post@thomasdanckaert.be> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: mbakke@fastmail.com Cc: 28616@debbugs.gnu.org From: Thomas Danckaert Subject: Re: [bug#28616] disable failing bluez test Date: Wed, 27 Sep 2017 22:59:11 +0200 (CEST) >> Thomas Danckaert writes: >> >>> A test for the bluez package that previously failed only (?) on >>> ARM, >>> now seems to fail more widely. >>> >>> It seems the same problem was discussed on the linux-bluetooth >>> mailing list here. https://marc.info/?t=149578476300002&r=1&w=2 >>> Apparently the test fails when no network is available. >>> >>> I suggest to disable the test for now... >> >> I can not reproduce this on GuixSD. >> >> [...] >> >> Network is not available in the build container, so I wonder >> what's >> going on here. > > Hmm, I now also get a substitute... Earlier I didn't get a > substitute and the build failed on my system, so I assumed the error > was general (but couldn't check the build status on hydra due to the > web frontend's unresponsiveness -- now it's available again). The reason I didn't get a substitute earlier, was that I had other patches on that branch that triggered a rebuild. Now I checked properly, and the test still fails on this laptop. >From the thread I linked, I understand it's also a timing/time-out issue, so perhaps the performance of the build host plays a role. Thomas