From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id QIu2MjufdGLHWAEAbAwnHQ (envelope-from ) for ; Fri, 06 May 2022 06:08:27 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id GKfwMTufdGL7qQAAG6o9tA (envelope-from ) for ; Fri, 06 May 2022 06:08:27 +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 907963FE20 for ; Fri, 6 May 2022 06:08:27 +0200 (CEST) Received: from localhost ([::1]:32880 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nmpGU-0003Sp-NF for larch@yhetil.org; Fri, 06 May 2022 00:08:26 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:47356) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nmpFz-0003SV-8H for guix-devel@gnu.org; Fri, 06 May 2022 00:07:55 -0400 Received: from mx.kolabnow.com ([212.103.80.155]:34642) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nmpFw-0005sC-4L for guix-devel@gnu.org; Fri, 06 May 2022 00:07:53 -0400 Received: from localhost (unknown [127.0.0.1]) by mx.kolabnow.com (Postfix) with ESMTP id C6D52183E; Fri, 6 May 2022 06:07:46 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kolabnow.com; h= content-transfer-encoding:content-type:content-type:mime-version :message-id:in-reply-to:date:date:subject:subject:from:from :references:received:received:received; s=dkim20160331; t= 1651810066; x=1653624467; bh=AgqA4GyQ9Ge67rTsHFT4+0QwVZEyVPOijgV lr8jtuHQ=; b=nqmJUmfXVpaWZnNaGA5vmPSgnmaywss9+lxw8hlfIBNv2qk9YvW bxbU3KJ91ckKDCdJfvtjAAp4bjQPPDw6CaZ7y0JFbL69D84vkBMqmhgyOmCLP4Rp yJOTEJ91NIKxmDXSQWbawZs7mIk/8F4ZJALP9a5BNs5Mo7RuUI4ykKReDB6xmZXZ Y5ahXut4X1H0Ry/oQHmWR/h8V661Z3t09y6QepCkfaWAmZpw3KHaRt7gwtvFyUGV VK4SPpe14d6C95X2Fc2xaueRyFraW6Fz4CFCCFz8UU+SZNI1XEOtoofLZ26Bx1wf PyMb2e9G7AVUwbm1hcIGNFvM98wP01hLoPeX3aSLvKS14FBoC+pXPc/FGdvSzv7W UyOfqjR5xCADZdKnbTKgDQsG8rVh2bnFyMkmnP4DbwEFyCurOmGGIJOGXAaMz2te isbXLgj6Xpqx77MtUZbCM11n2i8axB5p1mfvGlY7Qjy1nQXqbHw0eA1++n1AVleS APicLW5EZj8Xl6WlhJDbwrnO1r35aPMAA3bU1UoC/SILwkIHyLQ6bH6SK41CjXIH 6aCrNfF3UT49jzsPvaejxOymo+/w7oeKXKEnGspIPUNa06cbgr4GNM7I7odw7orq uDIWTbEEQXcvHBnsOsLElpnMkSHxQ81v2jEDyr5zU2Kq+yA7SU6IT1zc= X-Virus-Scanned: amavisd-new at mykolab.com Received: from mx.kolabnow.com ([127.0.0.1]) by localhost (ext-mx-out001.mykolab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id wUqbvyqvfpe7; Fri, 6 May 2022 06:07:46 +0200 (CEST) Received: from int-mx003.mykolab.com (unknown [10.9.13.3]) by mx.kolabnow.com (Postfix) with ESMTPS id 8F75714F6; Fri, 6 May 2022 06:07:45 +0200 (CEST) Received: from ext-subm001.mykolab.com (unknown [10.9.6.1]) by int-mx003.mykolab.com (Postfix) with ESMTPS id 82C5C3A6A; Fri, 6 May 2022 06:07:44 +0200 (CEST) References: <87h76l8yp5.fsf@systemreboot.net> <86ee1j2g8l.fsf@gmail.com> <87h76e4w2d.fsf@systemreboot.net> <8735hs9qb2.fsf@gmail.com> <871qxacp8j.fsf@kolabnow.com> <875yml916w.fsf@gmail.com> <87o80cvjdl.fsf@kyleam.com> <86sfpo5q8w.fsf@gmail.com> From: Thiago Jung Bauermann To: zimoun Cc: Kyle Meyer , Arun Isaac , Maxim Cournoyer , guix-devel@gnu.org Subject: Re: Updating mumi on berlin Date: Fri, 06 May 2022 00:22:36 -0300 In-reply-to: <86sfpo5q8w.fsf@gmail.com> Message-ID: <87y1zftiba.fsf@kolabnow.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=212.103.80.155; envelope-from=bauermann@kolabnow.com; helo=mx.kolabnow.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: guix-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+larch=yhetil.org@gnu.org Sender: "Guix-devel" X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1651810107; 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: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references:list-id:list-help: list-unsubscribe:list-subscribe:list-post:dkim-signature; bh=AgqA4GyQ9Ge67rTsHFT4+0QwVZEyVPOijgVlr8jtuHQ=; b=jz6NvFVksn3BjpSKaqARUeQB8p5pb7RJwLDSx3qmMkNwC6Vp0+naTI6UGLYjM1FZoN7NP9 2biQXy4vwsNeyBEMY9tNp+0qWAAYzI3p/2my4CbkbmuzpHRZVkYLO5dSbe6U0tJljhk9g9 fRh9FzJbA4MvSEQt5JqeyMuXcnOcQB6a+7kKBXHOfeEB1O1JZmzgmxuo1+kVKdIeeioZIe hRe2I973uaSrMvOhXs1avUX17akoMnqt8Vx+uUxPJTi5UzUVRXTVFistkd55OKtm145N3T vulyA6Om4wqplot1VNBWzQ+M0171doKhKJkhhKBE9OQxYd8+LiVABCsrhx4lXw== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1651810107; a=rsa-sha256; cv=none; b=jC6hdwngGl/B3rU/puWhp+Jl4dNeVxEpYLtvoOaoz7B/WP5pmUAlF3iDH7AKMBmNuMH98f BKiJsxjtiICJxlNOl7yukOX33SmBXGZNL42SPeDaS1BCy3oAGz9k5l/YX8/J7v+4IsU1xe gfbIl13WiMzs91tqM4qCIYpZ4JcAIvllSVXL9yuhagw35NJSd7ePXvHWhvqFX8meKa3xUp CzUmegT2RNOyxKjUsWEN7deUAXG2duHmDHsNpApNPZnpxVVoCAOa+/p8mfalmQAagSjfMj G/1KM32WNLE30q1rEquhVvHX8D7kUZ/qpMLBFUMnCJC+1xWmd0+6kB07tbQtGg== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=pass header.d=kolabnow.com header.s=dkim20160331 header.b=nqmJUmfX; dmarc=pass (policy=quarantine) header.from=kolabnow.com; spf=pass (aspmx1.migadu.com: domain of "guix-devel-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-devel-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -2.50 Authentication-Results: aspmx1.migadu.com; dkim=pass header.d=kolabnow.com header.s=dkim20160331 header.b=nqmJUmfX; dmarc=pass (policy=quarantine) header.from=kolabnow.com; spf=pass (aspmx1.migadu.com: domain of "guix-devel-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-devel-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: 907963FE20 X-Spam-Score: -2.50 X-Migadu-Scanner: scn1.migadu.com X-TUID: ro4J9IDJ1gnD Hello, zimoun writes: > On Wed, 04 May 2022 at 21:49, Kyle Meyer wrote: > >> I've tried sit down and update Guix's public-inbox definition a few >> times, but there are various test failures that I didn't figure out how >> to handle in the time I had. (IIRC, I think they're related to the lei >> tests expecting to be able to kill the lei-daemon process, which isn't >> the case in Guix's build environment.) > > On Thu, 05 May 2022 at 00:13, Thiago Jung Bauermann wrote: > >> Yes, that's what I'm seeing as well. The lei-daemon process is actually >> killed, but because of bug 30948 it is left in a zombie state and so the >> testsuite thinks that it didn't go away. >> >> The testsuite checks whether lei-daemon is gone by doing a >> =E2=80=9Ckill(, 0)=E2=80=9D, which unfortunately succeed= s for zombie processes. >> >> I've been meaning to add child reaping to the Guix builder process, but >> I'm moving very slowly due to time constraints and my unfamiliarity with >> that part of Guix... > > =E2=80=A6why not just disable the specific test or if not possible, turn = off the > test suite =E2=80=99#:tests? #f=E2=80=99. Whereas it is not the best, it= would allow to > have =E2=80=99lei=E2=80=99 while waiting the fix at the Guix build enviro= nment level. > > WDYT? I didn't go that route because I don't like disabling tests without understanding why they fail and it took me a while to understand the zombie root cause. In addition to that, without the testsuite passing I didn't feel confident that I would be proposing a good enough package because virtually the only part of public-inbox that I use is lei itself. What if there was a regression in other parts of it and I didn't notice because I use so little? But I wouldn't mind disabling the part that checks that lei-daemon is truly gone, or even the whole testsuite if that is too complicated. On the other hand, the preferred solution would be the workaround pointed out by Maxim, where tini is used to run the testsuite and reap its sub-processes. I can probably take a stab at it over the weekend if no one beats me to it. >> $ guix shell -p path/to/profile -- lei up --all > > How do you query all new ones for a specific list? > > > Thiago, do you use =E2=80=99piem=E2=80=99 [1]? I don't, but it looks interesting! I'll try it out, thanks! > 1: --=20 Thanks Thiago