All of lore.kernel.org
 help / color / mirror / Atom feed
* buildbot failure in kvm on s390
@ 2013-11-17  4:31 kvm
  2013-11-17 11:45 ` Gleb Natapov
  0 siblings, 1 reply; 14+ messages in thread
From: kvm @ 2013-11-17  4:31 UTC (permalink / raw)
  To: gollub, kvm

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

sincerely,
 -The Buildbot


^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: buildbot failure in kvm on s390
  2013-11-17  4:31 buildbot failure in kvm on s390 kvm
@ 2013-11-17 11:45 ` Gleb Natapov
  2013-11-19 11:46   ` Cornelia Huck
  0 siblings, 1 reply; 14+ messages in thread
From: Gleb Natapov @ 2013-11-17 11:45 UTC (permalink / raw)
  To: kvm; +Cc: gollub, kvm

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.

--
			Gleb.

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: buildbot failure in kvm on s390
  2013-11-17 11:45 ` Gleb Natapov
@ 2013-11-19 11:46   ` Cornelia Huck
  2013-11-19 11:57     ` Christian Berendt
  0 siblings, 1 reply; 14+ messages in thread
From: Cornelia Huck @ 2013-11-19 11:46 UTC (permalink / raw)
  To: Gleb Natapov; +Cc: kvm, gollub, kvm

On Sun, 17 Nov 2013 13:45:08 +0200
Gleb Natapov <gleb@redhat.com> 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.


^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: buildbot failure in kvm on s390
  2013-11-19 11:46   ` Cornelia Huck
@ 2013-11-19 11:57     ` Christian Berendt
  2013-11-19 14:13       ` Cornelia Huck
  0 siblings, 1 reply; 14+ messages in thread
From: Christian Berendt @ 2013-11-19 11:57 UTC (permalink / raw)
  To: Cornelia Huck, Gleb Natapov; +Cc: kvm, kvm

On 19.11.2013 12:46, Cornelia Huck wrote:
> 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.

Not sure if my first mail reached the mailinglist.

Daniel Gollub is not longer responsible for the buildbot.

If you need a configuration change on the buildbot master please open a 
pull request for https://github.com/b1-systems/buildbot.

Christian.

-- 
Christian Berendt
Cloud Computing Solution Architect
Tel.: +49-171-5542175
Mail: berendt@b1-systems.de

B1 Systems GmbH
Osterfeldstraße 7 / 85088 Vohburg / http://www.b1-systems.de
GF: Ralph Dehner / Unternehmenssitz: Vohburg / AG: Ingolstadt,HRB 3537

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: buildbot failure in kvm on s390
  2013-11-19 11:57     ` Christian Berendt
@ 2013-11-19 14:13       ` Cornelia Huck
  0 siblings, 0 replies; 14+ messages in thread
From: Cornelia Huck @ 2013-11-19 14:13 UTC (permalink / raw)
  To: Christian Berendt; +Cc: Gleb Natapov, kvm, kvm

On Tue, 19 Nov 2013 12:57:10 +0100
Christian Berendt <berendt@b1-systems.de> wrote:

> On 19.11.2013 12:46, Cornelia Huck wrote:
> > 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.
> 
> Not sure if my first mail reached the mailinglist.
> 
> Daniel Gollub is not longer responsible for the buildbot.
> 
> If you need a configuration change on the buildbot master please open a 
> pull request for https://github.com/b1-systems/buildbot.

OK, I've sent a pull request to build s390 with MARCH_Z10 instead. Hope
that this works like intended.


^ permalink raw reply	[flat|nested] 14+ messages in thread

* buildbot failure in kvm on s390
@ 2013-03-05  4:08 kvm
  0 siblings, 0 replies; 14+ messages in thread
From: kvm @ 2013-03-05  4:08 UTC (permalink / raw)
  To: gollub, kvm

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/829

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

sincerely,
 -The Buildbot


^ permalink raw reply	[flat|nested] 14+ messages in thread

* buildbot failure in kvm on s390
@ 2013-02-26  4:40 kvm
  0 siblings, 0 replies; 14+ messages in thread
From: kvm @ 2013-02-26  4:40 UTC (permalink / raw)
  To: gollub, kvm

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/822

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

sincerely,
 -The Buildbot


^ permalink raw reply	[flat|nested] 14+ messages in thread

* buildbot failure in kvm on s390
@ 2012-03-13  4:20 kvm
  0 siblings, 0 replies; 14+ messages in thread
From: kvm @ 2012-03-13  4:20 UTC (permalink / raw)
  To: gollub, kvm

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/481

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

sincerely,
 -The Buildbot


^ permalink raw reply	[flat|nested] 14+ messages in thread

* buildbot failure in kvm on s390
@ 2011-12-26  4:16 kvm
  0 siblings, 0 replies; 14+ messages in thread
From: kvm @ 2011-12-26  4:16 UTC (permalink / raw)
  To: gollub, kvm

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/403

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

sincerely,
 -The Buildbot


^ permalink raw reply	[flat|nested] 14+ messages in thread

* buildbot failure in kvm on s390
@ 2011-09-08  3:03 kvm
  0 siblings, 0 replies; 14+ messages in thread
From: kvm @ 2011-09-08  3:03 UTC (permalink / raw)
  To: gollub, kvm

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/294

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 git

sincerely,
 -The Buildbot


^ permalink raw reply	[flat|nested] 14+ messages in thread

* buildbot failure in kvm on s390
@ 2011-07-13  3:16 kvm
  0 siblings, 0 replies; 14+ messages in thread
From: kvm @ 2011-07-13  3:16 UTC (permalink / raw)
  To: gollub, kvm

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/237

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

sincerely,
 -The Buildbot


^ permalink raw reply	[flat|nested] 14+ messages in thread

* buildbot failure in kvm on s390
@ 2011-06-20  3:18 kvm
  0 siblings, 0 replies; 14+ messages in thread
From: kvm @ 2011-06-20  3:18 UTC (permalink / raw)
  To: gollub, kvm

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/214

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

sincerely,
 -The Buildbot


^ permalink raw reply	[flat|nested] 14+ messages in thread

* buildbot failure in kvm on s390
@ 2011-05-07  3:06 kvm
  0 siblings, 0 replies; 14+ messages in thread
From: kvm @ 2011-05-07  3:06 UTC (permalink / raw)
  To: gollub, kvm

The Buildbot has detected a new failure of s390 on kvm.
Full details are available at:
 http://buildbot.b1-systems.de/kvm/builders/s390/builds/170

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 git

sincerely,
 -The Buildbot


^ permalink raw reply	[flat|nested] 14+ messages in thread

* buildbot failure in kvm on s390
@ 2010-12-05  2:07 kvm
  0 siblings, 0 replies; 14+ messages in thread
From: kvm @ 2010-12-05  2:07 UTC (permalink / raw)
  To: gollub, kvm

The Buildbot has detected a new failure of s390 on kvm.
Full details are available at:
 http://buildbot.b1-systems.de/kvm/builders/s390/builds/16

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

sincerely,
 -The Buildbot


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2013-11-19 14:13 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-11-17  4:31 buildbot failure in kvm on s390 kvm
2013-11-17 11:45 ` Gleb Natapov
2013-11-19 11:46   ` Cornelia Huck
2013-11-19 11:57     ` Christian Berendt
2013-11-19 14:13       ` Cornelia Huck
  -- strict thread matches above, loose matches on Subject: below --
2013-03-05  4:08 kvm
2013-02-26  4:40 kvm
2012-03-13  4:20 kvm
2011-12-26  4:16 kvm
2011-09-08  3:03 kvm
2011-07-13  3:16 kvm
2011-06-20  3:18 kvm
2011-05-07  3:06 kvm
2010-12-05  2:07 kvm

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.