From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: Guix Cuirass - Continuous Integration - Crash Error Date: Wed, 05 Jun 2019 11:59:56 +0200 Message-ID: <87muiwcpyk.fsf@elephly.net> References: <9911e842-987e-48c4-8df0-8f1a6aa9086a@www.fastmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([209.51.188.92]:39627) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hYWFl-0007Wr-3D for help-guix@gnu.org; Wed, 05 Jun 2019 09:46:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hYWFj-0004oL-4N for help-guix@gnu.org; Wed, 05 Jun 2019 09:46:57 -0400 Received: from sender-of-o51.zoho.com ([135.84.80.216]:21244) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hYWFf-0004eC-G9 for help-guix@gnu.org; Wed, 05 Jun 2019 09:46:51 -0400 In-reply-to: <9911e842-987e-48c4-8df0-8f1a6aa9086a@www.fastmail.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Reza Alizadeh Majd Cc: help-guix@gnu.org Hi Reza, > I want to setup a CI build server using _Cuirass_ to build a series of custom > packages for Guix. but I receive following error and cuirass-service crashes, > could anyone help me on this? > > ``` > 2019-06-03T18:50:59 fatal: uncaught exception 'git-error' in 'build' fiber! > 2019-06-03T18:50:59 exception arguments: (#< code: -14 > message: "the index is locked; this might be due to a concurrent or > crashed process" class: 10>) Try erasing the cache directories containing the git repositories. -- Ricardo