From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jack Hill Subject: Re: containerd fails to build Date: Thu, 13 Feb 2020 14:07:24 -0500 (EST) Message-ID: References: <20200213113218.umgymqc67rixqmvp@rafflesia> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:52669) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j2Jpe-00082j-HF for guix-devel@gnu.org; Thu, 13 Feb 2020 14:07:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j2Jpd-0007UB-EW for guix-devel@gnu.org; Thu, 13 Feb 2020 14:07:26 -0500 Received: from minsky.hcoop.net ([104.248.1.95]:44482) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1j2Jpd-0007Sq-AJ for guix-devel@gnu.org; Thu, 13 Feb 2020 14:07:25 -0500 In-Reply-To: <20200213113218.umgymqc67rixqmvp@rafflesia> 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+gcggd-guix-devel=m.gmane-mx.org@gnu.org Sender: "Guix-devel" To: Tanguy Le Carrour Cc: Guix On Thu, 13 Feb 2020, Tanguy Le Carrour wrote: > Hi Guix! > > containerd fails to build on my system! :-( [content elided] > 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?! Oops, sorry about that. this is realated to the Go 1.13 upgrade and an change in how the test module works. I've submitted a patch to fix it for the containerd 1.2.5: https://issues.guix.gnu.org/issue/39581 It seems the latest containerd release, 1.3.2, does not support go 1.13 either, but is has landed in unreleased containerd. Best, Jack