public inbox for gcc-rust@gcc.gnu.org
 help / color / mirror / Atom feed
From: Mark Wielaard <mark@klomp.org>
To: builder@sourceware.org
Cc: Arthur Cohen <arthur.cohen@embecosm.com>, gcc-rust@gcc.gnu.org
Subject: Re: ☠ Buildbot (GNU Toolchain): gccrust - failed compile (failure) (master)
Date: Thu, 28 Apr 2022 13:40:56 +0200	[thread overview]
Message-ID: <20220428114056.GA23335@gnu.wildebeest.org> (raw)
In-Reply-To: <20220428111745.CDE3C3858407@sourceware.org>

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

On Thu, Apr 28, 2022 at 11:17:45AM +0000, builder--- via Gcc-rust wrote:
> A new failure has been detected on builder gccrust-debian-arm64
> while building gccrust.

Sorry about that (again). It seems the little arm64 board just runs
out of memory from time to time when building gccrs. I'll disable the
arm64 builder for now till I have figured out how to provide more
memory to it.

Cheers,

Mark

[-- Attachment #2: 0001-Disable-gccrust-debian-arm64-builder.patch --]
[-- Type: text/plain, Size: 1786 bytes --]

From 554270393043c2c893b819f43ef59a1c732ded62 Mon Sep 17 00:00:00 2001
From: Mark Wielaard <mark@klomp.org>
Date: Thu, 28 Apr 2022 13:35:07 +0200
Subject: [PATCH] Disable gccrust-debian-arm64 builder

The little arm64 board just runs out of memory too often.
---
 builder/master.cfg | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/builder/master.cfg b/builder/master.cfg
index dc6afcd..0c39365 100644
--- a/builder/master.cfg
+++ b/builder/master.cfg
@@ -347,7 +347,7 @@ gccrust_scheduler = schedulers.SingleBranchScheduler(
         fileIsImportant=gccrsImportant,
         builderNames=["gccrust-fedora-x86_64",
                       "gccrust-debian-i386",
-                      "gccrust-debian-arm64",
+#                      "gccrust-debian-arm64",
                       "gccrust-fedora-ppc64le",
                       "gccrust-fedora-ppc64",
                       "gccrust-fedora-s390x",
@@ -1061,12 +1061,13 @@ gccrust_debian_i386_builder = util.BuilderConfig(
         factory=gccrust_factory)
 c['builders'].append(gccrust_debian_i386_builder)
 
-gccrust_debian_arm64_builder = util.BuilderConfig(
-        name="gccrust-debian-arm64",
-        workernames=["debian-arm64"],
-        tags=["gccrust", "debian", "arm64"],
-        factory=gccrust_factory)
-c['builders'].append(gccrust_debian_arm64_builder)
+# The poor little arm64 board just runs out of memory
+#gccrust_debian_arm64_builder = util.BuilderConfig(
+#        name="gccrust-debian-arm64",
+#        workernames=["debian-arm64"],
+#        tags=["gccrust", "debian", "arm64"],
+#        factory=gccrust_factory)
+#c['builders'].append(gccrust_debian_arm64_builder)
 
 gccrust_fedora_ppc64le_builder = util.BuilderConfig(
         name="gccrust-fedora-ppc64le",
-- 
2.27.0


  reply	other threads:[~2022-04-28 11:40 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-28 11:17 builder
2022-04-28 11:40 ` Mark Wielaard [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-10-21 15:14 builder
     [not found] <20220825153123.2C3763852759@sourceware.org>
2022-08-25 16:40 ` Mark Wielaard
2022-08-25 16:36 builder
2022-08-25 16:36 builder
2022-08-25 15:31 builder
2022-06-27  9:16 builder
2022-06-24  9:21 builder
2022-06-24  9:31 ` Mark Wielaard
2022-06-24  9:15 builder
2022-04-25 20:37 builder
2022-04-22 14:15 builder
2022-04-22 13:29 builder
2022-04-22 13:36 ` Mark Wielaard
2022-04-21 20:19 builder
2022-04-21 18:32 builder
2022-04-21 19:45 ` Mark Wielaard

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=20220428114056.GA23335@gnu.wildebeest.org \
    --to=mark@klomp.org \
    --cc=arthur.cohen@embecosm.com \
    --cc=builder@sourceware.org \
    --cc=gcc-rust@gcc.gnu.org \
    /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).