From unknown Fri Sep 19 23:21:09 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#57077 <57077@debbugs.gnu.org> To: bug#57077 <57077@debbugs.gnu.org> Subject: Status: guix-jupyter fails a test Reply-To: bug#57077 <57077@debbugs.gnu.org> Date: Sat, 20 Sep 2025 06:21:09 +0000 retitle 57077 guix-jupyter fails a test reassign 57077 guix submitter 57077 Andreas Enge severity 57077 important thanks From debbugs-submit-bounces@debbugs.gnu.org Tue Aug 09 09:24:11 2022 Received: (at submit) by debbugs.gnu.org; 9 Aug 2022 13:24:11 +0000 Received: from localhost ([127.0.0.1]:42869 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oLPDO-0006ur-Ai for submit@debbugs.gnu.org; Tue, 09 Aug 2022 09:24:10 -0400 Received: from lists.gnu.org ([209.51.188.17]:45496) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oLPDL-0006uj-Kv for submit@debbugs.gnu.org; Tue, 09 Aug 2022 09:24:08 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:58572) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oLPDK-000693-VY for bug-guix@gnu.org; Tue, 09 Aug 2022 09:24:07 -0400 Received: from hera.aquilenet.fr ([185.233.100.1]:38388) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oLPDH-0007bX-Q1 for bug-guix@gnu.org; Tue, 09 Aug 2022 09:24:05 -0400 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 7A6E81044; Tue, 9 Aug 2022 15:24:00 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id j3J8SxVOQgs9; Tue, 9 Aug 2022 15:23:59 +0200 (CEST) Received: from jurong (unknown [IPv6:2001:861:c4:f2f0:1ce9:67cd:7487:edd5]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 641D3DC2; Tue, 9 Aug 2022 15:23:59 +0200 (CEST) Date: Tue, 9 Aug 2022 15:23:57 +0200 From: Andreas Enge To: bug-guix@gnu.org Subject: guix-jupyter fails a test Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=185.233.100.1; envelope-from=andreas@enge.fr; helo=hera.aquilenet.fr X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.6 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.6 (--) Hello, guix-jupyter currently fails to build with the error message below. While I noticed it when updating python-sympy, the problem was already present before. Andreas test-name: execute_request location: /tmp/guix-build-guix-jupyter-0.2.2.drv-0/source/tests/kernels.scm= :100 source: + (test-equal + "execute_request" + 42 + (let ((request + (message + (header "execute_request" "luser" "12345") + (scm->json-string + (execute-request->json + (execute-request (code "40 + 2\n"))))))) + (send-message %kernel request) + (let* ((replies + (unfold + (cut > <> 4) + (lambda (_) (read-message %kernel 10000)) + #{1+}# + 0))) + (define (type-predicate type) + (lambda (message) + (string=3D? (message-type message) type))) + (and (every message? (pk 'replies replies)) + (match (filter (type-predicate "status") replies) + ((busy idle) + (and (eq? 'busy + (kernel-status-execution-state + (json->kernel-status (message-content busy= )))) + (eq? 'idle + (kernel-status-execution-state + (json->kernel-status (message-content idle= )))) + (equal? + (message-parent-header busy) + (message-header request)) + (equal? + (message-parent-header idle) + (message-header request))))) + (let ((input (find (type-predicate "execute_input") replies))) + (equal? + (message-parent-header input) + (message-header request))) + (let ((reply (find (type-predicate "execute_reply") replies))) + (equal? + (message-parent-header reply) + (message-header request))) + (let ((result + (find (type-predicate "execute_result") replies))) + (and (equal? + (message-parent-header result) + (message-header request)) + (let* ((content + (json-string->scm (message-content result))) + (data (assoc-ref content "data")) + (text (assoc-ref data "text/plain"))) + (string->number text)))))))) ;;; (replies (#< header: #<
id: "5103841f-98e1ea45964e58d9= ba214dc5_900_3" user: "username" session: "5103841f-98e1ea45964e58d9ba214dc= 5" date: "2022-08-09T13:21:24.436017Z" type: "kernel_info_reply" version: "= 5.3" sender: #f> parent-header: #<
id: "7b136e32ddcbe2e226edffb116a= 4fca9" user: "luser" session: "12345" date: "2022-08-09T13:21:24.298532000"= type: "kernel_info_request" version: "5.0" sender: #f> metadata: "{}" cont= ent: "{\"status\": \"ok\", \"protocol_version\": \"5.3\", \"implementation\= ": \"ipython\", \"implementation_version\": \"8.2.0\", \"language_info\": {= \"name\": \"python\", \"version\": \"3.9.9\", \"mimetype\": \"text/x-python= \", \"codemirror_mode\": {\"name\": \"ipython\", \"version\": 3}, \"pygment= s_lexer\": \"ipython3\", \"nbconvert_exporter\": \"python\", \"file_extensi= on\": \".py\"}, \"banner\": \"Python 3.9.9 (main, Jan 1 1970, 00:00:01) \\= nType 'copyright', 'credits' or 'license' for more information\\nIPython 8.= 2.0 -- An enhanced Interactive Python. Type '?' for help.\\n\", \"help_link= s\": [{\"text\": \"Python Reference\", \"url\": \"https://docs.python.org/3= =2E9\"}, {\"text\": \"IPython Reference\", \"url\": \"https://ipython.org/d= ocumentation.html\"}, {\"text\": \"NumPy Reference\", \"url\": \"https://do= cs.scipy.org/doc/numpy/reference/\"}, {\"text\": \"SciPy Reference\", \"url= \": \"https://docs.scipy.org/doc/scipy/reference/\"}, {\"text\": \"Matplotl= ib Reference\", \"url\": \"https://matplotlib.org/contents.html\"}, {\"text= \": \"SymPy Reference\", \"url\": \"http://docs.sympy.org/latest/index.html= \"}, {\"text\": \"pandas Reference\", \"url\": \"https://pandas.pydata.org/= pandas-docs/stable/\"}]}" buffers: ()> #< header: #<
id: "= 5103841f-98e1ea45964e58d9ba214dc5_900_4" user: "username" session: "5103841= f-98e1ea45964e58d9ba214dc5" date: "2022-08-09T13:21:24.438407Z" type: "stat= us" version: "5.3" sender: #vu8(107 101 114 110 101 108 46 100 53 55 102 10= 2 101 102 53 45 48 98 102 50 45 52 97 57 102 45 97 99 50 52 45 53 53 100 54= 97 97 100 102 53 56 52 97 46 115 116 97 116 117 115)> parent-header: #< id: "7b136e32ddcbe2e226edffb116a4fca9" user: "luser" session: "12345"= date: "2022-08-09T13:21:24.298532000" type: "kernel_info_request" version:= "5.0" sender: #f> metadata: "{}" content: "{\"execution_state\": \"idle\"}= " buffers: ()> #< header: #<
id: "5103841f-98e1ea45964e58d= 9ba214dc5_900_5" user: "username" session: "5103841f-98e1ea45964e58d9ba214d= c5" date: "2022-08-09T13:21:24.470543Z" type: "status" version: "5.3" sende= r: #vu8(107 101 114 110 101 108 46 100 53 55 102 102 101 102 53 45 48 98 10= 2 50 45 52 97 57 102 45 97 99 50 52 45 53 53 100 54 97 97 100 102 53 56 52 = 97 46 115 116 97 116 117 115)> parent-header: #<
id: "b101b0c27f410= 55fc03178fdce86a4f6" user: "luser" session: "12345" date: "2022-08-09T13:21= :24.465152000" type: "execute_request" version: "5.0" sender: #f> metadata:= "{}" content: "{\"execution_state\": \"busy\"}" buffers: ()> #< h= eader: #<
id: "5103841f-98e1ea45964e58d9ba214dc5_900_6" user: "user= name" session: "5103841f-98e1ea45964e58d9ba214dc5" date: "2022-08-09T13:21:= 24.471181Z" type: "execute_input" version: "5.3" sender: #vu8(107 101 114 1= 10 101 108 46 100 53 55 102 102 101 102 53 45 48 98 102 50 45 52 97 57 102 = 45 97 99 50 52 45 53 53 100 54 97 97 100 102 53 56 52 97 46 101 120 101 99 = 117 116 101 95 105 110 112 117 116)> parent-header: #<
id: "b101b0c= 27f41055fc03178fdce86a4f6" user: "luser" session: "12345" date: "2022-08-09= T13:21:24.465152000" type: "execute_request" version: "5.0" sender: #f> met= adata: "{}" content: "{\"code\": \"40 + 2\\n\", \"execution_count\": 1}" bu= ffers: ()> #< header: #<
id: "5103841f-98e1ea45964e58d9ba2= 14dc5_900_7" user: "username" session: "5103841f-98e1ea45964e58d9ba214dc5" = date: "2022-08-09T13:21:24.497586Z" type: "execute_result" version: "5.3" s= ender: #vu8(107 101 114 110 101 108 46 100 53 55 102 102 101 102 53 45 48 9= 8 102 50 45 52 97 57 102 45 97 99 50 52 45 53 53 100 54 97 97 100 102 53 56= 52 97 46 101 120 101 99 117 116 101 95 114 101 115 117 108 116)> parent-he= ader: #<
id: "b101b0c27f41055fc03178fdce86a4f6" user: "luser" sessi= on: "12345" date: "2022-08-09T13:21:24.465152000" type: "execute_request" v= ersion: "5.0" sender: #f> metadata: "{}" content: "{\"data\": {\"text/plain= \": \"42\"}, \"metadata\": {}, \"execution_count\": 1}" buffers: ()>)) expected-value: 42 actual-value: #f result: FAIL error: in phase 'check': uncaught exception: %exception #<&invoke-error program: "make" arguments: ("check" "-j" "4") ex= it-status: 2 term-signal: #f stop-signal: #f> phase `check' failed after 10.7 seconds command "make" "check" "-j" "4" failed with status 2 builder for `/gnu/store/i1r5p6g0k3a98316x3s2yrpx9kwjq9vn-guix-jupyter-0.2.2= =2Edrv' failed with exit code 1 From debbugs-submit-bounces@debbugs.gnu.org Tue Aug 09 17:08:16 2022 Received: (at control) by debbugs.gnu.org; 9 Aug 2022 21:08:16 +0000 Received: from localhost ([127.0.0.1]:45278 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oLWSW-0007lf-DG for submit@debbugs.gnu.org; Tue, 09 Aug 2022 17:08:16 -0400 Received: from eggs.gnu.org ([209.51.188.92]:53188) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oLWSU-0007lL-F7 for control@debbugs.gnu.org; Tue, 09 Aug 2022 17:08:15 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:47302) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oLWSP-0006pO-3y for control@debbugs.gnu.org; Tue, 09 Aug 2022 17:08:09 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:Subject:From:To:Date:in-reply-to: references; bh=4DKLtpm829DRK/UPWs90ts1taownER/bMEfAkM478MM=; b=n2VNWio7S4Itva U8XvrmSx55w2Sb7q0OdsxwCFbJ1skfqHaOYwCtg0JjjUa5jJaLeJPkwgX6wo3+1G2N1qSXU/Fm6wX 5K+BBRB8q7SjxEWQK814ZzybH/LU84oSTi/6OY56TacMWmgh5O7u2x4QBem9XcPStASgUxp9q8c59 DtcDuVrmqgbYpcNSExAUYoHIFQo123ynC7GqpXiV3xvS1ZLSM0JO0m17j8/fm8gBsAWA11jH3NGKJ qpjjjzBLzjwUnVNaciL8O2rO3aiGJDWaYPD4IaHcCrKyMANLkFtbdT3IwR9/vo/ccTMaAcz/UxR5d 8AZqIXaVfH3821N8BLXA==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:58272 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oLWSN-0007JP-LC for control@debbugs.gnu.org; Tue, 09 Aug 2022 17:08:08 -0400 Date: Tue, 09 Aug 2022 23:08:05 +0200 Message-Id: <87h72l2ki2.fsf@gnu.org> To: control@debbugs.gnu.org From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: control message for bug #57077 MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) severity 57077 important quit From debbugs-submit-bounces@debbugs.gnu.org Tue Aug 09 17:17:27 2022 Received: (at 57077) by debbugs.gnu.org; 9 Aug 2022 21:17:27 +0000 Received: from localhost ([127.0.0.1]:45292 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oLWbP-0001rt-3O for submit@debbugs.gnu.org; Tue, 09 Aug 2022 17:17:27 -0400 Received: from mail2-relais-roc.national.inria.fr ([192.134.164.83]:44472) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oLWbK-0001rP-Rn for 57077@debbugs.gnu.org; Tue, 09 Aug 2022 17:17:25 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inria.fr; s=dc; h=from:to:cc:subject:references:date:in-reply-to: message-id:mime-version:content-transfer-encoding; bh=6mH7cIkNubGWIk7jIw7kJkWJyhWs1GzTV7cHWR4qSBg=; b=q05PDZ58nj1OBKOcMJ7djYKoprwzra+s9gZ0HGQlrakFMpzXd59KKTr2 hL6QSMHuuc0cfRBAXNcJj3wy0yJ64/46P1LCSK7uANjQq9lRXEoYZ+q6j 8+l8X9TzNRuRiRVSEOqpGkChWjH80HPH/B5LbT+hKc5Pi8IO5tpMUyZ7w 4=; Authentication-Results: mail2-relais-roc.national.inria.fr; dkim=none (message not signed) header.i=none; spf=SoftFail smtp.mailfrom=ludovic.courtes@inria.fr; dmarc=fail (p=none dis=none) d=inria.fr X-IronPort-AV: E=Sophos;i="5.93,225,1654552800"; d="scan'208";a="48391737" Received: from 91-160-117-201.subs.proxad.net (HELO ribbon) ([91.160.117.201]) by mail2-relais-roc.national.inria.fr with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Aug 2022 23:17:16 +0200 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Andreas Enge Subject: Re: bug#57077: guix-jupyter fails a test References: Date: Tue, 09 Aug 2022 23:17:15 +0200 In-Reply-To: (Andreas Enge's message of "Tue, 9 Aug 2022 15:23:57 +0200") Message-ID: <878rnx2k2s.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 57077 Cc: 57077@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hi! Andreas Enge skribis: > guix-jupyter currently fails to build with the error message below. While= I > noticed it when updating python-sympy, the problem was already present > before. It looks like the Jupyter protocol changed, probably in d54b8754fdba52d89aafaaf80b6c8e89bcea92bd, which was merged with the latest =E2=80=98staging=E2=80=99. I=E2=80=99ll take a look if nobody beats me at it=E2=80=A6 Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Thu Sep 08 15:35:55 2022 Received: (at 57077-done) by debbugs.gnu.org; 8 Sep 2022 19:35:55 +0000 Received: from localhost ([127.0.0.1]:60110 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oWNJb-00049h-75 for submit@debbugs.gnu.org; Thu, 08 Sep 2022 15:35:55 -0400 Received: from eggs.gnu.org ([209.51.188.92]:33866) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oWNJX-00049O-DP for 57077-done@debbugs.gnu.org; Thu, 08 Sep 2022 15:35:53 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:53614) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oWNJR-0006CA-HN; Thu, 08 Sep 2022 15:35:45 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=DYRMm6xVxoCUNmOJW77zauV3cyFYgO2oLbfiFHCJOXY=; b=NZKSC7Lte05o6p9AA00g L8khVowSmRc0kdcdYnVXEOiiOLwjPj+jEBE9MNUQf0RCZiVWU/AEJFaD+ViLYHRx2zoq/915C5Gir FPPEWXa0seMuu33LnB6JbryRg7ZeEhJape/2yGjR62meAuYRDM3KXtpUva4UhqeUwwtJafOIiYZZF YRLUQXZo3sEY0JZXQaRaGN6Zh+RILISUdioyRrRATP4+2Wo7awRyDUYTExi0IxCrjl6OEGm397XCa mq3/xh2YvT59M3MJ2mTxOhx71+boT8q0VQqnzn/4/XsNl/eO7RhnA0cSx3sL+Dt6g0yUo7MFcgzsm WrjA8odfrlSh7g==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:58180 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oWNJQ-00060C-Tl; Thu, 08 Sep 2022 15:35:45 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Andreas Enge Subject: Re: bug#57077: guix-jupyter fails a test References: <878rnx2k2s.fsf@gnu.org> Date: Thu, 08 Sep 2022 21:35:42 +0200 In-Reply-To: <878rnx2k2s.fsf@gnu.org> ("Ludovic =?utf-8?Q?Court=C3=A8s=22'?= =?utf-8?Q?s?= message of "Tue, 09 Aug 2022 23:17:15 +0200") Message-ID: <87tu5hek1d.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 57077-done Cc: Marius Bakke , 57077-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hi, Ludovic Court=C3=A8s skribis: > Andreas Enge skribis: > >> guix-jupyter currently fails to build with the error message below. Whil= e I >> noticed it when updating python-sympy, the problem was already present >> before. > > It looks like the Jupyter protocol changed, probably in > d54b8754fdba52d89aafaaf80b6c8e89bcea92bd, which was merged with the > latest =E2=80=98staging=E2=80=99. To my surprise, it looks like running tests sequentially as Marius did in d09f3f82b84c850a9639ec80af19ba3918b63368 solves the problem. That=E2=80= =99s good news. :-) Thanks, Ludo=E2=80=99. From unknown Fri Sep 19 23:21:09 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: Did not alter fixed versions and reopened. Date: Wed, 14 Sep 2022 17:55:01 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # Did not alter fixed versions and reopened. thanks # This fakemail brought to you by your local debbugs # administrator From debbugs-submit-bounces@debbugs.gnu.org Wed Sep 14 16:35:23 2022 Received: (at 57077) by debbugs.gnu.org; 14 Sep 2022 20:35:23 +0000 Received: from localhost ([127.0.0.1]:56349 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oYZ6Q-0007qp-JA for submit@debbugs.gnu.org; Wed, 14 Sep 2022 16:35:23 -0400 Received: from sender4-of-o51.zoho.com ([136.143.188.51]:21116) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oYZ6M-0007qf-Lv for 57077@debbugs.gnu.org; Wed, 14 Sep 2022 16:35:21 -0400 ARC-Seal: i=1; a=rsa-sha256; t=1663187715; cv=none; d=zohomail.com; s=zohoarc; b=jTbBiH/FDKljJlRScfAV87Cd5aPnFOlswrAw8gGl/hIX6qoMO1y1KviwJ9iytTcoWlNqbKF/dpjxH25YaLsqP3rc0JEXnL6YlZHeITNycg8IBp3vwlCowBUc/qW+6/TFemW+8LziO0+Dw29+mhjL7KaxdkHyohElV4vx2ElnN/8= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1663187715; h=Content-Type:Content-Transfer-Encoding:Date:From:MIME-Version:Message-ID:Subject:To; bh=UZSbLQy6fOBT0vVDUdhz055mSEDk3FgN02nn1HvsK1w=; b=jRSn3YfhKK8kMzLmJVIXTFOsj0t/yYpL2okq9r2HxtN5iM+tltCZ2ikdQ504iHV2WAxPQJBDS+gHrwh+OvC8gAWdxSUvIRHDPB88Rr9EHKEDRBKId+fRPSFL4OGSV+3cU/wglOuhVjwouYPXQeWuV5kMM9FSQ/JYpSDmEp/894o= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass header.i=elephly.net; spf=pass smtp.mailfrom=rekado@elephly.net; dmarc=pass header.from= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1663187715; s=zoho; d=elephly.net; i=rekado@elephly.net; h=From:From:To:To:Subject:Subject:Date:Date:Message-ID:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-Id:Reply-To:Cc; bh=UZSbLQy6fOBT0vVDUdhz055mSEDk3FgN02nn1HvsK1w=; b=OQQl74QM4j9Ro8Jsnt64br6sc4Pr9h4nXwpNr+OYdbvDzmd9g89HXyXJ6ATv3LIV eGfe188yOLRI7dx+Jn39KedMwHU0b9fvGLKZRjaXV2qD0UbmzwP0nHg6j6AZlemIn9e N47a4a3OBfiPI7ePq9WGNKGoMYFXpKRxAucSeMjk= Received: from localhost (112-111-142-46.pool.kielnet.net [46.142.111.112]) by mx.zohomail.com with SMTPS id 1663187713055637.1281835795414; Wed, 14 Sep 2022 13:35:13 -0700 (PDT) User-agent: mu4e 1.8.7; emacs 28.1 From: Ricardo Wurmus To: 57077@debbugs.gnu.org Subject: guix-jupyter fails a test Date: Wed, 14 Sep 2022 22:34:06 +0200 X-URL: https://elephly.net X-PGP-Key: https://elephly.net/rekado.pubkey X-PGP-Fingerprint: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC Message-ID: <8735ctlmo2.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable X-ZohoMailClient: External X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 57077 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Unfortunately, guix-jupyter still fails to build for me as of commit 29d52a56f2d254781b65dbec0f1009db0b9d06e6. --8<---------------cut here---------------start------------->8--- =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Guix-Jupyter 0.2.2: ./test-suite.log =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D # TOTAL: 36 # PASS: 33 # SKIP: 0 # XFAIL: 0 # FAIL: 3 # XPASS: 0 # ERROR: 0 .. contents:: :depth: 2 FAIL: tests/kernels =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D /gnu/store/msd98spsahl2vxc2g2z2wgyai10dyr14-python-ipython-8.2.0/lib/python= 3.9/site-packages/IPython/paths.py:70: UserWarning: IPython parent '/homele= ss-shelter' is not a writable location, using a temp directory. warn("IPython parent '{0}' is not a writable location," NOTE: When using the `ipython kernel` entry point, Ctrl-C will not work. To exit, you will have to explicitly quit this process, by either sending "quit" from a client, or using Ctrl-\ in UNIX-like environments. To read more about this, see https://github.com/ipython/ipython/issues/2049 To connect another client to this kernel, use: --existing /tmp/guix-build-guix-jupyter-0.2.2.drv-0/guix-jupyter-kernel= .U55aZ4/conn/2031766281046451459.json test-name: run-kernel python3 location: /tmp/guix-build-guix-jupyter-0.2.2.drv-0/source/tests/kernels.scm= :44 source: + (test-assert + "run-kernel python3" + (let ((kernel + (run-kernel %context %python3-specs %kernel-key))) + (set! %kernel kernel) + (and (kernel? (pk 'kernel kernel)) + (begin + (kill (kernel-pid kernel) 0) + (let ((greetings (read-message %kernel 5000))) + (or (not greetings) + (list (message-type greetings) + (kernel-status-execution-state + (json->kernel-status + (message-content greetings)))))))))) ;;; (kernel #< name: "Python 3 (ipykernel)" pid: 884 key: "secretke= y" control: # shell: # stdin: # heartbeat: # iosub: # proper= ties: ()>) actual-value: #f actual-error: + (wrong-type-arg + "string->symbol" + "Wrong type argument in position ~A (expecting ~A): ~S" + (1 "string" #f) + (#f)) result: FAIL test-name: kernel_info_request location: /tmp/guix-build-guix-jupyter-0.2.2.drv-0/source/tests/kernels.scm= :61 source: + (test-equal + "kernel_info_request" + "python" + (let ((request + (message + (header "kernel_info_request" "luser" "12345") + "{}"))) + (send-message %kernel request) + (let* ((replies + (unfold + (cut > <> 2) + (lambda (_) (read-message %kernel 10000)) + #{1+}# + 0))) + (define (type-predicate type) + (lambda (message) + (string=3D? (message-type message) type))) + (and (every message? (pk 'replies replies)) + (match (filter (type-predicate "status") replies) + ((busy idle) + (and (eq? 'busy + (kernel-status-execution-state + (json->kernel-status (message-content busy= )))) + (eq? 'idle + (kernel-status-execution-state + (json->kernel-status (message-content idle= )))) + (equal? + (message-parent-header busy) + (message-header request)) + (equal? + (message-parent-header idle) + (message-header request))))) + (let ((reply (find (type-predicate "kernel_info_reply") + replies))) + (and (equal? + (message-parent-header reply) + (message-header request)) + (let ((reply (json->kernel-info-reply + (message-content reply)))) + (language-info-name + (kernel-info-reply-language-info reply))))))))) ;;; (replies (#< header: #<
id: "377e5f0c-c85d2027900218a7= a09c8021_884_1" user: "username" session: "377e5f0c-c85d2027900218a7a09c802= 1" date: "2022-09-14T16:03:05.486528Z" type: "status" version: "5.3" sender= : #vu8(107 101 114 110 101 108 46 97 53 55 99 49 102 53 54 45 52 49 98 100 = 45 52 99 98 98 45 98 101 97 57 45 57 51 57 102 97 99 97 56 55 55 102 52 46 = 115 116 97 116 117 115)> parent-header: #f metadata: "{}" content: "{\"exec= ution_state\": \"starting\"}" buffers: ()> #< header: #<
i= d: "377e5f0c-c85d2027900218a7a09c8021_884_2" user: "username" session: "377= e5f0c-c85d2027900218a7a09c8021" date: "2022-09-14T16:03:05.505955Z" type: "= status" version: "5.3" sender: #vu8(107 101 114 110 101 108 46 97 53 55 99 = 49 102 53 54 45 52 49 98 100 45 52 99 98 98 45 98 101 97 57 45 57 51 57 102= 97 99 97 56 55 55 102 52 46 115 116 97 116 117 115)> parent-header: #< id: "7b136e32ddcbe2e226edffb116a4fca9" user: "luser" session: "12345" = date: "2022-09-14T16:03:05.503986000" type: "kernel_info_request" version: = "5.0" sender: #f> metadata: "{}" content: "{\"execution_state\": \"busy\"}"= buffers: ()> #< header: #<
id: "377e5f0c-c85d2027900218a7= a09c8021_884_4" user: "username" session: "377e5f0c-c85d2027900218a7a09c802= 1" date: "2022-09-14T16:03:05.507374Z" type: "status" version: "5.3" sender= : #vu8(107 101 114 110 101 108 46 97 53 55 99 49 102 53 54 45 52 49 98 100 = 45 52 99 98 98 45 98 101 97 57 45 57 51 57 102 97 99 97 56 55 55 102 52 46 = 115 116 97 116 117 115)> parent-header: #<
id: "7b136e32ddcbe2e226e= dffb116a4fca9" user: "luser" session: "12345" date: "2022-09-14T16:03:05.50= 3986000" type: "kernel_info_request" version: "5.0" sender: #f> metadata: "= {}" content: "{\"execution_state\": \"idle\"}" buffers: ()>)) expected-value: "python" actual-value: #f actual-error: + (match-error + "match" + "no matching pattern" + (#< header: #<
id: "377e5f0c-c85d2027900218a7a09c8021_= 884_1" user: "username" session: "377e5f0c-c85d2027900218a7a09c8021" date: = "2022-09-14T16:03:05.486528Z" type: "status" version: "5.3" sender: #vu8(10= 7 101 114 110 101 108 46 97 53 55 99 49 102 53 54 45 52 49 98 100 45 52 99 = 98 98 45 98 101 97 57 45 57 51 57 102 97 99 97 56 55 55 102 52 46 115 116 9= 7 116 117 115)> parent-header: #f metadata: "{}" content: "{\"execution_sta= te\": \"starting\"}" buffers: ()> + #< header: #<
id: "377e5f0c-c85d2027900218a7a09c8021_= 884_2" user: "username" session: "377e5f0c-c85d2027900218a7a09c8021" date: = "2022-09-14T16:03:05.505955Z" type: "status" version: "5.3" sender: #vu8(10= 7 101 114 110 101 108 46 97 53 55 99 49 102 53 54 45 52 49 98 100 45 52 99 = 98 98 45 98 101 97 57 45 57 51 57 102 97 99 97 56 55 55 102 52 46 115 116 9= 7 116 117 115)> parent-header: #<
id: "7b136e32ddcbe2e226edffb116a4= fca9" user: "luser" session: "12345" date: "2022-09-14T16:03:05.503986000" = type: "kernel_info_request" version: "5.0" sender: #f> metadata: "{}" conte= nt: "{\"execution_state\": \"busy\"}" buffers: ()> + #< header: #<
id: "377e5f0c-c85d2027900218a7a09c8021_= 884_4" user: "username" session: "377e5f0c-c85d2027900218a7a09c8021" date: = "2022-09-14T16:03:05.507374Z" type: "status" version: "5.3" sender: #vu8(10= 7 101 114 110 101 108 46 97 53 55 99 49 102 53 54 45 52 49 98 100 45 52 99 = 98 98 45 98 101 97 57 45 57 51 57 102 97 99 97 56 55 55 102 52 46 115 116 9= 7 116 117 115)> parent-header: #<
id: "7b136e32ddcbe2e226edffb116a4= fca9" user: "luser" session: "12345" date: "2022-09-14T16:03:05.503986000" = type: "kernel_info_request" version: "5.0" sender: #f> metadata: "{}" conte= nt: "{\"execution_state\": \"idle\"}" buffers: ()>)) result: FAIL test-name: execute_request location: /tmp/guix-build-guix-jupyter-0.2.2.drv-0/source/tests/kernels.scm= :100 source: + (test-equal + "execute_request" + 42 + (let ((request + (message + (header "execute_request" "luser" "12345") + (scm->json-string + (execute-request->json + (execute-request (code "40 + 2\n"))))))) + (send-message %kernel request) + (let* ((replies + (unfold + (cut > <> 4) + (lambda (_) (read-message %kernel 10000)) + #{1+}# + 0))) + (define (type-predicate type) + (lambda (message) + (string=3D? (message-type message) type))) + (and (every message? (pk 'replies replies)) + (match (filter (type-predicate "status") replies) + ((busy idle) + (and (eq? 'busy + (kernel-status-execution-state + (json->kernel-status (message-content busy= )))) + (eq? 'idle + (kernel-status-execution-state + (json->kernel-status (message-content idle= )))) + (equal? + (message-parent-header busy) + (message-header request)) + (equal? + (message-parent-header idle) + (message-header request))))) + (let ((input (find (type-predicate "execute_input") replies))) + (equal? + (message-parent-header input) + (message-header request))) + (let ((reply (find (type-predicate "execute_reply") replies))) + (equal? + (message-parent-header reply) + (message-header request))) + (let ((result + (find (type-predicate "execute_result") replies))) + (and (equal? + (message-parent-header result) + (message-header request)) + (let* ((content + (json-string->scm (message-content result))) + (data (assoc-ref content "data")) + (text (assoc-ref data "text/plain"))) + (string->number text)))))))) ;;; (replies (#< header: #<
id: "377e5f0c-c85d2027900218a7= a09c8021_884_3" user: "username" session: "377e5f0c-c85d2027900218a7a09c802= 1" date: "2022-09-14T16:03:05.506350Z" type: "kernel_info_reply" version: "= 5.3" sender: #f> parent-header: #<
id: "7b136e32ddcbe2e226edffb116a= 4fca9" user: "luser" session: "12345" date: "2022-09-14T16:03:05.503986000"= type: "kernel_info_request" version: "5.0" sender: #f> metadata: "{}" cont= ent: "{\"status\": \"ok\", \"protocol_version\": \"5.3\", \"implementation\= ": \"ipython\", \"implementation_version\": \"8.2.0\", \"language_info\": {= \"name\": \"python\", \"version\": \"3.9.9\", \"mimetype\": \"text/x-python= \", \"codemirror_mode\": {\"name\": \"ipython\", \"version\": 3}, \"pygment= s_lexer\": \"ipython3\", \"nbconvert_exporter\": \"python\", \"file_extensi= on\": \".py\"}, \"banner\": \"Python 3.9.9 (main, Jan 1 1970, 00:00:01) \\= nType 'copyright', 'credits' or 'license' for more information\\nIPython 8.= 2.0 -- An enhanced Interactive Python. Type '?' for help.\\n\", \"help_link= s\": [{\"text\": \"Python Reference\", \"url\": \"https://docs.python.org/3= .9\"}, {\"text\": \"IPython Reference\", \"url\": \"https://ipython.org/doc= umentation.html\"}, {\"text\": \"NumPy Reference\", \"url\": \"https://docs= .scipy.org/doc/numpy/reference/\"}, {\"text\": \"SciPy Reference\", \"url\"= : \"https://docs.scipy.org/doc/scipy/reference/\"}, {\"text\": \"Matplotlib= Reference\", \"url\": \"https://matplotlib.org/contents.html\"}, {\"text\"= : \"SymPy Reference\", \"url\": \"http://docs.sympy.org/latest/index.html\"= }, {\"text\": \"pandas Reference\", \"url\": \"https://pandas.pydata.org/pa= ndas-docs/stable/\"}]}" buffers: ()> #< header: #<
id: "37= 7e5f0c-c85d2027900218a7a09c8021_884_5" user: "username" session: "377e5f0c-= c85d2027900218a7a09c8021" date: "2022-09-14T16:03:05.524608Z" type: "status= " version: "5.3" sender: #vu8(107 101 114 110 101 108 46 97 53 55 99 49 102= 53 54 45 52 49 98 100 45 52 99 98 98 45 98 101 97 57 45 57 51 57 102 97 99= 97 56 55 55 102 52 46 115 116 97 116 117 115)> parent-header: #<
i= d: "b101b0c27f41055fc03178fdce86a4f6" user: "luser" session: "12345" date: = "2022-09-14T16:03:05.523517000" type: "execute_request" version: "5.0" send= er: #f> metadata: "{}" content: "{\"execution_state\": \"busy\"}" buffers: = ()> #< header: #<
id: "377e5f0c-c85d2027900218a7a09c8021_8= 84_6" user: "username" session: "377e5f0c-c85d2027900218a7a09c8021" date: "= 2022-09-14T16:03:05.524906Z" type: "execute_input" version: "5.3" sender: #= vu8(107 101 114 110 101 108 46 97 53 55 99 49 102 53 54 45 52 49 98 100 45 = 52 99 98 98 45 98 101 97 57 45 57 51 57 102 97 99 97 56 55 55 102 52 46 101= 120 101 99 117 116 101 95 105 110 112 117 116)> parent-header: #<
= id: "b101b0c27f41055fc03178fdce86a4f6" user: "luser" session: "12345" date:= "2022-09-14T16:03:05.523517000" type: "execute_request" version: "5.0" sen= der: #f> metadata: "{}" content: "{\"code\": \"40 + 2\\n\", \"execution_cou= nt\": 1}" buffers: ()> #< header: #<
id: "377e5f0c-c85d202= 7900218a7a09c8021_884_7" user: "username" session: "377e5f0c-c85d2027900218= a7a09c8021" date: "2022-09-14T16:03:05.531062Z" type: "execute_result" vers= ion: "5.3" sender: #vu8(107 101 114 110 101 108 46 97 53 55 99 49 102 53 54= 45 52 49 98 100 45 52 99 98 98 45 98 101 97 57 45 57 51 57 102 97 99 97 56= 55 55 102 52 46 101 120 101 99 117 116 101 95 114 101 115 117 108 116)> pa= rent-header: #<
id: "b101b0c27f41055fc03178fdce86a4f6" user: "luser= " session: "12345" date: "2022-09-14T16:03:05.523517000" type: "execute_req= uest" version: "5.0" sender: #f> metadata: "{}" content: "{\"data\": {\"tex= t/plain\": \"42\"}, \"metadata\": {}, \"execution_count\": 1}" buffers: ()>= #< header: #<
id: "377e5f0c-c85d2027900218a7a09c8021_884_= 8" user: "username" session: "377e5f0c-c85d2027900218a7a09c8021" date: "202= 2-09-14T16:03:05.540033Z" type: "execute_reply" version: "5.3" sender: #f> = parent-header: #<
id: "b101b0c27f41055fc03178fdce86a4f6" user: "lus= er" session: "12345" date: "2022-09-14T16:03:05.523517000" type: "execute_r= equest" version: "5.0" sender: #f> metadata: "{\"started\": \"2022-09-14T16= :03:05.524836Z\", \"dependencies_met\": true, \"engine\": \"a57c1f56-41bd-4= cbb-bea9-939faca877f4\", \"status\": \"ok\"}" content: "{\"status\": \"ok\"= , \"execution_count\": 1, \"user_expressions\": {}, \"payload\": []}" buffe= rs: ()>)) expected-value: 42 actual-value: #f actual-error: + (match-error + "match" + "no matching pattern" + (#< header: #<
id: "377e5f0c-c85d2027900218a7a09c8021_= 884_5" user: "username" session: "377e5f0c-c85d2027900218a7a09c8021" date: = "2022-09-14T16:03:05.524608Z" type: "status" version: "5.3" sender: #vu8(10= 7 101 114 110 101 108 46 97 53 55 99 49 102 53 54 45 52 49 98 100 45 52 99 = 98 98 45 98 101 97 57 45 57 51 57 102 97 99 97 56 55 55 102 52 46 115 116 9= 7 116 117 115)> parent-header: #<
id: "b101b0c27f41055fc03178fdce86= a4f6" user: "luser" session: "12345" date: "2022-09-14T16:03:05.523517000" = type: "execute_request" version: "5.0" sender: #f> metadata: "{}" content: = "{\"execution_state\": \"busy\"}" buffers: ()>)) result: FAIL --8<---------------cut here---------------end--------------->8--- --=20 Ricardo From debbugs-submit-bounces@debbugs.gnu.org Thu Sep 15 12:35:50 2022 Received: (at 57077) by debbugs.gnu.org; 15 Sep 2022 16:35:50 +0000 Received: from localhost ([127.0.0.1]:59036 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oYrqA-00074P-BI for submit@debbugs.gnu.org; Thu, 15 Sep 2022 12:35:50 -0400 Received: from a2062.mx.srv.dfn.de ([194.95.232.172]:38959) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oYrq5-000740-Qs for 57077@debbugs.gnu.org; Thu, 15 Sep 2022 12:35:48 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mdc-berlin.de; h= mime-version:content-type:content-type:content-language :accept-language:message-id:date:date:subject:subject:from:from :received:received; s=mdc; t=1663259738; x=1665074139; bh=BjjWy2 YLVWTBGthrTH8QAO//j+pjugJM2GuS8Y/bwjU=; b=qh5i7cG8nJjEN0xMZLCcff kJQQVum/6pbaPKbTECuX53uiXL2GwOVzLaHzVVl/W4dOhpWl9o17jo8y3eKOxRkF caEBQiwjUAfhtwRxFFUpweougPNNW1yJUN79k63qUK0CBB/60gFEEXRa3d9kai9v ZZcYIyCAgYmrTzN60O0nI= Received: from SW-IT-P-EX3.mdc-berlin.net (mgw3.mdc-berlin.de [141.80.113.61]) by a2062.mx.srv.dfn.de (Postfix) with ESMTPS id 56656A02A7 for <57077@debbugs.gnu.org>; Thu, 15 Sep 2022 18:35:38 +0200 (CEST) Received: from SW-IT-P-EX4.mdc-berlin.net (141.80.113.62) by SW-IT-P-EX3.mdc-berlin.net (141.80.113.61) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.1.2507.12; Thu, 15 Sep 2022 18:35:37 +0200 Received: from SW-IT-P-EX4.mdc-berlin.net ([fe80::e55f:895f:3b41:ec6a]) by SW-IT-P-EX4.mdc-berlin.net ([fe80::e55f:895f:3b41:ec6a%3]) with mapi id 15.01.2507.012; Thu, 15 Sep 2022 18:35:37 +0200 From: "MadalinIonel.Patrascu@mdc-berlin.de" To: "57077@debbugs.gnu.org" <57077@debbugs.gnu.org> Subject: gnu: guix-jupyter: Fix build and check phase. Thread-Topic: guix-jupyter: Fix build and check phase. Thread-Index: AQHYySAQCYOuhct1QkOBTrdTWXiFow== Date: Thu, 15 Sep 2022 16:35:37 +0000 Message-ID: <267f3da0a0d8486eb98ff58322659b08@mdc-berlin.de> Accept-Language: en-US, de-DE Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [141.80.113.51] x-tm-as-product-ver: SMEX-14.0.0.3092-9.0.1002-27144.000 x-tm-as-result: No-10--12.427300-5.000000 x-tmase-matchedrid: WJhHI3DyzXENEBcdUjAZg8G0UNgaZpYqGsvgUMYAn4UWzPTbxO7R+tIS YzBUt2RaXVsEWVqYqaivJcrLMYkA70UuXkWTSi/R30kDaWZBE1RU4sxFq6igEUqa6TyhyXvPxav OIFV6sr1UU8pQfbHPEHe2Uep9PVK8u8YSZxcdcCY8+i/lP6Xo8QRryDXHx6oXy/wE/dGSitdWFh mPLWym/mV9oX8FD+2KGI/+mjgrX8hV3Rg9PIMi6rNE9DxPih7lYIdKSwqW1mNKetuYWZ3f1Vqy5 EbcSWaARFgtTugKSbdgRWLzgh5fxrOtIEhcAqacL4+sB3yBscm//vF0tCNdIgpTK6zme5eongIg pj8eDcCcIZLVZAQa0Kbj/c4OO+6RfqlkMvBQuzKDmxMz0Nd8wqrZYbKgwvBbInRjIUD+Ic7IVf8 UfQ0wN3ThN1umfabB x-tm-as-user-approved-sender: Yes x-tm-as-user-blocked-sender: No x-tmase-result: 10--12.427300-5.000000 x-tmase-version: SMEX-14.0.0.3092-9.0.1002-27144.000 x-tm-snts-smtp: 3A3881890A7467949EECA98C311FB5F1A3A271BDFC9D92C564628E77E3D359DA2002:F Content-Type: multipart/alternative; boundary="_000_267f3da0a0d8486eb98ff58322659b08mdcberlinde_" MIME-Version: 1.0 X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 57077 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) --_000_267f3da0a0d8486eb98ff58322659b08mdcberlinde_ Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: base64 SGkgZ3V5cywNCg0KDQpJIGRpZG4ndCB3b3JrIHRvbyBtdWNoIG9uIHRoaXMgJ2FyZWEnLCBidXQg SSB0aGluayB0aGF0IEkgaGF2ZSBhIGZpeCBmb3IgdGhpcyBpc3N1ZSwgY2hlY2sgbXkgcGF0Y2gu DQoNCkRvIG5vdCB0cm93IGF0IG1lIHdpdGggc3RvbmVzIGlmIEkgYW0gd3Jvbmcg8J+YnSENCg0K QWxsIHRoZSBiZXN0IQ0KDQpNxINkxINsaW4gSW9uZWwgUGF0cmHImWN1DQoNClN5c3RlbSBBZG1p bmlzdHJhdG9yDQpUaGUgQmVybGluIEluc3RpdHV0ZSBmb3IgTWVkaWNhbCBTeXN0ZW1zIEJpb2xv Z3kgKEJJTVNCKQ0KTWF4IERlbGJyw7xjayBDZW50ZXIgKE1EQykNCkhhbm5vdmVyc2NoZSBTdHJh w59lIDI4DQpIb3VzZSAxMDEsIHJvb20gMS44OQ0KMTAxMTUgQmVybGluLCBHZXJtYW55DQo= --_000_267f3da0a0d8486eb98ff58322659b08mdcberlinde_ Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: base64 PGh0bWw+DQo8aGVhZD4NCjxtZXRhIGh0dHAtZXF1aXY9IkNvbnRlbnQtVHlwZSIgY29udGVudD0i dGV4dC9odG1sOyBjaGFyc2V0PXV0Zi04Ij4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyIgc3R5bGU9 ImRpc3BsYXk6bm9uZTsiPjwhLS0gUCB7bWFyZ2luLXRvcDowO21hcmdpbi1ib3R0b206MDt9IC0t Pjwvc3R5bGU+DQo8L2hlYWQ+DQo8Ym9keSBkaXI9Imx0ciI+DQo8ZGl2IGlkPSJkaXZ0YWdkZWZh dWx0d3JhcHBlciIgc3R5bGU9ImZvbnQtc2l6ZToxMnB0O2NvbG9yOiMwMDAwMDA7Zm9udC1mYW1p bHk6Q2FsaWJyaSxIZWx2ZXRpY2Esc2Fucy1zZXJpZjsiIGRpcj0ibHRyIj4NCjxwPkhpIGd1eXMs PC9wPg0KPHA+PGJyPg0KPC9wPg0KPHA+SSBkaWRuJ3Qgd29yayB0b28gbXVjaCBvbiB0aGlzICdh cmVhJywgYnV0Jm5ic3A7PHNwYW4gc3R5bGU9ImZvbnQtc2l6ZTogMTJwdDsiPkkgdGhpbmsgdGhh dCBJIGhhdmUgYSBmaXggZm9yIHRoaXMgaXNzdWUsIGNoZWNrIG15IHBhdGNoLjwvc3Bhbj48L3A+ DQo8cD5EbyBub3QgdHJvdyBhdCBtZSZuYnNwO3dpdGggc3RvbmVzIGlmIEkgYW0gd3JvbmcgPHNw YW4+8J+YnTwvc3Bhbj4hPC9wPg0KPGRpdiBpZD0iU2lnbmF0dXJlIj4NCjxkaXYgaWQ9ImRpdnRh Z2RlZmF1bHR3cmFwcGVyIiBkaXI9Imx0ciIgc3R5bGU9ImZvbnQtc2l6ZTogMTJwdDsgY29sb3I6 IHJnYigwLCAwLCAwKTsgZm9udC1mYW1pbHk6IENhbGlicmksIEhlbHZldGljYSwgc2Fucy1zZXJp ZiwgRW1vamlGb250LCAmcXVvdDtBcHBsZSBDb2xvciBFbW9qaSZxdW90OywgJnF1b3Q7U2Vnb2Ug VUkgRW1vamkmcXVvdDssIE5vdG9Db2xvckVtb2ppLCAmcXVvdDtTZWdvZSBVSSBTeW1ib2wmcXVv dDssICZxdW90O0FuZHJvaWQgRW1vamkmcXVvdDssIEVtb2ppU3ltYm9sczsiPg0KPGRpdiBjbGFz cz0iQm9keUZyYWdtZW50Ij48Zm9udCBzaXplPSIyIj48c3BhbiBzdHlsZT0iZm9udC1zaXplOjEw cHQiPg0KPGRpdiBjbGFzcz0iUGxhaW5UZXh0Ij48YnI+DQo8c3BhbiBzdHlsZT0iZm9udC1zaXpl OjExcHQ7IGJhY2tncm91bmQtY29sb3I6cmdiKDI1NSwyNTUsMjU1KTsgY29sb3I6cmdiKDAsMCww KSI+QWxsIHRoZSBiZXN0ITwvc3Bhbj48YnI+DQo8c3BhbiBzdHlsZT0iZm9udC1zaXplOjExcHQ7 IGJhY2tncm91bmQtY29sb3I6cmdiKDI1NSwyNTUsMjU1KTsgY29sb3I6cmdiKDAsMCwwKSI+PC9z cGFuPjxicj4NCjxzcGFuIHN0eWxlPSJmb250LXNpemU6MTFwdDsgYmFja2dyb3VuZC1jb2xvcjpy Z2IoMCwwLDApIj48c3BhbiBzdHlsZT0iYmFja2dyb3VuZC1jb2xvcjpyZ2IoMjU1LDI1NSwyNTUp OyBjb2xvcjpyZ2IoMCwwLDApIj5NxINkxINsaW4gSW9uZWwgUGF0cmHImWN1PC9zcGFuPjxzcGFu IHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOnJnYigyNTUsMjU1LDI1NSkiPjwvc3Bhbj48L3NwYW4+ PGJyPg0KPGJyPg0KU3lzdGVtIEFkbWluaXN0cmF0b3I8YnI+DQpUaGUgQmVybGluIEluc3RpdHV0 ZSBmb3IgTWVkaWNhbCBTeXN0ZW1zIEJpb2xvZ3kgKEJJTVNCKTxicj4NCk1heCBEZWxicsO8Y2sg Q2VudGVyIChNREMpPGJyPg0KPGRpdj5IYW5ub3ZlcnNjaGUgU3RyYcOfZSAyODwvZGl2Pg0KPGRp dj48c3BhbiBzdHlsZT0iZm9udC1zaXplOjEwcHQiPkhvdXNlIDEwMSwgcm9vbSAxLjg5PC9zcGFu Pjxicj4NCjwvZGl2Pg0KPC9kaXY+DQo8ZGl2IGNsYXNzPSJQbGFpblRleHQiPjxzcGFuIHN0eWxl PSJmb250LWZhbWlseTpDYWxpYnJpLEhlbHZldGljYSxzYW5zLXNlcmlmOyBmb250LXNpemU6MTMu MzMzM3B4Ij4xMDExNTwvc3Bhbj4gQmVybGluLCBHZXJtYW55PC9kaXY+DQo8L3NwYW4+PC9mb250 PjwvZGl2Pg0KPC9kaXY+DQo8L2Rpdj4NCjwvZGl2Pg0KPC9ib2R5Pg0KPC9odG1sPg0K --_000_267f3da0a0d8486eb98ff58322659b08mdcberlinde_-- From debbugs-submit-bounces@debbugs.gnu.org Thu Sep 15 12:38:07 2022 Received: (at 57077) by debbugs.gnu.org; 15 Sep 2022 16:38:07 +0000 Received: from localhost ([127.0.0.1]:59043 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oYrsN-000789-9k for submit@debbugs.gnu.org; Thu, 15 Sep 2022 12:38:07 -0400 Received: from b2062.mx.srv.dfn.de ([194.95.234.172]:44671) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oYrsJ-00077c-4m for 57077@debbugs.gnu.org; Thu, 15 Sep 2022 12:38:05 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mdc-berlin.de; h= content-transfer-encoding:content-type:content-type:mime-version :x-mailer:message-id:date:date:subject:subject:from:from :received; s=mdc; t=1663259876; x=1665074277; bh=AGtR+DGZxVhjyfn EVzXoV8VUuZRfZhRQi4xkZmNAESM=; b=AHEuqcaDUsxZPss+s9Il7CpYYJkYOjk pvJD2gXSnCYmnUWPGpgc2TaJiyUgNspx2N8WsJwy7W3Iakvru/OrFaIaRkdfZAyG aEfgtRWggbJ/dBsoCqXeZOoqU3ad0CUWcXd7CX83635588xECrhF4tqEGgRfjFqD pmsIwV3SRZH8= Received: from SW-IT-P-EX4.mdc-berlin.net (mgw4.mdc-berlin.de [141.80.113.62]) by b2062.mx.srv.dfn.de (Postfix) with ESMTPS id 4D7511602EE for <57077@debbugs.gnu.org>; Thu, 15 Sep 2022 18:37:55 +0200 (CEST) Received: from Guix-Ubuntu18.04 (141.80.113.106) by SW-IT-P-EX4.mdc-berlin.net (141.80.113.62) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.1.2507.12; Thu, 15 Sep 2022 18:37:54 +0200 From: =?UTF-8?q?M=C4=83d=C4=83lin=20Ionel=20Patra=C8=99cu?= To: <57077@debbugs.gnu.org> Subject: [PATCH] gnu: guix-jupyter: Fix build and check phase. Date: Thu, 15 Sep 2022 18:37:40 +0200 Message-ID: <20220915163740.11672-1-madalinionel.patrascu@mdc-berlin.de> X-Mailer: git-send-email 2.37.3 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-Originating-IP: [141.80.113.106] X-ClientProxiedBy: SW-IT-P-EX4.mdc-berlin.net (141.80.113.62) To SW-IT-P-EX4.mdc-berlin.net (141.80.113.62) X-TM-AS-Product-Ver: SMEX-14.0.0.3092-9.0.1002-27144.000 X-TM-AS-Result: No-10--2.397800-5.000000 X-TMASE-MatchedRID: 7+64pK3Ert0F04f31IAcoEhwlOfYeSqxP3Y6Dcg5mW3a91nxwxNKpgLf tGXHUH+Uoiztt5Bajy+61NiYskObR7oyTDhk04gyTuctSpiuWyUUi4Ehat0540uNdcZDLqeUeA9 iB1Lee2TraDiwJmQjFPUKxjSPa6XdUjeY/xoLQ8FIK2DGByysyl7OZ6hrwwnzoT/LvysjYBjOKK vVTQAgEg7AK4e+HujJKpFQLIwOW3paLxCKnrw2B29OepgphdNG64sVlliWKx+/WXZS/HqJ2modc 419PBJCxEHRux+uk8jfhP1xgyx3DCbXW3x/V6tl+Hj+kdBwV7BpzNPswPAvyuvTd/SRkdxhEAzz r82uC8NwsrRJUJvQV0wPb0X1Yu2QQD3Y919hCXM3cWAGgXkEAdxSR7be7fnTFTs4ljtt094P2K/ +wkyxVzs7KL+6XFB4pSBl0hpeDh8= X-TM-AS-User-Approved-Sender: Yes X-TM-AS-User-Blocked-Sender: No X-TMASE-Result: 10--2.397800-5.000000 X-TMASE-Version: SMEX-14.0.0.3092-9.0.1002-27144.000 X-TM-SNTS-SMTP: 7F31FE5B699432068E5347FFBDF205388A6C278646C091E09991E40B22E911FF2002:F X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 57077 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Build drops warnings regarding 'guild' and the check phase does not have write permissions for its tests. [build]: Remove the warnings generated by the 'guild' by setting the "GUILE_AUTO_COMPILE" to 0. [check]: Set the homeless-shelter to /tmp for write permission. --- gnu/packages/package-management.scm | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/gnu/packages/package-management.scm b/gnu/packages/package-management.scm index 2d1fe914e3..454c69c8a7 100644 --- a/gnu/packages/package-management.scm +++ b/gnu/packages/package-management.scm @@ -21,6 +21,7 @@ ;;; Copyright © 2021, 2022 Maxim Cournoyer ;;; Copyright © 2021 John Kehayias ;;; Copyright © 2022 Zhu Zihao +;;; Copyright © 2022 Mădălin Ionel Patrașcu ;;; ;;; This file is part of GNU Guix. ;;; @@ -1616,6 +1617,10 @@ (define-public guix-jupyter #:parallel-tests? #f ;kernels.scm frequently breaks in parallel #:phases (modify-phases %standard-phases + (add-before 'build 'set-GUILE_AUTO_COMPILE + (lambda _ + ;; To avoid warnings relating to 'guild'. + (setenv "GUILE_AUTO_COMPILE" "0"))) (add-after 'install 'sed-kernel-json (lambda* (#:key inputs outputs #:allow-other-keys) (let* ((out (assoc-ref outputs "out")) @@ -1651,7 +1656,11 @@ (define-public guix-jupyter (("guix-jupyter-kernel.scm") (string-append out "/share/guile/site/3.0/" "guix-jupyter-kernel.scm"))) - #t)))))) + #t))) + (add-before 'check 'change-home + (lambda _ + ;; Change from /homeless-shelter to /tmp for write permission. + (setenv "HOME" "/tmp")))))) (native-inputs (list autoconf automake base-commit: 0624e7dbad2f53b7f752e9f1109765470f369298 -- 2.37.3 From debbugs-submit-bounces@debbugs.gnu.org Fri Jan 20 06:24:23 2023 Received: (at 57077-done) by debbugs.gnu.org; 20 Jan 2023 11:24:23 +0000 Received: from localhost ([127.0.0.1]:45737 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pIpVP-0002fR-5r for submit@debbugs.gnu.org; Fri, 20 Jan 2023 06:24:23 -0500 Received: from eggs.gnu.org ([209.51.188.92]:36238) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pIpVK-0002f9-5r for 57077-done@debbugs.gnu.org; Fri, 20 Jan 2023 06:24:22 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pIpVC-0002QP-Hb; Fri, 20 Jan 2023 06:24:10 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=k7hBXGN1StZjWfxKfTdQ6ByLaCQ959VtpTNoQ94WbPw=; b=LPq4V4iPw4XuekJ4ueDh 4s6I0cdTeT7Mbtq3AatKyl3rlt8MIQTcuggRrzxAeU3J84ivDazjkRnBY4U+kTvMVM4HC1xAXaBVY M8Z1T90+LFldSvWhUEoEnwUD1yZbJ4Skid1QOZhYQ5U8JI9i0dCZZ3N1f5t10fQz2mT4577R0yngD GwejF+O5NTu6knRPVS0pflUitaKzXXrLs5tEA8gVmdqMhwwL6+0xh0LJaB4z0bGqOO3ZQCuGp5Kn6 72pPZIYv8FSWpXf/3z0kJ4TkcNK69wt5lyv0l+ev91h79cGkwrjffFAV7PncPmewjbyGX8KMEU1rG w42BrwXKBlTH2g==; Received: from [193.50.110.246] (helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pIpVB-0007Mr-Ri; Fri, 20 Jan 2023 06:24:10 -0500 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: =?utf-8?B?TcSDZMSDbGlu?= Ionel =?utf-8?Q?Patra=C8=99cu?= Subject: Re: bug#57077: guix-jupyter fails a test References: <20220915163740.11672-1-madalinionel.patrascu@mdc-berlin.de> Date: Fri, 20 Jan 2023 12:24:07 +0100 In-Reply-To: <20220915163740.11672-1-madalinionel.patrascu@mdc-berlin.de> (=?utf-8?B?Ik3Eg2TEg2xpbg==?= Ionel =?utf-8?Q?Patra=C8=99cu=22's?= message of "Thu, 15 Sep 2022 18:37:40 +0200") Message-ID: <877cxh8n54.fsf_-_@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 57077-done Cc: 57077-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hi M=C4=83d=C4=83lin, M=C4=83d=C4=83lin Ionel Patra=C8=99cu = skribis: > Build drops warnings regarding 'guild' and the check phase does not > have write permissions for its tests. > [build]: Remove the warnings generated by the 'guild' by setting the > "GUILE_AUTO_COMPILE" to 0. > [check]: Set the homeless-shelter to /tmp for write permission. I had completely overlooked this message of yours and committed just now a similar fix in b60f3941b95dc5351e2336cf694480d099a91233. This is embarrassing, sorry about that! Do feel free to ping me or whoever last touched the package or the relevant team=C2=B9 for the package when a patch of yours gets stuck. The good news is that Guix-Jupyter is finally fixed. :-) I hope it=E2=80=99s useful to you. My apologies again, and thank you for your work! Ludo=E2=80=99. =C2=B9 https://guix.gnu.org/manual/devel/en/html_node/Teams.html From debbugs-submit-bounces@debbugs.gnu.org Sat Jan 21 21:02:19 2023 Received: (at 57077-done) by debbugs.gnu.org; 22 Jan 2023 02:02:19 +0000 Received: from localhost ([127.0.0.1]:50147 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pJPgY-0002Si-FX for submit@debbugs.gnu.org; Sat, 21 Jan 2023 21:02:18 -0500 Received: from a2062.mx.srv.dfn.de ([194.95.232.172]:34797) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pJPgX-0002SW-3m for 57077-done@debbugs.gnu.org; Sat, 21 Jan 2023 21:02:18 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mdc-berlin.de; h= mime-version:content-type:content-type:content-language :accept-language:in-reply-to:references:message-id:date:date :subject:subject:from:from:received:received; s=mdc; t= 1674352930; x=1676167331; bh=7UnQfmhwibLxktJVICcUk3mCZbQSJZpKgcO ylv8zN2k=; b=aHQgkFsB6OP7xrUdyPe0v0vTwpg6uS2Fs+icx+FMG+dYohO1WvA 03JHf/JsUA7eal3StjPA+lRIIaTGoxJEp3+JI3PkcvCloczLl+1cKczcubaQpzWH SWjL4OnaVQuAEej70VYg1VR6EuiWy4ln4s4mvkMgyg+fcDQle87FtgNQ= Received: from SW-IT-P-EX1.mdc-berlin.net (mgw1.mdc-berlin.de [141.80.113.54]) by a2062.mx.srv.dfn.de (Postfix) with ESMTPS id 4B469A0671; Sun, 22 Jan 2023 03:02:10 +0100 (CET) Received: from SW-IT-P-EX4.mdc-berlin.net (141.80.113.62) by SW-IT-P-EX1.mdc-berlin.net (141.80.113.54) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.1.2507.17; Sun, 22 Jan 2023 03:02:09 +0100 Received: from SW-IT-P-EX4.mdc-berlin.net ([fe80::e55f:895f:3b41:ec6a]) by SW-IT-P-EX4.mdc-berlin.net ([fe80::e55f:895f:3b41:ec6a%2]) with mapi id 15.01.2507.017; Sun, 22 Jan 2023 03:02:09 +0100 From: "MadalinIonel.Patrascu@mdc-berlin.de" To: =?utf-8?B?THVkb3ZpYyBDb3VydMOocw==?= Subject: Re: [ext] Re: bug#57077: guix-jupyter fails a test Thread-Topic: [ext] Re: bug#57077: guix-jupyter fails a test Thread-Index: AQHZLMHE+WgDmRLOpkCU8GZvI2bGXa6psIir Date: Sun, 22 Jan 2023 02:02:08 +0000 Message-ID: <54ec1fb22fb0412aa672c5df39846d81@mdc-berlin.de> References: <20220915163740.11672-1-madalinionel.patrascu@mdc-berlin.de>, <877cxh8n54.fsf_-_@gnu.org> In-Reply-To: <877cxh8n54.fsf_-_@gnu.org> Accept-Language: en-US, de-DE Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [141.80.113.51] x-tm-as-product-ver: SMEX-14.0.0.3092-9.0.1002-27400.004 x-tm-as-result: No-10--17.658800-5.000000 x-tmase-matchedrid: cxtZ8fwm3r+nvGCyBToTI8G0UNgaZpYqGsvgUMYAn4UWzPTbxO7R+tIS YzBUt2RaXVsEWVqYqaivJcrLMYkA70UuXkWTSi/R30kDaWZBE1RU4sxFq6igEUqa6TyhyXvPxav OIFV6sr2qV675RHtQivhIrfutY3GXOa9S1kbnyvQR3SGennXG6yUnLzk1+IxzqYmAJWLwAqdUm4 9Pt69y239PfZvOb/uDFUndVb9VGJ+uppY55T0DXQYI98kcZypByiBjGmb09NvNsmTIwLSke8mCI gZv+DeLvH0H3y3iyfr9VZJX6jl185r9F4bPByvNxjmDsee4erLYjw1QqLfrRmuWbELCmfSM0A45 IAXRxM0uE0dh1awrfqrqIIFAsN+hxmNZL79yeAw8o3fwIs8rQTFcf92WG8u/NWO9z3c712R8Oh9 OmzIIr/N99EdHQDrAm73VFZWOWZAvKBNTYKG+pTo39wOA02LhzxWuskk9boYtorPLNYrwZL76+a 2DplQ4/YUtGtrcVxBZmcdDeYvw1+wAaNLqXHEqtT4jIeGRd/UtlZY1WAfRje+NsnWFtk7RmA0yI TMNzjl9LQinZ4QefNZE3xJMmmXcoRuvpUfhO5mEbaqKQSlAZeWgg54KlFJA8q9PAI4KYsthk8gC YdgoTuigmsUAbxzOx1WvgqlYdHY= x-tm-as-user-approved-sender: Yes x-tm-as-user-blocked-sender: No x-tmase-result: 10--17.658800-5.000000 x-tmase-version: SMEX-14.0.0.3092-9.0.1002-27400.004 x-tm-snts-smtp: 078A79D990DAB77C0CC0B9D3D11F6F32174F4FAA489A5BE2A686F43DA2EC7CEC2002:F Content-Type: multipart/alternative; boundary="_000_54ec1fb22fb0412aa672c5df39846d81mdcberlinde_" MIME-Version: 1.0 X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 57077-done Cc: "57077-done@debbugs.gnu.org" <57077-done@debbugs.gnu.org> X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) --_000_54ec1fb22fb0412aa672c5df39846d81mdcberlinde_ Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: base64 SGkgTHVkbywNCg0KDQpObyB3b3JyaWVzLCB0aGVzZSB0aGluZ3MgY2FuIGhhcHBlbi4NCg0KR29v ZCB0byBzZWUgdGhhdCB0aGUgaXNzdWUgbm93IGlzIGZpeGVkLg0KDQpBbGwgdGhlIGJlc3QhDQoN Ck3Eg2TEg2xpbiBJb25lbCBQYXRyYciZY3UNCg0KU3lzdGVtIEFkbWluaXN0cmF0b3INClRoZSBC ZXJsaW4gSW5zdGl0dXRlIGZvciBNZWRpY2FsIFN5c3RlbXMgQmlvbG9neSAoQklNU0IpDQpNYXgg RGVsYnLDvGNrIENlbnRlciAoTURDKQ0KSGFubm92ZXJzY2hlIFN0cmHDn2UgMjgNCkhvdXNlIDEw MSwgcm9vbSAxLjg5DQoxMDExNSBCZXJsaW4sIEdlcm1hbnkNCg0KDQpfX19fX19fX19fX19fX19f X19fX19fX19fX19fX19fXw0KRnJvbTogTHVkb3ZpYyBDb3VydMOocyA8bHVkb0BnbnUub3JnPg0K U2VudDogRnJpZGF5LCBKYW51YXJ5IDIwLCAyMDIzIDEyOjI0DQpUbzogUGF0cmFzY3UsIE1hZGFs aW4gSW9uZWwNCkNjOiA1NzA3Ny1kb25lQGRlYmJ1Z3MuZ251Lm9yZw0KU3ViamVjdDogW2V4dF0g UmU6IGJ1ZyM1NzA3NzogZ3VpeC1qdXB5dGVyIGZhaWxzIGEgdGVzdA0KDQpIaSBNxINkxINsaW4s DQoNCk3Eg2TEg2xpbiBJb25lbCBQYXRyYciZY3UgPG1hZGFsaW5pb25lbC5wYXRyYXNjdUBtZGMt YmVybGluLmRlPiBza3JpYmlzOg0KDQo+IEJ1aWxkIGRyb3BzIHdhcm5pbmdzIHJlZ2FyZGluZyAn Z3VpbGQnIGFuZCB0aGUgY2hlY2sgcGhhc2UgZG9lcyBub3QNCj4gaGF2ZSB3cml0ZSBwZXJtaXNz aW9ucyBmb3IgaXRzIHRlc3RzLg0KPiBbYnVpbGRdOiBSZW1vdmUgdGhlIHdhcm5pbmdzIGdlbmVy YXRlZCBieSB0aGUgJ2d1aWxkJyBieSBzZXR0aW5nIHRoZQ0KPiAiR1VJTEVfQVVUT19DT01QSUxF IiB0byAwLg0KPiBbY2hlY2tdOiBTZXQgdGhlIGhvbWVsZXNzLXNoZWx0ZXIgdG8gL3RtcCBmb3Ig d3JpdGUgcGVybWlzc2lvbi4NCg0KSSBoYWQgY29tcGxldGVseSBvdmVybG9va2VkIHRoaXMgbWVz c2FnZSBvZiB5b3VycyBhbmQgY29tbWl0dGVkIGp1c3Qgbm93DQphIHNpbWlsYXIgZml4IGluIGI2 MGYzOTQxYjk1ZGM1MzUxZTIzMzZjZjY5NDQ4MGQwOTlhOTEyMzMuICBUaGlzIGlzDQplbWJhcnJh c3NpbmcsIHNvcnJ5IGFib3V0IHRoYXQhDQoNCkRvIGZlZWwgZnJlZSB0byBwaW5nIG1lIG9yIHdo b2V2ZXIgbGFzdCB0b3VjaGVkIHRoZSBwYWNrYWdlIG9yIHRoZQ0KcmVsZXZhbnQgdGVhbcK5IGZv ciB0aGUgcGFja2FnZSB3aGVuIGEgcGF0Y2ggb2YgeW91cnMgZ2V0cyBzdHVjay4NCg0KVGhlIGdv b2QgbmV3cyBpcyB0aGF0IEd1aXgtSnVweXRlciBpcyBmaW5hbGx5IGZpeGVkLiAgOi0pDQpJIGhv cGUgaXTigJlzIHVzZWZ1bCB0byB5b3UuDQoNCk15IGFwb2xvZ2llcyBhZ2FpbiwgYW5kIHRoYW5r IHlvdSBmb3IgeW91ciB3b3JrIQ0KDQpMdWRv4oCZLg0KDQrCuSBodHRwczovL2d1aXguZ251Lm9y Zy9tYW51YWwvZGV2ZWwvZW4vaHRtbF9ub2RlL1RlYW1zLmh0bWwNCg== --_000_54ec1fb22fb0412aa672c5df39846d81mdcberlinde_ Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: base64 PGh0bWw+DQo8aGVhZD4NCjxtZXRhIGh0dHAtZXF1aXY9IkNvbnRlbnQtVHlwZSIgY29udGVudD0i dGV4dC9odG1sOyBjaGFyc2V0PXV0Zi04Ij4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyIgc3R5bGU9 ImRpc3BsYXk6bm9uZTsiPjwhLS0gUCB7bWFyZ2luLXRvcDowO21hcmdpbi1ib3R0b206MDt9IC0t Pjwvc3R5bGU+DQo8L2hlYWQ+DQo8Ym9keSBkaXI9Imx0ciI+DQo8ZGl2IGlkPSJkaXZ0YWdkZWZh dWx0d3JhcHBlciIgc3R5bGU9ImZvbnQtc2l6ZToxMnB0O2NvbG9yOiMwMDAwMDA7Zm9udC1mYW1p bHk6Q2FsaWJyaSxIZWx2ZXRpY2Esc2Fucy1zZXJpZjsiIGRpcj0ibHRyIj4NCjxwPkhpIEx1ZG8s PC9wPg0KPHA+PGJyPg0KPC9wPg0KPHA+Tm8gd29ycmllcywgdGhlc2UgdGhpbmdzIGNhbiZuYnNw O2hhcHBlbi48L3A+DQo8cD5Hb29kIHRvIHNlZSB0aGF0IHRoZSBpc3N1ZSBub3cgaXMgZml4ZWQu PC9wPg0KPGRpdiBpZD0iU2lnbmF0dXJlIj4NCjxkaXYgaWQ9ImRpdnRhZ2RlZmF1bHR3cmFwcGVy IiBkaXI9Imx0ciIgc3R5bGU9ImZvbnQtc2l6ZTogMTJwdDsgY29sb3I6IHJnYigwLCAwLCAwKTsg Zm9udC1mYW1pbHk6IENhbGlicmksIEhlbHZldGljYSwgc2Fucy1zZXJpZiwgRW1vamlGb250LCAm cXVvdDtBcHBsZSBDb2xvciBFbW9qaSZxdW90OywgJnF1b3Q7U2Vnb2UgVUkgRW1vamkmcXVvdDss IE5vdG9Db2xvckVtb2ppLCAmcXVvdDtTZWdvZSBVSSBTeW1ib2wmcXVvdDssICZxdW90O0FuZHJv aWQgRW1vamkmcXVvdDssIEVtb2ppU3ltYm9sczsiPg0KPGRpdiBjbGFzcz0iQm9keUZyYWdtZW50 Ij48Zm9udCBzaXplPSIyIj48c3BhbiBzdHlsZT0iZm9udC1zaXplOjEwcHQiPg0KPGRpdiBjbGFz cz0iUGxhaW5UZXh0Ij48YnI+DQo8c3BhbiBzdHlsZT0iZm9udC1zaXplOjExcHQ7IGJhY2tncm91 bmQtY29sb3I6cmdiKDI1NSwyNTUsMjU1KTsgY29sb3I6cmdiKDAsMCwwKSI+QWxsIHRoZSBiZXN0 ITwvc3Bhbj48YnI+DQo8c3BhbiBzdHlsZT0iZm9udC1zaXplOjExcHQ7IGJhY2tncm91bmQtY29s b3I6cmdiKDI1NSwyNTUsMjU1KTsgY29sb3I6cmdiKDAsMCwwKSI+PC9zcGFuPjxicj4NCjxzcGFu IHN0eWxlPSJmb250LXNpemU6MTFwdDsgYmFja2dyb3VuZC1jb2xvcjpyZ2IoMCwwLDApIj48c3Bh biBzdHlsZT0iYmFja2dyb3VuZC1jb2xvcjpyZ2IoMjU1LDI1NSwyNTUpOyBjb2xvcjpyZ2IoMCww LDApIj5NxINkxINsaW4gSW9uZWwgUGF0cmHImWN1PC9zcGFuPjxzcGFuIHN0eWxlPSJiYWNrZ3Jv dW5kLWNvbG9yOnJnYigyNTUsMjU1LDI1NSkiPjwvc3Bhbj48L3NwYW4+PGJyPg0KPGJyPg0KU3lz dGVtIEFkbWluaXN0cmF0b3I8YnI+DQpUaGUgQmVybGluIEluc3RpdHV0ZSBmb3IgTWVkaWNhbCBT eXN0ZW1zIEJpb2xvZ3kgKEJJTVNCKTxicj4NCk1heCBEZWxicsO8Y2sgQ2VudGVyIChNREMpPGJy Pg0KPGRpdj5IYW5ub3ZlcnNjaGUgU3RyYcOfZSAyODwvZGl2Pg0KPGRpdj48c3BhbiBzdHlsZT0i Zm9udC1zaXplOjEwcHQiPkhvdXNlIDEwMSwgcm9vbSAxLjg5PC9zcGFuPjxicj4NCjwvZGl2Pg0K PC9kaXY+DQo8ZGl2IGNsYXNzPSJQbGFpblRleHQiPjxzcGFuIHN0eWxlPSJmb250LWZhbWlseTpD YWxpYnJpLEhlbHZldGljYSxzYW5zLXNlcmlmOyBmb250LXNpemU6MTMuMzMzM3B4Ij4xMDExNTwv c3Bhbj4gQmVybGluLCBHZXJtYW55PC9kaXY+DQo8L3NwYW4+PC9mb250PjwvZGl2Pg0KPC9kaXY+ DQo8L2Rpdj4NCjxicj4NCjxicj4NCjxkaXYgc3R5bGU9ImNvbG9yOiByZ2IoMCwgMCwgMCk7Ij4N CjxkaXY+DQo8aHIgdGFiaW5kZXg9Ii0xIiBzdHlsZT0iZGlzcGxheTppbmxpbmUtYmxvY2s7IHdp ZHRoOjk4JSI+DQo8ZGl2IGlkPSJ4X2RpdlJwbHlGd2RNc2ciIGRpcj0ibHRyIj48Zm9udCBmYWNl PSJDYWxpYnJpLCBzYW5zLXNlcmlmIiBjb2xvcj0iIzAwMDAwMCIgc3R5bGU9ImZvbnQtc2l6ZTox MXB0Ij48Yj5Gcm9tOjwvYj4gTHVkb3ZpYyBDb3VydMOocyAmbHQ7bHVkb0BnbnUub3JnJmd0Ozxi cj4NCjxiPlNlbnQ6PC9iPiBGcmlkYXksIEphbnVhcnkgMjAsIDIwMjMgMTI6MjQ8YnI+DQo8Yj5U bzo8L2I+IFBhdHJhc2N1LCBNYWRhbGluIElvbmVsPGJyPg0KPGI+Q2M6PC9iPiA1NzA3Ny1kb25l QGRlYmJ1Z3MuZ251Lm9yZzxicj4NCjxiPlN1YmplY3Q6PC9iPiBbZXh0XSBSZTogYnVnIzU3MDc3 OiBndWl4LWp1cHl0ZXIgZmFpbHMgYSB0ZXN0PC9mb250Pg0KPGRpdj4mbmJzcDs8L2Rpdj4NCjwv ZGl2Pg0KPC9kaXY+DQo8Zm9udCBzaXplPSIyIj48c3BhbiBzdHlsZT0iZm9udC1zaXplOjEwcHQ7 Ij4NCjxkaXYgY2xhc3M9IlBsYWluVGV4dCI+SGkgTcSDZMSDbGluLDxicj4NCjxicj4NCk3Eg2TE g2xpbiBJb25lbCBQYXRyYciZY3UgJmx0O21hZGFsaW5pb25lbC5wYXRyYXNjdUBtZGMtYmVybGlu LmRlJmd0OyBza3JpYmlzOjxicj4NCjxicj4NCiZndDsgQnVpbGQgZHJvcHMgd2FybmluZ3MgcmVn YXJkaW5nICdndWlsZCcgYW5kIHRoZSBjaGVjayBwaGFzZSBkb2VzIG5vdDxicj4NCiZndDsgaGF2 ZSB3cml0ZSBwZXJtaXNzaW9ucyBmb3IgaXRzIHRlc3RzLjxicj4NCiZndDsgW2J1aWxkXTogUmVt b3ZlIHRoZSB3YXJuaW5ncyBnZW5lcmF0ZWQgYnkgdGhlICdndWlsZCcgYnkgc2V0dGluZyB0aGU8 YnI+DQomZ3Q7ICZxdW90O0dVSUxFX0FVVE9fQ09NUElMRSZxdW90OyB0byAwLjxicj4NCiZndDsg W2NoZWNrXTogU2V0IHRoZSBob21lbGVzcy1zaGVsdGVyIHRvIC90bXAgZm9yIHdyaXRlIHBlcm1p c3Npb24uPGJyPg0KPGJyPg0KSSBoYWQgY29tcGxldGVseSBvdmVybG9va2VkIHRoaXMgbWVzc2Fn ZSBvZiB5b3VycyBhbmQgY29tbWl0dGVkIGp1c3Qgbm93PGJyPg0KYSBzaW1pbGFyIGZpeCBpbiBi NjBmMzk0MWI5NWRjNTM1MWUyMzM2Y2Y2OTQ0ODBkMDk5YTkxMjMzLiZuYnNwOyBUaGlzIGlzPGJy Pg0KZW1iYXJyYXNzaW5nLCBzb3JyeSBhYm91dCB0aGF0ITxicj4NCjxicj4NCkRvIGZlZWwgZnJl ZSB0byBwaW5nIG1lIG9yIHdob2V2ZXIgbGFzdCB0b3VjaGVkIHRoZSBwYWNrYWdlIG9yIHRoZTxi cj4NCnJlbGV2YW50IHRlYW3CuSBmb3IgdGhlIHBhY2thZ2Ugd2hlbiBhIHBhdGNoIG9mIHlvdXJz IGdldHMgc3R1Y2suPGJyPg0KPGJyPg0KVGhlIGdvb2QgbmV3cyBpcyB0aGF0IEd1aXgtSnVweXRl ciBpcyBmaW5hbGx5IGZpeGVkLiZuYnNwOyA6LSk8YnI+DQpJIGhvcGUgaXTigJlzIHVzZWZ1bCB0 byB5b3UuPGJyPg0KPGJyPg0KTXkgYXBvbG9naWVzIGFnYWluLCBhbmQgdGhhbmsgeW91IGZvciB5 b3VyIHdvcmshPGJyPg0KPGJyPg0KTHVkb+KAmS48YnI+DQo8YnI+DQrCuSA8YSBocmVmPSJodHRw czovL2d1aXguZ251Lm9yZy9tYW51YWwvZGV2ZWwvZW4vaHRtbF9ub2RlL1RlYW1zLmh0bWwiIGlk PSJMUGxuazY4MjU2Ij4NCmh0dHBzOi8vZ3VpeC5nbnUub3JnL21hbnVhbC9kZXZlbC9lbi9odG1s X25vZGUvVGVhbXMuaHRtbDwvYT48YnI+DQo8L2Rpdj4NCjwvc3Bhbj48L2ZvbnQ+PC9kaXY+DQo8 L2Rpdj4NCjwvYm9keT4NCjwvaHRtbD4NCg== --_000_54ec1fb22fb0412aa672c5df39846d81mdcberlinde_-- From unknown Fri Sep 19 23:21:09 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 19 Feb 2023 12:24:09 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator