nixbot

builds

succeeded container-test-run-sshd default.checks.aarch64-linux.sshd · build #420 · raw

1additionally exposed symbols:2 client, server,3 start_all, machines, driver, Machine, wait_for_signal4<string>:7: SyntaxWarning: invalid escape sequence '\*'5<string>:13: SyntaxWarning: invalid escape sequence '\*'6Starting client7Starting server891011<<< NixOS Stage 2 >>>1213booting system configuration /nix/store/43iv67h59qfs8b4xy767p205ciapyxcg-nixos-system-client-test14running activation script...15setting up /etc...162: host0@if3: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 100017 link/ether 2a:42:35:28:b1:2f brd ff:ff:ff:ff:ff:ff link-netnsid 018setting up age secrets...19starting systemd...20systemd 260.2 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)21Detected virtualization systemd-nspawn.22Detected architecture arm64.23Detected first boot.24Initializing machine ID from container UUID.25Applying preset policy.26Populated /etc with preset unit settings.27Queued start job for default target Multi-User System.28293031<<< Welcome to NixOS test (aarch64) - console >>>32+ systemd-run /bin/sh -c '/nix/store/hlc4nqfx0l06f6p7z7lmd77qcwszi7wc-coreutils-9.11/bin/sleep 999999999 && echo 087df916-e755-428d-a3a7-579e95333daf'33Running as unit: run-p302-i96930990.service; invocation ID: 24ff44421c4d4d248bc7e70c791efae934To attach to container client run on the same machine that runs the test:35 sudo nsenter --user --target $(\pgrep -f '^/bin/sh.*087df916-e755-428d-a3a7-579e95333daf') --mount --uts --ipc --net --pid --cgroup /bin/sh -c bash 3637To inject external network and continue test, run:38sudo /nix/store/d6kq2phq0zy5invmkfgg8h35zxaf13s9-python3-3.13.15/bin/python3.13 /nix/store/hvjpsqwpzj163wzy0fhlnf8iwgcwfzr9-test-driver-0.0.1/lib/python3.13/site-packages/test_driver/inject_network.py 087df916-e755-428d-a3a7-579e95333daf3940<<< NixOS Stage 2 >>>4142booting system configuration /nix/store/sxvq8ihrc511nqlhqs5xxp2vj8x3m6k8-nixos-system-server-test43running activation script...44setting up /etc...452: host0@if4: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 100046 link/ether be:aa:dd:39:86:e7 brd ff:ff:ff:ff:ff:ff link-netnsid 047setting up age secrets...48starting systemd...49systemd 260.2 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)50Detected virtualization systemd-nspawn.51Detected architecture arm64.52Detected first boot.53Initializing machine ID from container UUID.54Applying preset policy.55Populated /etc with preset unit settings.56Queued start job for default target Multi-User System.57585960<<< Welcome to NixOS test (aarch64) - console >>>61+ systemd-run /bin/sh -c '/nix/store/hlc4nqfx0l06f6p7z7lmd77qcwszi7wc-coreutils-9.11/bin/sleep 999999999 && echo fd9f2ecc-352b-45db-aa45-f64b7657b998'62Running as unit: run-p333-i96931002.service; invocation ID: 8cfc99244dc14f00889298c1377327e963To attach to container server run on the same machine that runs the test:64 sudo nsenter --user --target $(\pgrep -f '^/bin/sh.*fd9f2ecc-352b-45db-aa45-f64b7657b998') --mount --uts --ipc --net --pid --cgroup /bin/sh -c bash 6566To inject external network and continue test, run:67sudo /nix/store/d6kq2phq0zy5invmkfgg8h35zxaf13s9-python3-3.13.15/bin/python3.13 /nix/store/hvjpsqwpzj163wzy0fhlnf8iwgcwfzr9-test-driver-0.0.1/lib/python3.13/site-packages/test_driver/inject_network.py fd9f2ecc-352b-45db-aa45-f64b7657b99868+ /nix/store/6fgdhkp8zrdav618dkqpavam1276vskn-libressl-4.2.1-nc/bin/nc -z -v 127.0.0.1 2269Connection to 127.0.0.1 22 port [tcp/ssh] succeeded!70+ grep '^@cert-authority ssh-ca,\*.clan,\*.example.com ssh-ed25519 ' /etc/ssh/ssh_known_hosts71+ grep '^localhost,server,server.clan ssh-ed25519 ' /etc/ssh/ssh_known_hosts72+ grep '^.cert-authority ssh-ca,\*.clan,\*.example.com ssh-ed25519 ' /etc/ssh/ssh_known_hosts73+ grep test-key /etc/ssh/authorized_keys.d/root74+ cp /nix/store/wiksrsbhvksa9njqxd2i7say2bcvibnn-test-key /tmp/test-key75+ chmod 600 /tmp/test-key76+ ssh -o StrictHostKeyChecking=accept-new -i /tmp/test-key root@server 'echo SSH_SUCCESS'7778+ grep root@server /etc/ssh/authorized_keys.d/root79+ scp -i /tmp/test-key root@server:/run/secrets/sshd-root-key/id_ed25519 /tmp/generated-key80+ chmod 600 /tmp/generated-key81+ ssh -i /tmp/generated-key root@server 'echo GENERATED_KEY_SUCCESS'8283