From mboxrd@z Thu Jan 1 00:00:00 1970 From: mikadoZero Subject: bug#34945: Guix repository `make check` failing tests Date: Sat, 30 Mar 2019 08:06:22 -0400 Message-ID: References: <87h8bqhroo.fsf@gnu.org> <87o95vb071.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:60437) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hACml-0000aM-QO for bug-guix@gnu.org; Sat, 30 Mar 2019 08:08:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hACmS-0007Uw-Gz for bug-guix@gnu.org; Sat, 30 Mar 2019 08:08:19 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:50991) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hACmH-0007R6-UK for bug-guix@gnu.org; Sat, 30 Mar 2019 08:08:05 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hACmH-0007mF-NR for bug-guix@gnu.org; Sat, 30 Mar 2019 08:08:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-reply-to: 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" To: 34945-done@debbugs.gnu.org When I run the test that failed as a non root user it passes. PASS: tests/pack.scm =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 GNU Guix 0.16.0.4215-1aa66 =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: 4 # PASS: 4 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 =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 mikadoZero writes: > Ludovic Court=C3=A8s writes: > >> Hi, >> >> mikadoZero skribis: >> >>> @ build-started /home/guix/u/guix/failedTests/guix/test-tmp/store/mps9f= hh4frs84izvwl1pyl8hvyq593is-guile-2.0.9.tar.xz.drv - x86_64-linux /home/gui= x/u/guix/failedTests/guix/test-tmp/var/log/guix/drvs/mp//s9fhh4frs84izvwl1p= yl8hvyq593is-guile-2.0.9.tar.xz.drv.bz2 16915 >>> guix perform-download: error: refusing to run with elevated privileges = (UID 0) >>> builder for `/home/guix/u/guix/failedTests/guix/test-tmp/store/mps9fhh4= frs84izvwl1pyl8hvyq593is-guile-2.0.9.tar.xz.drv' failed with exit code 1 >> >> I think the failure stems from the fact that you=E2=80=99re running =E2= =80=9Cmake check=E2=80=9D >> as root. You=E2=80=99re running it as root, right? Can you try as non-= root? >> >> Thanks, >> Ludo=E2=80=99. > > I will try it with a non root user and share the results.