Buildbot failure in Wildebeest Builder on whole buildset

2022-02-05 Thread buildbot
The Buildbot has detected a new failure on builder gccrust-debian-arm64 while 
building gccrust.
Full details are available at:
https://builder.wildebeest.org/buildbot/#builders/58/builds/1620

Buildbot URL: https://builder.wildebeest.org/buildbot/

Worker for this Build: debian-arm64

Build Reason: 
Blamelist: CohenArthur , bors[bot] 
<26634292+bors[bot]@users.noreply.github.com>

BUILD FAILED: failed compile (failure)

Sincerely,
 -The BuildbotThe Buildbot has detected a new failure on builder 
gccrust-fedora-x86_64 while building gccrust.
Full details are available at:
https://builder.wildebeest.org/buildbot/#builders/59/builds/1536

Buildbot URL: https://builder.wildebeest.org/buildbot/

Worker for this Build: fedora-x86_64

Build Reason: 
Blamelist: CohenArthur , bors[bot] 
<26634292+bors[bot]@users.noreply.github.com>

BUILD FAILED: failed compile (failure)

Sincerely,
 -The BuildbotThe Buildbot has detected a new failure on builder 
gccrust-fedora-ppc64le while building gccrust.
Full details are available at:
https://builder.wildebeest.org/buildbot/#builders/60/builds/1549

Buildbot URL: https://builder.wildebeest.org/buildbot/

Worker for this Build: fedora-ppc64le

Build Reason: 
Blamelist: CohenArthur , bors[bot] 
<26634292+bors[bot]@users.noreply.github.com>

BUILD FAILED: failed compile (failure)

Sincerely,
 -The BuildbotThe Buildbot has detected a new failure on builder 
gccrust-fedora-ppc64 while building gccrust.
Full details are available at:
https://builder.wildebeest.org/buildbot/#builders/61/builds/1527

Buildbot URL: https://builder.wildebeest.org/buildbot/

Worker for this Build: fedora-ppc64

Build Reason: 
Blamelist: CohenArthur , bors[bot] 
<26634292+bors[bot]@users.noreply.github.com>

BUILD FAILED: failed compile (failure)

Sincerely,
 -The BuildbotThe Buildbot has detected a new failure on builder 
gccrust-debian-i386 while building gccrust.
Full details are available at:
https://builder.wildebeest.org/buildbot/#builders/62/builds/1259

Buildbot URL: https://builder.wildebeest.org/buildbot/

Worker for this Build: debian-i386

Build Reason: 
Blamelist: CohenArthur , bors[bot] 
<26634292+bors[bot]@users.noreply.github.com>

BUILD FAILED: failed compile (failure)

Sincerely,
 -The BuildbotThe Buildbot has detected a new failure on builder 
gccrust-fedora-s390x while building gccrust.
Full details are available at:
https://builder.wildebeest.org/buildbot/#builders/63/builds/1273

Buildbot URL: https://builder.wildebeest.org/buildbot/

Worker for this Build: fedora-s390x

Build Reason: 
Blamelist: CohenArthur , bors[bot] 
<26634292+bors[bot]@users.noreply.github.com>

BUILD FAILED: failed compile (failure)

Sincerely,
 -The BuildbotThe Buildbot has detected a new failure on builder 
gccrust-debian-ppc64 while building gccrust.
Full details are available at:
https://builder.wildebeest.org/buildbot/#builders/64/builds/81

Buildbot URL: https://builder.wildebeest.org/buildbot/

Worker for this Build: debian-ppc64

Build Reason: 
Blamelist: CohenArthur , bors[bot] 
<26634292+bors[bot]@users.noreply.github.com>

BUILD FAILED: failed compile (failure)

Sincerely,
 -The Buildbot

-- 
Gcc-rust mailing list
Gcc-rust@gcc.gnu.org
https://gcc.gnu.org/mailman/listinfo/gcc-rust


Re: Buildbot failure in Wildebeest Builder on whole buildset

2022-02-05 Thread Mark Wielaard
Hi,

On Sat, 2022-02-05 at 16:58 +, build...@builder.wildebeest.org
wrote:
> The Buildbot has detected a new failure on builder gccrust-debian-arm64 while 
> building gccrust.
> Full details are available at:
> https://builder.wildebeest.org/buildbot/#builders/58/builds/1620
> 
> Buildbot URL: https://builder.wildebeest.org/buildbot/
> 
> Worker for this Build: debian-arm64
> 
> Build Reason: 
> Blamelist: CohenArthur , bors[bot] 
> <26634292+bors[bot]@users.noreply.github.com>
> 
> BUILD FAILED: failed compile (failure)

This was caused by two commits being flipped:

commit bc47ace0ec97ef1b3498c17ff03e2ee873743d5c
Author: CohenArthur 
Date:   Tue Jan 25 13:59:06 2022 +0100

selftest: Move C specific tests in c_family_test()

commit 2b1345a73654cf5b2b13e334813ee97016ba5d1a
Author: CohenArthur 
Date:   Tue Oct 19 10:46:45 2021 +0200

selftest: Enable unit testing for the rust frontend

So the first commit enabled the selftests (which fails in the buildbot)
and the second moved the C specific selftests (which just failed) into
c_family_tests so they won't trigger a failure next time.

Unfortunately the buildbot thinks the second commit isn't rust frontend
related (which is technically correct) and so won't do a build with
that commit.

But the next gccrs commit should turn the buildbot green again.

Cheers,

Mark
-- 
Gcc-rust mailing list
Gcc-rust@gcc.gnu.org
https://gcc.gnu.org/mailman/listinfo/gcc-rust