public inbox for gdb-testers@sourceware.org
help / color / mirror / Atom feed
* ☠ Buildbot (Sourceware): binutils-gdb - failed configure (failure) (master)
@ 2023-02-13 22:09 builder
  2023-02-13 22:47 ` Mark Wielaard
  0 siblings, 1 reply; 5+ messages in thread
From: builder @ 2023-02-13 22:09 UTC (permalink / raw)
  To: gdb-testers

A new failure has been detected on builder gdb-debian-ppc64 while building binutils-gdb.

Full details are available at:
    https://builder.sourceware.org/buildbot/#builders/76/builds/2872

Build state: failed configure (failure)
Revision: da59d966b8d182653f9bf3cfa93f921e8993757b
Worker: debian-ppc64
Build Reason: (unknown)
Blamelist: Tom Tromey <tromey@adacore.com>

Steps:

- 0: worker_preparation ( success )

- 1: git checkout ( success )
    Logs:
        - stdio: https://builder.sourceware.org/buildbot/#builders/76/builds/2872/steps/1/logs/stdio

- 2: rm -rf gdb-build ( success )
    Logs:
        - stdio: https://builder.sourceware.org/buildbot/#builders/76/builds/2872/steps/2/logs/stdio

- 3: configure ( failure )
    Logs:
        - stdio: https://builder.sourceware.org/buildbot/#builders/76/builds/2872/steps/3/logs/stdio
        - config.log: https://builder.sourceware.org/buildbot/#builders/76/builds/2872/steps/3/logs/config_log


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

* Re: ☠ Buildbot (Sourceware): binutils-gdb - failed configure (failure) (master)
  2023-02-13 22:09 ☠ Buildbot (Sourceware): binutils-gdb - failed configure (failure) (master) builder
@ 2023-02-13 22:47 ` Mark Wielaard
  2023-02-13 23:15   ` Thomas Fitzsimmons
  0 siblings, 1 reply; 5+ messages in thread
From: Mark Wielaard @ 2023-02-13 22:47 UTC (permalink / raw)
  To: Thomas Fitzsimmons; +Cc: gdb-testers, Tom Tromey

Hi Tom F,

Could you take a look at this odd configure failure on the ppc64 worker?
It doesn't look like it is caused by the commit by Tom T.

expr: /usr/lib/powerpc64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by expr)

That looks like somehow glibc was downgraded? But not coreutils?

Thanks,

Mark

On Mon, Feb 13, 2023 at 10:09:09PM +0000, builder--- via Gdb-testers wrote:
> A new failure has been detected on builder gdb-debian-ppc64 while building binutils-gdb.
> 
> Full details are available at:
>     https://builder.sourceware.org/buildbot/#builders/76/builds/2872
> 
> Build state: failed configure (failure)
> Revision: da59d966b8d182653f9bf3cfa93f921e8993757b
> Worker: debian-ppc64
> Build Reason: (unknown)
> Blamelist: Tom Tromey <tromey@adacore.com>
> 
> Steps:
> 
> - 0: worker_preparation ( success )
> 
> - 1: git checkout ( success )
>     Logs:
>         - stdio: https://builder.sourceware.org/buildbot/#builders/76/builds/2872/steps/1/logs/stdio
> 
> - 2: rm -rf gdb-build ( success )
>     Logs:
>         - stdio: https://builder.sourceware.org/buildbot/#builders/76/builds/2872/steps/2/logs/stdio
> 
> - 3: configure ( failure )
>     Logs:
>         - stdio: https://builder.sourceware.org/buildbot/#builders/76/builds/2872/steps/3/logs/stdio
>         - config.log: https://builder.sourceware.org/buildbot/#builders/76/builds/2872/steps/3/logs/config_log
> 

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

* Re: ☠ Buildbot (Sourceware): binutils-gdb - failed configure (failure) (master)
  2023-02-13 22:47 ` Mark Wielaard
@ 2023-02-13 23:15   ` Thomas Fitzsimmons
  2023-02-14 14:59     ` Thomas Fitzsimmons
  0 siblings, 1 reply; 5+ messages in thread
From: Thomas Fitzsimmons @ 2023-02-13 23:15 UTC (permalink / raw)
  To: Mark Wielaard; +Cc: gdb-testers, Tom Tromey

Hi Mark,

Thanks for sending.  I'm upgrading Debian sid on the builder and it
looks like the "usrmerge" installation stopped apt.  I've disabled the
builder for now, and will work on getting the system up-to-date before
re-enabling it.

Tom

Mark Wielaard <mark@klomp.org> writes:

> Hi Tom F,
>
> Could you take a look at this odd configure failure on the ppc64 worker?
> It doesn't look like it is caused by the commit by Tom T.
>
> expr: /usr/lib/powerpc64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by expr)
>
> That looks like somehow glibc was downgraded? But not coreutils?
>
> Thanks,
>
> Mark
>
> On Mon, Feb 13, 2023 at 10:09:09PM +0000, builder--- via Gdb-testers wrote:
>> A new failure has been detected on builder gdb-debian-ppc64 while building binutils-gdb.
>> 
>> Full details are available at:
>>     https://builder.sourceware.org/buildbot/#builders/76/builds/2872
>> 
>> Build state: failed configure (failure)
>> Revision: da59d966b8d182653f9bf3cfa93f921e8993757b
>> Worker: debian-ppc64
>> Build Reason: (unknown)
>> Blamelist: Tom Tromey <tromey@adacore.com>
>> 
>> Steps:
>> 
>> - 0: worker_preparation ( success )
>> 
>> - 1: git checkout ( success )
>>     Logs:
>>         - stdio: https://builder.sourceware.org/buildbot/#builders/76/builds/2872/steps/1/logs/stdio
>> 
>> - 2: rm -rf gdb-build ( success )
>>     Logs:
>>         - stdio: https://builder.sourceware.org/buildbot/#builders/76/builds/2872/steps/2/logs/stdio
>> 
>> - 3: configure ( failure )
>>     Logs:
>>         - stdio: https://builder.sourceware.org/buildbot/#builders/76/builds/2872/steps/3/logs/stdio
>>         - config.log: https://builder.sourceware.org/buildbot/#builders/76/builds/2872/steps/3/logs/config_log
>> 

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

* Re: ☠ Buildbot (Sourceware): binutils-gdb - failed configure (failure) (master)
  2023-02-13 23:15   ` Thomas Fitzsimmons
@ 2023-02-14 14:59     ` Thomas Fitzsimmons
  0 siblings, 0 replies; 5+ messages in thread
From: Thomas Fitzsimmons @ 2023-02-14 14:59 UTC (permalink / raw)
  To: Mark Wielaard; +Cc: gdb-testers, Tom Tromey

Hi,

OK, I helped the usrmerge script get to completion then got everything
updated to Debian sid latest.  The reboot worked fine and the builder
started right up.  The "gdb-debian-ppc64" is succeeding now.  Sorry for
the disruption.  Debian on this worker should be easier to upgrade from
now on, post-usrmerge.

Tom

Thomas Fitzsimmons <fitzsim@fitzsim.org> writes:

> Hi Mark,
>
> Thanks for sending.  I'm upgrading Debian sid on the builder and it
> looks like the "usrmerge" installation stopped apt.  I've disabled the
> builder for now, and will work on getting the system up-to-date before
> re-enabling it.
>
> Tom
>
> Mark Wielaard <mark@klomp.org> writes:
>
>> Hi Tom F,
>>
>> Could you take a look at this odd configure failure on the ppc64 worker?
>> It doesn't look like it is caused by the commit by Tom T.
>>
>> expr: /usr/lib/powerpc64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by expr)
>>
>> That looks like somehow glibc was downgraded? But not coreutils?
>>
>> Thanks,
>>
>> Mark
>>
>> On Mon, Feb 13, 2023 at 10:09:09PM +0000, builder--- via Gdb-testers wrote:
>>> A new failure has been detected on builder gdb-debian-ppc64 while building binutils-gdb.
>>> 
>>> Full details are available at:
>>>     https://builder.sourceware.org/buildbot/#builders/76/builds/2872
>>> 
>>> Build state: failed configure (failure)
>>> Revision: da59d966b8d182653f9bf3cfa93f921e8993757b
>>> Worker: debian-ppc64
>>> Build Reason: (unknown)
>>> Blamelist: Tom Tromey <tromey@adacore.com>
>>> 
>>> Steps:
>>> 
>>> - 0: worker_preparation ( success )
>>> 
>>> - 1: git checkout ( success )
>>>     Logs:
>>>         - stdio: https://builder.sourceware.org/buildbot/#builders/76/builds/2872/steps/1/logs/stdio
>>> 
>>> - 2: rm -rf gdb-build ( success )
>>>     Logs:
>>>         - stdio: https://builder.sourceware.org/buildbot/#builders/76/builds/2872/steps/2/logs/stdio
>>> 
>>> - 3: configure ( failure )
>>>     Logs:
>>>         - stdio: https://builder.sourceware.org/buildbot/#builders/76/builds/2872/steps/3/logs/stdio
>>>         - config.log: https://builder.sourceware.org/buildbot/#builders/76/builds/2872/steps/3/logs/config_log
>>> 

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

* ☠ Buildbot (Sourceware): binutils-gdb - failed configure (failure) (master)
@ 2024-01-13  1:21 builder
  0 siblings, 0 replies; 5+ messages in thread
From: builder @ 2024-01-13  1:21 UTC (permalink / raw)
  To: gdb-testers

A new failure has been detected on builder gdb-ibm-power9 while building binutils-gdb.

Full details are available at:
    https://builder.sourceware.org/buildbot/#/builders/167/builds/5446

Build state: failed configure (failure)
Revision: 98138c62cd7f721af132f9b24f274332fd8bf079
Worker: ibm_power9
Build Reason: (unknown)
Blamelist: Aditya Vidyadhar Kamath <Aditya.Kamath1@ibm.com>, Andrew Burgess <aburgess@redhat.com>, Andrew Carlotti <andrew.carlotti@arm.com>, Cui, Lili <lili.cui@intel.com>, GDB Administrator <gdbadmin@sourceware.org>, H.J. Lu <hjl.tools@gmail.com>, Indu Bhagat <indu.bhagat@oracle.com>, Jan Beulich <jbeulich@suse.com>, Lulu Cai <cailulu@loongson.cn>, Mike Frysinger <vapier@gentoo.org>, Nick Clifton <nickc@redhat.com>, Saurabh Jha <saurabh.jha@arm.com>, Simon Marchi <simon.marchi@efficios.com>, Srinath Parvathaneni <srinath.parvathaneni@arm.com>, Tom Tromey <tom@tromey.com>, Tom Tromey <tromey@adacore.com>, Tom de Vries <tdevries@suse.de>, Victor Do Nascimento <victor.donascimento@arm.com>, Vladimir Mezentsev <vladimir.mezentsev@oracle.com>, changjiachen <changjiachen@stu.xupt.edu.cn>, mengqinggang <mengqinggang@loongson.cn>

Steps:

- 0: worker_preparation ( success )

- 1: git checkout ( success )
    Logs:
        - stdio: https://builder.sourceware.org/buildbot/#/builders/167/builds/5446/steps/1/logs/stdio

- 2: rm -rf gdb-build ( success )
    Logs:
        - stdio: https://builder.sourceware.org/buildbot/#/builders/167/builds/5446/steps/2/logs/stdio

- 3: configure ( failure )
    Logs:
        - stdio: https://builder.sourceware.org/buildbot/#/builders/167/builds/5446/steps/3/logs/stdio
        - config.log: https://builder.sourceware.org/buildbot/#/builders/167/builds/5446/steps/3/logs/config_log


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

end of thread, other threads:[~2024-01-13  1:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-13 22:09 ☠ Buildbot (Sourceware): binutils-gdb - failed configure (failure) (master) builder
2023-02-13 22:47 ` Mark Wielaard
2023-02-13 23:15   ` Thomas Fitzsimmons
2023-02-14 14:59     ` Thomas Fitzsimmons
2024-01-13  1:21 builder

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).