On Sun, 2021-12-19 at 17:13 +, build...@builder.wildebeest.org
wrote:
> The 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/6
>
> Buildbot URL: http
Hi,
On Mon, 2022-01-24 at 12:29 +, 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/1581
>
> Buildbot U
Hi,
On Tue, Jan 25, 2022 at 08:33:50AM +0100, Thomas Schwinge wrote:
> On 2022-01-24T22:30:21+0100, Marc via Gcc-rust wrote:
> > Mark Wielaard writes:
> >> Sorry, I don't immediately know what is happening.
> >> I assume some merge took place and the buildbot doe
Hi,
On Tue, Jan 25, 2022 at 11:42:41PM +0100, Mark Wielaard wrote:
> I added a filesIsImportant filter to the buildbot gccrs scheduler:
>
> gccrs_files = ["gcc/rust/", "gcc/testsuite/rust/", "gcc/config/.*/*-rust.c"]
>
> def gccrsImportant(change):
Hi,
On Sat, Jan 29, 2022 at 04:20:57PM +, 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/1609
>
> Bui
Hi Thomas,
On Thu, 2022-02-03 at 21:55 +0100, Thomas Schwinge wrote:
> On 2022-01-29T21:20:45+0100, Mark Wielaard wrote:
> > On Tue, Jan 25, 2022 at 11:42:41PM +0100, Mark Wielaard wrote:
> > > I added a filesIsImportant filter to the buildbot gccrs
> > > schedule
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 U
Hi Marc,
On Thu, Feb 17, 2022 at 08:46:01PM +0100, Marc via Gcc-rust wrote:
> build...@builder.wildebeest.org writes:
>
> > Build Reason:
> > Blamelist: Philip Herron
>
> g++ -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -DIN_GCC -fno-exceptions
> -fno-rtti -fasynchronous-unwind-tables -W -W
Hi,
On Thu, Feb 17, 2022 at 10:05:29PM +0100, Mark Wielaard wrote:
> On Thu, Feb 17, 2022 at 08:46:01PM +0100, Marc via Gcc-rust wrote:
> > ../gccrs/gcc/rust/hir -I ../../gccrs/gcc/rust/resolve -I
> > ../../gccrs/gcc/rust/util -I ../../gccrs/gcc/rust/typecheck -I
> > ../.
Hi Marc, Hi Tom,
On Fri, Feb 18, 2022 at 12:48:23PM +, dkm--- via Gcc-rust wrote:
> > Worker for this Build: debian-ppc64
>
> Looks like the ppc64 is requesting a bigger disk :)
>
> fatal: sha1 file
> '/var/lib/buildbot/workers/wildebeest/gccrust-debian-ppc64/gccrs/.git/index.lock'
> write
Hi,
make check-rust doesn't fail if there are any unexpected failuress.
I couldn't figure out why not. So I added a new step to the buildbot
so that it does grep unexpected gcc/testsuite/rust/rust.sum; test $? == 1"
which should make the build fail if there are any unexpected test results.
If thi
Hi,
So, this works as expected. Note that it reports issues not just for
debian-i386, but also for some other arches (all debian based). The
i386 issues are not new. But the others do seem to be caused by the
latest commit. I haven't investigated why yet though.
The buildbot links also point to t
Hi,
On Wed, 2022-02-23 at 11:35 +0100, Mark Wielaard wrote:
> So, this works as expected. Note that it reports issues not just for
> debian-i386, but also for some other arches (all debian based). The
> i386 issues are not new. But the others do seem to be caused by the
> latest commi
Hi,
On Wed, Feb 23, 2022 at 12:26:26PM +0100, Mark Wielaard wrote:
> So there were 3 issues:
>
> - The debian-i386 build had pre-existing failures that weren't
> reported before.
> - The recent commits introduced some tests which failed, and then
> some code changes th
Hi,
On Tue, Mar 01, 2022 at 07:08:15PM +, 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/1710
>
> Bui
Hi,
On Wed, 2022-03-02 at 09:03 +, Philip Herron wrote:
> Yet again the build bots are out doing github automation :D. Would
> you
> be able to give Arthur access to the failing buildbot to test his
> fix?
Sure. Arthur can you sent me your ssh pubkey?
> We think we know what the issue is. We
On Sun, Mar 06, 2022 at 10:01:10PM +, 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/1716
>
> Buildbot
Hi,
On Sun, Mar 06, 2022 at 11:20:56PM +0100, Mark Wielaard wrote:
> On Sun, Mar 06, 2022 at 10:01:10PM +, build...@builder.wildebeest.org
> wrote:
> > The Buildbot has detected a new failure on builder gccrust-debian-arm64
> > while building gccrust.
> > Full
Hi,
On Mon, 2022-03-07 at 10:57 +0100, Arthur Cohen wrote:
> This is due to the lexer's fix not being in yet. I think it should
> be
> resolved later as soon as bors merges the fix, but I'll check just in
> case.
According to:
https://builder.wildebeest.org/buildbot/#/builders?tags=gccrust
It w
Hi Arthur,
On Mon, 2022-03-07 at 15:32 +0100, Arthur Cohen wrote:
> I suspect this might be due to bors, our merging bot on github, and me
> asking it to merge multiple pull requests this morning (around 4 or 5).
> Not really sure.
>
> But the bug is fixed and properly placed in the history :)
Hi,
On Tue, Mar 22, 2022 at 12:41:01PM +, 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/1770
>
> Bui
Hi,
On Tue, 2022-04-12 at 13:07 +, build...@builder.wildebeest.org
wrote:
> A new failure has been detected on builder gccrust-debian-arm64 while
> building gccrust.
>
> Full details are available at:
> https://builder.wildebeest.org/buildbot/#builders/58/builds/1814
>
> Build state: fai
Hi,
On Thu, Apr 21, 2022 at 06:32:37PM +, builder--- via Gcc-rust wrote:
> A new failure has been detected on builder gccrust-debian-arm64 while
> building gccrust.
>
> Full details are available at:
> https://builder.sourceware.org/buildbot/#builders/34/builds/8
>
> Build state: failed
Hi,
On Fri, 2022-04-22 at 13:29 +, builder--- via Gcc-rust wrote:
> A new failure has been detected on builder gccrust-debian-arm64 while
> building gccrust.
>
> Full details are available at:
> https://builder.sourceware.org/buildbot/#builders/34/builds/20
>
> Build state: failed compil
. I'll disable the
arm64 builder for now till I have figured out how to provide more
memory to it.
Cheers,
Mark>From 554270393043c2c893b819f43ef59a1c732ded62 Mon Sep 17 00:00:00 2001
From: Mark Wielaard
Date: Thu, 28 Apr 2022 13:35:07 +0200
Subject: [PATCH] Disable gccrust-debian-arm64 build
On Tue, 2022-05-10 at 11:00 +, builder--- via Gcc-rust wrote:
> A new failure has been detected on builder gccrust-debian-i386 while
> building gccrust.
>
> Full details are available at:
> https://builder.sourceware.org/buildbot/#builders/27/builds/98
Just when we were all green :{
It i
Hi,
On Wed, May 11, 2022 at 06:06:16PM +, builder--- via Gcc-rust wrote:
> A new failure has been detected on builder gccrust-debian-ppc64 while
> building gccrust.
>
> Full details are available at:
> https://builder.sourceware.org/buildbot/#builders/3/builds/103
>
> Build state: faile
Hi,
On Tue, May 24, 2022 at 01:01:55AM +, builder--- via Gcc-rust wrote:
> A cancelled build has been detected on builder gccrust-fedora-x86_64 while
> building gccrust.
>
> Full details are available at:
> https://builder.sourceware.org/buildbot/#builders/16/builds/131
>
> Build state:
Hi,
On Thu, May 26, 2022 at 09:53:41AM +, builder--- via Gcc-rust wrote:
> A new failure has been detected on builder gccrust-fedora-s390x while
> building gccrust.
>
> Full details are available at:
> https://builder.sourceware.org/buildbot/#builders/37/builds/136
>
> Build state: fail
When bootstrapping with --enable-checking=no you'll get:
gcc/rust/backend/rust-compile-type.cc: In member function
‘virtual void Rust::Compile::TyTyResolveCompile::visit(const
Rust::TyTy::ADTType&)’:
gcc/tree.h:2312:59: error: statement has no effect [-Werror=unused-value]
2312 | #define TYPE_PA
t keep up).
Cheers,
Mark
>From 65cd2f861528d5ef59f594c7c8372975562abad4 Mon Sep 17 00:00:00 2001
From: Mark Wielaard
Date: Sun, 19 Jun 2022 02:03:18 +0200
Subject: [PATCH 1/2] Add gccrs debian-stable bootstrap builder
Add a new gccrust-bootstrap Scheduler with a treeStableTimer of 10
minute
Hi,
On Fri, Jun 24, 2022 at 09:21:21AM +, builder--- via Gcc-rust wrote:
> A new failure has been detected on builder gccrust-bootstrap-debian-amd64
> while building gccrust.
>
> Full details are available at:
> https://builder.sourceware.org/buildbot/#builders/107/builds/2
>
> Build st
On Mon, Jul 04, 2022 at 09:13:12AM +, builder--- via Gcc-rust wrote:
> A new failure has been detected on builder gccrust-opensuseleap-x86_64 while
> building gccrust.
> [,,,]
> A new failure has been detected on builder gccrust-rawhide-x86_64 while
> building gccrust.
Apologies, the builder
Hi,
On Fri, Jul 15, 2022 at 05:46:42PM +, builder--- via Gcc-rust wrote:
> A new failure has been detected on builder gccrust-rawhide-x86_64 while
> building gccrust.
>
> Full details are available at:
> https://builder.sourceware.org/buildbot/#builders/132/builds/38
>
> Build state: fa
Hi,
On Thu, Jul 21, 2022 at 10:38:18PM +, builder--- via Gcc-rust wrote:
> A new failure has been detected on builder gccrust-bootstrap-debian-amd64
> while building gccrust.
>
> Full details are available at:
> https://builder.sourceware.org/buildbot/#builders/107/builds/43
>
> Build s
Hi,
On Fri, Jul 22, 2022 at 12:49:54AM +0200, Mark Wielaard wrote:
> On Thu, Jul 21, 2022 at 10:38:18PM +, builder--- via Gcc-rust wrote:
> > A new failure has been detected on builder gccrust-bootstrap-debian-amd64
> > while building gccrust.
> >
> > Fu
Hi Martin,
On Thu, 2022-08-25 at 11:52 +0200, Martin Liška wrote:
> What about limit increase, how much space do we have on sourceware
> infrastructure?
Feel free to increase the limits, there is a couple of hundred GB free
on sourceware and we can add more.
The public-inbox instance at inbox.so
On Thu, 2022-08-25 at 15:31 +, buil...@sourceware.org wrote:
> A new failure has been detected on builder gccrust-bootstrap-debian-
> amd64 while building gccrust.
>
> Full details are available at:
> https://builder.sourceware.org/buildbot/#builders/107/builds/83
>
> Build state: failed
022q3/018802.html
Chris Faylor
Frank Eigler
Mark Wielaard
--
Gcc-rust mailing list
Gcc-rust@gcc.gnu.org
https://gcc.gnu.org/mailman/listinfo/gcc-rust
p out with, the next steps they are invited to join
the sourceware overseers list.
https://sourceware.org/pipermail/overseers/2022q3/018834.html
Thanks,
Chris Faylor
Frank Eigler
Mark Wielaard
--
Gcc-rust mailing list
Gcc-rust@gcc.gnu.org
https://gcc.gnu.org/mailman/listinfo/gcc-rust
Hi Philip,
On Fri, Sep 09, 2022 at 11:11:56AM +0100, Philip Herron wrote:
> Do you have the link available to join this mailing list?
https://sourceware.org/mailman/listinfo/overseers
Note that you don't need to be subscribed to post to the list and you
can also follow the list through imap, nnt
r/mjw/gccrs/commit/?h=no-Rust-old
if someone wants to push that, to merge for a v4.
Thanks,
Mark>From cdcfe27cfba23402f91200c64c1ef8e0bf3528a0 Mon Sep 17 00:00:00 2001
From: Mark Wielaard
Date: Sun, 30 Oct 2022 16:03:16 +0100
Subject: [PATCH] dwarf2out.c: Don't emit DW_LANG_Rust_ol
This Friday, 18 November, at 16:00 UTC (11:00am Eastern, 17:00 Central
European Time) the FSF will host a session on their BBB server about
the current sourceware infrastructure and future plans.
https://www.fsf.org/events/sourceware-infrastructure-a-presentation-and-community-q-a
https://inbox.so
On Tue, Nov 15, 2022 at 10:46:17PM +0100, Mark Wielaard wrote:
> https://www.fsf.org/events/sourceware-infrastructure-a-presentation-and-community-q-a
> https://inbox.sourceware.org/overseers/6e9cde97-d880-5343-6cfd-16a648cf6...@fsf.org/
>
> We like to discuss how to use the new in
We've received word from our data centre hosts that they will have a
network infrastructure outage tomorrow, Tuesday 2023-01-31, between
8am and 12am EST (UTC-5). We may follow that up with a server
firmware-related update/boot.
This impacts sourceware.org, builder.sourceware.org,
patchwork.source
Don't sent email to "interested users" for the gccrust and
gccrust-bootstrap problem reports. Since these build might
happen after a merge from gcc to gccrs this might include
a lot of people. Only sent change notifications to the
gcc-rust mailinglist.
---
builder/master.cfg | 30 -
and
organisations for maintaining and/or providing hardware for
builder.sourceware.org Brno University, Dan Horák, Marist University,
Thomas Fitzsimmons, Mark Wielaard, Frank Eigler, IBM, Carl Love,
The Works on Arm initiative, Christophe Lyon, and Red Hat
--
Gcc-rust mailing list
Gcc-rust@gcc.gnu.org
https://gcc.gnu.org/mailman/listinfo/gcc-rust
Hi,
On Thu, 2023-03-16 at 10:28 +0100, Thomas Schwinge wrote:
> I'm now also putting Mark Wielaard in CC; he once also started discussing
> this topic, "thinking of importing a couple of gnulib modules to help
> with UTF-8 processing [unless] other gcc frontends handle [these t
https://sfconservancy.org/news/2023/may/15/sourceware-joins-sfc/
After various discussions and lots of positive feedback [1] [2] [3] [4]
Software Freedom Conservancy and Sourceware proudly announce that
Sourceware today joins SFC as a member project!
As the fiscal host of Sourceware, Software Fre
Hi all,
On Fri, 2023-08-18 at 15:53 +, builder--- via Gcc-rust wrote:
> A restored build has been detected on builder gccrust-debian-ppc64 while
> building gccrust.
>
> Full details are available at:
> https://builder.sourceware.org/buildbot/#builders/3/builds/1487
>
> Build state: buil
Hi,
On Fri, 2023-08-18 at 16:07 +, builder--- via Gcc-rust wrote:
> A new failure has been detected on builder gccrust-debian-ppc64 while
> building gccrust.
>
> Full details are available at:
> https://builder.sourceware.org/buildbot/#builders/3/builds/1488
>
> Build state: failed '! g
Hi,
On Sun, Sep 17, 2023 at 10:04:37PM +0200, Mark Wielaard wrote:
> On Tue, Sep 12, 2023 at 05:00:07PM +0200, Mark Wielaard wrote:
> > We (Jeff or anyone else with mailman admin privs) could use the same
> > settings for gcc-patches. The settings that need to be set are
Sourceware infrastructure community updates for Q4 2023
- 6 months with the Software Freedom Conservancy
- Sourceware @ Fosdem
- OSUOSL provides extra larger arm64 and x86_64 buildbot servers
- No more From rewriting for patches mailinglists
= 6 months with the Software Freedom Conservancy
Sourc
Sourceware infrastructure community updates for Q1 2024
A summary of news about Sourceware, the Free Software hosting project
for core toolchain and developer tools, from the last 3 months.
- Sourceware now has an official donation page
- StarFive VisionFive-2 RISC-V boards for builder.sourceware
Hi,
On Thu, Feb 29, 2024 at 09:00:13PM +0100, Thomas Schwinge wrote:
> Three 'cargo' ('command not found') as well as
> one 'rustc' ('error[E0658]: `let...else` statements are unstable')
> errors:
Yeah, I noticed those earlier, but oddly the tree became compilable
again earlier today, then broke
Hi,
On Fri, Mar 01, 2024 at 11:24:00AM +0100, Arthur Cohen wrote:
> On 2/29/24 21:22, Mark Wielaard wrote:
> >I think what needs to happen is have a config check for the minimum
> >versions of cargo and rustc that are now needed for when configuring
> >for --enable-lan
The Sourceware Project Leadership Committee in discussion with the
Software Freedom Conservancy staff came up with the Sourceware 2024
plan and is looking at longer term projects that would be needed to
keep your infrastructure running smoothly and securely for the next
couple of years. We are curr
gccrs now requires cargo to build
---
builder/master.cfg | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/builder/master.cfg b/builder/master.cfg
index c75b1622331f..97bf3703c019 100644
--- a/builder/master.cfg
+++ b/builder/master.cfg
@@ -3511,7 +3511,7 @@ gcc_mingw_configure_s
Hi Sam,
On Mon, Oct 07, 2024 at 07:39:09AM +0100, Sam James wrote:
> Needed by the gccrs builders.
>
> See e.g. https://builder.sourceware.org/buildbot/#/builders/37/builds/2060.
Pushed, but note that this only works for gccrust-fedora-x86_64 (which
is the only container builder), it doesn't wor
Sourceware infrastructure community updates for Q3 2024
Sourceware has provided the infrastructure for the core toolchain and
developer tools for more than 25 years.
https://sourceware.org/sourceware-25-roadmap.html
The last couple of years it has transformed from a purely volunteer
into a profes
Hi,
On Tue, 2024-09-17 at 10:52 +, buil...@sourceware.org wrote:
> A new failure has been detected on builder gccrust-fedora-ppc64le while
> building gccrust.
>
> Full details are available at:
> https://builder.sourceware.org/buildbot/#/builders/19/builds/1976
>
> Build state: failed '
Sourceware infrastructure community updates for Q4 2024
Sourceware has provided the infrastructure for core toolchain and
developer tools projects for more than 25 years.
https://sourceware.org/sourceware-25-roadmap.html
The last couple of years it has transformed from a purely volunteer
into a p
The Sourceware Project Leadership Committee would like to know who our
users are, which hosted projects they feel part of, what services they
rely on and what the priorities should be for new initiatives.
https://nextcloud.sfconservancy.org/apps/forms/s/xmGgmJFzSb2FZNd58cXMtAZp
The survey will ru
On Fri, Mar 14, 2025 at 01:38:26AM +0100, Mark Wielaard wrote:
> The Sourceware Project Leadership Committee would like to know who our
> users are, which hosted projects they feel part of, what services they
> rely on and what the priorities should be for new initiatives.
&
Hi John,
On Tue, Dec 06, 2022 at 12:57:17PM +0100, John Paul Adrian Glaubitz wrote:
> On 12/6/22 12:40, Arthur Cohen wrote:
> > > Can't wait to see this becoming available in the distributions :D.
> > >
> > > I will make sure we get the frontend enabled in Debian as soon as
> > > possible.
> >
101 - 165 of 165 matches
Mail list logo