From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: bug#35190: Hydra unable to new create evaluations of master Date: Mon, 08 Apr 2019 03:18:33 -0400 Message-ID: <875zrp6k2j.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([209.51.188.92]:59332) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hDOaV-0007Ra-IZ for bug-guix@gnu.org; Mon, 08 Apr 2019 03:21:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hDOaU-0007ZH-Li for bug-guix@gnu.org; Mon, 08 Apr 2019 03:21:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:35399) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hDOaU-0007Z2-Dz for bug-guix@gnu.org; Mon, 08 Apr 2019 03:21:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hDOaU-0006Kr-2w for bug-guix@gnu.org; Mon, 08 Apr 2019 03:21:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([209.51.188.92]:59223) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hDOZa-0007JK-Jd for bug-guix@gnu.org; Mon, 08 Apr 2019 03:20:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hDOZZ-00077R-NK for bug-guix@gnu.org; Mon, 08 Apr 2019 03:20:06 -0400 Received: from world.peace.net ([64.112.178.59]:57824) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hDOZZ-00076q-Dq for bug-guix@gnu.org; Mon, 08 Apr 2019 03:20:05 -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: 35190@debbugs.gnu.org Hydra's latest attempt to evaluate 'master' failed. Here's the tail of the evaluation log: --8<---------------cut here---------------start------------->8--- 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" #>)'. Some deprecated features have been used. Set the environment variable GUILE_WARN_DEPRECATED to "detailed" and rerun the program to get more information. Set it to "no" to suppress this message. --8<---------------cut here---------------end--------------->8--- Mark