From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Error messages and progress report Date: Mon, 10 Dec 2012 22:29:30 +0100 Message-ID: <87lid538at.fsf@gnu.org> References: <201212092101.21170.andreas@enge.fr> <201212101019.29486.andreas@enge.fr> <877goqjax2.fsf@gnu.org> <201212101917.44955.andreas@enge.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:40296) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TiAvA-0005kl-4p for bug-guix@gnu.org; Mon, 10 Dec 2012 16:29:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TiAv8-0007Bk-VA for bug-guix@gnu.org; Mon, 10 Dec 2012 16:29:52 -0500 Received: from mail1-relais-roc.national.inria.fr ([192.134.164.82]:19169) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TiAv8-0007Bb-Oe for bug-guix@gnu.org; Mon, 10 Dec 2012 16:29:50 -0500 In-Reply-To: <201212101917.44955.andreas@enge.fr> (Andreas Enge's message of "Mon, 10 Dec 2012 19:17:44 +0100") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Andreas Enge Cc: bug-guix@gnu.org Hello, Andreas Enge skribis: > ;;; (((up "/tmp/nix-build-dgk2vcwfmniiq2b5bk36whmq815abxva- > guile-2.0.6.drv-0/guile-2.0.6/test-EACCES") (leaf "/tmp/nix-build- > dgk2vcwfmniiq2b5bk36whmq815abxva-guile-2.0.6.drv-0/guile-2.0.6/test- > EACCES/a") (leaf "/tmp/nix-build-dgk2vcwfmniiq2b5bk36whmq815abxva- > guile-2.0.6.drv-0/guile-2.0.6/test-EACCES/b") (down "/tmp/nix-build- > dgk2vcwfmniiq2b5bk36whmq815abxva-guile-2.0.6.drv-0/guile-2.0.6/test- > EACCES"))) The test here creates the =E2=80=98test-EACCES=E2=80=99 directory, chmods i= t to 000, and expects to be unable to list its contents. But in your case, it succeeds. I think that=E2=80=99s because nix-worker is running as root and doesn=E2= =80=99t have build users configured. Could you setup build users and try again? See on how to do it. Thanks for your help! Ludo=E2=80=99.