Path: csiph.com!news.mixmin.net!aioe.org!bofh.it!news.nic.it!robomod From: Olek Wojnar Newsgroups: linux.debian.ports.mips,linux.debian.maint.java Subject: Re: Strange build failures on mips64el Date: Mon, 11 Jan 2021 07:20:01 +0100 Message-ID: References: X-Mailbox-Line: From debian-mips-request@lists.debian.org Mon Jan 11 06:15:10 2021 Old-Return-Path: X-Amavis-Spam-Status: No, score=-1.902 tagged_above=-10000 required=5.3 tests=[BAYES_00=-2, BODY_8BITS=1.5, DIGITS_LETTERS=1, FOURLA=0.1, FREEMAIL_FORGED_FROMDOMAIN=0.249, FREEMAIL_FROM=0.001, GMAIL=1, HEADER_FROM_DIFFERENT_DOMAINS=0.249, HTML_MESSAGE=2, LDO_WHITELIST=-5, MD5_SHA1_SUM=-1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H2=-0.001] autolearn=no autolearn_force=no X-Policyd-Weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 CL_IP_EQ_HELO_IP=-2 (check from: .gmail. - helo: .mail-qv1-f44.google. - helo-domain: .google.) FROM/MX_MATCHES_HELO(DOMAIN)=-2; rate: -5.5 X-Google-Dkim-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=nXGTMngQCRwsWY3yFjJavK7S7xPhx05qXBULnARgUiA=; b=CnDbzSHObwM1PU3q/d/JQ4jpe+FVEvwXnkV1UlFW7UWGFksQv5txMy6RhoKgwl1DRO LLLc+TaAEdUMFatBElIVPtyIsYyYQWs5e7WzbY+vr6SLKuoE6HCiwoAiaxH3dJn5ZfAy BNjokJMuXUqexC0zI9Srvapq5Pzr+JzEWD1vt0mWT5DL9wToXm3o7JdvMk8LkGvpdirt Pr09yNtOxqCuKf+1OCfS14x2ngZau8L660q1rortfExineIwXs4HPi1VeiBdhTcaJWuC Cse8b4GobPYUPOgwdrY/eByhpc4rzDrtG3eRTFaodskQtj27DEKuwcH4UwyPX6Js/doE Kv2Q== X-Gm-Message-State: AOAM532irYAgUcJWGBIMl8yYq+PIoIaubq3kdQ2zIjjif9FDeceK2uSt kOemN9nJVsbkngoY2c2egW6WILOxGG8= X-Google-SMTP-Source: ABdhPJwdEeXq+Ezv8o1wA0WQvStSSbmrteE0fLRsICUhdjRkOrrnORlVjAZ1hNql7IkHspAtF24Mwg== X-Received: by 2002:a0c:fd68:: with SMTP id k8mr17612368qvs.56.1610344700265; Sun, 10 Jan 2021 21:58:20 -0800 (PST) X-Received: by 2002:ae9:ef83:: with SMTP id d125mr14537612qkg.63.1610344699651; Sun, 10 Jan 2021 21:58:19 -0800 (PST) MIME-Version: 1.0 X-Gmail-Original-Message-ID: Content-Type: multipart/alternative; boundary="000000000000c9eae605b8999706" X-Mailing-List: archive/latest/11740 List-ID: List-URL: List-Archive: https://lists.debian.org/msgid-search/CAJj0crSP_2K2kRFbTZAT=Y_-RAt_7Zweh96Aq9aZ9fkymtw8yg@mail.gmail.com Approved: robomod@news.nic.it Lines: 156 Organization: linux.* mail to news gateway Sender: robomod@news.nic.it X-Original-Cc: Debian Bazel Packaging Team X-Original-Date: Mon, 11 Jan 2021 00:57:43 -0500 X-Original-Message-ID: X-Original-References: Xref: csiph.com linux.debian.ports.mips:2886 linux.debian.maint.java:12031 --000000000000c9eae605b8999706 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Greetings MIPS porters, (and adding Java Team as well) On Thu, Dec 24, 2020 at 11:31 PM Olek Wojnar wrote: > Hello again MIPS porters, > > On Wed, Nov 11, 2020 at 8:35 PM YunQiang Su wrote: > >> Olek Wojnar =E4=BA=8E2020=E5=B9=B411=E6=9C=8812=E6=97= =A5=E5=91=A8=E5=9B=9B =E4=B8=8A=E5=8D=883:57=E5=86=99=E9=81=93=EF=BC=9A >> > >> > Dear MIPS porters, >> > >> > I've had my bazel-bootstrap package fail to build twice on mips64el >> [1]. The error I'm seeing is: "The system is out of resources." This has >> happened on two different buildds so it seems more than a coincidence. D= o >> any of you have an idea of what might be causing this? The package *shou= ld* >> build on all 64-bit architectures and it builds successfully on all othe= r >> 64-bit architectures in Debian. >> > >> >> Let me have a try on my Loongson machines. >> > > Any luck figuring out what's going on? I just had another strange failure > for gRPC-java [2] and I don't really know what to make of it either. > Good news, the grpc-java issue is now fixed. > I'd appreciate any advice. If this is a bug, which package should I file > it against? Thanks! > Unfortunately, I'm still not able to build bazel-bootstrap on this architecture. I added memory to the Java build [3] so it no longer fails from running out of heap space. However, it now fails with an exception (Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: -1). I created a Dockerfile [4] that will allow for an easy demonstration of the problem from any host architecture. [2] > https://buildd.debian.org/status/fetch.php?pkg=3Dgrpc-java&arch=3Dmips64e= l&ver=3D1.26.0%2Bds-1&stamp=3D1608806312&raw=3D0 > > > >> > Thanks in advance for any insights! >> > >> > -Olek >> > >> > PS I'm not subscribed to this list, please copy me on replies. >> > >> > [1] >> https://buildd.debian.org/status/logs.php?pkg=3Dbazel-bootstrap&ver=3D3.= 4.0%2Bds-2&arch=3Dmips64el > > I'd appreciate any insights. Thanks! -Olek (subscribed to both Bazel and Java lists so no need to copy me if you're copying either of those lists) [3] https://salsa.debian.org/bazel-team/bazel-bootstrap/-/commit/7ddf230cc1e68c= aadacfc7bc6b9401f8bff3588e [4] https://salsa.debian.org/bazel-team/bazel-bootstrap/-/blob/olek-mips-riscv/= debian/mips64el.Dockerfile --000000000000c9eae605b8999706 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Greetings MIPS porters, (and adding Java Team as well= )

On Thu, Dec 24, 2020 at 11:31 PM Olek Wojnar <olek@debian.org> wrote:
Hello again MIPS= porters,

On Wed, Nov 11, 2020 at 8:35 PM YunQiang Su <wzssyqa@gmail.com> wrote:
Olek Wojnar <olek@debian.org> =E4= =BA=8E2020=E5=B9=B411=E6=9C=8812=E6=97=A5=E5=91=A8=E5=9B=9B =E4=B8=8A=E5=8D= =883:57=E5=86=99=E9=81=93=EF=BC=9A
>
> Dear MIPS porters,
>
> I've had my bazel-bootstrap package fail to build twice on mips64e= l [1]. The error I'm seeing is: "The system is out of resources.&q= uot; This has happened on two different buildds so it seems more than a coi= ncidence. Do any of you have an idea of what might be causing this? The pac= kage *should* build on all 64-bit architectures and it builds successfully = on all other 64-bit architectures in Debian.
>

Let me have a try on my Loongson machines.

<= div>Any luck figuring out what's going on? I just had another strange f= ailure for gRPC-java [2] and I don't really know what to make of it eit= her.

Good news, the grpc-= java issue is now fixed.
=C2=A0
I= 9;d appreciate any advice. If this is a bug, which package should I file it= against? Thanks!

Unf= ortunately, I'm still not able to build bazel-bootstrap=C2=A0on this ar= chitecture. I added memory to the Java build [3] so it no longer fails from= running out of heap space. However, it now=C2=A0fails with=C2=A0an excepti= on (Exception in thread "main" java.lang.ArrayIndexOutOfBoundsExc= eption: -1).

I created a Dockerfile [4] that will = allow for an easy demonstration of the problem from any host architecture.<= /div>

=

I'd appreciate any insights. Thanks!<= /div>

-Olek (subscribed=C2=A0to both Bazel and Java list= s so no need to copy me if you're copying either of those lists)
<= div>
--000000000000c9eae605b8999706--