me
/
guix
Archived
1
0
Fork 0
This repository has been archived on 2024-08-07. You can view files and clone it, but cannot push or open issues/pull-requests.
guix/gnu/tests
Ludovic Courtès d6f6b57766
tests: vnstat: Avoid call to 'getservbyname'.
This would break "make as-derivation" because /etc/services is
unavailable in the build environment:

  [ 38/ 80] loading...	 95.0% of 40 filesBacktrace:
  In guix/build/compile.scm:
      249:8 19 (compile-files "." "/gnu/store/s5nadqd6hkzivkxp33svwqslfn608ng5-guix-system-tests" ("gnu/tests/audio.scm" "gnu/tests/base.scm" "gnu/tests/ci.scm" "gnu/tests/cups.scm" "gnu/tests/d…" …) …)
  […]
  In unknown file:
	     0 (getserv "discard" "tcp")

  ERROR: In procedure getserv:
  In procedure getserv: no such service discard
  builder for `/gnu/store/…-guix-system-tests.drv' failed with exit code 1

* gnu/tests/vnstat.scm (run-vnstat-test): Hard-code 'guest-port' instead
of calling 'getservbyname'.
2023-05-11 18:09:45 +02:00
..
data
audio.scm
base.scm tests: Use the client 'start-service' procedure. 2023-04-21 16:16:38 +02:00
ci.scm
cups.scm
databases.scm tests: Add missing module imports for marionette-evaluated code. 2023-05-06 17:12:45 +02:00
desktop.scm
dict.scm
docker.scm tests: docker-system: Add missing import. 2023-05-10 00:23:52 +02:00
file-sharing.scm
ganeti.scm
gdm.scm tests: gdm: Remove tmpfs related tests. 2023-03-21 16:53:28 -04:00
guix.scm
image.scm
install.scm tests: Add missing module imports for marionette-evaluated code. 2023-05-06 17:12:45 +02:00
ldap.scm
lightdm.scm
linux-modules.scm
mail.scm tests: Add missing module imports for marionette-evaluated code. 2023-05-06 17:12:45 +02:00
messaging.scm
monitoring.scm tests: Add missing module imports for marionette-evaluated code. 2023-05-06 17:12:45 +02:00
networking.scm tests: openvswitch: Wait for 'openvswitch-configuration' to be up. 2023-05-11 13:21:45 +02:00
nfs.scm
package-management.scm
pam.scm tests: Add missing module imports for marionette-evaluated code. 2023-05-06 17:12:45 +02:00
reconfigure.scm tests: Add missing module imports for marionette-evaluated code. 2023-05-06 17:12:45 +02:00
rsync.scm
samba.scm
security-token.scm tests: Add missing module imports for marionette-evaluated code. 2023-05-06 17:12:45 +02:00
security.scm
singularity.scm
ssh.scm
telephony.scm tests: Add missing module imports for marionette-evaluated code. 2023-05-06 17:12:45 +02:00
version-control.scm
virtualization.scm
vnc.scm
vnstat.scm tests: vnstat: Avoid call to 'getservbyname'. 2023-05-11 18:09:45 +02:00
web.scm