From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:46827) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hb24U-0001SZ-5B for gwl-devel@gnu.org; Wed, 12 Jun 2019 08:09:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hb20A-0007Mv-7r for gwl-devel@gnu.org; Wed, 12 Jun 2019 08:05:15 -0400 Received: from sender-of-o51.zoho.com ([135.84.80.216]:21228) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hb208-0007Gx-Nt for gwl-devel@gnu.org; Wed, 12 Jun 2019 08:05:14 -0400 From: Ricardo Wurmus Date: Wed, 12 Jun 2019 14:04:59 +0200 Message-ID: <875zpb9fh0.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: workflow dependencies are not built List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: gwl-devel-bounces+kyle=kyleam.com@gnu.org Sender: "gwl-devel" To: gwl-devel@gnu.org Some of my recent changes must have broken deployment of package inputs: --8<---------------cut here---------------start------------->8--- $ ./pre-inst-env guix workflow -f --run=3Ddoc/examples/simple-wisp.w Compiling doc/examples/simple-wisp.w...OK substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% building path(s) `/gnu/store/mswhsx5a1llmllsa73p0cwarc5n0jmpq-ca-certificat= e-bundle' building path(s) `/gnu/store/bf3a075c8plv4ilh2zn39lbs705aj33c-fonts-dir' building path(s) `/gnu/store/np5cya8yp82jv365s3gdj7amvmb64xy0-info-dir' building path(s) `/gnu/store/v5dsz81frddy843s881avbiv36qxhfyz-manual-databa= se' Creating manual page database... [ 1/ 1] building list of man-db entries... 1 entries processed in 0.0 s building path(s) `/gnu/store/8sfcdp5l8bm5wcbmrr1qqg5gygn8gqgj-profile' building path(s) `/gnu/store/w7rm53wsp16zyx3vcfggxc2dylzzswj2-greet' substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% building path(s) `/gnu/store/is5f5w3cba92z907vjflmc6yzjd70fpk-eat-vegetable= s' substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% building path(s) `/gnu/store/1zp92228nqnhfsdd25a8p9fwm9p22x6i-eat-fruit' substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% Backtrace: 15 (apply-smob/1 #) In ice-9/boot-9.scm: 705:2 14 (call-with-prompt _ _ #) In ice-9/eval.scm: 619:8 13 (_ #(#(#))) In guix/ui.scm: 1747:12 12 (run-guix-command _ . _) In guix/scripts/workflow.scm: 127:24 11 (guix-workflow . _) In gwl/workflows.scm: 311:8 10 (workflow-run # _ #:inputs _ #:parallel?= _ #:dry-run? _ #:force? _) In gwl/cache.scm: 111:16 9 (make-process->cache-prefix _ _ _ _) 106:9 8 (workflow->data-hashes _ _ _ _) In srfi/srfi-1.scm: 466:18 7 (fold # _ _) In gwl/cache.scm: 60:19 6 (kons # ((# 120 19 55 121 79= 84 152 228 170 203 234 38 166 134 196 240 250 93 253 153 146 # =E2=80=A6) = =E2=80=A6)) In guix/store.scm: 623:10 5 (call-with-store #) 1794:24 4 (run-with-store _ _ #:guile-for-build _ #:system _ #:target _) In gwl/processes.scm: 478:6 3 (_ _) In guix/store.scm: 1690:38 2 (_ #) In guix/derivations.scm: 848:17 1 (derivation # _ _ _ #:system = _ #:env-vars _ #:inputs _ #:outputs _ #:hash _ #:hash-algo _ # _ # _ =E2=80= =A6) In guix/store.scm: 996:9 0 (_ # _ #vu8(68 101 114 105 11= 8 101 40 91 40 34 111 117 116 34 44 34 47 103 110 117 47 115 116 =E2=80=A6)= _) guix/store.scm:996:9: Throw to key `srfi-34' with args `(#)'. rekado in gwl [env]: --8<---------------cut here---------------end--------------->8--- I=E2=80=99m aware of this now and will look into fixing this (and writing t= ests to cover this important feature). -- Ricardo