all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Inscrutable error when using “guix deploy”
@ 2019-08-22 15:23 Ricardo Wurmus
  2019-08-22 22:40 ` alex sassmannshausen
  0 siblings, 1 reply; 7+ messages in thread
From: Ricardo Wurmus @ 2019-08-22 15:23 UTC (permalink / raw)
  To: guix-devel

Hi,

I’m using this deployment file:

--8<---------------cut here---------------start------------->8---
(use-modules (sysadmin build-machines)
             (sysadmin people))

(define %ids (list 25))
(define (system-for id)
  (berlin-build-machine-os id))
(define (id->ip id)
  (format #f "141.80.167.~d" (+ 131 id)))
(map (lambda (id)
      (machine
       (operating-system (system-for id))
       (environment managed-host-environment-type)
       (configuration (machine-ssh-configuration
                       (system "x86_64-linux")
                       (host-name (id->ip id))
                       (identity "./id_rsa")
                       (port 22)))))
     %ids)
--8<---------------cut here---------------end--------------->8---

And get an error that I don’t understand:

--8<---------------cut here---------------start------------->8---
root@berlin ~/maintenance/hydra# ~/.config/guix/current/bin/guix deploy -L modules deploy-berlin-node.scm
guix deploy: deploying to hydra-guix-25...
ERROR: In procedure read:
In procedure scm_lreadr: #<unknown port>:11:103: Unknown # object: #\<
--8<---------------cut here---------------end--------------->8---

Any ideas?  Am I doing something wrong?

-- 
Ricardo

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2019-09-05 14:21 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-22 15:23 Inscrutable error when using “guix deploy” Ricardo Wurmus
2019-08-22 22:40 ` alex sassmannshausen
2019-08-23 12:29   ` Ricardo Wurmus
2019-08-24 17:55     ` Jakob L. Kreuze
2019-09-03 11:59       ` Ludovic Courtès
2019-09-04  9:30         ` Ricardo Wurmus
2019-09-05 14:21           ` Jakob L. Kreuze

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.