From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 125259 invoked by alias); 21 Oct 2017 14:46:27 -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 125250 invoked by uid 89); 21 Oct 2017 14:46:26 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: smtp.polymtl.ca Received: from smtp.polymtl.ca (HELO smtp.polymtl.ca) (132.207.4.11) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 21 Oct 2017 14:46:25 +0000 Received: from simark.ca (simark.ca [158.69.221.121]) (authenticated bits=0) by smtp.polymtl.ca (8.14.7/8.14.7) with ESMTP id v9LEkIKL022650 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Sat, 21 Oct 2017 10:46:23 -0400 Received: by simark.ca (Postfix, from userid 112) id 696041E4F8; Sat, 21 Oct 2017 10:46:18 -0400 (EDT) Received: from simark.ca (localhost [127.0.0.1]) by simark.ca (Postfix) with ESMTP id F247D1E4F3; Sat, 21 Oct 2017 10:46:07 -0400 (EDT) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Sat, 21 Oct 2017 14:46:00 -0000 From: Simon Marchi To: Sergio Durigan Junior Cc: gdb-patches@sourceware.org Subject: Re: Breakage on builder Fedora-s390x-m64, revision b392b304b92ddd81ecfb4902c3fc3501ff90e999 In-Reply-To: References: Message-ID: X-Sender: simon.marchi@polymtl.ca User-Agent: Roundcube Webmail/1.3.0 X-Poly-FromMTA: (simark.ca [158.69.221.121]) at Sat, 21 Oct 2017 14:46:18 +0000 X-IsSubscribed: yes X-SW-Source: 2017-10/txt/msg00697.txt.bz2 Hi Sergio, The s390 builder has no space left (see below). Can you reach to the owner of that machine? Thanks, Simon 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] > ============================