GNU bug report logs

#78484 [PATCH] rust: Bootstrap from version 1.74.0.

PackageSource(s)Maintainer(s)
guix-patches PTS Buildd Popcon
Full log

Message #14 received at 78484@debbugs.gnu.org (full text, mbox, reply):

Received: (at 78484) by debbugs.gnu.org; 15 Jun 2025 07:55:16 +0000
From debbugs-submit-bounces@debbugs.gnu.org Sun Jun 15 03:55:16 2025
Received: from localhost ([127.0.0.1]:53647 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces@debbugs.gnu.org>)
	id 1uQiCy-0002X3-38
	for submit@debbugs.gnu.org; Sun, 15 Jun 2025 03:55:16 -0400
Received: from hera.aquilenet.fr ([185.233.100.1]:41114)
 by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.84_2) (envelope-from <andreas@enge.fr>) id 1uQiCs-0002RB-N5
 for 78484@debbugs.gnu.org; Sun, 15 Jun 2025 03:55:14 -0400
Received: from localhost (localhost [127.0.0.1])
 by hera.aquilenet.fr (Postfix) with ESMTP id 1A526334;
 Sun, 15 Jun 2025 09:55:04 +0200 (CEST)
Authentication-Results: hera.aquilenet.fr;
	none
X-Virus-Scanned: Debian amavis at hera.aquilenet.fr
Received: from hera.aquilenet.fr ([127.0.0.1])
 by localhost (hera.aquilenet.fr [127.0.0.1]) (amavis, port 10024) with ESMTP
 id iPdHnSXhT0we; Sun, 15 Jun 2025 09:55:03 +0200 (CEST)
Received: from jurong (176-179-191-150.abo.bbox.fr [176.179.191.150])
 by hera.aquilenet.fr (Postfix) with ESMTPSA id 1ACA71E3;
 Sun, 15 Jun 2025 09:55:02 +0200 (CEST)
Date: Sun, 15 Jun 2025 09:55:01 +0200
From: Andreas Enge <andreas@enge.fr>
To: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Subject: Re: [bug#78484] [PATCH] rust: Bootstrap from version 1.74.0.
Message-ID: <aE58VdpaReYka12K@jurong>
References: <c31bbbb0c02b0f95676e6a3afdb2113812407629.1747584402.git.maxim.cournoyer@gmail.com>
 <87zff8h603.fsf@friendly-machines.com> <87jz6cchqe.fsf@gmail.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <87jz6cchqe.fsf@gmail.com>
X-Rspamd-Server: hera
X-Rspamd-Queue-Id: 1A526334
X-Spamd-Result: default: False [-4.60 / 15.00]; BAYES_HAM(-3.00)[99.99%];
 NEURAL_HAM(-2.00)[-0.668]; MID_RHS_NOT_FQDN(0.50)[];
 MIME_GOOD(-0.10)[text/plain]; FREEMAIL_TO(0.00)[gmail.com];
 FROM_EQ_ENVFROM(0.00)[]; RCVD_COUNT_TWO(0.00)[2];
 MIME_TRACE(0.00)[0:+]; RCVD_TLS_ALL(0.00)[];
 RCPT_COUNT_TWO(0.00)[2]; TO_MATCH_ENVRCPT_ALL(0.00)[];
 RCVD_VIA_SMTP_AUTH(0.00)[]; TAGGED_RCPT(0.00)[];
 FROM_HAS_DN(0.00)[]; FREEMAIL_ENVRCPT(0.00)[gmail.com];
 TO_DN_SOME(0.00)[]; ARC_NA(0.00)[]
X-Rspamd-Action: no action
X-Spamd-Bar: ----
X-Spam-Score: 0.0 (/)
X-Debbugs-Envelope-To: 78484
Cc: 78484@debbugs.gnu.org
X-BeenThere: debbugs-submit@debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request@debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit@debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request@debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request@debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces@debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces@debbugs.gnu.org>
X-Spam-Score: -1.0 (-)
Hello Maxim,

I do not know what the progress in rust-team is (it has not filed a
request to merge yet, but the latest commit is from the end of May),
but just wanted to report that I could bootstrap rust on x86_64.

On aarch64, already the very first step rust-1.74 fails with the
following message:
Process was terminated with signal 6
FAILING COMMAND: /tmp/guix-build-rust-1.74.0.drv-0/source/bin/mrustc rustc-1.74.0-src/vendor/compiler_builtins/src/lib.rs -o output/libcompiler_builtins-0_1_101_H10c.rlib -C emit-depfile=output/libcompiler_builtins-0_1_101_H10c.rlib.d --cfg debug_assertions -O -L output --cfg feature="compiler-builtins" --cfg feature="rustc-dep-of-std" --cfg feature="core" --cfg feature="dep:core" --crate-name compiler_builtins --crate-type rlib --crate-tag 0_1_101_H10c --cfg feature="unstable" --edition 2018 --extern core=output/librustc_std_workspace_core-1_99_0.rlib
Env:  OUT_DIR=/tmp/guix-build-rust-1.74.0.drv-0/source/output/build_compiler_builtins-0_1_101_H10c CARGO_MANIFEST_DIR=/tmp/guix-build-rust-1.74.0.drv-0/source/rustc-1.74.0-src/vendor/compiler_builtins CARGO_PKG_NAME=compiler_builtins CARGO_PKG_VERSION=0.1.101 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=101
 (15.8% 1r,0w,15b,3c/19t): libc v0.2.148
Completed libc v0.2.148
 (21.1% 0r,0w,15b,4c/19t):
BUILD FAILED
make: *** [minicargo.mk:236: LIBS] Error 1
error: in phase 'build': uncaught exception:
%exception #<&invoke-error program: "make" arguments: ("-f" "minicargo.mk" "LIBS" "RUSTC_TARGET=aarch64-unknown-linux-gnu" "RUSTC_VERSION=1.74.0" "MRUSTC_TARGET_VER=1.74" "RUSTC_SRC_TARBALL=/gnu/store/r7fn309n0jhki5a06ipwhlmk71mprql8-rustc-1.74.0-src.tar.zst" "OUTDIR_SUF=") exit-status: 2 term-signal: #f stop-signal: #f> 
phase `build' failed after 3856.9 seconds
command "make" "-f" "minicargo.mk" "LIBS" "RUSTC_TARGET=aarch64-unknown-linux-gnu" "RUSTC_VERSION=1.74.0" "MRUSTC_TARGET_VER=1.74" "RUSTC_SRC_TARBALL=/gnu/store/r7fn309n0jhki5a06ipwhlmk71mprql8-rustc-1.74.0-src.tar.zst" "OUTDIR_SUF=" failed with status 2
build process 6 exited with status 256

Not very helpful, unfortunately.

Andreas





Send a report that this bug log contains spam.


debbugs.gnu.org maintainers <help-debbugs@gnu.org>. Last modified: Tue Sep 9 23:27:07 2025; Machine Name: wallace-server

GNU bug tracking system

Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.