From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: bug#19599: strace test suite failures Date: Wed, 14 Jan 2015 13:03:52 -0500 Message-ID: <87y4p5xmrb.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45154) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YBSIZ-0000sl-Hh for bug-guix@gnu.org; Wed, 14 Jan 2015 13:04:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YBSIU-0000TJ-ID for bug-guix@gnu.org; Wed, 14 Jan 2015 13:04:07 -0500 Received: from debbugs.gnu.org ([140.186.70.43]:48186) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YBSIU-0000TF-FN for bug-guix@gnu.org; Wed, 14 Jan 2015 13:04:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1YBSIU-0003TZ-96 for bug-guix@gnu.org; Wed, 14 Jan 2015 13:04:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45078) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YBSI8-0000eo-J5 for bug-guix@gnu.org; Wed, 14 Jan 2015 13:03:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YBSI4-0000KQ-JV for bug-guix@gnu.org; Wed, 14 Jan 2015 13:03:40 -0500 Received: from world.peace.net ([50.252.239.5]:58377) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YBSI4-0000KM-Gc for bug-guix@gnu.org; Wed, 14 Jan 2015 13:03:36 -0500 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-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: 19599@debbugs.gnu.org The strace builds on both x86_64 and i686 intermittently fail, apparently based on 'uname' output which in turn depends on which build slave was used. See: http://hydra.gnu.org/build/196334/log/tail-reload --8<---------------cut here---------------start------------->8--- starting phase `check' make check-recursive make[1]: Entering directory '/tmp/nix-build-strace-4.7.drv-0/strace-4.7' Making check in tests make[2]: Entering directory '/tmp/nix-build-strace-4.7.drv-0/strace-4.7/tests' make check-TESTS make[3]: Entering directory '/tmp/nix-build-strace-4.7.drv-0/strace-4.7/tests' ../strace: Bad OS release string: '3.14-2-amd64' ptrace_setoptions: framework failure: ../strace is not available FAIL: ptrace_setoptions ../strace: Bad OS release string: '3.14-2-amd64' strace-f: framework failure: ../strace is not available FAIL: strace-f =================== 2 of 2 tests failed =================== --8<---------------cut here---------------end--------------->8--- Mark