From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#35190: Hydra unable to new create evaluations of master Date: Mon, 08 Apr 2019 17:00:06 +0200 Message-ID: <87tvf8v8y1.fsf@gnu.org> References: <875zrp6k2j.fsf@netris.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]:34815) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hDVlh-00012h-8Q for bug-guix@gnu.org; Mon, 08 Apr 2019 11:01:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hDVlf-0001Cw-BL for bug-guix@gnu.org; Mon, 08 Apr 2019 11:01:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:36555) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hDVle-0001Bw-Et for bug-guix@gnu.org; Mon, 08 Apr 2019 11:01:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hDVle-0003YN-9e for bug-guix@gnu.org; Mon, 08 Apr 2019 11:01:02 -0400 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <875zrp6k2j.fsf@netris.org> (Mark H. Weaver's message of "Mon, 08 Apr 2019 03:18:33 -0400") 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: Mark H Weaver Cc: 35190-done@debbugs.gnu.org Hi, Mark H Weaver skribis: > Hydra's latest attempt to evaluate 'master' failed. Here's the tail of > the evaluation log: > > building path(s) `/gnu/store/103icyz4q7crjxbh71k3vbill3kzjm9n-profile' > Backtrace: > 7 (apply-smob/1 #) > In ice-9/boot-9.scm: > 705:2 6 (call-with-prompt _ _ #) > In ice-9/eval.scm: > 619:8 5 (_ #(#(#))) > In ice-9/command-line.scm: > 181:18 4 (_ #) > In unknown file: > 3 (eval (apply (module-ref (resolve-interface (?)) #) #) #) > In ice-9/eval.scm: > 293:34 2 (_ #(#(#(#(#) ?) ?) ?)) > 159:9 1 (_ _) > In guix/utils.scm: > 632:8 0 (call-with-temporary-directory _) > > guix/utils.scm:632:8: In procedure call-with-temporary-directory: > Throw to key `match-error' with args `("match" "no matching pattern" #>)'. Fixed in 4f6172f1c5c603cd58f85821bf7a80e716b0c67e. Ludo=E2=80=99.