From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: Re: Merging staging? Date: Wed, 09 Jan 2019 21:27:08 -0500 Message-ID: <87d0p56yco.fsf@netris.org> References: <20181223140048.GE2581@macbook41> <20190109162729.GA18849@macbook41> <87h8eh7ibc.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([209.51.188.92]:45968) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ghQ4v-0005ua-Ed for guix-devel@gnu.org; Wed, 09 Jan 2019 21:28:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ghQ4t-0003GS-Rd for guix-devel@gnu.org; Wed, 09 Jan 2019 21:28:17 -0500 In-Reply-To: <87h8eh7ibc.fsf@netris.org> (Mark H. Weaver's message of "Wed, 09 Jan 2019 14:15:56 -0500") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Efraim Flashner Cc: guix-devel@gnu.org Mark H Weaver writes: > Efraim Flashner writes: > >> So I think I'd like to see a comparison on hydra of staging vs master >> and if it's good enough we go ahead and merge > > I just asked Hydra to produce another evaluation of 'staging'. When it > has finished doing so, we'll know more. Hydra failed to create the evaluation, with the following error: --8<---------------cut here---------------start------------->8--- hydra-eval-guile-jobs returned exit code 1: adding `/gnu/store/qcssqgcyk67v146c9n2byw1acnx7d693-git-export' to the load path Backtrace: In ice-9/eval.scm: 619:8 19 (_ #(#(#))) In ice-9/command-line.scm: 181:18 18 (_ #) In unknown file: 17 (eval (apply (module-ref (resolve-interface (?)) #) #) #) In /usr/local/bin/hydra-eval-guile-jobs: 244:18 16 (eval-guile-jobs . _) In ice-9/eval.scm: 619:8 15 (_ #(#(#(#) # ?) ?)) 626:19 14 (_ #(#(#(#) # ?) ?)) In guix/store.scm: 1698:24 13 (run-with-store _ _ #:guile-for-build _ #:system _ # _) In guix/channels.scm: 402:2 12 (_ _) 394:2 11 (_ _) 310:2 10 (_ _) In unknown file: 9 (_ # # ?) In guix/gexp.scm: 702:2 8 (_ _) In guix/monads.scm: 471:9 7 (_ _) In guix/gexp.scm: 572:13 6 (_ _) In guix/store.scm: 1571:8 5 (_ _) 1594:38 4 (_ #) In guix/packages.scm: 873:16 3 (cache! # # ?) 1195:22 2 (thunk) 1128:25 1 (bag->derivation # #< ?) In srfi/srfi-1.scm: 592:17 0 (map1 (("source" # url: "?>) ?)) srfi/srfi-1.scm:592:17: In procedure map1: Throw to key `srfi-34' with args `(#)'. 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--- I have no idea why this error happened, because I cannot find any reference to that patch in the current 'staging' branch. Ludovic, any idea what happened here? Mark