From mboxrd@z Thu Jan  1 00:00:00 1970
From: Tanguy Le Carrour <tanguy@bioneland.org>
Subject: containerd fails to build
Date: Thu, 13 Feb 2020 12:32:18 +0100
Message-ID: <20200213113218.umgymqc67rixqmvp@rafflesia>
Mime-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
Return-path: <guix-devel-bounces+gcggd-guix-devel=m.gmane-mx.org@gnu.org>
Received: from eggs.gnu.org ([2001:470:142:3::10]:32833)
 by lists.gnu.org with esmtp (Exim 4.90_1)
 (envelope-from <tanguy@bioneland.org>) id 1j2CjH-0004u4-89
 for guix-devel@gnu.org; Thu, 13 Feb 2020 06:32:24 -0500
Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71)
 (envelope-from <tanguy@bioneland.org>) id 1j2CjG-0002fS-6J
 for guix-devel@gnu.org; Thu, 13 Feb 2020 06:32:23 -0500
Received: from relay10.mail.gandi.net ([217.70.178.230]:43077)
 by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32)
 (Exim 4.71) (envelope-from <tanguy@bioneland.org>)
 id 1j2CjG-0002bT-0J
 for guix-devel@gnu.org; Thu, 13 Feb 2020 06:32:22 -0500
Received: from localhost (176-159-32-89.abo.bbox.fr [176.159.32.89])
 (Authenticated sender: tanguy@bioneland.org)
 by relay10.mail.gandi.net (Postfix) with ESMTPSA id 9B474240003
 for <guix-devel@gnu.org>; Thu, 13 Feb 2020 11:32:18 +0000 (UTC)
Content-Disposition: inline
List-Id: "Development of GNU Guix and the GNU System distribution."
 <guix-devel.gnu.org>
List-Unsubscribe: <https://lists.gnu.org/mailman/options/guix-devel>,
 <mailto:guix-devel-request@gnu.org?subject=unsubscribe>
List-Archive: <https://lists.gnu.org/archive/html/guix-devel>
List-Post: <mailto:guix-devel@gnu.org>
List-Help: <mailto:guix-devel-request@gnu.org?subject=help>
List-Subscribe: <https://lists.gnu.org/mailman/listinfo/guix-devel>,
 <mailto:guix-devel-request@gnu.org?subject=subscribe>
Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane-mx.org@gnu.org
Sender: "Guix-devel"
 <guix-devel-bounces+gcggd-guix-devel=m.gmane-mx.org@gnu.org>
To: Guix <guix-devel@gnu.org>

Hi Guix!

containerd fails to build on my system! :-(

```
❯ sudo guix system reconfigure ~/config/system.config.scm
Password:
building /gnu/store/gal5f2xm3476jvfpf2x91hjrp4ccj36i-containerd-1.2.5.drv...
- 'check' phasebuilder for `/gnu/store/gal5f2xm3476jvfpf2x91hjrp4ccj36i-containerd-1.2.5.drv' failed with exit code 1
build of /gnu/store/gal5f2xm3476jvfpf2x91hjrp4ccj36i-containerd-1.2.5.drv failed
View build log at '/var/log/guix/drvs/ga/l5f2xm3476jvfpf2x91hjrp4ccj36i-containerd-1.2.5.drv.bz2'.
guix system: error: build of `/gnu/store/gal5f2xm3476jvfpf2x91hjrp4ccj36i-containerd-1.2.5.drv' failed
```

I checked out the latest Guix version and ran:

```
❯ ./pre-inst-env guix build containerd
```

but this ends up with:

```
...
phase `build' succeeded after 17.3 seconds
starting phase `check'
flag provided but not defined: -test.testlogfile
Usage of /tmp/guix-build-containerd-1.2.5.drv-0/go-build772692618/b001/containerd.test:
  -address string
    	The address to the containerd socket for use in the tests (default "/run/containerd-test/containerd.sock")
  -no-criu
    	Do not run the checkpoint tests
  -no-daemon
    	Do not start a dedicated daemon for the tests
  -test.root
    	enable tests that require root
FAIL	github.com/containerd/containerd	0.004s
FAIL
command "go" "test" "github.com/containerd/containerd" failed with status 1
```

Any idea?!

-- 
Tanguy