From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?Q?Cl=C3=A9ment?= Lassieur Subject: bug#31268: 'guix system vm-image' hangs Date: Sat, 19 May 2018 00:03:50 +0200 Message-ID: <87bmdcr589.fsf@lassieur.org> References: <87604en3u5.fsf@gmail.com> <20180425223706.22d91e40@centurylink.net> <877eoua9v1.fsf@gmail.com> <87r2mxw1ax.fsf@netris.org> <87bme0ydzn.fsf@gnu.org> <87y3h4fy8c.fsf@netris.org> <87muwx9h82.fsf@lassieur.org> <87a7swrk8i.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56420) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fJnTn-00062H-DZ for bug-guix@gnu.org; Fri, 18 May 2018 18:04:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fJnTm-0005oD-Hg for bug-guix@gnu.org; Fri, 18 May 2018 18:04:03 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:60606) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fJnTm-0005o5-EY for bug-guix@gnu.org; Fri, 18 May 2018 18:04:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fJnTm-0007r6-19 for bug-guix@gnu.org; Fri, 18 May 2018 18:04:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-reply-to: <87a7swrk8i.fsf@gnu.org> 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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: George myglc2 Clemmer , 31268@debbugs.gnu.org Ludovic Courtès writes: > Hi! > > Clément Lassieur skribis: > >> Mark H Weaver writes: > > [...] > >>> I suggest doing a git bisect on the 4.16.y branch of the linux-stable >>> git repository, between the 4.16.3 and 4.16.4 tags. >> >> I did it, here is the result: > > Impressive, thanks a lot! Did you have a script to do that or > something? You're welcome! I just used the "git bisect" command on a local git repository that was pointed to by linux-libre . Automating it with "git bisect run" wasn't worth it because there were only 8 tests to do (log2(196)).