Hi Mark, Mark H Weaver <m...@netris.org> skribis:
> test-name: not a client > location: > /tmp/guix-build-guix-0.16.0-10.2637cfd.drv-0/source/tests/processes.scm:37 > source: > + (test-assert > + "not a client" > + (not (find (lambda (session) > + (= (getpid) > + (process-id (daemon-session-client session)))) > + (daemon-sessions)))) > actual-value: #f > actual-error: > + (wrong-type-arg > + "struct_vtable" > + "Wrong type argument in position ~A (expecting ~A): ~S" > + (1 "struct" #f) > + (#f)) > result: FAIL Fixed in commit c20d4cac1fb72afe26a3e534b92e9a9691936458. Thanks, Ludo’.