From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 42136 invoked by alias); 25 Oct 2017 22:44:09 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 42127 invoked by uid 89); 25 Oct 2017 22:44:09 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=UD:y X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 25 Oct 2017 22:44:07 +0000 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 5FE89883B8; Wed, 25 Oct 2017 22:44:06 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 5FE89883B8 Authentication-Results: ext-mx02.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx02.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=sergiodj@redhat.com Received: from localhost (unused-10-15-17-193.yyz.redhat.com [10.15.17.193]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 6AD3D7BB72; Wed, 25 Oct 2017 22:44:03 +0000 (UTC) From: Sergio Durigan Junior To: Simon Marchi Cc: gdb-patches@sourceware.org, Mark Wielaard Subject: Re: Breakage on builder Fedora-s390x-m64, revision b392b304b92ddd81ecfb4902c3fc3501ff90e999 References: Date: Wed, 25 Oct 2017 22:44:00 -0000 In-Reply-To: (Simon Marchi's message of "Sat, 21 Oct 2017 10:46:07 -0400") Message-ID: <87mv4eg85p.fsf@redhat.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-IsSubscribed: yes X-SW-Source: 2017-10/txt/msg00788.txt.bz2 On Saturday, October 21 2017, Simon Marchi wrote: > Hi Sergio, > > The s390 builder has no space left (see below). Can you reach to the > owner of that machine? Thanks for the heads up, Simon. Mark, could you please take a look? Thanks, > > On 2017-10-21 10:36, gdb-buildbot@sergiodj.net wrote: >> Unfortunately it seems that there is a breakage on GDB. >> >> Commit title: 'Remove leftover declarations in interps.h' >> Revision: b392b304b92ddd81ecfb4902c3fc3501ff90e999 >> >> You can find more details below: >> >> +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ >> >> Buildslave: >> marist-fedora-s390x >> >> Full Build URL: >> >> >> Commit(s) tested: >> b392b304b92ddd81ecfb4902c3fc3501ff90e999 >> >> Author(s) (in the same order as the commits): >> Simon Marchi >> >> Subject: >> Remove leftover declarations in interps.h >> >> Testsuite log (gdb.sum and gdb.log) URL(s): >> >> >> *** Internal error on buildslave (no space left on device). *** >> *** Please report this to the buildslave owner (see >> ) *** >> >> *** Failed to compiled GDB. *** >> ============================ >> Setting warning flags = -W -Wall -Wstrict-prototypes >> -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror >> Setting warning flags = -W -Wall -Wstrict-prototypes >> -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror >> ../../binutils-gdb/readline/complete.c:701:12: warning: implicit >> declaration of function wcwidth [-Wimplicit-function-declaration] >> ../../binutils-gdb/readline/display.c:768:15: warning: implicit >> declaration of function wcwidth [-Wimplicit-function-declaration] >> ../../binutils-gdb/readline/mbutil.c:122:12: warning: implicit >> declaration of function wcwidth [-Wimplicit-function-declaration] >> checking compiler warning flags... -Wall -Wpointer-arith -Wno-unused >> -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts >> -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable >> -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized >> -Werror >> checking compiler warning flags... -Wall -Wpointer-arith -Wno-unused >> -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts >> -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable >> -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized >> -Werror >> /home/mjw/gdb/build/fedora-s390x/build/gdb/../../binutils-gdb/gdb/c-exp.y: >> warning: 42 shift/reduce conflicts [-Wconflicts-sr] >> /home/mjw/gdb/build/fedora-s390x/build/gdb/../../binutils-gdb/gdb/c-exp.y: >> warning: 53 reduce/reduce conflicts [-Wconflicts-rr] >> /home/mjw/gdb/build/fedora-s390x/build/gdb/../../binutils-gdb/gdb/m2-exp.y: >> warning: 34 shift/reduce conflicts [-Wconflicts-sr] >> /home/mjw/gdb/build/fedora-s390x/build/gdb/../../binutils-gdb/gdb/m2-exp.y:301.25-44: >> warning: rule useless in parser due to conflicts [-Wother] >> ../../binutils-gdb/gdb/cli/cli-cmds.c:332:48: warning: word may be >> used uninitialized in this function [-Wmaybe-uninitialized] >> ../../binutils-gdb/gdb/cli/cli-cmds.c:305:71: warning: tracker may be >> used uninitialized in this function [-Wmaybe-uninitialized] >> ../../binutils-gdb/gdb/breakpoint.c:5138:4: warning: e may be used >> uninitialized in this function [-Wmaybe-uninitialized] >> ============================ > -- Sergio GPG key ID: 237A 54B1 0287 28BF 00EF 31F4 D0EB 7628 65FC 5E36 Please send encrypted e-mail if possible http://sergiodj.net/