From nobody Tue Sep 14 22:21:23 2021 X-Original-To: gecko@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 23E6817C709F for ; Tue, 14 Sep 2021 22:21:23 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4H8Hr30LJVz4RxV for ; Tue, 14 Sep 2021 22:21:23 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E0676226F2 for ; Tue, 14 Sep 2021 22:21:22 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 18EMLMi3043805 for ; Tue, 14 Sep 2021 22:21:22 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 18EMLMRf043803 for gecko@FreeBSD.org; Tue, 14 Sep 2021 22:21:22 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: gecko@FreeBSD.org Subject: [Bug 257419] lang/rust: panic on armv7 at 'capacity overflow', library/alloc/src/raw_vec.rs:546:5 Date: Tue, 14 Sep 2021 22:21:23 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: crash, needs-qa X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: marklmi26-fbsd@yahoo.com X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: rust@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback+ maintainer-feedback+ merge-quarterly? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Gecko Rendering Engine issues List-Archive: https://lists.freebsd.org/archives/freebsd-gecko List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-gecko@freebsd.org MIME-Version: 1.0 X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D257419 --- Comment #30 from Mark Millard --- (In reply to Mikael Urankar from comment #25) I applied the patch from https://reviews.freebsd.org/D31872 then had the port fetch. Then I substituted in to: /usr/ports/distfiles/rust/2021-07-29/ the 3 files from your area. Finally I substitued into /usr/ports/lang/rust/distinfo (note the rust/2021-07-29/ prefixes in the SHA256 line's relative paths and the updated sizes): SHA256 (rust/2021-07-29/rustc-1.54.0-armv7-unknown-freebsd.tar.xz) =3D 3927fc48020b3b94bdbaf160720664b4a6cdeb6f96b3415d7026326873e20368 SIZE (rust/2021-07-29/rustc-1.54.0-armv7-unknown-freebsd.tar.xz) =3D 464486= 20 SHA256 (rust/2021-07-29/rust-std-1.54.0-armv7-unknown-freebsd.tar.xz) =3D bc80b15a9ba60c66250d1b31fb610941205b3a2d2787021a5bdb96e667b28d45 SIZE (rust/2021-07-29/rust-std-1.54.0-armv7-unknown-freebsd.tar.xz) =3D 182= 06828 SHA256 (rust/2021-07-29/cargo-1.54.0-armv7-unknown-freebsd.tar.xz) =3D b0d89e13cc35a943ba3da5de5247d97d6b3dac0abcd331736bc9176e413e8eee SIZE (rust/2021-07-29/cargo-1.54.0-armv7-unknown-freebsd.tar.xz) =3D 4542272 I've got lang/rust building in poudriere. So far it has not rejected what I did. Anyhing else will be a separate poudriere bulk run. (I was not familiar with any internals of rust's build structure. Hopefully I noticed every appropriate that needed to be done.) Note: I found that /usr/ports/distfiles/rust/crates/ had accumuated many versions of materials going back into 2015. (I do not normally build rust.) Appearently nothing cleans up the old content in this area as things progress. So I cleared it out, hoping it would be filled in as needed. --=20 You are receiving this mail because: You are on the CC list for the bug.=