From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26145 invoked by alias); 20 Jul 2015 21:05:01 -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 26131 invoked by uid 89); 20 Jul 2015 21:05:00 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 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 (AES256-GCM-SHA384 encrypted) ESMTPS; Mon, 20 Jul 2015 21:04:59 +0000 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (Postfix) with ESMTPS id 47BFB2B649B; Mon, 20 Jul 2015 21:04:58 +0000 (UTC) Received: from localhost (unused-10-15-17-51.yyz.redhat.com [10.15.17.51]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t6KL4vf2020934 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 20 Jul 2015 17:04:57 -0400 From: Sergio Durigan Junior To: Brendan Kirby Cc: Simon Marchi , Subject: Re: MIPS build slave References: <55A9E3F5.3090902@imgtec.com> <87fv4kswuh.fsf@redhat.com> <55AD543B.5010301@imgtec.com> X-URL: http://blog.sergiodj.net Date: Mon, 20 Jul 2015 21:05:00 -0000 Message-ID: <87fv4iczgm.fsf@redhat.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-IsSubscribed: yes X-SW-Source: 2015-07/txt/msg00573.txt.bz2 On Monday, July 20 2015, Brendan Kirby wrote: > On 07/18/2015 07:30 PM, Sergio Durigan Junior wrote: >> On Saturday, July 18 2015, Brendan Kirby wrote: >> >> Hi Brendan, >> >>> If I'm reading this right, it looks like it's trying to exec a file that >>> doesn't exist. I think it's trying to exec: >>> /mips/proj/build-compiler/upstream-testing/mipsswbrd048/GDB-testing/debian-mips-m64/build/gdb/testsuite/outputs/gdb.mi/mi-watch/mi-watch >> This file should exist, because it was correctly compiled before during >> the testcase run: >> >> Executing on host: gcc >> ../../../binutils-gdb/gdb/testsuite/gdb.mi/basics.c -g -lm -o >> /mips/proj/build-compiler/upstream-testing/mipsswbrd048/GDB-testing/debian-mips-m64/build/gdb/testsuite/outputs/gdb.mi/mi-watch/mi-watch >> (timeout = 300) >> spawn gcc ../../../binutils-gdb/gdb/testsuite/gdb.mi/basics.c -g -lm >> -o >> /mips/proj/build-compiler/upstream-testing/mipsswbrd048/GDB-testing/debian-mips-m64/build/gdb/testsuite/outputs/gdb.mi/mi-watch/mi-watch > I ran the steps below. The build was successful. I built with commit > 7ac018954bd9 because the latest one was failing to build. However, I'm > still not seeing this file. I've attached the output of running "make > check RUNTESTFLAGS='gdb.mi/mi-watch.exp'" in the file > gdb.mi-mi-watch.exp.out and I've attached the gdb/testsuite/gdb.log file > in gdb.mi-mi-watch.exp.log. Let me know if you want me to try > anything else. Sorry, my bad. The outputs/ directory will only be created/used when you set the FORCE_PARALLEL=1 variable. Could you please try running the same command that the BuildBot runs? make -k check -j1 FORCE_PARALLEL=1 And seeing if there's anything strange happening? Thanks, -- Sergio GPG key ID: 237A 54B1 0287 28BF 00EF 31F4 D0EB 7628 65FC 5E36 Please send encrypted e-mail if possible http://sergiodj.net/