nixbot

builds

succeeded container-test-run-service-postgresql aarch64-linux.postgresql · build #156 · raw

1additionally exposed symbols:2 machine,3 start_all, machines, driver, Machine, wait_for_signal4Starting machine5678<<< NixOS Stage 2 >>>910booting system configuration /nix/store/m1pfv9i4sfxfpgak9k885hyndhl34h42-nixos-system-machine-test11running activation script...12setting up /etc...132: host0@if3: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 100014 link/ether 0e:74:26:22:81:c2 brd ff:ff:ff:ff:ff:ff link-netnsid 015setting up age secrets...16starting systemd...17systemd 261 running in system mode (+PAM +AUDIT -SELINUX +APPARMOR +IMA +IPE +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK -BTF -XKBCOMMON +UTMP +LIBARCHIVE)18Detected virtualization systemd-nspawn.19Detected architecture arm64.20Detected first boot.21Initializing machine ID from container UUID.22Applying preset policy.23Populated /etc with preset unit settings.24Queued start job for default target Multi-User System.25262728<<< Welcome to NixOS test (aarch64) - console >>>29+ systemd-run /bin/sh -c '/nix/store/3da6dbbp462hxhhxxrlilv3022fn2mc5-coreutils-9.11/bin/sleep 999999999 && echo bb3f7783-d3c1-416e-8f21-d42a8a9396c2'30Running as unit: run-p358-i64253636.service; invocation ID: 8e6eed618dae4487a11b2ab4e79388b531To attach to container machine run on the same machine that runs the test:32 sudo nsenter --user --target $(\pgrep -f '^/bin/sh.*bb3f7783-d3c1-416e-8f21-d42a8a9396c2') --mount --uts --ipc --net --pid --cgroup /bin/sh -c bash 3334To inject external network and continue test, run:35sudo /nix/store/ymm5c1kb7p2r6331bgcdxijayqhcbvqy-python3-3.14.6/bin/python3.14 /nix/store/f788bjv32nmlqrz81071rcdcixqka8c7-test-driver-0.0.1/lib/python3.14/site-packages/test_driver/inject_network.py bb3f7783-d3c1-416e-8f21-d42a8a9396c236+ systemctl --no-pager show postgresql37+ runuser -u postgres -- /run/current-system/sw/bin/psql -c 'CREATE TABLE test (id serial PRIMARY KEY);' test38+ runuser -u postgres -- /run/current-system/sw/bin/psql -d test -c 'INSERT INTO test DEFAULT VALUES;'39+ runuser -u postgres -- /run/current-system/sw/bin/psql -d test -c 'SELECT * FROM test;'40