From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:403:478a::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id kGaiIDeo72SxWgAAG6o9tA:P1 (envelope-from ) for ; Wed, 30 Aug 2023 22:36:07 +0200 Received: from aspmx1.migadu.com ([2001:41d0:403:478a::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id kGaiIDeo72SxWgAAG6o9tA (envelope-from ) for ; Wed, 30 Aug 2023 22:36:07 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 768EE66F10 for ; Wed, 30 Aug 2023 22:36:06 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=riseup.net header.s=squak header.b=Bw9fI8+4; dmarc=fail reason="SPF not aligned (relaxed)" header.from=riseup.net (policy=none); spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1693427767; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type:resent-cc:resent-from:resent-sender: resent-message-id:in-reply-to:in-reply-to:references:references: list-id:list-help:list-unsubscribe:list-subscribe:list-post: dkim-signature; bh=BAzq82hlW5Upu85zoUqX9chKusqXuVYLO/s4xORZ5uQ=; b=l8smN9OP+fOIDSciZ0B7pc9QZW3kZOZH4FSEsEOpO9J115w7QAXE4tMMW6M8lm8p5N7YBZ /tL4CM5UiGiYW3tXCS2qk2qI/iHdtQ0FHRaFo5UhL+KQO0GsrhsE3q0oXep1I3c2GxSzj2 IFDjbgFEvCVThWotdVW0uts+JRH8UhaIHcLiIoOaI7YARFC8JxLCDIiw3fYnYRpX2EcpVO Axctyyfnok8bmpQWMfb/Bn2sJv4+pGa2EY56Miw0DLeYjO+U11YihTsk7oXn0SE0/jqkNn Kj49TH0ao7FwSLfCXCVklGmL+rrHp8ewrgQWg4WsJZ9yoogMhggU0wasinRsPQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=riseup.net header.s=squak header.b=Bw9fI8+4; dmarc=fail reason="SPF not aligned (relaxed)" header.from=riseup.net (policy=none); spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" ARC-Seal: i=1; s=key1; d=yhetil.org; t=1693427767; a=rsa-sha256; cv=none; b=Z4O9AzrY/8ybr4gAdvvQ5srPLLp0BthdQE6hOAh8wJKLNGqYIBk5LMjbcMngyJBq6x14xU z7CqBYXuW6jC66nTrYowiGxNalpugKrMWSHCzefDnETaNhb9Dn5xmssVEkOSGPFGJhlXhz eQ82cnYzRVbUIYxnh52FffKk2j9laJ1idDcfeUrnvAzvEHXLEqIZS3GSoJ2VgP9zi/1zsF QUPu2s7qxnR9ohDM90oVCMgbtE6zumHKIwqmJ2DGgKdm/9A1HVuKmGJJ7ATGYUkBcdBl80 8aX3wQ7kAYlpn8OrAAvZqSR5Mnaq7y/leX/q3fT1QrHvI7DnKqMz43PhcEGfLQ== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qbRuv-00040r-Ns; Wed, 30 Aug 2023 16:35:57 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qbRut-0003vv-4i for guix-patches@gnu.org; Wed, 30 Aug 2023 16:35:55 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qbRus-00015n-RI for guix-patches@gnu.org; Wed, 30 Aug 2023 16:35:54 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qbRv0-0005ME-8L for guix-patches@gnu.org; Wed, 30 Aug 2023 16:36:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#64720] [PATCH] gnu: rust-analyzer: Fix build of rust-analyzer. Resent-From: Distopico Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 30 Aug 2023 20:36:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 64720 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 64720@debbugs.gnu.org, Liliana Marie Prikler Received: via spool by 64720-submit@debbugs.gnu.org id=B64720.169342774720573 (code B ref 64720); Wed, 30 Aug 2023 20:36:02 +0000 Received: (at 64720) by debbugs.gnu.org; 30 Aug 2023 20:35:47 +0000 Received: from localhost ([127.0.0.1]:54199 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qbRul-0005Ll-0T for submit@debbugs.gnu.org; Wed, 30 Aug 2023 16:35:47 -0400 Received: from mx1.riseup.net ([198.252.153.129]:36426) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qbRug-0005LU-PW for 64720@debbugs.gnu.org; Wed, 30 Aug 2023 16:35:45 -0400 Received: from fews02-sea.riseup.net (fews02-sea-pn.riseup.net [10.0.1.112]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mx1.riseup.net (Postfix) with ESMTPS id 4Rbbds0b7tzDr26; Wed, 30 Aug 2023 20:35:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1693427729; bh=di5t7Z1MREdTBNr3yvNbZIclWIVqe5g70ZWLHnUCjQY=; h=References:From:To:Cc:Subject:Date:In-reply-to:From; b=Bw9fI8+48qVzRlga2sbKihWF9ENmE4r4CWKwf6PjyyFf/QB6+OUpFtUNJEZN5m0pe v6VY/35QB4r/cw8OBrFPjpjuY4HrsWmd/JnAlnPHWqVGO6I1Vul4Ht6I0eNcwR0g89 3CqNU40LewvM4Mc9ZNaHD0Whcx8M0P68rwPwhGBg= X-Riseup-User-ID: C6CCF8703748E0071D12C319A38CCFFD10A9F137B0754EE65F9BBB7DCA25E2E0 Received: from [127.0.0.1] (localhost [127.0.0.1]) by fews02-sea.riseup.net (Postfix) with ESMTPSA id 4Rbbdr03CTzFq04; Wed, 30 Aug 2023 20:35:27 +0000 (UTC) References: <712b78e8a1d4ca99fa1aa2efc5d0220907f19b96.camel@gmail.com> <20230805024139.21189-1-distopico@riseup.net> <20230805024139.21189-2-distopico@riseup.net> <87fs4i3d9f.fsf_-_@gnu.org> From: Distopico Date: Wed, 30 Aug 2023 15:34:23 -0500 In-reply-to: <87fs4i3d9f.fsf_-_@gnu.org> Message-ID: <87edjki7zo.fsf@riseup.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN X-Spam-Score: -7.33 X-Migadu-Queue-Id: 768EE66F10 X-Migadu-Scanner: mx0.migadu.com X-Migadu-Spam-Score: -7.33 X-TUID: HYue+YwQ2bQc --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi Ludo On 2023-08-16, Ludovic Court=C3=A8s wrote: > Hi, > > Distopico skribis: > >> * gnu/packages/rust-apps.scm (rust-analyzer): Update dependency rust-not= ify-5-pre.13. >> >> This fixes the build of `rust-analyzer@2022-01-10`, which required a pin= ned >> version of `rust-notify` (`rust-notify-5-pre.13`) to compile. > > When applied on top of 07dc3d024763f3768002e422e0d60aac0c1b94ac, I get > this on x86_64-linux: > > --8<---------------cut here---------------start------------->8--- > test abis::abi_1_58::rustc_server::tests::test_rustc_server_literals ... = ok > test abis::abi_1_58::rustc_server::tests::test_rustc_server_to_string ...= ok > test abis::abi_1_54::rustc_server::tests::test_rustc_server_from_str ... = ok > test tests::test_derive_error ... FAILED > test tests::test_attr_macro ... FAILED > test tests::test_derive_empty ... FAILED > test tests::test_fn_like_macro2 ... FAILED > test tests::test_fn_like_macro ... FAILED > memory allocation of 140737312524592 bytes failed > error: test failed, to rerun pass `-p proc_macro_srv --lib` > > Caused by: > process didn't exit successfully: `/tmp/guix-build-rust-analyzer-2022-0= 1-10.drv-0/source/target/release/deps/proc_macro_srv-ed08c83337741884 '--sk= ip=3Dtests::test_version_check' '--skip=3Dtests::test_loading_rust_analyzer= ' '--skip=3Dtests::sourcegen::sourcegen_assists_docs' '--skip=3Dtests::sour= cegen_ast::sourcegen_ast' '--skip=3Dtidy::cargo_files_are_tidy' '--skip=3Dt= idy::check_licenses' '--skip=3Dtidy::check_merge_commits' '--skip=3Dtidy::c= heck_code_formatting' '--skip=3Dtidy::generate_grammar' '--skip=3Dtidy::gen= erate_assists_tests'` (signal: 6, SIGABRT: process abort signal) > error: in phase 'check': uncaught exception: > %exception #<&invoke-error program: "cargo" arguments: ("test" "--release= " "--" "--skip=3Dtests::test_version_check" "--skip=3Dtests::test_loading_r= ust_analyzer" "--skip=3Dtests::sourcegen::sourcegen_assists_docs" "--skip= =3Dtests::sourcegen_ast::sourcegen_ast" "--skip=3Dtidy::cargo_files_are_tid= y" "--skip=3Dtidy::check_licenses" "--skip=3Dtidy::check_merge_commits" "--= skip=3Dtidy::check_code_formatting" "--skip=3Dtidy::generate_grammar" "--sk= ip=3Dtidy::generate_assists_tests") exit-status: 101 term-signal: #f stop-s= ignal: #f>=20 > phase `check' failed after 164.4 seconds > command "cargo" "test" "--release" "--" "--skip=3Dtests::test_version_che= ck" "--skip=3Dtests::test_loading_rust_analyzer" "--skip=3Dtests::sourcegen= ::sourcegen_assists_docs" "--skip=3Dtests::sourcegen_ast::sourcegen_ast" "-= -skip=3Dtidy::cargo_files_are_tidy" "--skip=3Dtidy::check_licenses" "--skip= =3Dtidy::check_merge_commits" "--skip=3Dtidy::check_code_formatting" "--ski= p=3Dtidy::generate_grammar" "--skip=3Dtidy::generate_assists_tests" failed = with status 101 > builder for `/gnu/store/qjpz8f8g5x5wx3y1lviz5kyy9hza4msp-rust-analyzer-20= 22-01-10.drv' failed with exit code 1 > --8<---------------cut here---------------end--------------->8--- > > Could you take a look? > > Thanks, > Ludo=E2=80=99. Fixed, thank you --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQFJBAEBCAAzFiEEvYwofabWO6y953lVmAk6gHJUa/MFAmTvqAwVHGRpc3RvcGlj b0ByaXNldXAubmV0AAoJEJgJOoByVGvztdQH/1jlufJIUZBFVGG4zVMxnnc9akB/ 6ykNblPaf/dsvR1Vm6IMmk3YJ9jUmh1kJMyJNWEethSxuZf/3Sxf60X5CypgzEfg TdtuUvohcjtaeRpkMXvb1PCY3BtB7bkEJTUZzZ32aPLX6285wppYPz8sje4oiGtZ AY//7p2Q0GQB/8ZIZcrQ5MBOB6vZa2QFy+rAPxsBWjFjyC6D4RbXm5CEJBJfyaHq IR5RI+QtwVIisPCidKsjW2Fo9QRYQK+3m0cnW7Y7zn7mkAx5yr6aCzMK45HsF5vC uLGF8XqJj3gokPKzcdy3D03p3OyQfgwIxw5WiihDonBKuUEUkzbGhX4JUFU= =ZXZ2 -----END PGP SIGNATURE----- --=-=-=--