public inbox for buildbot@sourceware.org
 help / color / mirror / Atom feed
* Re: ☠ Buildbot (Sourceware): elfutils - failed test (failure) (master)
       [not found] <20231101150800.B53003858C5E@sourceware.org>
@ 2023-11-01 16:40 ` Mark Wielaard
  0 siblings, 0 replies; only message in thread
From: Mark Wielaard @ 2023-11-01 16:40 UTC (permalink / raw)
  To: elfutils-devel, Omar Sandoval; +Cc: Sam James, buildbot

[-- Attachment #1: Type: text/plain, Size: 1853 bytes --]

Hi,

On Wed, 2023-11-01 at 15:08 +0000, builder@sourceware.org wrote:
> A new failure has been detected on builder elfutils-gentoo-sparc while building elfutils.
> 
> Full details are available at:
>     https://builder.sourceware.org/buildbot/#builders/225/builds/115
> 
> Build state: failed test (failure)
> Revision: c112cf0f1975e19a6111f594c0e5c4d2210c0f9a
> Worker: gentoo-sparc
> Build Reason: (unknown)
> Blamelist: Omar Sandoval <osandov@fb.com>
> 
> Steps:
> 
> - 7: make check ( failure )
>     Logs:
>         - stdio: https://builder.sourceware.org/buildbot/#builders/225/builds/115/steps/7/logs/stdio
>         - test-suite.log: https://builder.sourceware.org/buildbot/#builders/225/builds/115/steps/7/logs/test-suite_log

   command timed out: 1200 seconds without output running [b'make',
   b'check', b'-j8', b'--output-sync=line'], attempting to kill
   process killed by signal 9
   program finished with exit code -1
   elapsedTime=1289.277272
   
So that is the sparc builder getting stuck again. Not caused by Omar's
patch.

I have applied the attached patch which keeps the elfutils sparc
builder, but changes the tag from elfutils to elfutils-build. This
makes it so that it won't be part of the elfutils CI reports (so no
more email notifications), but still runs the build which will show up
on https://builder.sourceware.org/buildbot/ and get the results into
bunsen.

I did the same for the elfutils-try-gentoo-sparc builder (changing the
tag from elfutils-try to elfutils-try-build). So for try builds you
won't get emails about the sparc builder anymore, but the results will
show up on the builder website and in bunsen.

Sam, could you please let us know when the sparc builder is a little
bit more robust so we can reactivate the email notifications again?

Thanks,

Mark

[-- Attachment #2: 0001-Change-tags-on-elfutils-gentoo-sparc-builders-to-elf.patch --]
[-- Type: text/x-patch, Size: 1341 bytes --]

From 63e9a80421d27f8195b2d96b90af3980c24335ac Mon Sep 17 00:00:00 2001
From: Mark Wielaard <mark@klomp.org>
Date: Wed, 1 Nov 2023 17:37:12 +0100
Subject: [PATCH] Change tags on elfutils-gentoo-sparc builders to
 elfutils[-try]-build

This will make sure the builds are still running, but won't be
included in the (email) reports.

Signed-off-by: Mark Wielaard <mark@klomp.org>
---
 builder/master.cfg | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/builder/master.cfg b/builder/master.cfg
index ab8b90b..4a40edf 100644
--- a/builder/master.cfg
+++ b/builder/master.cfg
@@ -2004,14 +2004,14 @@ c['builders'].append(elfutils_try_fedora_arm64_builder)
 elfutils_gentoo_sparc_builder = util.BuilderConfig(
         name="elfutils-gentoo-sparc",
         workernames=sparc_workers,
-        tags=["elfutils", "gentoo", "sparc"],
+        tags=["elfutils-build", "gentoo", "sparc"],
         factory=elfutils_factory)
 c['builders'].append(elfutils_gentoo_sparc_builder)
 
 elfutils_try_gentoo_sparc_builder = util.BuilderConfig(
         name="elfutils-try-gentoo-sparc",
         workernames=sparc_workers,
-        tags=["elfutils-try", "gentoo", "sparc"],
+        tags=["elfutils-try-build", "gentoo", "sparc"],
         factory=elfutils_factory)
 c['builders'].append(elfutils_try_gentoo_sparc_builder)
 
-- 
2.41.0


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-11-01 16:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20231101150800.B53003858C5E@sourceware.org>
2023-11-01 16:40 ` ☠ Buildbot (Sourceware): elfutils - failed test (failure) (master) Mark Wielaard

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).