From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cornelia Huck Subject: Re: buildbot failure in kvm on s390 Date: Tue, 19 Nov 2013 12:46:04 +0100 Message-ID: <20131119124604.31cfba16@gondolin> References: <20131117043132.5C93ABF4B@buildbot.b1-systems.de> <20131117114508.GU2008@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: kvm@buildbot.b1-systems.de, gollub@b1-systems.de, kvm@vger.kernel.org To: Gleb Natapov Return-path: Received: from e06smtp10.uk.ibm.com ([195.75.94.106]:57887 "EHLO e06smtp10.uk.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751396Ab3KSLr0 (ORCPT ); Tue, 19 Nov 2013 06:47:26 -0500 Received: from /spool/local by e06smtp10.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 19 Nov 2013 11:47:24 -0000 Received: from b06cxnps4074.portsmouth.uk.ibm.com (d06relay11.portsmouth.uk.ibm.com [9.149.109.196]) by d06dlp01.portsmouth.uk.ibm.com (Postfix) with ESMTP id 28BDB17D805C for ; Tue, 19 Nov 2013 11:47:06 +0000 (GMT) Received: from d06av02.portsmouth.uk.ibm.com (d06av02.portsmouth.uk.ibm.com [9.149.37.228]) by b06cxnps4074.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id rAJBjt8458392762 for ; Tue, 19 Nov 2013 11:45:55 GMT Received: from d06av02.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av02.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id rAJBk6kA019488 for ; Tue, 19 Nov 2013 04:46:07 -0700 In-Reply-To: <20131117114508.GU2008@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Sun, 17 Nov 2013 13:45:08 +0200 Gleb Natapov wrote: > On Sun, Nov 17, 2013 at 05:31:32AM +0100, kvm@buildbot.b1-systems.de wrote: > > The Buildbot has detected a new failure on builder s390 while building kvm. > > Full details are available at: > > http://buildbot.b1-systems.de/kvm/builders/s390/builds/1063 > > > > Buildbot URL: http://buildbot.b1-systems.de/kvm/ > > > > Buildslave for this Build: b1_kvm_1 > > > > Build Reason: The Nightly scheduler named 'nightly_master' triggered this build > > Build Source Stamp: [branch master] HEAD > > Blamelist: > > > > BUILD FAILED: failed compile > > > cc1: error: unrecognized command line option "-march=z196" > > Does not looks like something KVM related. Looks like this is caused by a2c0844965534e2276e5b0c0dc8a0952658412a4, which updated the s390 defconfig to optimize for z196. IIRC, support for z196 was added with gcc 4.6, so either the buildbot's gcc needs to be updated, or the config modified to build for an older revision.