From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggsout.gnu.org ([209.51.188.92]:39920 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ggFIE-0004Ei-5B for guix-patches@gnu.org; Sun, 06 Jan 2019 15:45:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ggFI8-0005EJ-2C for guix-patches@gnu.org; Sun, 06 Jan 2019 15:45:08 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:52075) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ggFI6-0005DZ-VL for guix-patches@gnu.org; Sun, 06 Jan 2019 15:45:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ggFI6-0006w7-SG for guix-patches@gnu.org; Sun, 06 Jan 2019 15:45:02 -0500 Subject: bug#33515: [PATCH 0/5] Cuirass/Hydra: evaluate jobs in an inferior Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20181126163757.17399-1-ludo@gnu.org> <87bm56aniw.fsf@gnu.org> <87bm56waau.fsf@netris.org> <877eft8cjz.fsf@gnu.org> Date: Sun, 06 Jan 2019 21:44:36 +0100 In-Reply-To: <877eft8cjz.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Sat, 29 Dec 2018 00:19:12 +0100") Message-ID: <875zv1y0qz.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Mark H Weaver Cc: 33515-done@debbugs.gnu.org Hi, Ludovic Court=C3=A8s skribis: > I ran =E2=80=98guix pull=E2=80=99 and then installed guile-git in hydra= =E2=80=99s profile, which > fixed this immediate issue. Now the evaluation failure is a bit more > enigmatic: > > XML or text declaration not at start of entity at line 2, column 0, byte = 1 at /usr/local/lib/perl5/site_perl/5.18.0/x86_64-linux/XML/Parser.pm line = 187. > > I=E2=80=99m guessing =E2=80=98hydra-eval-guile-jobs=E2=80=99 is not sendi= ng proper XML, or > perhaps we=E2=80=99re writing non-XML stuff to stdout that gets intersper= sed > with valid XML. > > To be continued=E2=80=A6 This was caused by an extra newline at the beginning of the XML output. Pushed now to master: b5f8c2c885 hydra: Compute jobs in an inferior. 65ff85dcee hydra: evaluate: Add the checkout to the store. 59fb5c1cdb hydra: Move job definitions to (gnu ci). afb82831fa build-self: Don't clobber the output port. Ludo=E2=80=99.