From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#17591: Offload hook fails to send files Date: Sun, 25 May 2014 23:28:27 +0200 Message-ID: <87d2f1zgxw.fsf@gnu.org> References: <87ppj1ziao.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 ([2001:4830:134:3::10]:58000) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wofye-0002Dd-Ce for bug-guix@gnu.org; Sun, 25 May 2014 17:29:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WofyY-0006M1-AY for bug-guix@gnu.org; Sun, 25 May 2014 17:29:08 -0400 Received: from debbugs.gnu.org ([140.186.70.43]:32861) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WofyY-0006Lv-7O for bug-guix@gnu.org; Sun, 25 May 2014 17:29:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1WofyX-0004Pt-Rc for bug-guix@gnu.org; Sun, 25 May 2014 17:29:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87ppj1ziao.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Sun, 25 May 2014 22:59:11 +0200") 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: 17591@debbugs.gnu.org This also manifests like this: --8<---------------cut here---------------start------------->8--- $ ./pre-inst-env guix build hello --no-substitutes The following derivations will be built: /gnu/store/xi7lgm7vyhzhl1z5dy1mba1yki27xkbm-hello-2.9.drv /gnu/store/xan82azzisn7b69c0y9856wz2diw3ry1-grep-2.18.drv hello from "/home/ludo/soft/etc/guix/machines.scm" (PID 1918) process 1918 acquired build slot '/var/guix/offload/hydra.gnunet.org/0' load on machine 'hydra.gnunet.org' is 0.2 (normalized: 0.06666666666666667) @ build-started /gnu/store/xan82azzisn7b69c0y9856wz2diw3ry1-grep-2.18.drv -= x86_64-linux /var/log/guix/drvs/xa//n82azzisn7b69c0y9856wz2diw3ry1-grep-2.= 18.drv.bz2 sending 2 store files to 'hydra.gnunet.org'... offloading '/gnu/store/xan82azzisn7b69c0y9856wz2diw3ry1-grep-2.18.drv' to '= hydra.gnunet.org'... @ build-remote /gnu/store/xan82azzisn7b69c0y9856wz2diw3ry1-grep-2.18.drv hy= dra.gnunet.org guix build: error: open-file: No such file or directory: "/gnu/store/xan82a= zzisn7b69c0y9856wz2diw3ry1-grep-2.18.drv" derivation '/gnu/store/xan82azzisn7b69c0y9856wz2diw3ry1-grep-2.18.drv' offl= oaded to 'hydra.gnunet.org' failed with exit code 1 --8<---------------cut here---------------end--------------->8--- Ludo=E2=80=99.