From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id MIcNJ7xkxmFMDgEAgWs5BA (envelope-from ) for ; Sat, 25 Dec 2021 01:24:28 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id qCneIrxkxmGwWQAA1q6Kng (envelope-from ) for ; Sat, 25 Dec 2021 00:24:28 +0000 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 28CA22FEC0 for ; Sat, 25 Dec 2021 01:24:28 +0100 (CET) Received: from localhost ([::1]:55140 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1n0urJ-0005sM-RC for larch@yhetil.org; Fri, 24 Dec 2021 19:24:25 -0500 Received: from eggs.gnu.org ([209.51.188.92]:54604) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n0uqw-0005ps-G2 for guix-patches@gnu.org; Fri, 24 Dec 2021 19:24:06 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:55004) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1n0uqw-0005GT-6R for guix-patches@gnu.org; Fri, 24 Dec 2021 19:24:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1n0uqv-0003nL-VR for guix-patches@gnu.org; Fri, 24 Dec 2021 19:24:01 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#52174] [PATCH v2 1/6] gnu: add crun Resent-From: Timmy Douglas Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 25 Dec 2021 00:24:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 52174 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 52174@debbugs.gnu.org Received: via spool by 52174-submit@debbugs.gnu.org id=B52174.164039178914511 (code B ref 52174); Sat, 25 Dec 2021 00:24:01 +0000 Received: (at 52174) by debbugs.gnu.org; 25 Dec 2021 00:23:09 +0000 Received: from localhost ([127.0.0.1]:38317 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n0uq5-0003lz-3b for submit@debbugs.gnu.org; Fri, 24 Dec 2021 19:23:09 -0500 Received: from out1.migadu.com ([91.121.223.63]:19347) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n0uq0-0003lj-Mk for 52174@debbugs.gnu.org; Fri, 24 Dec 2021 19:23:08 -0500 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=timmydouglas.com; s=key1; t=1640391783; h=from:from: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; bh=C4O8lsx/3yMqJCqS5QnrBubacHeNq0RhkbLkUb+v6Po=; b=EdjDqutkQni0T8oqk5xs1BmFOdxjhxrHygYy8Ldy8inAYnyPOuuqu/zmfFys/ZefwsnfFQ oBumYNsuR/a5w7rRNUnxPbHBpsAB4ydNQ+whjm/P12Cj42fULdTLX5NrxQ8wGmApM2SQVL YYM46LP4b29IUlfxsLca3xCNYjlIMB8= In-Reply-To: <87v8zet4b4.fsf@gnu.org> References: <874k75pzi7.fsf@gnu.org> <52542aec3c127a893453ac1ecbbd504022d4c8dd.1639889841.git.mail@timmydouglas.com> <875yrjl8a5.fsf@gnu.org> <87tuf1zpa1.fsf@timmydouglas.com> <87v8zet4b4.fsf@gnu.org> Date: Fri, 24 Dec 2021 16:22:59 -0800 Message-ID: <87pmplmt24.fsf@timmydouglas.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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" Reply-to: Timmy Douglas X-ACL-Warn: , Timmy Douglas via Guix-patches From: Timmy Douglas via Guix-patches via X-Migadu-Flow: FLOW_IN X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1640391868; h=from:from:sender:sender:reply-to: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: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=C4O8lsx/3yMqJCqS5QnrBubacHeNq0RhkbLkUb+v6Po=; b=bAX8V86REyv0LSg7TDGyKHL2LNHUuL6JIDyh1vXYOnjgXIvt1XUPJD5RJqZAjcboKniqb1 +RoOaYrRrgTo2Y+6SCbvZceU0lrBgV/q/pfP/OEO1NozxYuGt/X5IftpNkj4xd7GMFFDtT YxQZ405gnWUYtQky3eVTzHsLuLcc5VPJBXeuipai68fCuVnTfV8w3N2ge+MXP5h3NimUNV IUfmByfNj71hu10k5FlYXa3QgJ+BrpzrsEZtUlXq/f84ck1IRyfpHJshuBY4w+7RDLNoIN olxS1F+H2hl7yXQLAfFeKJraB6fml/K1olHoiO4jAluBumFLcOrmaV1wp91C6g== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1640391868; a=rsa-sha256; cv=none; b=uIlo1kDlzB3TpLIF825C0YblWM3cJY7UlrXXsuq+8rYQ3mucfQPBgllvD3lgQLsi3oqx36 8u7QzZ5r4O13IIRBgG1giA9vucAuIWQY6YcvrkCrrqKw9XKXD5u6yZtaoxJ4ykHe8ZavTj 7QqrIBFmSD4mLC70Z/dBEw3c39MP+OYP5smo/sf5V0bfe4XifWeGxafhRci5y6c8aZrNo+ 5IwwuZLIQKeD0Ch+5pZ3VOWhEaQi5pJ3VLuSyS30DdJ7OitN4BofS6Se1N2uMjnOEg+Lu4 CCCf0T0plHUKOterRw5eHVLLD4SifF66HxqE2OfmR11ccAaO9hNGDVTxisVl8g== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=timmydouglas.com header.s=key1 header.b=EdjDqutk; dmarc=pass (policy=none) header.from=gnu.org; 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" X-Migadu-Spam-Score: -4.86 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=timmydouglas.com header.s=key1 header.b=EdjDqutk; dmarc=pass (policy=none) header.from=gnu.org; 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" X-Migadu-Queue-Id: 28CA22FEC0 X-Spam-Score: -4.86 X-Migadu-Scanner: scn0.migadu.com X-TUID: tzfeCvguO99Y Ludovic Court=C3=A8s writes: >> from guix build: >> >> =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=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 >> Testsuite summary for crun UNKNOWN >> =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=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: 73 >> # PASS: 9 >> # SKIP: 28 >> # XFAIL: 0 >> # FAIL: 36 >> # XPASS: 0 >> # ERROR: 0 > > There are 36 failures though; does =E2=80=98test-suite.log=E2=80=99 show = more details? Maybe my original reply wasn't clear--they all pass when I cd into the tmp (--keep-failed) directory and run them manually. They fail when the bui= lder runs them. I think I put the reasons in the v3 patch. For crun, it's because it needs the /sys/fs/cgroup mount which doesn't seem to be there for the builder. For the others, it's a similar situation--off the top of my head, they were either missing that mount or a /dev device.