public inbox for buildbot@sourceware.org
 help / color / mirror / Atom feed
From: Mark Wielaard <aegon@wildebeest.org>
To: will schmidt <will_schmidt@vnet.ibm.com>
Cc: buildbot@sourceware.org
Subject: Re: Strange mkdirs issue on power8
Date: Tue, 06 Dec 2022 15:51:08 +0100	[thread overview]
Message-ID: <1a05b7d06436b62b954899afe9b156f0675f8004.camel@wildebeest.org> (raw)
In-Reply-To: <d68749b1f09c7e9a0c8246c9a1bbf4ae0a46c613.camel@vnet.ibm.com>

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

Hi Will,

On Mon, 2022-11-28 at 16:37 -0600, will schmidt wrote:
> On Mon, 2022-11-28 at 11:51 +0100, Mark Wielaard wrote:
> > On Tue, 2022-11-22 at 23:48 +0100, Mark Wielaard wrote:
> > > There is a strange update error on the power8 worker.
> > > See https://builder.sourceware.org/buildbot/#/workers/18
> > 
> > The worker disconnected and didn't return. I have canceled pending
> > builds. Could you take a look?
> > 
> Yeah, I'm not sure what has occurred.  I have a question in to the
> system admin
> to see whats going on.

Since the builder doesn't seem to reconnect anymore I have cancelled
all pending builds and disabled the builders using it for now.

Please let me know if it gets back so we can enable the builds again.

Thanks,

Mark

[-- Attachment #2: 0001-Disable-gdb-valgrind-ibm-power8-builders-for-now.patch --]
[-- Type: text/x-patch, Size: 2888 bytes --]

From 4a66ce85c9589a995cf768213781d979201fca65 Mon Sep 17 00:00:00 2001
From: Mark Wielaard <mark@klomp.org>
Date: Tue, 6 Dec 2022 15:48:25 +0100
Subject: [PATCH] Disable {gdb,valgrind}-ibm-power8 builders for now

---
 builder/master.cfg | 28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)

diff --git a/builder/master.cfg b/builder/master.cfg
index 7ddc981..51a0db3 100644
--- a/builder/master.cfg
+++ b/builder/master.cfg
@@ -591,7 +591,7 @@ valgrind_scheduler = schedulers.SingleBranchScheduler(
                       "valgrind-debian-testing-x86_64",
                       "valgrind-debian-armhf",
                       "valgrind-debian-i386",
-                      "valgrind-ibm-power8",
+#                      "valgrind-ibm-power8",
                       "valgrind-ibm-power9",
                       "valgrind-ibm-power10",
                       "valgrind-fedora-ppc64le",
@@ -769,7 +769,7 @@ gdb_scheduler = schedulers.SingleBranchScheduler(
                       "gdb-armhf-ubuntu20_04",
                       "gdb-armhf-ubuntu22_04",
                       "gdb-debian-i386",
-                      "gdb-ibm-power8",
+#                      "gdb-ibm-power8",
                       "gdb-ibm-power9",
                       "gdb-ibm-power10",
                       "gdb-fedora-s390x",
@@ -2723,12 +2723,12 @@ gdb_try_debian_testing_x86_64_builder = util.BuilderConfig(
         factory=gdb_factory)
 c['builders'].append(gdb_try_debian_testing_x86_64_builder)
 
-gdb_ibm_power8_builder = util.BuilderConfig(
-	name="gdb-ibm-power8",
-        workernames=["ibm_power8"],
-        tags=["gdb", "ibm", "power8"],
-        factory=gdb_factory)
-c['builders'].append(gdb_ibm_power8_builder)
+# gdb_ibm_power8_builder = util.BuilderConfig(
+# 	name="gdb-ibm-power8",
+#         workernames=["ibm_power8"],
+#         tags=["gdb", "ibm", "power8"],
+#         factory=gdb_factory)
+# c['builders'].append(gdb_ibm_power8_builder)
 
 gdb_ibm_power9_builder = util.BuilderConfig(
 	name="gdb-ibm-power9",
@@ -3644,12 +3644,12 @@ valgrind_fedora_ppc64le_builder = util.BuilderConfig(
         factory=valgrind_make_check_aux_factory)
 c['builders'].append(valgrind_fedora_ppc64le_builder)
 
-valgrind_ibm_power8_builder = util.BuilderConfig(
-        name="valgrind-ibm-power8",
-        workernames=["ibm_power8"],
-        tags=["valgrind", "ibm", "power8"],
-        factory=valgrind_make_check_aux_factory)
-c['builders'].append(valgrind_ibm_power8_builder)
+# valgrind_ibm_power8_builder = util.BuilderConfig(
+#         name="valgrind-ibm-power8",
+#         workernames=["ibm_power8"],
+#         tags=["valgrind", "ibm", "power8"],
+#         factory=valgrind_make_check_aux_factory)
+# c['builders'].append(valgrind_ibm_power8_builder)
 
 valgrind_ibm_power9_builder = util.BuilderConfig(
         name="valgrind-ibm-power9",
-- 
2.18.4


  reply	other threads:[~2022-12-06 14:51 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-22 22:48 Mark Wielaard
2022-11-28 10:51 ` Mark Wielaard
2022-11-28 22:37   ` will schmidt
2022-12-06 14:51     ` Mark Wielaard [this message]
2022-12-06 18:12       ` will schmidt

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1a05b7d06436b62b954899afe9b156f0675f8004.camel@wildebeest.org \
    --to=aegon@wildebeest.org \
    --cc=buildbot@sourceware.org \
    --cc=will_schmidt@vnet.ibm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).