From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: Re: Merging staging? Date: Thu, 10 Jan 2019 23:04:52 +0100 Message-ID: <87o98o88zf.fsf@gnu.org> References: <20181223140048.GE2581@macbook41> <20190109162729.GA18849@macbook41> <87h8eh7ibc.fsf@netris.org> <87d0p56yco.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]:33425) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ghiRl-0007tt-1x for guix-devel@gnu.org; Thu, 10 Jan 2019 17:05:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ghiRh-0005ZP-7Z for guix-devel@gnu.org; Thu, 10 Jan 2019 17:05:03 -0500 Received: from hera.aquilenet.fr ([185.233.100.1]:37390) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ghiRd-0005Wq-7y for guix-devel@gnu.org; Thu, 10 Jan 2019 17:04:59 -0500 In-Reply-To: <87d0p56yco.fsf@netris.org> (Mark H. Weaver's message of "Wed, 09 Jan 2019 21:27:08 -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: Mark H Weaver Cc: guix-devel@gnu.org Hi, Mark H Weaver skribis: > 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: > > hydra-eval-guile-jobs returned exit code 1: > adding `/gnu/store/qcssqgcyk67v146c9n2byw1acnx7d693-git-export' to the lo= ad 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 `(#)'. Presumably this happens while trying to build the inferior that will then compute the derivations. I suppose there=E2=80=99s a load path issue or a .go vs .scm mtime issue th= at leads hydra-eval-guile-jobs to load the wrong gnu/packages/*.{scm,go} files, eventually leading to that error. This is weird because that works well for =E2=80=98master=E2=80=99 on hydra. Ludo=E2=80=99.